/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
  Custom mixins - begin
   ========================================================================== */
/* ==========================================================================
   Custom mixins - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ========================================================================== */
/* ==========================================================================
   Global mixins
   ========================================================================== */
/* ==========================================================================
   Global styles
   ========================================================================== */
.gaspard-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

.qodef-light-link {
  color: rgba(255, 255, 255, 0.75);
}

.qodef-light-link a {
  color: inherit;
}

.qodef-light-link a:hover {
  color: #fff;
}

.qodef--has-custom-appear .qodef-custom-font,
.qodef--has-custom-appear h4,
.qodef--has-custom-appear .elementor-widget-gaspard_core_button {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
}

.qodef--has-custom-appear .qodef-custom-font {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.qodef--has-custom-appear h4 {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.qodef--has-custom-appear .elementor-widget-gaspard_core_button {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s;
}

.qodef--has-custom-appear.qodef--appeared .qodef-custom-font,
.qodef--has-custom-appear.qodef--appeared h4,
.qodef--has-custom-appear.qodef--appeared .elementor-widget-gaspard_core_button {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/* ==========================================================================
   King Composer global styles
   ========================================================================== */
.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;
}

/* ==========================================================================
   #Back to Top styles - start
   ========================================================================== */
#qodef-back-to-top {
     position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #051356;
    width: 71px;
    height: 71px;
    right: 10px;
    bottom: 10px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: background .35s ease-out;
    -o-transition: background .35s ease-out;
    transition: background .35s ease-out;
    border-radius: 50%;
}

@media only screen and (max-width: 680px) {
  #qodef-back-to-top {
    width: 42px;
    height: 42px;
  }
}

#qodef-back-to-top.qodef-outline {
  background-color: rgba(5, 19, 86, 0);
}

#qodef-back-to-top .qodef-back-to-top-icon {
     position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-clip-path: inset(0 0 0 0px);
    clip-path: inset(0 0 0 0px);
    width: 29px;
    height: 22px;
}

@media only screen and (max-width: 680px) {
  #qodef-back-to-top .qodef-back-to-top-icon {
    width: 25px;
    height: 14px;
  }
}

#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}

#qodef-back-to-top .qodef-back-to-top-icon svg {
  width: 100%;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
  -webkit-clip-path: inset(0 0 4px 0);
          clip-path: inset(0 0 4px 0);
}

#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s ease, visibility .0s .15s;
  -o-transition: opacity 0.15s ease, visibility .0s .15s;
  transition: opacity 0.15s ease, visibility .0s .15s;
}

#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   #Back to Top styles - end
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--metro {
  margin: 0;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-media-image.qodef--background {
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(13, 10, 71, 0.12);
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-content a {
  position: relative;
  z-index: 3;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title {
  color: #fff !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a {
  color: #fff !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-title a:hover {
  color: #fdf8f1 !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * {
  color: #fff !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * a {
  color: #fff !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info > * a:hover {
  color: #fdf8f1 !important;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-post-link {
  z-index: 2;
}

.qodef-blog.qodef-item-layout--metro article .qodef-e-inner:hover .qodef-e-content {
  background-color: rgba(13, 10, 71, 0.6);
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-link .qodef-e-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.qodef-blog.qodef-item-layout--metro.qodef-items--fixed article.format-quote .qodef-e-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==========================================================================
   Blog List Minimal styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-media {
  margin: 0;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
  text-align: left;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info-item {
  line-height: 1.2;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date a {
  color: #a6a6a6;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date a:hover {
  color: #051356;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #0d0a47;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
  color: #051356;
}

/* ==========================================================================
   Blog List Simple styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--simple article .qodef-e-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-content {
  text-align: left;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media {
  margin-bottom: 23px;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--top {
  margin-bottom: 3px;
  color: #a6a6a6;
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
  margin-top: 9px;
}

.qodef-blog.qodef-item-layout--simple article.has-post-thumbnail .qodef-e-media {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--simple article.has-post-thumbnail .qodef-e-media .qodef-e-media-image {
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
}

.qodef-blog.qodef-item-layout--simple article.has-post-thumbnail:hover .qodef-e-media .qodef-e-media-image {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.has-post-thumbnail .qodef-e-media {
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.has-post-thumbnail .qodef-e-media .qodef-e-media-image {
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.has-post-thumbnail:hover .qodef-e-media .qodef-e-media-image {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"]) article.format-link .qodef-e-link {
  padding: 76px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"]) article.format-link .qodef-icon-elegant-icons {
  right: 40px;
  font-size: 140px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"]) article.format-quote .qodef-e-quote {
  padding: 76px;
}

.qodef-blog.qodef-item-layout--standard:not([class*="qodef-col-num--1"]) article.format-quote .qodef-e-quote:before {
  font-size: 540px;
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-media {
  margin-bottom: 23px;
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 3px;
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-excerpt {
  margin: 16px 0 0;
}

.qodef-blog.qodef-item-layout--standard.qodef-layout--masonry .qodef-blog-item .qodef-e-content {
  text-align: left;
}

/* ==========================================================================
   Author Info styles
   ========================================================================== */
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 45px 10% 55px;
  border: 1px solid #f2f0ee;
}

#qodef-author-info .qodef-m-author-label {
  margin: 0 0 30px;
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-author-info .qodef-m-image-holder {
  position: relative;
}

#qodef-author-info .qodef-m-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 52px;
}

#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
  display: block;
  margin: 0;
}

#qodef-author-info .qodef-m-image img {
  max-height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-author-info .qodef-m-author-signature {
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: -15px;
}

#qodef-author-info .qodef-m-author-signature svg {
  max-width: 172px;
}

#qodef-author-info .qodef-m-content {
  max-width: 480px;
}

#qodef-author-info .qodef-m-author {
  margin: 0;
}

#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}

#qodef-author-info .qodef-m-description {
  margin: 13px 0 0;
}

#qodef-author-info .qodef-m-social-icons {
  margin-top: 12px;
}

#qodef-author-info .qodef-m-social-icons a {
  margin-right: 18px;
  font-size: 15px;
}

#qodef-author-info .qodef-m-social-icons a span {
  will-change: transform;
}

#qodef-author-info .qodef-m-social-icons a:hover {
  color: #0d0a47;
}

#qodef-author-info .qodef-m-social-icons a:hover span {
  -webkit-animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
          animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
}

#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Related Posts styles
   ========================================================================== */
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}

/* ==========================================================================
   Single Post Navigation styles
   ========================================================================== */
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 49px 0 0;
  padding-bottom: 49px;
  border-bottom: 1px solid #f2f0ee;
}

#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.88em;
  font-weight: 400;
  color: #727272;
}

#qodef-single-post-navigation .qodef-m-nav svg {
  width: 12px;
  stroke: #0d0a47;
  margin-top: -1px;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: inset(0 0 0 0px);
          clip-path: inset(0 0 0 0px);
}

#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
  margin-right: 4px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
  -webkit-clip-path: inset(0 2px 0 0);
          clip-path: inset(0 2px 0 0);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
  margin-left: 4px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg {
  -webkit-clip-path: inset(0 0 0 2px);
          clip-path: inset(0 0 0 2px);
}

#qodef-single-post-navigation .qodef-m-nav:hover {
  color: #051356;
}

#qodef-single-post-navigation .qodef-m-nav-label {
  margin: 0 12px;
}

/* ==========================================================================
   #Footer styles - start
   ========================================================================== */
.qodef-page-footer--uncover {
  pointer-events: none;
}

.qodef-page-footer--uncover > :not(#qodef-page-wrapper),
.qodef-page-footer--uncover #qodef-page-wrapper > :not(#qodef-page-outer),
.qodef-page-footer--uncover #qodef-page-inner {
  pointer-events: auto;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ==========================================================================
   #Footer styles - end
   ========================================================================== */
/* ==========================================================================
   Full Screen Menu styles
   ========================================================================== */
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 19, 86, 0.98);
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  /* smaller than header, bigger than content */
}

#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 {
  -webkit-animation: qode-fade-in .25s linear both;
          animation: qode-fade-in .25s linear both;
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  -webkit-animation: qode-fade-out .25s linear both;
          animation: qode-fade-out .25s linear both;
}

#qodef-fullscreen-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen--wide #qodef-fullscreen-area-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-fullscreen--in-grid #qodef-fullscreen-area-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-fullscreen-area-bottom-text {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  color: #a9abba;
  font-size: 15px;
  z-index: 12;
  cursor: default;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#qodef-fullscreen-area-bottom-text a {
  color: #a9abba;
}

#qodef-fullscreen-area-bottom-text a:hover {
  color: #fff;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area-bottom-text {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}

.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  text-align: left;
  z-index: 12;
  pointer-events: none;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(2) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(3) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(4) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(5) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(6) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(7) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(8) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(9) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(10) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(11) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(12) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(13) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(14) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(15) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(16) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(17) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(18) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(19) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(20) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(2) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(3) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(4) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(5) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(6) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(7) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(8) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(9) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(10) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(11) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(12) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(13) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(14) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(15) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(16) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(17) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(18) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(19) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu ul.sub-menu > li:nth-child(20) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li,
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li {
  -webkit-transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.18s;
       -o-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.54s;
       -o-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(6) {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(7) {
  -webkit-transition-delay: 1.26s;
       -o-transition-delay: 1.26s;
          transition-delay: 1.26s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(8) {
  -webkit-transition-delay: 1.44s;
       -o-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(9) {
  -webkit-transition-delay: 1.62s;
       -o-transition-delay: 1.62s;
          transition-delay: 1.62s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(10) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(11) {
  -webkit-transition-delay: 1.98s;
       -o-transition-delay: 1.98s;
          transition-delay: 1.98s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(12) {
  -webkit-transition-delay: 2.16s;
       -o-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(13) {
  -webkit-transition-delay: 2.34s;
       -o-transition-delay: 2.34s;
          transition-delay: 2.34s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(14) {
  -webkit-transition-delay: 2.52s;
       -o-transition-delay: 2.52s;
          transition-delay: 2.52s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(15) {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(16) {
  -webkit-transition-delay: 2.88s;
       -o-transition-delay: 2.88s;
          transition-delay: 2.88s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(17) {
  -webkit-transition-delay: 3.06s;
       -o-transition-delay: 3.06s;
          transition-delay: 3.06s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(18) {
  -webkit-transition-delay: 3.24s;
       -o-transition-delay: 3.24s;
          transition-delay: 3.24s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(19) {
  -webkit-transition-delay: 3.42s;
       -o-transition-delay: 3.42s;
          transition-delay: 3.42s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul#menu-full-screen-menu > li:nth-child(20) {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(2) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(3) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(6) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(7) {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(8) {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(9) {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(10) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(11) {
  -webkit-transition-delay: 1.32s;
       -o-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(12) {
  -webkit-transition-delay: 1.44s;
       -o-transition-delay: 1.44s;
          transition-delay: 1.44s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(13) {
  -webkit-transition-delay: 1.56s;
       -o-transition-delay: 1.56s;
          transition-delay: 1.56s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(14) {
  -webkit-transition-delay: 1.68s;
       -o-transition-delay: 1.68s;
          transition-delay: 1.68s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(15) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(16) {
  -webkit-transition-delay: 1.92s;
       -o-transition-delay: 1.92s;
          transition-delay: 1.92s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(17) {
  -webkit-transition-delay: 2.04s;
       -o-transition-delay: 2.04s;
          transition-delay: 2.04s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(18) {
  -webkit-transition-delay: 2.16s;
       -o-transition-delay: 2.16s;
          transition-delay: 2.16s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(19) {
  -webkit-transition-delay: 2.28s;
       -o-transition-delay: 2.28s;
          transition-delay: 2.28s;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu ul.sub-menu.qodef--sub-menu-appear > li:nth-child(20) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.qodef-fullscreen--in-grid .qodef-fullscreen-menu {
  margin: 0 auto;
}

.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-fullscreen--in-grid .qodef-fullscreen-menu ul {
  max-width: 340px;
}

.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .qodef-fullscreen-menu ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

.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 {
  padding-bottom: 35px;
  pointer-events: all;
}

.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li {
  margin-left: 11vw;
  padding-left: 3vw;
}

.qodef-fullscreen-menu > ul > li:last-child {
  padding-bottom: 0;
}

.qodef-fullscreen-menu > ul > li > a {
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 1.17em;
  color: #fff;
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 40px;
  }
}

.qodef-fullscreen-menu > ul > li > a:before {
  content: '';
  position: absolute;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  -o-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  background-color: #fff;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  width: 0;
}

.qodef-fullscreen-menu > ul > li > a:hover:before, .qodef-fullscreen-menu > ul > li > a.current-menu-ancestor:before, .qodef-fullscreen-menu > ul > li > a.current-menu-item:before {
  width: 25px;
}

.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li > a {
  min-width: 310px;
}

.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li > a:before {
  left: -14vw;
}

.qodef-fullscreen--in-grid .qodef-fullscreen-menu > ul > li > a:before {
  left: -250px;
}

.qodef-fullscreen--in-grid .qodef-fullscreen-menu > ul > li:hover:before,
.qodef-fullscreen--in-grid .qodef-fullscreen-menu > ul > li.current-menu-ancestor:before,
.qodef-fullscreen--in-grid .qodef-fullscreen-menu > ul > li.current-menu-item:before {
  width: 200px;
}

.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li:hover > a:before,
.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li.current-menu-ancestor > a:before,
.qodef-fullscreen--wide .qodef-fullscreen-menu > ul > li.current-menu-item > a:before {
  width: calc(14vw - 34px);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 6px 0 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 35px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:before {
  left: -35px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-right: 8px;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.88em;
  font-weight: 400;
  color: #c3c4cf;
  font-size: 15px;
  overflow: visible;
  margin: 9px 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
  content: '';
  position: absolute;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  -o-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  background-color: #fff;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  width: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a.current-menu-ancestor:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a.current-menu-item:before {
  width: 25px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a + ul {
  margin-top: -9px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:before {
  left: -35px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #fff;
  padding-left: 8px;
  padding-right: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
  width: 25px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a {
  color: #fff;
  padding-left: 8px;
  padding-right: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  width: 25px;
}

.qodef-fullscreen-menu-overlay-close-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: none;
}

.qodef-fs-close-cursor {
  position: fixed;
  top: 0;
  left: 0;
  margin: -10px 0 0 -10px;
  text-align: center;
  border-radius: 50%;
  pointer-events: none;
  z-index: 123;
  color: #fff;
}

.qodef-fs-close-cursor svg {
  opacity: 0;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.qodef-fs-close-cursor.qodef--active svg {
  opacity: 1;
}

/* ==========================================================================
   Full Screen Menu Opener styles
   ========================================================================== */
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
  visibility: hidden;
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header,
.qodef-fullscreen-menu--opened .qodef-page-border--left,
.qodef-fullscreen-menu--opened .qodef-page-border--right {
  visibility: hidden;
}

.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  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--main, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark {
  opacity: 0;
}

/* ==========================================================================
   Page borders styles
   ========================================================================== */
.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner,
.qodef--page-has-borders .qodef-header-sticky-inner {
  padding: 0;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-header-logo-wrapper,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-header-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-header-logo-wrapper .qodef-header-logo-link,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-header-logo-wrapper .qodef-header-logo-link {
  margin: auto;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-header-logo-wrapper .qodef-header-logo-link img,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-header-logo-wrapper .qodef-header-logo-link img {
  margin: auto;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-header-logo-wrapper .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky),
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-header-logo-wrapper .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-last-widget-wrapper,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-last-widget-wrapper {
  width: 92px;
  text-align: center;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-last-widget-wrapper .widget,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-last-widget-wrapper .widget {
  margin: 0;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-last-widget-wrapper .widget.widget_gaspard_core_side_area_opener,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-last-widget-wrapper .widget.widget_gaspard_core_side_area_opener {
  margin: 0;
}

.qodef--page-has-borders:not(.qodef-header--centered) #qodef-page-header-inner .qodef-fullscreen-menu-opener-outer,
.qodef--page-has-borders .qodef-header-sticky-inner .qodef-fullscreen-menu-opener-outer {
  width: 92px;
  text-align: center;
}

.qodef--page-has-borders.qodef-header--standard .qodef-widget-holder {
  min-width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef--page-has-borders.qodef-browser--ms-explorer #qodef-page-header-inner .qodef-header-logo-wrapper {
  padding-right: 25px !important;
}

.qodef--page-has-borders.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-wrapper {
  margin-right: auto;
}

@media only screen and (min-width: 1025px) {
  .qodef-page-border--left,
  .qodef-page-border--right {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 1px;
    background-color: rgba(222, 218, 212, 0.4);
    z-index: 200;
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
  }
  .qodef-page-border--left {
    left: 92px;
  }
  .qodef-page-border--right {
    right: 92px;
  }
}

.qodef-content-side {
  position: fixed;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  white-space: nowrap;
  z-index: 10;
}

.qodef-content-side.qodef-on-scrool-hide {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.1s, visibility 0s ease 0s;
  -o-transition: opacity 0.2s ease-out 0.1s, visibility 0s ease 0s;
  transition: opacity 0.2s ease-out 0.1s, visibility 0s ease 0s;
}

.qodef-content-side.qodef-on-scrool-hide.qodef--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s ease 0.5s;
  -o-transition: opacity 0.2s ease-out, visibility 0s ease 0.5s;
  transition: opacity 0.2s ease-out, visibility 0s ease 0.5s;
}

.qodef-content-side.qodef-content--left-side {
  left: 0;
}

.qodef-content-side.qodef-content--left-side .qodef-content-side-holder-outer {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.qodef-content-side.qodef-content--right-side {
  right: 0;
}

.qodef-content-side.qodef-content--right-side .qodef-content-side-holder-outer {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qodef-page-title .qodef-m-content {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.backhome{
      color: white;
    font-weight: bold;
    display: inline-block;
    background: #213361;
    width: auto;
    padding: 5px 24px;
    border-radius: 20px;
}
.backhome:hover{
      color: white;background: #d55727;
}
@media only screen and (max-width: 1024px) {
  .qodef-content-side {
    display: none;
  }
}

/* ==========================================================================
   Header common styles
   ========================================================================== */
.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li > a, .qodef-header--light
#qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li {
      color: #213361 !important;
    font-family: "Caprasimo", serif;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 17px;
}

body #qodef-page-header #qodef-page-header-inner .qodef-header-navigation li.current-menu-item a{
    color: #d55727 !important;
}


body #qodef-page-header #qodef-page-header-inner .qodef-header-navigation li:hover a{
    color: #d55727 !important;
}

body #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a {
    color: #ffffff !important;
}


.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li > a, .qodef-header--dark
#qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li {
  color: #000 !important;
}

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation > ul > li:before {
  background-color: #ffffff !important;
}

#qodef-page-header .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  height: 100%;
  margin-left: 26px;
  opacity: 0;
  -webkit-animation: qodef-fade-menu 1.5s ease-out forwards 1s;
          animation: qodef-fade-menu 1.5s ease-out forwards 1s;
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 13px;
}

#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 .qodef-widget-holder .widget h1, #qodef-page-header .qodef-widget-holder .widget h2, #qodef-page-header .qodef-widget-holder .widget h3, #qodef-page-header .qodef-widget-holder .widget h4, #qodef-page-header .qodef-widget-holder .widget h5, #qodef-page-header .qodef-widget-holder .widget h6 {
  color: inherit;
}

#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-widget-holder .widget {
  color: #fff !important;
}

.qodef-header--dark #qodef-page-header #qodef-page-header-inner .qodef-widget-holder .widget {
  color: #000 !important;
}

#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}

/* ==========================================================================
# Logo default style
========================================================================== */
#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):not(.qodef--sticky) {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--light {
  opacity: 1;
}

.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--dark,
.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--main {
  opacity: 0;
}

.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--dark {
  opacity: 1;
}

.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--light,
.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--main {
  opacity: 0;
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header--centered #qodef-page-header {
  height: 248px;
}

.qodef-header--centered #qodef-page-header-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header--centered #qodef-page-header-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation {
  margin: 0 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-header-navigation > ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner > ul {
  top: 0;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.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;
}

/* ==========================================================================
   Header layout styles
   ========================================================================== */
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
     margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 58px;
}

.qodef-header-standard--left.qodef--page-has-borders #qodef-page-header-inner .qodef-header-navigation {
  margin-left: 60px;
}

/* ==========================================================================
   Fixed header styles
   ========================================================================== */
.qodef-header--fixed-display #qodef-top-area,
.qodef-header--fixed-display #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.qodef-header--fixed-display.qodef--boxed #qodef-top-area,
.qodef-header--fixed-display.qodef--boxed #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-top-area,
.qodef-header--fixed-display.admin-bar #qodef-page-header {
  top: 32px;
}

/* ==========================================================================
# Sticky Header default style
========================================================================== */
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
  transition: top 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease;
  transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 100;
}

.qodef-header--sticky-display .qodef-header-sticky {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}

.qodef-header-sticky-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}

.qodef-header-sticky-inner .qodef-header-navigation > ul > li.current-menu-ancestor:before,
.qodef-header-sticky-inner .qodef-header-navigation > ul > li.current-menu-item:before,
.qodef-header-sticky-inner .qodef-header-navigation > ul > li:hover:before {
  height: 17px;
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-right: 0;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-logo-link {
  margin-right: 58px;
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-navigation > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-widget-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-header-standard--left.qodef--page-has-borders .qodef-header-sticky-inner .qodef-header-navigation {
  margin-left: 60px;
}

/* ==========================================================================
   Top area style - begin
   ========================================================================== */
#qodef-top-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  padding: 0 40px;
  background-color: #051356;
  z-index: 201;
  /* Header has Z-index 100, top header has greater value because of dropdown in header top (wpml) */
  font-size: 15px;
}

#qodef-top-area .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
  margin-right: auto;
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
  margin-left: auto;
}

#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 18px;
}

#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.widget_text .textwidget > *,
#qodef-top-area .widget.widget_text .textwidget > p,
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}

#qodef-top-area .widget a {
  color: #a9abba;
  position: relative;
}

#qodef-top-area .widget a:hover {
  color: #fff;
}

#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

/* ==========================================================================
   Top area style - end
   ========================================================================== */
/* ==========================================================================
   Map styles
   ========================================================================== */
#qodef-multiple-map-notice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: #051356;
  background-color: #fafafa;
}

.qodef-map-marker-holder {
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          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;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  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 {
  -webkit-transition: fill .2s ease-in-out;
  -o-transition: fill .2s ease-in-out;
  transition: fill .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 #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #e1e1e1;
  border-left: 1px solid #e1e1e1;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          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;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: "Jost", 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: #051356;
}

/* cluster marker - begin */
.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: #0d0a47;
}

.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}

.qodef-cluster-marker svg path {
  -webkit-transition: fill .2s ease-in-out;
  -o-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out;
}

/* noUiSlider - begin */
.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 #e1e1e1;
  z-index: 9999;
}

.qodef-places-geo-radius .qodef-range-slider-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 10px;
}

.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: #051356;
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: #051356;
  cursor: pointer;
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          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-target,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled] .noUi-handle {
  cursor: not-allowed !important;
}

#qodef-page-mobile-header {
  background-color: #fff;
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}

#qodef-page-mobile-header .qodef-widget-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
}

/* ==========================================================================
   Mobile Logo styles
   ========================================================================== */
#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;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
.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;
}

/* ==========================================================================
   Mobile header layout styles
   ========================================================================== */
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
  margin-left: 20px;
}

.qodef-fullscreen-menu--opened #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--main, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
  opacity: 0;
}

/* Standard header layout style - start */
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
  
}

.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
}

/* Standard header layout style - end */
/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.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: -32px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-header-navigation ul li .qodef-drop-down-second ul li a {
  /*overflow: hidden;
					
					span {
						transform: translateY(100%);
						transition: .55s ease-out;
						opacity: 0;
					}*/
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  /*ul li a span {
						opacity: 1;
						transform: translateY(0);
						!*clip-path: inset( 0 0 0 0);*!
					}*/
}

.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: -30px;
}

.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: 1px;
  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: #051356;
}

.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  width: 100vw;
}

.qodef-drop-down-second--full-width.qodef--page-has-borders .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  width: calc(100vw - 2 * 93px);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid),
.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 40px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0 31px;
  margin: 0px -15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li {
  width: 100%;
  padding: 0 15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li > a {
  font-size: 15px;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 1.6em;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul {
  padding-top: 7px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:before {
  content: '';
  position: absolute;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  -o-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  background-color: #fff;
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  width: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-ancestor:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item:before {
  width: 25px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:before {
  left: -32px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-right: 8px;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.88em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a {
  color: #fff;
  padding-left: 8px;
  padding-right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li:hover > a:before, .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner > ul > li ul li.current-menu-item > a:before {
  width: 25px;
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 40px;
}

/* ==========================================================================
   Opener icon styles
   ========================================================================== */
.qodef-opener-icon {
position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    left: 0px;
}

.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}

.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack *:before {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave-vertical path:nth-child(1), .qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave-vertical path:nth-child(2), .qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave-vertical path:nth-child(3),
.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave path:nth-child(1),
.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave path:nth-child(2),
.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave path:nth-child(3) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave-vertical path:nth-child(2),
.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave path:nth-child(2) {
  -webkit-animation-delay: .03s;
          animation-delay: .03s;
}

.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave-vertical path:nth-child(3),
.qodef-opener-icon.qodef-source--svg-path:hover span .qodef-wave path:nth-child(3) {
  -webkit-animation-delay: .06s;
          animation-delay: .06s;
}

.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 46px;
  height: 46px;
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-wave {
  -webkit-transform: rotate(90deg) translateY(-75px) translateX(-24px);
      -ms-transform: rotate(90deg) translateY(-75px) translateX(-24px);
          transform: rotate(90deg) translateY(-75px) translateX(-24px);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-wave path:nth-child(1), .qodef-opener-icon.qodef-source--svg-path span .qodef-wave path:nth-child(2), .qodef-opener-icon.qodef-source--svg-path span .qodef-wave path:nth-child(3) {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: qodefWaveOpener 3s infinite linear forwards;
          animation: qodefWaveOpener 3s infinite linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.qodef-opener-icon.qodef-source--svg-path span .qodef-wave-vertical path:nth-child(1), .qodef-opener-icon.qodef-source--svg-path span .qodef-wave-vertical path:nth-child(2), .qodef-opener-icon.qodef-source--svg-path span .qodef-wave-vertical path:nth-child(3) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: qodefWaveVericalOpener 3s infinite linear forwards;
          animation: qodefWaveVericalOpener 3s infinite linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
  overflow: visible;
}

.qodef-opener-icon.qodef-source--svg-path span > *,
.qodef-opener-icon.qodef-source--svg-path span path {
    stroke: none;
    width: 33px;
    position: relative;
    top: 7px;
}

.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave-vertical path:nth-child(1), .qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave-vertical path:nth-child(2), .qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave-vertical path:nth-child(3),
.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave path:nth-child(1),
.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave path:nth-child(2),
.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave path:nth-child(3) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave-vertical path:nth-child(2),
.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave path:nth-child(2) {
  -webkit-animation-delay: .03s;
          animation-delay: .03s;
}

.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave-vertical path:nth-child(3),
.qodef-opener-icon.qodef-source--predefined:hover span .qodef-wave path:nth-child(3) {
  -webkit-animation-delay: .06s;
          animation-delay: .06s;
}

.qodef-opener-icon.qodef-source--predefined span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.qodef-opener-icon.qodef-source--predefined span .qodef-wave {
  -webkit-transform: rotate(90deg) translateY(-75px) translateX(-24px);
      -ms-transform: rotate(90deg) translateY(-75px) translateX(-24px);
          transform: rotate(90deg) translateY(-75px) translateX(-24px);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.qodef-opener-icon.qodef-source--predefined span .qodef-wave path:nth-child(1), .qodef-opener-icon.qodef-source--predefined span .qodef-wave path:nth-child(2), .qodef-opener-icon.qodef-source--predefined span .qodef-wave path:nth-child(3) {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: qodefWaveOpener 3s infinite linear forwards;
          animation: qodefWaveOpener 3s infinite linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.qodef-opener-icon.qodef-source--predefined span .qodef-wave-vertical path:nth-child(1), .qodef-opener-icon.qodef-source--predefined span .qodef-wave-vertical path:nth-child(2), .qodef-opener-icon.qodef-source--predefined span .qodef-wave-vertical path:nth-child(3) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-animation: qodefWaveVericalOpener 3s infinite linear forwards;
          animation: qodefWaveVericalOpener 3s infinite linear forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.qodef-opener-icon.qodef-source--predefined span > * {
  vertical-align: middle;
  overflow: visible;
}

.qodef-opener-icon.qodef-source--predefined span > *,
.qodef-opener-icon.qodef-source--predefined span path {
  fill: none;
  stroke: currentColor;
}

.qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--icon-pack:not(.qodef-mobile-header-opener):not(#qodef-side-area-close), .qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--svg-path:not(.qodef-mobile-header-opener):not(#qodef-side-area-close), .qodef-header--light:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):not(#qodef-side-area-close) {
  color: #fff !important;
}

.qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--icon-pack:not(.qodef-mobile-header-opener):not(#qodef-side-area-close), .qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--svg-path:not(.qodef-mobile-header-opener):not(#qodef-side-area-close), .qodef-header--dark:not(.qodef-fullscreen-menu--opened) #qodef-page-header-inner .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener):not(#qodef-side-area-close) {
  color: #000 !important;
}

/* ==========================================================================
   #Parallax Background styles - start
   ========================================================================== */
.qodef-parallax {
  position: relative;
  /* set height for parallax item px, vh, % etc. */
  width: 100%;
  overflow: hidden;
}

.qodef-parallax.elementor-section {
  overflow: visible;
}

.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.qodef-parallax-img-holder {
  position: absolute;
  /* set values:
        top = -x%, 
        height = (100 + x)%
    */
  top: -50%;
  height: 150%;
  left: 0;
  width: 100%;
  opacity: 0;
}

.touchevents .qodef-parallax-img-holder {
  top: 0;
  height: 100%;
  opacity: 1;
}

.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}

.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}

.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.005);
      -ms-transform: translate(-50%, -50%) scale(1.005);
          transform: translate(-50%, -50%) scale(1.005);
}

.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%;
}

/* ==========================================================================
   #Parallax Background styles - end
   ========================================================================== */
/* ==========================================================================
   Contact Form 7 widget styles
   ========================================================================== */
span.wpcf7-not-valid-tip {
  color: #f15822;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #f15822;
  margin: 33px 0 0;
  padding: 7px 18px;
  color: #f15822;
}

span.wpcf7-not-valid-tip {
  color: #f15822;
  margin-top: -5px;
}

.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-contact-form-7 .ajax-loader {
  position: absolute;
  right: -10px;
}

.qodef-cf7-questions textarea {
  margin-top: 20px;
  margin-bottom: 32px;
}

.qodef-cf7-questions.qodef--light input[type="text"],
.qodef-cf7-questions.qodef--light input[type="email"],
.qodef-cf7-questions.qodef--light input[type="url"],
.qodef-cf7-questions.qodef--light input[type="password"],
.qodef-cf7-questions.qodef--light input[type="number"],
.qodef-cf7-questions.qodef--light input[type="tel"],
.qodef-cf7-questions.qodef--light input[type="search"],
.qodef-cf7-questions.qodef--light textarea {
  color: #b3b4bd;
  border-color: #fff;
}

.qodef-cf7-questions.qodef--light input[type="text"]:focus,
.qodef-cf7-questions.qodef--light input[type="email"]:focus,
.qodef-cf7-questions.qodef--light input[type="url"]:focus,
.qodef-cf7-questions.qodef--light input[type="password"]:focus,
.qodef-cf7-questions.qodef--light input[type="number"]:focus,
.qodef-cf7-questions.qodef--light input[type="tel"]:focus,
.qodef-cf7-questions.qodef--light input[type="search"]:focus,
.qodef-cf7-questions.qodef--light textarea:focus {
  color: #fff;
}

.qodef-cf7-questions.qodef--light button[type=submit]:after,
.qodef-cf7-questions.qodef--light button[type=submit] .qodef-m-bckg-holder {
  right: 100% !important;
}

.qodef-cf7-newsletter {
  position: relative;
}

.qodef-cf7-newsletter button {
  position: absolute;
  top: 13px;
  right: 0;
}

.qodef-cf7-newsletter .ajax-loader {
  position: absolute;
  top: 18px;
  right: -30px;
}

.qodef-cf7-reservation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-cf7-reservation .qodef-cf7-left,
.qodef-cf7-reservation .qodef-cf7-right {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 680px) {
  .qodef-cf7-reservation .qodef-cf7-left,
  .qodef-cf7-reservation .qodef-cf7-right {
    width: 100%;
  }
}

.qodef-cf7-reservation .qodef-cf7-center {
  width: 100%;
  text-align: center;
}

.qodef-cf7-reservation input[type="text"],
.qodef-cf7-reservation input[type="email"],
.qodef-cf7-reservation input[type="url"],
.qodef-cf7-reservation input[type="password"],
.qodef-cf7-reservation input[type="number"],
.qodef-cf7-reservation input[type="tel"],
.qodef-cf7-reservation input[type="search"],
.qodef-cf7-reservation textarea {
  color: #909090;
}

.qodef-cf7-reservation input[type="text"]:focus,
.qodef-cf7-reservation input[type="email"]:focus,
.qodef-cf7-reservation input[type="url"]:focus,
.qodef-cf7-reservation input[type="password"]:focus,
.qodef-cf7-reservation input[type="number"]:focus,
.qodef-cf7-reservation input[type="tel"]:focus,
.qodef-cf7-reservation input[type="search"]:focus,
.qodef-cf7-reservation textarea:focus {
  color: #051356;
}

.qodef-cf7-reservation textarea {
  margin-top: 18px;
  margin-bottom: 23px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: hidden;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  z-index: 2;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
  display: inline-block !important;
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  will-change: transform;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover {
  opacity: 1 !important;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:after, .qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover:before {
  opacity: 1;
}

.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0;
}

.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}

.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -5px;
}

.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images > .sbi_item {
  padding: 0 5px !important;
  margin: 0 0 10px !important;
}

.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -10px;
}

.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images > .sbi_item {
  padding: 0 10px !important;
  margin: 0 0 20px !important;
}

.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -15px;
}

.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images > .sbi_item {
  padding: 0 15px !important;
  margin: 0 0 30px !important;
}

.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -20px;
}

.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images > .sbi_item {
  padding: 0 20px !important;
  margin: 0 0 40px !important;
}

.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -25px;
}

.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images > .sbi_item {
  padding: 0 25px !important;
  margin: 0 0 50px !important;
}

.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -40px;
}

.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images > .sbi_item {
  padding: 0 40px !important;
  margin: 0 0 80px !important;
}

.qodef-instagram-list.qodef-gutter--extra.qodef--no-bottom-space {
  margin-bottom: -100px;
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -50px;
}

.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images > .sbi_item {
  padding: 0 50px !important;
  margin: 0 0 100px !important;
}

.qodef-instagram-list.qodef-gutter--enormous.qodef--no-bottom-space {
  margin-bottom: -160px;
}

.qodef-instagram-list.qodef-gutter--enormous #sb_instagram #sbi_images {
  float: none;
  padding: 0 !important;
  width: auto;
  margin: 0 -80px;
}

.qodef-instagram-list.qodef-gutter--enormous #sb_instagram #sbi_images > .sbi_item {
  padding: 0 80px !important;
  margin: 0 0 160px !important;
}

.qodef-instagram-holder.qodef-gutter--no {
  margin: 0 -0px;
}

.qodef-instagram-holder.qodef-gutter--no #sb_instagram #sbi_images .sbi_item {
  padding: 0 0px !important;
}

.qodef-instagram-holder.qodef-gutter--tiny {
  margin: 0 -5px;
}

.qodef-instagram-holder.qodef-gutter--tiny #sb_instagram #sbi_images .sbi_item {
  padding: 0 5px !important;
}

.qodef-instagram-holder.qodef-gutter--small {
  margin: 0 -10px;
}

.qodef-instagram-holder.qodef-gutter--small #sb_instagram #sbi_images .sbi_item {
  padding: 0 10px !important;
}

.qodef-instagram-holder.qodef-gutter--normal {
  margin: 0 -15px;
}

.qodef-instagram-holder.qodef-gutter--normal #sb_instagram #sbi_images .sbi_item {
  padding: 0 15px !important;
}

.qodef-instagram-holder.qodef-gutter--medium {
  margin: 0 -20px;
}

.qodef-instagram-holder.qodef-gutter--medium #sb_instagram #sbi_images .sbi_item {
  padding: 0 20px !important;
}

.qodef-instagram-holder.qodef-gutter--large {
  margin: 0 -25px;
}

.qodef-instagram-holder.qodef-gutter--large #sb_instagram #sbi_images .sbi_item {
  padding: 0 25px !important;
}

.qodef-instagram-holder.qodef-gutter--huge {
  margin: 0 -40px;
}

.qodef-instagram-holder.qodef-gutter--huge #sb_instagram #sbi_images .sbi_item {
  padding: 0 40px !important;
}

.qodef-instagram-holder.qodef-gutter--extra {
  margin: 0 -50px;
}

.qodef-instagram-holder.qodef-gutter--extra #sb_instagram #sbi_images .sbi_item {
  padding: 0 50px !important;
}

.qodef-instagram-holder.qodef-gutter--enormous {
  margin: 0 -80px;
}

.qodef-instagram-holder.qodef-gutter--enormous #sb_instagram #sbi_images .sbi_item {
  padding: 0 80px !important;
}

@media only screen and (max-width: 1440px) {
  .qodef-instagram-holder.qodef-gutter--extra {
    margin: 0 -30px;
  }
  .qodef-instagram-holder.qodef-gutter--extra #sb_instagram #sbi_images .sbi_item {
    padding: 0 30px !important;
  }
}

.qodef-instagram-holder #sb_instagram #sbi_images {
  padding: 0 !important;
}

.qodef-instagram-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap {
  overflow: hidden;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  opacity: 1 !important;
  -webkit-clip-path: inset(1px 1px 1px 1px);
          clip-path: inset(1px 1px 1px 1px);
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:after {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 27px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
  z-index: 2;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a img {
  display: inline-block !important;
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  will-change: transform;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:hover {
  opacity: 1 !important;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:hover:after, .qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:hover:before {
  opacity: 1;
}

.qodef-instagram-swiper-container#sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

.qodef-instagram-swiper-container .swiper-slide a, .qodef-instagram-swiper-container .swiper-slide img {
  width: 100%;
}

.qodef-instagram-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  border: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          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: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 23px;
  line-height: 1.26em;
  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-twitterlink,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.88em;
  font-weight: 400;
  color: #727272;
  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-twitterlink:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: '\e094';
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets > .ctf-item {
  width: 100%;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets > .ctf-item {
  width: 50%;
}

@media only screen and (min-width: 681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets > .ctf-item {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets > .ctf-item {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets > .ctf-item {
  width: 20%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets > .ctf-item {
  width: 16.66667%;
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets > .ctf-item {
  width: 14.28571%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets > .ctf-item {
  width: 12.5%;
}

@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0;
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
  padding: 0;
  margin: 0;
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px;
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px;
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px;
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
  margin: 0 -20px;
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets > .ctf-item {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
  margin: 0 -25px;
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets > .ctf-item {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px;
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-twitter-list.qodef-gutter--extra.qodef--no-bottom-space {
  margin-bottom: -100px;
}

.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets {
  margin: 0 -50px;
}

.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets > .ctf-item {
  padding: 0 50px;
  margin: 0 0 100px;
}

.qodef-twitter-list.qodef-gutter--enormous.qodef--no-bottom-space {
  margin-bottom: -160px;
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets {
  margin: 0 -80px;
}

.qodef-twitter-list.qodef-gutter--enormous #ctf .ctf-tweets > .ctf-item {
  padding: 0 80px;
  margin: 0 0 160px;
}

/* ==========================================================================
   Instagram List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
#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;
}

/* ==========================================================================
   Twitter List widget styles
   ========================================================================== */
/* ==========================================================================
   Product Categories List Info on Image styles
   ========================================================================== */
.qodef-woo-product-categories-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-categories-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: #ffffff;
  left: 50%;
  margin: 0;
  padding: 12px 41px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}

/* ==========================================================================
   Product List Info on Image styles
   ========================================================================== */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button {
  margin-top: 20px !important;
}

/* ==========================================================================
   WooCommerce DropDown Cart styles
   ========================================================================== */
.widget_gaspard_core_woo_dropdown_cart {
  height: 100%;
}

.qodef-woo-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}

.qodef-woo-dropdown-cart.qodef-woo-dropdown-cart--hide-text .qodef-m-opener-label {
  display: none;
}

.qodef-woo-dropdown-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener:hover .qodef-m-opener-count {
  -webkit-transform: translateY(-64%);
      -ms-transform: translateY(-64%);
          transform: translateY(-64%);
}

.qodef-woo-dropdown-cart .qodef-m-opener-label {
  margin-right: 14px;
  font-size: 15px;
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon {
  width: 37px;
}

.qodef-woo-dropdown-cart .qodef-m-opener-icon svg {
  width: 100%;
  position: relative;
  top: 5px;
}

.qodef-woo-dropdown-cart .qodef-m-opener-count {
color: #ffffff;
    font-size: 11px;
    background: #e9bd36;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: 39%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: -34px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  /*opacity: 0;
		visibility: hidden;
		transition: $opacity-transition, visibility $transition-timing;*/
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 30px;
  background-color: #051356;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found {
  margin: -10px 0;
  color: #c3c4cf;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #727272;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #727272;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #051356;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}

.qodef-woo-dropdown-cart .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  margin-right: 20px;
}

.qodef-woo-dropdown-cart .qodef-e-image a, .qodef-woo-dropdown-cart .qodef-e-image img {
  display: block;
}

.qodef-woo-dropdown-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}

.qodef-woo-dropdown-cart .qodef-e-title {
  margin: 0;
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-e-price-quantity-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #c3c4cf;
  font-family: "Jost", sans-serif;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 0;
  font-size: 15px;
  color: #c3c4cf;
  font-family: "Jost", sans-serif;
}

.qodef-woo-dropdown-cart .qodef-e-remove {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 10px;
  line-height: 1;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
  opacity: 1;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount {
  color: #c3c4cf;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #727272;
}

.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border: 0 solid transparent;
  outline: none;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  overflow: hidden;
  width: 100%;
  padding: 12px 30px 11px;
  text-align: center;
  color: #fff;
  background-color: #051356;
  padding: 6px 12px;
  z-index: 10;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}

.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-text,
.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-btn-text {
  position: relative;
  z-index: 10;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover .qodef-m-text,
.qodef-woo-dropdown-cart .qodef-m-action-link:hover .qodef-btn-text {
  -webkit-transition-delay: -.1s;
       -o-transition-delay: -.1s;
          transition-delay: -.1s;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 150%;
  padding-top: 150%;
  -webkit-transform: rotate(-45deg) translate(0, 0);
      -ms-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  -webkit-transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  -o-transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  /*transition: all .6s cubic-bezier(0.52, 0.13, 0.32, 1.03);*/
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  z-index: -1;display:none
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover:after {
  -webkit-transform: rotate(-45deg) translate(80%, 0%);
      -ms-transform: rotate(-45deg) translate(80%, 0%);
          transform: rotate(-45deg) translate(80%, 0%);
}

.qodef-woo-dropdown-cart .qodef-m-action-link:after,
.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-bckg-holder {
  background-color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef--light {
  color: #051356;
  background-color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef--light:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef--light .qodef-m-bckg-holder {
  background-color: #051356;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
  color: #051356;
  -webkit-transition-delay: -.1s;
       -o-transition-delay: -.1s;
          transition-delay: -.1s;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover.qodef--light {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart {
  color: #051356;
  background-color: transparent;
  border: 1px solid #051356;
  padding: 6px 13px 6px 16px !important;
  border: 1px solid #fff;
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;border-radius: 20px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart:hover { color: #fff !important;}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart .qodef-m-bckg-holder {
  right: calc(100% + 29px);
  background-color: #051356;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart.qodef-size--small:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart.qodef-size--small .qodef-m-bckg-holder {
  right: calc(100% + 14px);
}
.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    background: #d55727;
    color: white;
    border-radius: 30px;
    border: none;
    font-family: 'Jost';
    font-size: 15px;
}
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart.qodef--light {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart.qodef--light:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart.qodef--light .qodef-m-bckg-holder {
  background-color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart .qodef-m-bckg-holder {
  right: calc(100% + 14px);
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart:after {
  background-color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-cart:hover {
  /*@include qodefButtonOutlinedHoverColor();*/
  color: #ffffff !important;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-checkout {
  padding: 7px 13px 7px 16px !important;
  background-color: #fff;
  color: #0d0a47 !important;
  padding-left: 0;
  padding-right: 0;border-radius: 20px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-checkout:after,
.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-checkout .qodef-m-bckg-holder {
  right: calc(100% + 15px);
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-checkout:after {
  background-color: #1d1d74 !important;
}

.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-m-action-link-checkout:hover {
  color: #000 !important;
}

.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer;
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  /*opacity: 1;
			visibility: visible;*/
  max-height: 100vh;
  -webkit-transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  -o-transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
  transition: 0.5s cubic-bezier(0.66, 0.14, 0.58, 1) 0.1s;
}

/* ==========================================================================
   WPBakery styles
   ========================================================================== */
.qodef-shortcode .wpb_row,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode ul.wpb_thumbnails-fluid > li,
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button {
  margin-bottom: 0 !important;
}

.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}

/* Clients list shortcode style - start */
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/* Clients list shortcode style - end */
/* Clients list shortcode style - start */
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .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;
  -webkit-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .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;
}

/* Clients list shortcode style - end */
/* ==========================================================================
   Reservation Form styles - start
   ========================================================================== */
.qodef-reservation-form .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qodef-reservation-form .qodef-m-title {
  margin: 0 0 10px 0;
}

.qodef-reservation-form .qodef-m-field {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  position: relative;
}

.qodef-reservation-form .qodef-m-icon-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

.qodef-reservation-form .select2-container--default,
.qodef-reservation-form .qodef-m-date,
.qodef-reservation-form .qodef-m-date:focus {
  margin: 0;
  width: 100% !important;
}

.qodef-reservation-form button {
  width: 180px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.qodef-reservation-form .qodef-m-copyright {
  font-family: "Jost", sans-serif;
  opacity: 0.6;
  margin: 14px 0 0;
}

/* ==========================================================================
  Reservation Form styles - end
   ========================================================================== */
/* ==========================================================================
   Restaurant Menu shortcode styles
   ========================================================================== */
.qodef-restaurant-menu-list .qodef-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-restaurant-menu-list .qodef-e-inner {
  width: 100%;
}

.qodef-restaurant-menu-list .qodef-e-image {
  width: 45px;
  text-align: center;
  margin-right: 18px;
}

.qodef-restaurant-menu-list .qodef-e-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.qodef-restaurant-menu-list .qodef-e-heading-title {
  margin: 0;
}

.qodef-restaurant-menu-list .qodef-e-heading-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #e9bd36;
  margin: 0 10px;
}
.catr img{filter: contrast(1.2);}

.qodef-restaurant-menu-list .qodef-e-heading-price {
  margin: 0;
  font-family: "Jost", sans-serif;
  color: #0d0a47;
  font-size: 15px;text-align: right;
}

.qodef-restaurant-menu-list .qodef-e-description {
     margin: 0;
    color: #d55727;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-heading-title,
.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-heading-price {
  color: #fff;
}

.qodef-restaurant-menu-list.qodef-skin--light .qodef-e-description {
  color: #b3b4bd;
}

/* ==========================================================================
   Team Single styles
   ========================================================================== */
.single-team #qodef-page-inner {
  padding-bottom: 26px;
}

@media only screen and (max-width: 1024px) {
  .single-team #qodef-page-inner {
    padding-bottom: 0;
  }
}

.qodef-team-list-item {
  margin: 40px 0 65px;
}

.qodef-team-list-item .qodef-team-single-sidebar {
  margin-bottom: 24px !important;
}

.qodef-team-list-item .qodef-team-custom-content {
  padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
  .qodef-team-list-item .qodef-team-custom-content {
    padding-left: 0;
  }
}

.qodef-team-list-item .qodef-e-image {
  margin: 0 0 10px;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-section {
  padding: 24px 0;
  border-top: 1px solid #e1e1e1;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-section:first-child {
  border-top: none;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-main-info .qodef-e-title {
  margin: 0;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-main-info .qodef-e-position {
  margin: 6px 0 0;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-personal-info {
  margin: 0;
  padding: 27px 0 33px;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-personal-info .qodef-e-phone {
  margin: 0 0 5px;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-personal-info .qodef-e-phone-link,
.qodef-team-list-item .qodef-e-info-holder .qodef-e-personal-info .qodef-e-email {
  color: #727272;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-personal-info .qodef-e-booking {
  margin: 26px 0 0;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-social-icons {
  margin: 0;
  padding: 18px 0;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  font-size: 13px;
  color: #0d0a47;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-social-icons a:hover {
  color: #051356;
}

.qodef-team-list-item .qodef-e-info-holder .qodef-e-social-icons a:last-child {
  margin-right: 0;
}

.qodef-team-list-item .qodef-booking-form-single {
  padding: 42px 50px 50px;
  display: none;
  margin-bottom: 22px;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-response-holder {
  margin: 10px 0;
  color: #051356;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-response-holder.qodef-success {
  color: #0d0a47;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-booking-title {
  position: relative;
  margin-top: 0;
  padding-bottom: 23px;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-booking-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 2px;
  background-color: currentColor;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-booking-subtitle {
  display: inline-block;
  margin: 0 0 14px;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item {
  position: relative;
  margin-bottom: 10px;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item input {
  margin: 0;
  padding: 17px 26px;
  letter-spacing: .025em;
  background-color: #fff;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item.qodef-date:after {
  content: "\e836";
  font-family: 'Linearicons-Free';
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item.qodef-time .select2-container--default {
  margin: 0;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item.qodef-time .select2-container--default .select2-selection--single {
  background-color: #fff;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item.qodef-time .select2-container--default .select2-selection__arrow {
  display: none;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-item.qodef-time:after {
  content: "\e864";
  font-family: 'Linearicons-Free';
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-button {
  position: relative;
}

.qodef-team-list-item .qodef-booking-form-single .qodef-bf-form-button input {
  padding: 15px 20px 13px;
}

.qodef-team-list-item .qodef-e-excerpt {
  margin: 0;
}

.qodef-team-list-item .qodef-e-content {
  margin: 25px 0 0;
}

.qodef-team-list-item .qodef-e-content > p {
  margin: 25px 0;
}

.qodef-team-list-item .qodef-e-additional-info {
  margin: 43px 0 0;
}

.qodef-team-list-item .qodef-e-additional-info .qodef-e-additional-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 7px 0 6px;
  border-top: 1px solid #e1e1e1;
}

.qodef-team-list-item .qodef-e-additional-info .qodef-e-additional-info-title {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 23px;
  line-height: 1.26em;
  width: 27%;
  margin-right: 3%;
}

@media only screen and (max-width: 680px) {
  .qodef-team-list-item .qodef-e-additional-info .qodef-e-additional-info-title {
    width: 37%;
  }
}

.qodef-team-list-item .qodef-e-additional-info .qodef-e-additional-info-value {
  width: 70%;
}

@media only screen and (max-width: 680px) {
  .qodef-team-list-item .qodef-e-additional-info .qodef-e-additional-info-value {
    width: 60%;
  }
}

.qodef-team-list-item .qodef-e-workdays .qodef-e-workday {
  margin-right: 10px;
}

@media only screen and (max-width: 680px) {
  .qodef-team-list-item .qodef-e-workdays .qodef-e-workday {
    display: block;
    margin-right: 0;
  }
}

.qodef-team-list-item .qodef-e-workdays .qodef-e-workday:last-child {
  margin-right: 0;
}

.qodef-team-list-item .qodef-e-workdays .qodef-e-workday .qodef-e-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-size: 25px;
  color: #454554;
}

/* ==========================================================================
   Team lists shortcode styles
   ========================================================================== */
.qodef-team-list .qodef-e-title {
  margin: 0;
}

.qodef-team-list .qodef-e-role {
  margin: 6px 0 0;
}

.qodef-team-list .qodef-e-excerpt {
  margin: 9px 0 0;
}

.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 {
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner .qodef-e-excerpt,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner .qodef-e-excerpt,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner .qodef-e-read-more {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: .35s ease-out;
  -o-transition: .35s ease-out;
  transition: .35s ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
  /*z-index: 1; // safari fix*/
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-role,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-excerpt,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-excerpt,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-read-more {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-read-more {
  z-index: 90;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  top: -1px;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  padding: 10% 19%;
  text-align: center;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  /*z-index: -1; // safari fix*/
}

@media only screen and (max-width: 1440px) {
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    padding: 10% 10%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    padding: 12% 11% 13% 11%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    padding: 10% 28%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    padding: 18% 19% 20%;
  }
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-read-more {
  margin: 23px 0 0;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-read-more .qodef-button.qodef-layout--outlined {
  color: #0d0a47;
  border-color: #0d0a47;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-read-more .qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #0d0a47;
  border-color: #0d0a47;
}

/* ==========================================================================
   Team showcase shortcode styles
   ========================================================================== */
.qodef-team-showcase {
  overflow: hidden;
}

.qodef-team-showcase .qodef-team-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.touch .qodef-team-showcase .qodef-team-holder {
  cursor: pointer;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner {
  position: relative;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner:before {
  content: '';
  width: 0;
  height: 1px;
  background: #051356;
  position: absolute;
  left: calc(100% - 43px);
  top: 50%;
  z-index: 5;
  -webkit-transition: width .3s ease-out .25s;
  -o-transition: width .3s ease-out .25s;
  transition: width .3s ease-out .25s;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  z-index: 2;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-image a, .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-image img {
  display: block;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10% 19%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdf8f1;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    padding: 10%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    padding: 15%;
  }
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content .qodef-e-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-transition: all .3s ease-in-out .1s;
  -o-transition: all .3s ease-in-out .1s;
  transition: all .3s ease-in-out .1s;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-title {
  margin: 0;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-role {
  margin: 10px 0 0;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-team-member-social-icons {
  margin: 10px 0 0;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-team-member-social-icon {
  margin: 0 5px;
  font-size: 15px;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-team-member-social-icon span {
  will-change: transform;
}

.qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-team-member-social-icon:hover span {
  -webkit-animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19);
          animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19);
}

.qodef-team-showcase .qodef-team-holder.active .qodef-team-holder-inner:before {
  width: 86px;
}

@media only screen and (max-width: 1024px) {
  .qodef-team-showcase .qodef-team-holder.active .qodef-team-holder-inner:before {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-team-showcase .qodef-team-holder {
    left: 0;
    float: left;
    -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
  }
  .qodef-team-showcase .qodef-team-holder .qodef-e-content-inner {
    visibility: hidden;
    opacity: 0;
  }
  .qodef-team-showcase .qodef-team-holder.active .qodef-e-content-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out .1s;
    -o-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
  }
  .qodef-team-showcase.qodef--2-column .qodef-team-holder {
    width: 33.33333%;
  }
  .qodef-team-showcase.qodef--2-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--2-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 33.33333%;
  }
  .qodef-team-showcase.qodef--2-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--2-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--2-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--3-column .qodef-team-holder {
    width: 25%;
  }
  .qodef-team-showcase.qodef--3-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--3-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 25%;
  }
  .qodef-team-showcase.qodef--3-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--3-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--3-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--4-column .qodef-team-holder {
    width: 20%;
  }
  .qodef-team-showcase.qodef--4-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--4-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 20%;
  }
  .qodef-team-showcase.qodef--4-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--4-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--4-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--5-column .qodef-team-holder {
    width: 16.66667%;
  }
  .qodef-team-showcase.qodef--5-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--5-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 16.66667%;
  }
  .qodef-team-showcase.qodef--5-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--5-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--5-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--6-column .qodef-team-holder {
    width: 14.28571%;
  }
  .qodef-team-showcase.qodef--6-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--6-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 14.28571%;
  }
  .qodef-team-showcase.qodef--6-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--6-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--6-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--7-column .qodef-team-holder {
    width: 12.5%;
  }
  .qodef-team-showcase.qodef--7-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--7-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 12.5%;
  }
  .qodef-team-showcase.qodef--7-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--7-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--7-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--8-column .qodef-team-holder {
    width: 11.11111%;
  }
  .qodef-team-showcase.qodef--8-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--8-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 11.11111%;
  }
  .qodef-team-showcase.qodef--8-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--8-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--8-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--9-column .qodef-team-holder {
    width: 10%;
  }
  .qodef-team-showcase.qodef--9-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--9-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 10%;
  }
  .qodef-team-showcase.qodef--9-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--9-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--9-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--10-column .qodef-team-holder {
    width: 9.09091%;
  }
  .qodef-team-showcase.qodef--10-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--10-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 9.09091%;
  }
  .qodef-team-showcase.qodef--10-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--10-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--10-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--11-column .qodef-team-holder {
    width: 8.33333%;
  }
  .qodef-team-showcase.qodef--11-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--11-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 8.33333%;
  }
  .qodef-team-showcase.qodef--11-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--11-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--11-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--12-column .qodef-team-holder {
    width: 7.69231%;
  }
  .qodef-team-showcase.qodef--12-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--12-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 7.69231%;
  }
  .qodef-team-showcase.qodef--12-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--12-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--12-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--13-column .qodef-team-holder {
    width: 7.14286%;
  }
  .qodef-team-showcase.qodef--13-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--13-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 7.14286%;
  }
  .qodef-team-showcase.qodef--13-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--13-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--13-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--14-column .qodef-team-holder {
    width: 6.66667%;
  }
  .qodef-team-showcase.qodef--14-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--14-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 6.66667%;
  }
  .qodef-team-showcase.qodef--14-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--14-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--14-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--15-column .qodef-team-holder {
    width: 6.25%;
  }
  .qodef-team-showcase.qodef--15-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--15-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 6.25%;
  }
  .qodef-team-showcase.qodef--15-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--15-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--15-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--16-column .qodef-team-holder {
    width: 5.88235%;
  }
  .qodef-team-showcase.qodef--16-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--16-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 5.88235%;
  }
  .qodef-team-showcase.qodef--16-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--16-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--16-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--17-column .qodef-team-holder {
    width: 5.55556%;
  }
  .qodef-team-showcase.qodef--17-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--17-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 5.55556%;
  }
  .qodef-team-showcase.qodef--17-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--17-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--17-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--18-column .qodef-team-holder {
    width: 5.26316%;
  }
  .qodef-team-showcase.qodef--18-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--18-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 5.26316%;
  }
  .qodef-team-showcase.qodef--18-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--18-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--18-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--19-column .qodef-team-holder {
    width: 5%;
  }
  .qodef-team-showcase.qodef--19-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--19-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 5%;
  }
  .qodef-team-showcase.qodef--19-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--19-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--19-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--20-column .qodef-team-holder {
    width: 4.7619%;
  }
  .qodef-team-showcase.qodef--20-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--20-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 4.7619%;
  }
  .qodef-team-showcase.qodef--20-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--20-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--20-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--21-column .qodef-team-holder {
    width: 4.54545%;
  }
  .qodef-team-showcase.qodef--21-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--21-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 4.54545%;
  }
  .qodef-team-showcase.qodef--21-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--21-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--21-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--22-column .qodef-team-holder {
    width: 4.34783%;
  }
  .qodef-team-showcase.qodef--22-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--22-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 4.34783%;
  }
  .qodef-team-showcase.qodef--22-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--22-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--22-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--23-column .qodef-team-holder {
    width: 4.16667%;
  }
  .qodef-team-showcase.qodef--23-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--23-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 4.16667%;
  }
  .qodef-team-showcase.qodef--23-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--23-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--23-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--24-column .qodef-team-holder {
    width: 4%;
  }
  .qodef-team-showcase.qodef--24-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--24-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 4%;
  }
  .qodef-team-showcase.qodef--24-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--24-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--24-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--25-column .qodef-team-holder {
    width: 3.84615%;
  }
  .qodef-team-showcase.qodef--25-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--25-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.84615%;
  }
  .qodef-team-showcase.qodef--25-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--25-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--25-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--26-column .qodef-team-holder {
    width: 3.7037%;
  }
  .qodef-team-showcase.qodef--26-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--26-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.7037%;
  }
  .qodef-team-showcase.qodef--26-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--26-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--26-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--27-column .qodef-team-holder {
    width: 3.57143%;
  }
  .qodef-team-showcase.qodef--27-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--27-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.57143%;
  }
  .qodef-team-showcase.qodef--27-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--27-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--27-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--28-column .qodef-team-holder {
    width: 3.44828%;
  }
  .qodef-team-showcase.qodef--28-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--28-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.44828%;
  }
  .qodef-team-showcase.qodef--28-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--28-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--28-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--29-column .qodef-team-holder {
    width: 3.33333%;
  }
  .qodef-team-showcase.qodef--29-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--29-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.33333%;
  }
  .qodef-team-showcase.qodef--29-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--29-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--29-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--30-column .qodef-team-holder {
    width: 3.22581%;
  }
  .qodef-team-showcase.qodef--30-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--30-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.22581%;
  }
  .qodef-team-showcase.qodef--30-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--30-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--30-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--31-column .qodef-team-holder {
    width: 3.125%;
  }
  .qodef-team-showcase.qodef--31-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--31-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.125%;
  }
  .qodef-team-showcase.qodef--31-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--31-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--31-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--32-column .qodef-team-holder {
    width: 3.0303%;
  }
  .qodef-team-showcase.qodef--32-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--32-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 3.0303%;
  }
  .qodef-team-showcase.qodef--32-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--32-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--32-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--33-column .qodef-team-holder {
    width: 2.94118%;
  }
  .qodef-team-showcase.qodef--33-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--33-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.94118%;
  }
  .qodef-team-showcase.qodef--33-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--33-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--33-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--34-column .qodef-team-holder {
    width: 2.85714%;
  }
  .qodef-team-showcase.qodef--34-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--34-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.85714%;
  }
  .qodef-team-showcase.qodef--34-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--34-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--34-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--35-column .qodef-team-holder {
    width: 2.77778%;
  }
  .qodef-team-showcase.qodef--35-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--35-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.77778%;
  }
  .qodef-team-showcase.qodef--35-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--35-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--35-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--36-column .qodef-team-holder {
    width: 2.7027%;
  }
  .qodef-team-showcase.qodef--36-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--36-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.7027%;
  }
  .qodef-team-showcase.qodef--36-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--36-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--36-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--37-column .qodef-team-holder {
    width: 2.63158%;
  }
  .qodef-team-showcase.qodef--37-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--37-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.63158%;
  }
  .qodef-team-showcase.qodef--37-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--37-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--37-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--38-column .qodef-team-holder {
    width: 2.5641%;
  }
  .qodef-team-showcase.qodef--38-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--38-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.5641%;
  }
  .qodef-team-showcase.qodef--38-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--38-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--38-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--39-column .qodef-team-holder {
    width: 2.5%;
  }
  .qodef-team-showcase.qodef--39-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--39-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.5%;
  }
  .qodef-team-showcase.qodef--39-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--39-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--39-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--40-column .qodef-team-holder {
    width: 2.43902%;
  }
  .qodef-team-showcase.qodef--40-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--40-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.43902%;
  }
  .qodef-team-showcase.qodef--40-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--40-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--40-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--41-column .qodef-team-holder {
    width: 2.38095%;
  }
  .qodef-team-showcase.qodef--41-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--41-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.38095%;
  }
  .qodef-team-showcase.qodef--41-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--41-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--41-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--42-column .qodef-team-holder {
    width: 2.32558%;
  }
  .qodef-team-showcase.qodef--42-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--42-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.32558%;
  }
  .qodef-team-showcase.qodef--42-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--42-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--42-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--43-column .qodef-team-holder {
    width: 2.27273%;
  }
  .qodef-team-showcase.qodef--43-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--43-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.27273%;
  }
  .qodef-team-showcase.qodef--43-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--43-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--43-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--44-column .qodef-team-holder {
    width: 2.22222%;
  }
  .qodef-team-showcase.qodef--44-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--44-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.22222%;
  }
  .qodef-team-showcase.qodef--44-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--44-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--44-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--45-column .qodef-team-holder {
    width: 2.17391%;
  }
  .qodef-team-showcase.qodef--45-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--45-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.17391%;
  }
  .qodef-team-showcase.qodef--45-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--45-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--45-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--46-column .qodef-team-holder {
    width: 2.12766%;
  }
  .qodef-team-showcase.qodef--46-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--46-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.12766%;
  }
  .qodef-team-showcase.qodef--46-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--46-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--46-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--47-column .qodef-team-holder {
    width: 2.08333%;
  }
  .qodef-team-showcase.qodef--47-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--47-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.08333%;
  }
  .qodef-team-showcase.qodef--47-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--47-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--47-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--48-column .qodef-team-holder {
    width: 2.04082%;
  }
  .qodef-team-showcase.qodef--48-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--48-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2.04082%;
  }
  .qodef-team-showcase.qodef--48-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--48-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--48-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--49-column .qodef-team-holder {
    width: 2%;
  }
  .qodef-team-showcase.qodef--49-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--49-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 2%;
  }
  .qodef-team-showcase.qodef--49-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--49-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--49-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--50-column .qodef-team-holder {
    width: 1.96078%;
  }
  .qodef-team-showcase.qodef--50-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--50-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.96078%;
  }
  .qodef-team-showcase.qodef--50-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--50-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--50-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--51-column .qodef-team-holder {
    width: 1.92308%;
  }
  .qodef-team-showcase.qodef--51-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--51-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.92308%;
  }
  .qodef-team-showcase.qodef--51-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--51-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--51-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--52-column .qodef-team-holder {
    width: 1.88679%;
  }
  .qodef-team-showcase.qodef--52-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--52-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.88679%;
  }
  .qodef-team-showcase.qodef--52-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--52-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--52-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--53-column .qodef-team-holder {
    width: 1.85185%;
  }
  .qodef-team-showcase.qodef--53-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--53-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.85185%;
  }
  .qodef-team-showcase.qodef--53-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--53-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--53-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--54-column .qodef-team-holder {
    width: 1.81818%;
  }
  .qodef-team-showcase.qodef--54-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--54-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.81818%;
  }
  .qodef-team-showcase.qodef--54-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--54-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--54-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--55-column .qodef-team-holder {
    width: 1.78571%;
  }
  .qodef-team-showcase.qodef--55-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--55-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.78571%;
  }
  .qodef-team-showcase.qodef--55-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--55-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--55-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--56-column .qodef-team-holder {
    width: 1.75439%;
  }
  .qodef-team-showcase.qodef--56-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--56-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.75439%;
  }
  .qodef-team-showcase.qodef--56-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--56-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--56-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--57-column .qodef-team-holder {
    width: 1.72414%;
  }
  .qodef-team-showcase.qodef--57-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--57-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.72414%;
  }
  .qodef-team-showcase.qodef--57-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--57-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--57-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--58-column .qodef-team-holder {
    width: 1.69492%;
  }
  .qodef-team-showcase.qodef--58-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--58-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.69492%;
  }
  .qodef-team-showcase.qodef--58-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--58-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--58-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--59-column .qodef-team-holder {
    width: 1.66667%;
  }
  .qodef-team-showcase.qodef--59-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--59-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.66667%;
  }
  .qodef-team-showcase.qodef--59-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--59-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--59-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--60-column .qodef-team-holder {
    width: 1.63934%;
  }
  .qodef-team-showcase.qodef--60-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--60-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.63934%;
  }
  .qodef-team-showcase.qodef--60-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--60-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--60-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--61-column .qodef-team-holder {
    width: 1.6129%;
  }
  .qodef-team-showcase.qodef--61-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--61-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.6129%;
  }
  .qodef-team-showcase.qodef--61-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--61-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--61-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--62-column .qodef-team-holder {
    width: 1.5873%;
  }
  .qodef-team-showcase.qodef--62-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--62-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.5873%;
  }
  .qodef-team-showcase.qodef--62-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--62-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--62-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--63-column .qodef-team-holder {
    width: 1.5625%;
  }
  .qodef-team-showcase.qodef--63-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--63-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.5625%;
  }
  .qodef-team-showcase.qodef--63-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--63-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--63-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--64-column .qodef-team-holder {
    width: 1.53846%;
  }
  .qodef-team-showcase.qodef--64-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--64-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.53846%;
  }
  .qodef-team-showcase.qodef--64-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--64-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--64-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--65-column .qodef-team-holder {
    width: 1.51515%;
  }
  .qodef-team-showcase.qodef--65-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--65-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.51515%;
  }
  .qodef-team-showcase.qodef--65-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--65-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--65-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--66-column .qodef-team-holder {
    width: 1.49254%;
  }
  .qodef-team-showcase.qodef--66-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--66-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.49254%;
  }
  .qodef-team-showcase.qodef--66-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--66-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--66-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--67-column .qodef-team-holder {
    width: 1.47059%;
  }
  .qodef-team-showcase.qodef--67-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--67-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.47059%;
  }
  .qodef-team-showcase.qodef--67-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--67-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--67-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--68-column .qodef-team-holder {
    width: 1.44928%;
  }
  .qodef-team-showcase.qodef--68-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--68-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.44928%;
  }
  .qodef-team-showcase.qodef--68-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--68-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--68-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--69-column .qodef-team-holder {
    width: 1.42857%;
  }
  .qodef-team-showcase.qodef--69-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--69-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.42857%;
  }
  .qodef-team-showcase.qodef--69-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--69-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--69-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--70-column .qodef-team-holder {
    width: 1.40845%;
  }
  .qodef-team-showcase.qodef--70-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--70-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.40845%;
  }
  .qodef-team-showcase.qodef--70-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--70-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--70-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--71-column .qodef-team-holder {
    width: 1.38889%;
  }
  .qodef-team-showcase.qodef--71-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--71-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.38889%;
  }
  .qodef-team-showcase.qodef--71-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--71-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--71-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--72-column .qodef-team-holder {
    width: 1.36986%;
  }
  .qodef-team-showcase.qodef--72-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--72-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.36986%;
  }
  .qodef-team-showcase.qodef--72-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--72-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--72-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--73-column .qodef-team-holder {
    width: 1.35135%;
  }
  .qodef-team-showcase.qodef--73-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--73-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.35135%;
  }
  .qodef-team-showcase.qodef--73-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--73-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--73-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--74-column .qodef-team-holder {
    width: 1.33333%;
  }
  .qodef-team-showcase.qodef--74-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--74-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.33333%;
  }
  .qodef-team-showcase.qodef--74-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--74-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--74-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--75-column .qodef-team-holder {
    width: 1.31579%;
  }
  .qodef-team-showcase.qodef--75-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--75-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.31579%;
  }
  .qodef-team-showcase.qodef--75-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--75-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--75-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--76-column .qodef-team-holder {
    width: 1.2987%;
  }
  .qodef-team-showcase.qodef--76-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--76-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.2987%;
  }
  .qodef-team-showcase.qodef--76-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--76-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--76-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--77-column .qodef-team-holder {
    width: 1.28205%;
  }
  .qodef-team-showcase.qodef--77-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--77-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.28205%;
  }
  .qodef-team-showcase.qodef--77-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--77-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--77-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--78-column .qodef-team-holder {
    width: 1.26582%;
  }
  .qodef-team-showcase.qodef--78-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--78-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.26582%;
  }
  .qodef-team-showcase.qodef--78-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--78-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--78-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--79-column .qodef-team-holder {
    width: 1.25%;
  }
  .qodef-team-showcase.qodef--79-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--79-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.25%;
  }
  .qodef-team-showcase.qodef--79-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--79-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--79-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--80-column .qodef-team-holder {
    width: 1.23457%;
  }
  .qodef-team-showcase.qodef--80-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--80-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.23457%;
  }
  .qodef-team-showcase.qodef--80-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--80-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--80-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--81-column .qodef-team-holder {
    width: 1.21951%;
  }
  .qodef-team-showcase.qodef--81-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--81-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.21951%;
  }
  .qodef-team-showcase.qodef--81-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--81-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--81-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--82-column .qodef-team-holder {
    width: 1.20482%;
  }
  .qodef-team-showcase.qodef--82-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--82-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.20482%;
  }
  .qodef-team-showcase.qodef--82-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--82-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--82-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--83-column .qodef-team-holder {
    width: 1.19048%;
  }
  .qodef-team-showcase.qodef--83-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--83-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.19048%;
  }
  .qodef-team-showcase.qodef--83-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--83-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--83-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--84-column .qodef-team-holder {
    width: 1.17647%;
  }
  .qodef-team-showcase.qodef--84-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--84-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.17647%;
  }
  .qodef-team-showcase.qodef--84-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--84-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--84-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--85-column .qodef-team-holder {
    width: 1.16279%;
  }
  .qodef-team-showcase.qodef--85-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--85-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.16279%;
  }
  .qodef-team-showcase.qodef--85-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--85-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--85-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--86-column .qodef-team-holder {
    width: 1.14943%;
  }
  .qodef-team-showcase.qodef--86-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--86-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.14943%;
  }
  .qodef-team-showcase.qodef--86-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--86-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--86-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--87-column .qodef-team-holder {
    width: 1.13636%;
  }
  .qodef-team-showcase.qodef--87-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--87-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.13636%;
  }
  .qodef-team-showcase.qodef--87-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--87-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--87-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--88-column .qodef-team-holder {
    width: 1.1236%;
  }
  .qodef-team-showcase.qodef--88-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--88-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.1236%;
  }
  .qodef-team-showcase.qodef--88-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--88-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--88-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--89-column .qodef-team-holder {
    width: 1.11111%;
  }
  .qodef-team-showcase.qodef--89-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--89-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.11111%;
  }
  .qodef-team-showcase.qodef--89-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--89-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--89-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--90-column .qodef-team-holder {
    width: 1.0989%;
  }
  .qodef-team-showcase.qodef--90-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--90-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.0989%;
  }
  .qodef-team-showcase.qodef--90-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--90-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--90-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--91-column .qodef-team-holder {
    width: 1.08696%;
  }
  .qodef-team-showcase.qodef--91-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--91-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.08696%;
  }
  .qodef-team-showcase.qodef--91-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--91-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--91-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--92-column .qodef-team-holder {
    width: 1.07527%;
  }
  .qodef-team-showcase.qodef--92-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--92-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.07527%;
  }
  .qodef-team-showcase.qodef--92-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--92-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--92-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--93-column .qodef-team-holder {
    width: 1.06383%;
  }
  .qodef-team-showcase.qodef--93-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--93-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.06383%;
  }
  .qodef-team-showcase.qodef--93-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--93-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--93-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--94-column .qodef-team-holder {
    width: 1.05263%;
  }
  .qodef-team-showcase.qodef--94-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--94-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.05263%;
  }
  .qodef-team-showcase.qodef--94-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--94-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--94-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--95-column .qodef-team-holder {
    width: 1.04167%;
  }
  .qodef-team-showcase.qodef--95-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--95-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.04167%;
  }
  .qodef-team-showcase.qodef--95-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--95-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--95-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--96-column .qodef-team-holder {
    width: 1.03093%;
  }
  .qodef-team-showcase.qodef--96-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--96-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.03093%;
  }
  .qodef-team-showcase.qodef--96-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--96-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--96-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--97-column .qodef-team-holder {
    width: 1.02041%;
  }
  .qodef-team-showcase.qodef--97-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--97-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.02041%;
  }
  .qodef-team-showcase.qodef--97-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--97-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--97-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--98-column .qodef-team-holder {
    width: 1.0101%;
  }
  .qodef-team-showcase.qodef--98-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--98-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1.0101%;
  }
  .qodef-team-showcase.qodef--98-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--98-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--98-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .qodef-team-showcase.qodef--99-column .qodef-team-holder {
    width: 1%;
  }
  .qodef-team-showcase.qodef--99-column .qodef-team-holder:hover ~ .qodef-team-holder,
  .qodef-team-showcase.qodef--99-column .qodef-team-holder.active ~ .qodef-team-holder {
    left: 1%;
  }
  .qodef-team-showcase.qodef--99-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase.qodef--99-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    width: 100%;
  }
  .qodef-team-showcase.qodef--99-column .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    top: 0;
    left: 100%;
  }
}

/* ==========================================================================
   Testimonials list shortcode styles
   ========================================================================== */
.qodef-testimonials-list.qodef-swiper-container {
  cursor: -webkit-grab;
  cursor: grab;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide {
  opacity: 0;
  -webkit-transition: .4s ease-out .3s;
  -o-transition: .4s ease-out .3s;
  transition: .4s ease-out .3s;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide .qodef-e-text {
  opacity: 0;
  -webkit-transition: .5s ease-out 0s;
  -o-transition: .5s ease-out 0s;
  transition: .5s ease-out 0s;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide .qodef-e-media-image,
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide .qodef-e-quotes {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: .4s ease-out .5s;
  -o-transition: .4s ease-out .5s;
  transition: .4s ease-out .5s;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active, .qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-text, .qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-text {
  opacity: 1;
}

.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-media-image,
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-active .qodef-e-quotes, .qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image,
.qodef-testimonials-list.qodef-swiper-container.qodef-col-num--1 .swiper-slide.swiper-slide-duplicate-active .qodef-e-quotes {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.qodef-testimonials-list.qodef-layout--columns .qodef-e-quotes {
  margin: -22px auto 59px;
}

.qodef-testimonials-list.qodef-layout--columns .qodef-e-author {
  color: #727272;
}

.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
}

.qodef-testimonials-list .qodef-e-quotes {
  width: 54px;
  margin: 0 auto 40px;
}

.qodef-testimonials-list .qodef-e-quotes svg {
  fill: #0d0a47;
}

.qodef-testimonials-list .qodef-e-content {
  text-align: center;
}

.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}

.qodef-testimonials-list .qodef-e-text {
  max-width: 700px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-text {
    max-width: 500px;
  }
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  max-width: 100px;
  margin: 0 auto 14px;
}

.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  color: #a6a6a6;
}

.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: center;
  bottom: 0 !important;
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background-color: #051356;
}

.qodef-testimonials-list ~ .swiper-button-next, .qodef-testimonials-list .swiper-button-next,
.qodef-testimonials-list ~ .swiper-button-prev, .qodef-testimonials-list .swiper-button-prev {
  top: 34%;
}

.qodef-testimonials-list ~ .swiper-button-next:after, .qodef-testimonials-list .swiper-button-next:after,
.qodef-testimonials-list ~ .swiper-button-prev:after, .qodef-testimonials-list .swiper-button-prev:after {
  display: none;
}

.qodef-testimonials-list ~ .swiper-button-next svg, .qodef-testimonials-list .swiper-button-next svg,
.qodef-testimonials-list ~ .swiper-button-prev svg, .qodef-testimonials-list .swiper-button-prev svg {
  width: 28px;
  stroke: #051356;
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .swiper-button-next {
    right: 0 !important;
  }
  .qodef-testimonials-list .swiper-button-prev {
    left: 0 !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-testimonials-list .swiper-button-next,
  .qodef-testimonials-list .swiper-button-prev {
    display: none;
  }
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-title,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-author {
  color: #fff;
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}

/* ==========================================================================
# Search covers header - start
========================================================================== */
@-webkit-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_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}

@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;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.qodef-search-cover-form .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: #051356;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}

.qodef-search-cover-form .qodef-m-form-field:focus {
  color: #051356;
}

.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.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 {
  -ms-flex-negative: 0;
      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 {
  -webkit-animation: cover_search_fade_out .3s ease both;
          animation: cover_search_fade_out .3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
  -webkit-animation: cover_search_fade_in .3s ease both;
          animation: cover_search_fade_in .3s ease both;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}

/* ==========================================================================
# Search covers header - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - start
========================================================================== */
/* Fullscreen search general style - start
========================================================================== */
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}

.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #0d0a47;
  line-height: 2em;
  background: transparent;
  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: #0d0a47;
  background: none;
  border: 0;
  outline: none;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #051356;
  background: none;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  -webkit-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  -o-transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .9s;
  transition: color 0.2s ease, opacity .2s ease-out 1.1s, bottom .4s ease-out .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;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
  width: 100%;
  -webkit-transition: width 0.5s ease .6s;
  -o-transition: width 0.5s ease .6s;
  transition: width 0.5s ease .6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #727272;
  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: #0d0a47;
}

.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;
}

/* Fullscreen search general style - end
========================================================================== */
/* Fullscreen search fade style - start
========================================================================== */
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_out .3s ease both;
          animation: fullscreen_search_fade_out .3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  -webkit-animation: fullscreen_search_fade_in .3s ease both;
          animation: fullscreen_search_fade_in .3s ease both;
}

@-webkit-keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* Fullscreen search fade style - end
========================================================================== */
/* ==========================================================================
# Fullscreen search - end
========================================================================== */
/* ==========================================================================
# Search opener - begin
========================================================================== */
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}

.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}

/* ==========================================================================
# Search opener - end
========================================================================== */
/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

/* ==========================================================================
   Accordion shortcode styles
   ========================================================================== */
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0 0;
  padding: 2px 10px 2px 5px;
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out;
  cursor: pointer;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  position: relative;
  -ms-flex-negative: 0;
      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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
  display: block;
  line-height: inherit;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #fdf8f1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 16px 0 2px;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}

/* ==========================================================================
   Banner shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-banner .qodef-m-content-inner > .qodef-m-title {
  color: #fff;
  margin: 0;
}

.qodef-banner .qodef-m-content-inner > .qodef-m-text {
  color: #fff;
  margin: 5px 0 0;
  text-align: center;
}

.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;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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 {
  overflow: hidden;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-image {
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
}

.qodef-banner.qodef-layout--link-overlay:hover .qodef-m-image {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

/* ==========================================================================
   Button shortcode styles
   ========================================================================== */
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  border: 0 solid transparent;
  outline: none;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out;
  overflow: hidden;
  padding: 12px 32px 11px 35px;
}

.qodef-button.qodef-html--link .qodef-m-text,
.qodef-button.qodef-html--link .qodef-btn-text {
  position: relative;
  z-index: 10;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.qodef-button.qodef-html--link:hover .qodef-m-text,
.qodef-button.qodef-html--link:hover .qodef-btn-text {
  -webkit-transition-delay: -.1s;
       -o-transition-delay: -.1s;
          transition-delay: -.1s;
}

.qodef-button.qodef-html--link .qodef-m-bckg-holder {
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 150%;
  padding-top: 150%;
  -webkit-transform: rotate(-45deg) translate(0, 0);
      -ms-transform: rotate(-45deg) translate(0, 0);
          transform: rotate(-45deg) translate(0, 0);
  -webkit-transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  -o-transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  /*transition: all .6s cubic-bezier(0.52, 0.13, 0.32, 1.03);*/
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.qodef-button.qodef-html--link:hover .qodef-m-bckg-holder {
  -webkit-transform: rotate(-45deg) translate(80%, 0%);
      -ms-transform: rotate(-45deg) translate(80%, 0%);
          transform: rotate(-45deg) translate(80%, 0%);
}

.qodef-button.qodef-size--small {
  padding: 7px 13px 7px 16px !important;
}

.qodef-button.qodef-size--small:after,
.qodef-button.qodef-size--small .qodef-m-bckg-holder {
  right: calc(100% + 15px);
}

.qodef-button.qodef-size--large {
  padding: 12px 39px 11px 42px !important;
}

.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}

.qodef-button.qodef-layout--filled {
  padding: 12px 32px 11px 35px;
  color: #fff;
  background-color: #051356;
}

.qodef-button.qodef-layout--filled:after,
.qodef-button.qodef-layout--filled .qodef-m-bckg-holder {
  background-color: #fff;
}

.qodef-button.qodef-layout--filled.qodef--light {
  color: #051356;
  background-color: #fff;
}
.paymentList {
 padding: 0;
    margin: 10px 0 0 !important;
    border: none;
    text-align: left;
    float: left;
    width: 100%;
}
.paymentList li {
    display: inline-block;
    margin: 6px 3px;
}
.paymentList svg {
    width: 48px;
    height: 34px;
}
.qodef-button.qodef-layout--filled.qodef--light:after,
.qodef-button.qodef-layout--filled.qodef--light .qodef-m-bckg-holder {
  background-color: #051356;
}

.qodef-button.qodef-layout--filled:hover {
  color: #051356;
}

.qodef-button.qodef-layout--filled:hover.qodef--light {
  color: #fff;
}

.qodef-button.qodef-layout--outlined {
      padding: 11px 32px 10px 35px;
    color: #051356;
    background-color: transparent;
    border: 1px solid #051356;
    border-radius: 26px;
}

.qodef-button.qodef-layout--outlined:after,
.qodef-button.qodef-layout--outlined .qodef-m-bckg-holder {
  right: calc(100% + 48px);
  background-color: #051356;display:none
}

.qodef-button.qodef-layout--outlined.qodef-size--small:after,
.qodef-button.qodef-layout--outlined.qodef-size--small .qodef-m-bckg-holder {
  right: calc(100% + 14px);
}

.qodef-button.qodef-layout--outlined.qodef--light {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.qodef-button.qodef-layout--outlined.qodef--light:after,
.qodef-button.qodef-layout--outlined.qodef--light .qodef-m-bckg-holder {
  background-color: #fff;
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  border-color: #051356;
}

.qodef-button.qodef-layout--outlined:hover.qodef--light {
  color: #051356;
  border-color: #fff;
}

.qodef-button.qodef-layout--textual {
  padding: 2px 8px 2px 11px;
    background-color: transparent;
    border: 0;
    color: #ffffff !important;
    background-color: var(--e-global-color-8453933);
    font-family: "Caprasimo", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 35px;
    border-bottom: 5px solid #e9bd36;
    text-transform: initial;
    letter-spacing: 0;
}

.qodef-button.qodef-layout--textual:hover {
    background-color: #d55727;
}


.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

.qodef-button.qodef-layout--textual:after,
.qodef-button.qodef-layout--textual .qodef-m-bckg-holder {
  right: calc(100% + 10px);
  background-color: #f4e8d6;
}

.qodef-button.qodef-layout--textual.qodef--light {
  background-color: transparent;
  color: #fff;
}

.qodef-button.qodef-layout--textual.qodef--light:after,
.qodef-button.qodef-layout--textual.qodef--light .qodef-m-bckg-holder {
  background-color: #051356;
}

.qodef-button.qodef-layout--textual:after,
.qodef-button.qodef-layout--textual .qodef-m-bckg-holder {
  right: 100% !important;display:none
}

.qodef-button.qodef-layout--textual:hover:after,
.qodef-button.qodef-layout--textual:hover .qodef-m-bckg-holder {
  -webkit-transform: rotate(-45deg) translate(75%, -6%);
      -ms-transform: rotate(-45deg) translate(75%, -6%);
          transform: rotate(-45deg) translate(75%, -6%);
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_gaspard_core_button a {
  color: #051356;
}

#qodef-page-sidebar .widget.widget_gaspard_core_button {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_gaspard_core_button {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_gaspard_core_button {
  margin-bottom: 0;
}

/* ==========================================================================
   Call to Action shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
.qodef-cards-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}

@media only screen and (max-width: 680px) {
  .qodef-cards-gallery {
    width: 88%;
  }
}

.qodef-cards-gallery .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-cards-gallery img {
  position: relative;
  display: block;
  -webkit-box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
}

.qodef-cards-gallery .qodef-m-fake-card {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.qodef-cards-gallery .qodef-m-card {
  position: absolute;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.qodef-cards-gallery .qodef-m-card .qodef-m-bundle-item {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
  -webkit-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.qodef-cards-gallery .qodef-m-card img {
  -webkit-box-shadow: 0 0 40px 0 #00000012;
          box-shadow: 0 0 40px 0 #00000012;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card img {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(1) img {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(2) img {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(3) img {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(4) img {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(5) img {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(6) img {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(7) img {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(8) img {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(9) img {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(10) img {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(11) img {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(12) img {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(13) img {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(14) img {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(15) img {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(16) img {
  -webkit-transition-delay: 3.2s;
       -o-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(17) img {
  -webkit-transition-delay: 3.4s;
       -o-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(18) img {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(19) img {
  -webkit-transition-delay: 3.8s;
       -o-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left .qodef-m-card:nth-child(20) img {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--left.qodef--appeared .qodef-m-card img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card img {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(1) img {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(2) img {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(3) img {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(4) img {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(5) img {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(6) img {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(7) img {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(8) img {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(9) img {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(10) img {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(11) img {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(12) img {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(13) img {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(14) img {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(15) img {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(16) img {
  -webkit-transition-delay: 3.2s;
       -o-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(17) img {
  -webkit-transition-delay: 3.4s;
       -o-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(18) img {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(19) img {
  -webkit-transition-delay: 3.8s;
       -o-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right .qodef-m-card:nth-child(20) img {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}

.qodef-cards-gallery.qodef--has-appear.qodef-orientation--right.qodef--appeared .qodef-m-card img {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
  left: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
  -webkit-transform: scale(0.5) translateX(113%);
      -ms-transform: scale(0.5) translateX(113%);
          transform: scale(0.5) translateX(113%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
  -webkit-transform: scale(0.55) translateX(90%);
      -ms-transform: scale(0.55) translateX(90%);
          transform: scale(0.55) translateX(90%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
  -webkit-transform: scale(0.65) translateX(60%);
      -ms-transform: scale(0.65) translateX(60%);
          transform: scale(0.65) translateX(60%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
  -webkit-transform: scale(0.75) translateX(36%);
      -ms-transform: scale(0.75) translateX(36%);
          transform: scale(0.75) translateX(36%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover .qodef-m-bundle-item {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
  right: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
  -webkit-transform: scale(0.5) translateX(-113%);
      -ms-transform: scale(0.5) translateX(-113%);
          transform: scale(0.5) translateX(-113%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
  -webkit-transform: scale(0.55) translateX(-90%);
      -ms-transform: scale(0.55) translateX(-90%);
          transform: scale(0.55) translateX(-90%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
  -webkit-transform: scale(0.65) translateX(-60%);
      -ms-transform: scale(0.65) translateX(-60%);
          transform: scale(0.65) translateX(-60%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
  -webkit-transform: scale(0.75) translateX(-36%);
      -ms-transform: scale(0.75) translateX(-36%);
          transform: scale(0.75) translateX(-36%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover .qodef-m-bundle-item {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle img {
  visibility: hidden;
}

@-webkit-keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefCardAppearFromRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@-webkit-keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  30% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  30% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img {
  -webkit-animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.no-touch .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

/* ==========================================================================
   Cards Gallery shortcode style - begin
   ========================================================================== */
/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: "Jost", sans-serif;
  font-size: 80px;
  line-height: 1em;
  color: #0d0a47;
}

@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 55px;
  }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 16px;
  line-height: 1.375em;
  margin: 16px 0 0;
}

@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-layout--simple .qodef-label {
    margin: 10px 0 0;
  }
}

/* ==========================================================================
   Counter shortcode styles
   ========================================================================== */
.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #0d0a47;
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

/* ==========================================================================
   Custom Font shortcode styles
   ========================================================================== */
.qodef-custom-font {
  position: relative;
  margin: 0;
}

/* ==========================================================================
   Dropcaps shortcode styles
   ========================================================================== */
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 55px;
  line-height: 1.13em;
  line-height: 1em;
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 50px;
  }
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 35px;
  line-height: 1.2em;
  color: #fff;
  background-color: #0d0a47;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

/* ==========================================================================
   Frame Slider shortcode style - begin
   ========================================================================== */
.qodef-frame-slider .qodef-frames-slider-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.qodef-frame-slider .qodef-frames-slider-holder:before {
  content: '';
  height: 100px;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: -100px;
}

@media only screen and (max-width: 680px) {
  .qodef-frame-slider .qodef-frames-slider-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder {
  position: relative;
  z-index: 3;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder .qodef-frame-slider-image {
  position: relative;
  text-align: center;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder .qodef-m-swiper {
  overflow: hidden;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder .qodef-m-item img {
  will-change: transform;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-laptop-holder .qodef-m-items {
  max-width: 76.5%;
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #dedad4;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-ipad-holder {
  margin-right: 26px;
}

@media only screen and (max-width: 680px) {
  .qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-ipad-holder {
    margin-right: 0;
    max-width: 40%;
    margin-bottom: 30px;
  }
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-ipad-holder .qodef-m-items {
  max-width: 90.48%;
  position: absolute;
  top: 9.55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #dedad4;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-iphone-holder {
  margin-left: 15px;
  margin-right: 8%;
}

@media only screen and (max-width: 680px) {
  .qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-iphone-holder {
    margin-left: 0;
    max-width: 30%;
    margin-top: 30px;
    margin-right: 0;
  }
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-holder.qodef-frame-slider-iphone-holder .qodef-m-items {
  max-width: 86.05%;
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #dedad4;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -56px;
  width: 96%;
  z-index: 2;
}

.qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-svg svg {
  fill: #051356;
}

@media only screen and (max-width: 680px) {
  .qodef-frame-slider .qodef-frames-slider-holder .qodef-frame-slider-svg {
    display: none;
  }
}

.qodef-frame-slider.qodef--has-appear .qodef-frames-slider-holder .qodef-frame-slider-holder {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.qodef-frame-slider.qodef--has-appear .qodef-frames-slider-holder .qodef-frame-slider-holder:nth-of-type(1) {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

.qodef-frame-slider.qodef--has-appear .qodef-frames-slider-holder .qodef-frame-slider-holder:nth-of-type(2) {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.qodef-frame-slider.qodef--has-appear .qodef-frames-slider-holder .qodef-frame-slider-holder:nth-of-type(3) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transform: translateY(47px);
      -ms-transform: translateY(47px);
          transform: translateY(47px);
}

.qodef-frame-slider.qodef--has-appear .qodef-frames-slider-holder .qodef-frame-slider-svg svg {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -o-transition: 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  transition: 1.3s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}

.qodef-frame-slider.qodef--has-appear.qodef--appeared .qodef-frames-slider-holder .qodef-frame-slider-holder {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.qodef-frame-slider.qodef--has-appear.qodef--appeared .qodef-frames-slider-holder .qodef-frame-slider-svg svg {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/* ==========================================================================
   Frame Slider shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Google Map shortcode styles
   ========================================================================== */
.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 iframe,
.qodef-google-map .qodef-m-map object,
.qodef-google-map .qodef-m-map embed {
  width: 100%;
  display: block;
}

.qodef-google-map .qodef-m-map img {
  max-width: none;
}

/* ==========================================================================
   Highlight shortcode styles
   ========================================================================== */
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #0d0a47;
}

/* ==========================================================================
   Icon List Item shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 18px;
}

.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;
}

/* ==========================================================================
   Icon List Item widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_gaspard_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_gaspard_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_gaspard_core_icon_list_item {
  margin-bottom: 0;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.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: 15px 0 0;
}

.qodef-icon-with-text .qodef-m-button {
  margin: 20px 0 0;
}

.qodef-icon-with-text .qodef-m-button .qodef-m-text {
  margin: 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--has-appear .qodef-m-icon-wrapper {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: .7s ease-out 0s;
  -o-transition: .7s ease-out 0s;
  transition: .7s ease-out 0s;
}

.qodef-icon-with-text.qodef--has-appear.qodef--appeared .qodef-m-icon-wrapper {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--before-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

/* ==========================================================================
   Icon With Text shortcode styles
   ========================================================================== */
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 30px;
}

/* ==========================================================================
   Icon shortcode styles
   ========================================================================== */
.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: #051356;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  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;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover, .qodef-icon-holder.qodef-layout--square:hover {
  background-color: #0d0a47;
}

.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}

.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}

.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}

.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}

.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}

/* ==========================================================================
   Icon widget styles
   ========================================================================== */
.widget.widget_gaspard_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_gaspard_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_gaspard_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_gaspard_core_icon {
  margin-bottom: 0;
}

/* ==========================================================================
   Image Gallery shortcode styles
   ========================================================================== */
.qodef-image-gallery.qodef-image-gallery-custom {
  /*margin: 0 -80px;
		width: calc(100% + 160px);*/
  padding: 72px 0;
  -webkit-clip-path: inset(0 1%);
          clip-path: inset(0 1%);
  width: 102%;
}

.qodef-image-gallery.qodef-image-gallery-custom .qodef-image-wrapper img {
  /*transition: all .35s ease-out;
				transform: scale(0.99);*/
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-clip-path: inset(10% 10% 10% 10%);
          clip-path: inset(10% 10% 10% 10%);
  -webkit-transition: 0.6s cubic-bezier(0, 0.85, 0.25, 1);
  -o-transition: 0.6s cubic-bezier(0, 0.85, 0.25, 1);
  transition: 0.6s cubic-bezier(0, 0.85, 0.25, 1);
}

.qodef-image-gallery.qodef-image-gallery-custom .qodef-image-wrapper.swiper-slide-active, .qodef-image-gallery.qodef-image-gallery-custom .qodef-image-wrapper.swiper-slide-duplicate-active {
  z-index: 5;
}

.qodef-image-gallery.qodef-image-gallery-custom .qodef-image-wrapper.swiper-slide-active img, .qodef-image-gallery.qodef-image-gallery-custom .qodef-image-wrapper.swiper-slide-duplicate-active img {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: 0.8s 0.2s cubic-bezier(0.5, 0.11, 0, 0.93);
  -o-transition: 0.8s 0.2s cubic-bezier(0.5, 0.11, 0, 0.93);
  transition: 0.8s 0.2s cubic-bezier(0.5, 0.11, 0, 0.93);
}

.qodef-image-gallery.qodef-image-gallery-custom .swiper-pagination-bullets {
  bottom: -11px !important;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;    border-radius: 15px;
    overflow: hidden;border-bottom: 8px solid #e9bd36;
}

.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--on-hover .qodef-m-image-holder {
  position: relative;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-image-holder .qodef-m-title {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d55727;
    font-family: "Caprasimo", sans-serif;
    font-size: 88px;
    text-align: center;
    padding: 0 60px;
    margin: 0;
    -webkit-text-stroke: 2px #ffffff;
    text-stroke: 2px #ffffff;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-image-holder .qodef-whole-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-image {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-image img {
  width: 100%;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-content {
  position: relative;
  margin-top: 14px;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-content .qodef-m-text-holder,
.qodef-image-with-text.qodef-layout--on-hover .qodef-m-content .qodef-m-button-holder {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  will-change: transform;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .1s .3s;
  transition: opacity .3s ease-out, -webkit-transform .1s .3s;
  -o-transition: opacity .3s ease-out, transform .1s .3s;
  transition: opacity .3s ease-out, transform .1s .3s;
  transition: opacity .3s ease-out, transform .1s .3s, -webkit-transform .1s .3s;
}

.qodef-image-with-text.qodef-layout--on-hover .qodef-m-text {
margin: 0;
    padding: 0 0 25px;
    font-family: "Jost", sans-serif;
    color: #213361;
}

.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-image {
    border-radius: 38px;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-text-holder,
.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-button-holder {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: .37s ease-out;
  -o-transition: .37s ease-out;
  transition: .37s ease-out;
}

.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-text-holder .qodef-m-text-holder,
.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-button-holder .qodef-m-text-holder {
  -webkit-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
}

.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-text-holder .qodef-m-button-holder,
.qodef-image-with-text.qodef-layout--on-hover:hover .qodef-m-content .qodef-m-button-holder .qodef-m-button-holder {
  -webkit-transition-delay: .33s;
       -o-transition-delay: .33s;
          transition-delay: .33s;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--simple.qodef--has-hover .qodef-m-image {
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-image-with-text.qodef-layout--simple.qodef--has-hover .qodef-m-image:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-title {
  margin: 30px 0 0;
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-image {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-content {
  overflow: hidden;
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-text-button {
  position: relative;
  margin-top: 5px;
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-text-button > .qodef-m-text {
  margin: 0;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: .27s ease-out .14s;
  -o-transition: .27s ease-out .14s;
  transition: .27s ease-out .14s;
}

.qodef-image-with-text.qodef-layout--simple .qodef-m-text-button .qodef-m-button-holder {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: .27s ease-out 0s;
  -o-transition: .27s ease-out 0s;
  transition: .27s ease-out 0s;
}

.qodef-image-with-text.qodef-layout--simple:hover .qodef-m-text-button > .qodef-m-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.qodef-image-with-text.qodef-layout--simple:hover .qodef-m-text-button .qodef-m-button-holder {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: .14s;
       -o-transition-delay: .14s;
          transition-delay: .14s;
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
.qodef-image-with-text.qodef-layout--text-below .qodef-m-content > .qodef-m-text {
  margin: 15px 0 0;
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-image {
  overflow: hidden;
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-image img {
  margin: 0 auto;
  -webkit-transform: scale(1.01) translateZ(0);
          transform: scale(1.01) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  -o-transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
  transition: transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91), -webkit-transform 0.5s cubic-bezier(0.33, 0.48, 0.52, 0.91);
}

.qodef-image-with-text.qodef-layout--text-below:hover .qodef-m-image img {
  -webkit-transform: scale(1.03) translateZ(0);
          transform: scale(1.03) translateZ(0);
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title {
  margin: 33px 0 0;
}

.qodef-image-with-text.qodef-layout--text-below .qodef-m-title a:hover {
  color: inherit;
}

.qodef-image-with-text.qodef-layout--text-below .qodef-button {
  margin-top: 20px;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 18px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(13, 10, 71, 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
  top: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
  top: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}

/* ==========================================================================
   Info Section Background Text shortcode styles
   ========================================================================== */
/* ==========================================================================
   Stacked Images style - begin
   ========================================================================== */
.qodef-parallax-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-parallax-image .qodef-m-image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-browser--ms-explorer .qodef-parallax-image .qodef-m-image {
  width: 100%;
}

.qodef-parallax-image.qodef-animation--enabled .qodef-m-image .qodef-e-image-holder {
  overflow: hidden;
}

.qodef-parallax-image.qodef-animation--enabled .qodef-m-image .qodef-e-image-holder .qodef-e-image-zoom-holder {
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -webkit-transform: scale(1.37);
      -ms-transform: scale(1.37);
          transform: scale(1.37);
}

.qodef-parallax-image.qodef-animation--enabled .qodef-m-image.qodef--appeared .qodef-e-image-holder .qodef-e-image-zoom-holder {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

/* ==========================================================================
   Stacked Images style - end
   ========================================================================== */
/* ==========================================================================
   Pricing Table shortcode styles
   ========================================================================== */
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-pricing-table.qodef-status--featured {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}

.qodef-pricing-table .qodef-m-inner {
  padding: 45px;
}

.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: #0d0a47;
}

.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-pricing-table .qodef-m-content {
  margin: 25px 0 0;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  color: #0d0a47;
  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 {
  margin: 25px 0 0;
}

/* ==========================================================================
   Progress Bar shortcode styles
   ========================================================================== */
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 23px;
  line-height: 1.26em;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          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;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ==========================================================================
   Section Title shortcode styles
   ========================================================================== */
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title.qodef-alignment--center {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-alignment--center .qodef-m-subtitle {
    padding: 0 17% !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-section-title.qodef-alignment--center .qodef-m-subtitle {
    padding: 0 !important;
  }
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-section-title .qodef-m-title {
  margin: 0 0 23px 0;
  z-index: 3;
  position: relative;
}

.qodef-section-title .qodef-m-subtitle {
  margin: 0 0 33px 0;
  font-family: "Jost", sans-serif;
  font-size: 21px;
  line-height: 1.38em;
  color: #636363;
  z-index: 3;
  position: relative;
}

@media only screen and (max-width: 680px) {
  .qodef-section-title .qodef-m-subtitle {
    padding: 0 !important;
  }
}

.qodef-section-title .qodef-m-backtext {
  margin: 0;
  color: #fbf4eb;
  font-family: "Caprasimo", sans-serif;
  font-size: 210px;
  line-height: 0;
  letter-spacing: 0.15em;
  position: absolute;
  top: -36px;
  left: -23px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 680px) {
  .qodef-section-title .qodef-m-backtext {
    font-size: 150px;
  }
}

.qodef-section-title .qodef-m-text {
  margin: 0;
  z-index: 3;
  position: relative;
}

.qodef-section-title .qodef-m-text p {
  margin: 15px 0;
  color: inherit;
}

.qodef-section-title .qodef-m-text a {
  color: #727272;
}

.qodef-section-title .qodef-m-text a:hover {
  color: #051356;
}

.qodef-section-title .qodef-m-button {
  margin: 50px 0 0 0;
  z-index: 3;
  position: relative;
}

.qodef-section-title.qodef--has-appear .qodef-m-character {
  opacity: 0;
  -webkit-transition: 1.1s cubic-bezier(0.36, 0.1, 0.21, 1.19);
  -o-transition: 1.1s cubic-bezier(0.36, 0.1, 0.21, 1.19);
  transition: 1.1s cubic-bezier(0.36, 0.1, 0.21, 1.19);
  -webkit-transform: translateY(-26px);
      -ms-transform: translateY(-26px);
          transform: translateY(-26px);
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(2) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(5) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(6) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(8) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(9) {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(10) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(2n+2) {
  -webkit-transform: translateY(61px);
      -ms-transform: translateY(61px);
          transform: translateY(61px);
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(3n+3) {
  -webkit-transform: translateY(-43px);
      -ms-transform: translateY(-43px);
          transform: translateY(-43px);
}

.qodef-section-title.qodef--has-appear .qodef-m-character:nth-child(4n+4) {
  -webkit-transform: translateY(41px);
      -ms-transform: translateY(41px);
          transform: translateY(41px);
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-character {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
   Separator shortcode styles
   ========================================================================== */
.qodef-separator {
  position: relative;
  height: auto;
  font-size: 0;
  line-height: 1;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

/* ==========================================================================
   Separator widget styles
   ========================================================================== */
#qodef-page-sidebar .widget.widget_gaspard_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_gaspard_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_gaspard_core_separator {
  margin-bottom: 0;
}

/* ==========================================================================
   Split Menu shortcode styles
   ========================================================================== */
.qodef-splitmenu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1024px) {
  .qodef-splitmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qodef-splitmenu.qodef--has-appear .qodef-m-image,
.qodef-splitmenu.qodef--has-appear .qodef-m-content {
  -webkit-transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -o-transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}

.qodef-splitmenu.qodef--has-appear .qodef-m-image {
  z-index: 9;
}

.qodef-splitmenu.qodef-image-position--left .qodef-m-image {
  right: -30px;
}

.qodef-splitmenu.qodef-image-position--left .qodef-m-content {
  left: -30px;
}

@media only screen and (max-width: 1024px) {
  .qodef-splitmenu.qodef-image-position--left .qodef-m-image {
    right: 0;
    bottom: -30px;
  }
  .qodef-splitmenu.qodef-image-position--left .qodef-m-content {
    left: 0;
    top: -30px;
  }
}

.qodef-splitmenu.qodef-image-position--left.qodef--has-appear .qodef-m-image {
  -webkit-transform: translateX(calc(50% - 30px));
      -ms-transform: translateX(calc(50% - 30px));
          transform: translateX(calc(50% - 30px));
}

.qodef-splitmenu.qodef-image-position--left.qodef--has-appear .qodef-m-content {
  -webkit-transform: translateX(calc(-50% + 30px));
      -ms-transform: translateX(calc(-50% + 30px));
          transform: translateX(calc(-50% + 30px));
  will-change: transform;
}

.qodef-splitmenu.qodef-image-position--left.qodef--has-appear.qodef--appeared .qodef-m-image,
.qodef-splitmenu.qodef-image-position--left.qodef--has-appear.qodef--appeared .qodef-m-content {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.qodef-splitmenu.qodef-image-position--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.qodef-splitmenu.qodef-image-position--right.qodef--has-appear .qodef-m-content {
  -webkit-transform: translateX(calc(50% - 30px));
      -ms-transform: translateX(calc(50% - 30px));
          transform: translateX(calc(50% - 30px));
  will-change: transform;
}

.qodef-splitmenu.qodef-image-position--right.qodef--has-appear .qodef-m-image {
  -webkit-transform: translateX(calc(-50% + 30px));
      -ms-transform: translateX(calc(-50% + 30px));
          transform: translateX(calc(-50% + 30px));
}

.qodef-splitmenu.qodef-image-position--right.qodef--has-appear.qodef--appeared .qodef-m-image,
.qodef-splitmenu.qodef-image-position--right.qodef--has-appear.qodef--appeared .qodef-m-content {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.qodef-splitmenu.qodef-image-position--right .qodef-m-image {
  left: -30px;
}

.qodef-splitmenu.qodef-image-position--right .qodef-m-content {
  right: -30px;
}

@media only screen and (max-width: 1024px) {
  .qodef-splitmenu.qodef-image-position--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .qodef-splitmenu.qodef-image-position--right .qodef-m-image {
    left: 0;
    top: -30px;
  }
  .qodef-splitmenu.qodef-image-position--right .qodef-m-content {
    right: 0;
    bottom: -30px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-splitmenu.qodef-image-position--right .qodef-m-content-items {
    top: 0;
  }
}

.qodef-splitmenu .qodef-m-image {
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.qodef-splitmenu .qodef-m-content {
  border-radius: 50%;
  background: #fdf9f1;
  position: relative;
  z-index: 2;
}

.qodef-splitmenu .qodef-m-image-false {
  border-radius: 50%;
  opacity: 0;
}

.qodef-splitmenu .qodef-m-content-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .qodef-splitmenu .qodef-m-content-items {
    top: 34px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-splitmenu .qodef-m-item-text {
    display: none;
  }
}

/* ==========================================================================
   Split Menu shortcode styles
   ========================================================================== */
.qodef-splitmenu.qodef-layout--simple .qodef-m-content-item {
  margin: 0 0 28px 0;
}

@media only screen and (max-width: 680px) {
  .qodef-splitmenu.qodef-layout--simple .qodef-m-content-item {
    margin: 0 0 8px 0;
  }
}

.qodef-splitmenu.qodef-layout--simple .qodef-m-content-item:last-child {
  margin: 0;
}

.qodef-splitmenu.qodef-layout--simple .qodef-m-item-title {
  margin: 0 0 13px 0;
}

.qodef-splitmenu.qodef-layout--simple .qodef-m-item-text p {
  margin: 0;
}

/* ==========================================================================
   Stacked Images style - begin
   ========================================================================== */
.qodef-stacked-images {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-stacked-images .qodef-m-images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-browser--ms-explorer .qodef-stacked-images .qodef-m-images {
  width: 100%;
}

.qodef-stacked-images .qodef-m-images .qodef-e-stack-image {
  position: absolute;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-stacked-images .qodef-m-images .qodef-e-main-image-holder {
  overflow: hidden;
}

.qodef-stacked-images .qodef-m-images .qodef-e-main-image-holder .qodef-e-main-image-zoom-holder {
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -webkit-transform: scale(1.27);
      -ms-transform: scale(1.27);
          transform: scale(1.27);
}

.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-main-image-holder .qodef-e-main-image-zoom-holder {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.qodef-stacked-images.qodef-stack--left {
  text-align: right;
}

.qodef-stacked-images.qodef-stack--left .qodef-m-images {
  margin: 0 0 0 20%;
}

.qodef-browser--ms-explorer .qodef-stacked-images.qodef-stack--left .qodef-m-images {
  margin: 0;
}

.qodef-stacked-images.qodef-stack--left .qodef-m-images .qodef-e-stack-image {
  left: -25%;
  max-width: 50%;
  bottom: 50px;
}

.qodef-stacked-images.qodef-stack--right {
  text-align: left;
}

.qodef-stacked-images.qodef-stack--right .qodef-m-images {
  margin: 0 20% 0 0;
}

.qodef-stacked-images.qodef-stack--right .qodef-m-images .qodef-e-stack-image {
  right: -25%;
  max-width: 50%;
  bottom: 50px;
}

/* ==========================================================================
   Stacked Images style - end
   ========================================================================== */
/* ==========================================================================
   Stamp shortcode style - begin
   ========================================================================== */
.widget.qodef-stamp-widget {
  margin-bottom: 0;
}

.qodef-stamp {
  position: relative;
  width: 146px;
  height: 146px;
  color: #051356;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  z-index: 15;
  margin: 0 auto;
}

.qodef-stamp.qodef--init .qodef-m-stamp-holder {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.qodef-stamp.qodef--init .qodef-m-text > *,
.qodef-stamp.qodef--init .qodef-m-text-mirror > * {
  opacity: 1;
}

.qodef-stamp.qodef--init .qodef-m-left-line,
.qodef-stamp.qodef--init .qodef-m-right-line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.qodef-stamp.qodef--init .qodef-m-circle circle {
  stroke-dasharray: 458;
  stroke-dashoffset: 0;
}

.qodef-stamp.qodef--init .qodef-m-svg-in-center svg {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.qodef-stamp .qodef-m-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-stamp .qodef-m-circle svg {
  position: relative;
  width: 111%;
  height: 111%;
  top: -5%;
  left: -5%;
}

.qodef-stamp .qodef-m-circle circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 458;
  stroke-dashoffset: 458;
  -webkit-transition: 1s cubic-bezier(0.48, 0.32, 0.04, 1);
  -o-transition: 1s cubic-bezier(0.48, 0.32, 0.04, 1);
  transition: 1s cubic-bezier(0.48, 0.32, 0.04, 1);
}

.qodef-stamp .qodef-m-left-line,
.qodef-stamp .qodef-m-right-line {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.6s cubic-bezier(0.48, 0.32, 0.04, 1) 0.5s;
  -o-transition: 0.6s cubic-bezier(0.48, 0.32, 0.04, 1) 0.5s;
  transition: 0.6s cubic-bezier(0.48, 0.32, 0.04, 1) 0.5s;
}

.qodef-stamp .qodef-m-left-line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-stamp .qodef-m-right-line {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-stamp .qodef-m-svg-in-center svg {
  opacity: 0;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: .4s ease-out 1s;
  -o-transition: .4s ease-out 1s;
  transition: .4s ease-out 1s;
}

.qodef-stamp .qodef-m-text,
.qodef-stamp .qodef-m-text-mirror {
  position: absolute;
  height: 93%;
  width: 93%;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qodef-stamp .qodef-m-text > *,
.qodef-stamp .qodef-m-text-mirror > * {
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  width: 12px;
  height: 50%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.qodef-stamp .qodef-m-svg-in-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  line-height: 0;
}

.qodef-stamp .qodef-m-svg-in-center svg {
  fill: #051356;
  max-height: 48px;
  max-width: 48px;
}

.qodef-stamp .qodef-m-left-line,
.qodef-stamp .qodef-m-right-line {
  position: absolute;
  height: 1px;
  width: 18px;
  background: #051356;
  top: 50%;
}

.qodef-stamp .qodef-m-left-line {
  left: 0;
}

.qodef-stamp .qodef-m-right-line {
  right: 0;
}

.qodef-stamp.qodef-skin--light {
  color: #fff;
  /*border: 1px solid #fff;*/
}

.qodef-stamp.qodef-skin--light .qodef-m-svg-in-center svg {
  fill: #fff;
}

.qodef-stamp.qodef-skin--light .qodef-m-left-line,
.qodef-stamp.qodef-skin--light .qodef-m-right-line {
  background: #fff;
}

.qodef-stamp.qodef--abs {
  position: absolute;
}

@media only screen and (max-width: 1440px) {
  .qodef-stamp.qodef-hide-on--1440 {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-stamp.qodef-hide-on--1366 {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .qodef-stamp.qodef-hide-on--1280 {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-stamp.qodef-hide-on--1024 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-stamp.qodef-hide-on--768 {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-stamp.qodef-hide-on--680 {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-stamp.qodef-hide-on--480 {
    display: none;
  }
}

/* ==========================================================================
   Stamp shortcode style - end
   ========================================================================== */
/* ==========================================================================
   Tabs shortcode styles
   ========================================================================== */
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f2f0ee;
  padding: 0;
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  padding: 0 35px 18px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.26em;
}

@media only screen and (max-width: 768px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 0 25px 18px;
  }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: '';
  height: 1px;
  width: 0;
  background: #051356;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #e1e1e1;
}

.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;
}

/* ==========================================================================
   Video Button shortcode start styles
   ========================================================================== */
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: 16px;
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  white-space: nowrap;
}

.qodef-video-button .qodef-m-play span {
  display: inline-block;
}

.qodef-video-button .qodef-m-play .qodef-m-play-icon {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  margin-bottom: 1px;
  /*animation: 1.4s qodef-pulse infinite ease-out;
			animation-play-state: running;*/
}

.qodef-video-button .qodef-m-play .qodef-m-play-text {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .2em;
}

.qodef-video-button .qodef-m-play:hover {
  /*.qodef-m-play-icon {
				animation-play-state: paused;
			}*/
}

.qodef-video-button.qodef-video-button--animate-in .qodef-m-play-hover-text-holder {
  opacity: 1;
}

.qodef-video-button.qodef-video-button--animate-in .qodef-m-play-text-holder {
  opacity: 0;
}

.qodef-video-button.qodef-video-button--animate-out .qodef-m-play-hover-text-holder {
  /*animation: 9s qodef-fade-loop infinite;*/
}

.qodef-video-button .qodef-m-play-text-holder,
.qodef-video-button .qodef-m-play-hover-text-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out;
}

.qodef-video-button .qodef-m-play-text-holder {
  -webkit-animation: 1.8s qodef-fade-loop infinite;
          animation: 1.8s qodef-fade-loop infinite;
}

.qodef-video-button .qodef-m-play-hover-text-holder {
  opacity: 0;
}

/* ==========================================================================
   Video Button shortcode end styles
   ========================================================================== */
/* ==========================================================================
# Side Area style - begin
========================================================================== */
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -511px;
  width: 511px;
  height: 100%;
  min-height: 100%;
  padding: 114px 85px 128px;
  text-align: center;
  background-color: #051356;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  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 img {
  margin: 0 auto;
}

#qodef-side-area .qodef-sidearea-custom-text {
  margin-top: 32px;
}

#qodef-side-area .qodef-sidearea-custom-text p {
  font-family: "Jost", sans-serif;
  font-size: 21px;
  line-height: 29px;
}

#qodef-side-area .qodef-sidearea-custom-links {
  margin-bottom: 11px;
}

#qodef-side-area .qodef-sidearea-custom-links a {
  position: relative;
  margin-bottom: 4px;
}

#qodef-side-area .qodef-sidearea-custom-links a:hover {
  color: #fff;
}

#qodef-side-area .qodef-sidearea-custom-links a:last-child {
  margin-bottom: 0;
}

#qodef-side-area .qodef-social-icons-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.admin-bar #qodef-side-area-close {
  top: 65px;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 999;
  cursor: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  visibility: visible;
  -webkit-animation: qode-fade-in ease-out .5s;
          animation: qode-fade-in ease-out .5s;
}

.qodef-svg-close-cursor {
  opacity: 0;
  margin: -11px;
  pointer-events: none;
  position: fixed;
  z-index: 8000;
  color: #fff;
}

body #qodef-side-area .select2-container--default .select2-selection--single {
  border-bottom-color: #fff;
}

body #qodef-side-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #fff;
}

body #qodef-side-area .select2-container--default .select2-selection--single .select2-selection__arrow:hover {
  color: #fff;
}

body #qodef-side-area .select2-container--default.select2-container--open .select2-selection--single,
body #qodef-side-area .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #fff;
}

/* ==========================================================================
# Side Area style - end
========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.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: "Jost", sans-serif;
  font-weight: 400;
  color: #0d0a47;
  font-size: 23px;
  line-height: 1.26em;
}

.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: 15px;
}

.qodef-social-share li a span {
  will-change: transform;
}

.qodef-social-share li a:hover {
  color: #0d0a47;
}

.qodef-social-share li a:hover span {
  -webkit-animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
          animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.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;
  /* opacity and visibility need to be different, but not background-color */
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
     transition-delay: 0.2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
     transition-delay: 0.3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
     transition-delay: 0.5s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
     transition-delay: 0.6s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
     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;
  -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
  -o-transition: opacity .2s ease-out, visibility .2s ease-out;
  transition: opacity .2s ease-out, visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  -webkit-transition: color .2s ease-out, background-color .2s ease-out;
  -o-transition: color .2s ease-out, background-color .2s ease-out;
  transition: color .2s ease-out, background-color .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 #e1e1e1;
}

.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: #727272;
  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;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--list li {
  margin-right: 22px;
}

.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}

.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Social Share shortcode styles
   ========================================================================== */
/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
.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;
}

/* ==========================================================================
   Social Share widget styles
   ========================================================================== */
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #051356;
  background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-atom-shrink 4.5s infinite linear;
          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 {
  -webkit-animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
          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 {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease;
          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 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
          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 {
  -webkit-animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -0.75s infinite ease;
          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 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
          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 {
  -webkit-animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
          animation: qode-atom-postion 1.5s -0.5s infinite ease, qode-atom-size 1.5s -0.125s infinite ease;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-clock 8s infinite steps(8);
          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 {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-animation: qode-clock-1 1s ease-in infinite;
          animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-animation: qode-clock-2 1s ease-in infinite;
          animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: qode-clock-3 1s ease-in infinite;
          animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  -webkit-animation: qode-clock-4 1s ease-in infinite;
          animation: qode-clock-4 1s ease-in infinite;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  -webkit-animation: qode-cube 1.2s infinite ease-in-out;
          animation: qode-cube 1.2s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-double-pulse 2s infinite ease-in-out;
          animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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 {
  -webkit-animation-delay: calc((600ms) - 1500ms);
          animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1500ms);
          animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1500ms);
          animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1400ms);
          animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1400ms);
          animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1400ms);
          animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1400ms);
          animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  -webkit-animation-delay: calc((600ms) - 1300ms);
          animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  -webkit-animation-delay: calc((900ms) - 1300ms);
          animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  -webkit-animation-delay: calc((1200ms) - 1300ms);
          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%;
  -webkit-animation: qode-bounce-delay 1.2s infinite ease-in-out both;
          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;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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%;
  -webkit-animation: qode-fussion-ball-1 1s 0s ease infinite;
          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%;
  -webkit-animation: qode-fussion-ball-2 1s 0s ease infinite;
          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%;
  -webkit-animation: qode-fussion-ball-3 1s 0s ease infinite;
          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;
  -webkit-animation: qode-fussion-ball-4 1s 0s ease infinite;
          animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
          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;
  -webkit-animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
          animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: qode-mitosis-invert 2s infinite steps(2, end);
          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 {
  -webkit-animation: qode-mitosis-ball-1 1s infinite alternate linear;
          animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  -webkit-animation: qode-mitosis-ball-2 1s infinite alternate linear;
          animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  -webkit-animation: qode-mitosis-ball-3 1s infinite alternate linear;
          animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  -webkit-animation: qode-mitosis-ball-4 1s infinite alternate linear;
          animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  -webkit-animation: qode-fade-in 1s forwards;
          animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation-delay: .5s;
          animation-delay: .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;
  -webkit-animation: qode-fade-in 1s .3s forwards;
          animation: qode-fade-in 1s .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: #051356;
  width: 0;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
  -webkit-animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
          animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  -webkit-animation: qode-scaleout 1s infinite ease-in-out;
          animation: qode-scaleout 1s infinite ease-in-out;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-ball-fall 1.5s ease infinite both;
          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) {
  -webkit-animation-delay: calc((100ms) - 300ms);
          animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(2) {
  -webkit-animation-delay: calc((200ms) - 300ms);
          animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div:nth-last-of-type(3) {
  -webkit-animation-delay: calc((300ms) - 300ms);
          animation-delay: calc((300ms) - 300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-rotating-cubes 1.8s infinite ease-in-out;
          animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-stretch-delay 1.2s infinite ease-in-out;
          animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  -webkit-animation-delay: calc((200ms) - 1300ms);
          animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  -webkit-animation-delay: calc((300ms) - 1300ms);
          animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  -webkit-animation-delay: calc((400ms) - 1300ms);
          animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  -webkit-animation-delay: calc((500ms) - 1300ms);
          animation-delay: calc((500ms) - 1300ms);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#qodef-page-spinner .qodef-m-inner {
  color: #0d0a47;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

#qodef-page-spinner.qodef-layout--textual.qodef-spinner-faded {
  position: absolute;
  z-index: 3;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

#qodef-page-spinner.qodef-layout--textual.qodef-spinner-faded .qodef-m-inner {
  background-color: transparent;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Caprasimo", sans-serif;
  font-size: 150px;
  letter-spacing: .147em;
  line-height: 1em;
  opacity: 0;
  text-transform: uppercase;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text {
    font-size: 100px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text {
    font-size: 60px;
  }
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character {
  opacity: 0;
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-of-type(5) {
  margin-left: -0.1em;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-of-type(5) {
  margin-left: -0.1em;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(2n+2) {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(3n+3) {
  -webkit-transform: translateY(-110px);
      -ms-transform: translateY(-110px);
          transform: translateY(-110px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(4n+4) {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(5n+5) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(6n+6) {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-e-character:nth-child(7n+7) {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

@-webkit-keyframes qodef-fade-in-spinner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes qodef-fade-in-spinner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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;
  -webkit-animation: qode-rotate-circles 2s infinite linear;
          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%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: qode-bounce 2s infinite ease-in-out;
          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;
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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 {
  -webkit-animation: qode-wave-jump-3 1.8s infinite ease-out;
          animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  -webkit-animation: qode-wave-jump-2 1.8s infinite ease-out;
          animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  -webkit-animation: qode-wave-jump-1 1.8s infinite ease-out;
          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;
  -webkit-animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
          animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

/* ==========================================================================
   Spinner layout styles
   ========================================================================== */
#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%;
  -webkit-animation: qode-bounce-delay 1.4s infinite ease-in-out both;
          animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  background-position: center;
  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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 110px;
}

@media only screen and (max-width: 1024px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px;
  }
}

.qodef-page-title .qodef-breadcrumbs {
  line-height: 1.6em;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
  color: #727272;
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  color: #0d0a47;
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
  color: #0d0a47;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  color: #0d0a47;
  margin: 0 11px;
  font-size: 23px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: '~';
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title {
    display: none;
  }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-left: 30px;
}

@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-left: 0;
  }
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs.qodef-alignment--center .qodef-m-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs.qodef-alignment--right .qodef-m-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* ==========================================================================
   Standard Title layout styles
   ========================================================================== */
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget.qodef-author-info {
  text-align: center;
  border: 1px solid #f2f0ee;
  padding: 40px;
}

.widget.qodef-author-info .qodef-author-info-image-holder {
  position: relative;
}

.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 42px;
  display: inline-block;
}

.widget.qodef-author-info .qodef-author-info-signature {
  position: absolute;
  width: 100%;
  bottom: -20px;
}

.widget.qodef-author-info .qodef-author-info-signature svg {
  max-width: 172px;
}

.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 12px 0;
}

.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .widget.qodef-author-info .qodef-author-info-description {
    max-width: 420px;
  }
}

.widget.qodef-author-info img {
  margin: 0;
  max-height: 142px;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget.qodef-author-info .qodef-m-social-icons {
  margin-top: 12px;
  margin-bottom: -10px;
}

.widget.qodef-author-info .qodef-m-social-icons a {
  margin-right: 18px;
  font-size: 15px;
}

.widget.qodef-author-info .qodef-m-social-icons a span {
  will-change: transform;
}

.widget.qodef-author-info .qodef-m-social-icons a:hover {
  color: #0d0a47;
}

.widget.qodef-author-info .qodef-m-social-icons a:hover span {
  -webkit-animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
          animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19) forwards;
}

.widget.qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}

/* ==========================================================================
   Contact Info widget style start
   ========================================================================== */
.widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}

/* ==========================================================================
   Contact Info widget style end
   ========================================================================== */
/* ==========================================================================
   Social Icons Group widget styles
   ========================================================================== */
.qodef-social-icons-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-social-icons-group .qodef-icon-holder {
  margin-left: 9px;
}

.qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

.qodef-social-icons-group .qodef-icon-holder:hover .qodef-icon {
  -webkit-animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19);
          animation: qodef-social-icon 0.5s cubic-bezier(0.54, 0.99, 0.5, 1.19);
}

.qodef-content--left-side .qodef-social-icons-group .qodef-icon-holder {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a {
  color: #051356;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a:hover {
  color: #020519;
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #051356;
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle a {
  color: #ffffff;
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #0d0a47;
}

.widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #ffffff;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a {
  color: #051356;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a:hover {
  color: #020519;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #051356;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle a {
  color: #ffffff;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #0d0a47;
}

.qodef-header--dark .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #ffffff;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a {
  color: #ffffff;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder a:hover {
  color: #ffffff;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle {
  background-color: #ffffff;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle a {
  color: #051356;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #ffffff;
}

.qodef-header--light .qodef-content-side.qodef-on-scrool-hide .widget.widget_gaspard_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
  color: #0d0a47;
}

/* ==========================================================================
    Social Icons Group widget styles
   ========================================================================== */
/* ==========================================================================
   Sticky Sidebar widget start styles
   ========================================================================== */
.widget_gaspard_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

/* ==========================================================================
   Sticky Sidebar widget end styles
   ========================================================================== */
/* ==========================================================================
   Weather Widget style - begin
   ========================================================================== */
.qodef-weather-widget .qodef-m-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-weather-widget .qodef-m-weather {
  margin-right: 20px;
  -ms-flex-negative: 0;
      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--mist:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before {
  content: "\f75f";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before {
  content: "\f2dc";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before {
  content: "\f0e7";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle: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--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 {
  content: "\f73d";
}

.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--scattered-clouds:before, .qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before {
  content: "\f6c4";
}

.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky: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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.qodef-weather-widget .qodef-m-other-days .qodef-m-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qodef-weather-widget.qodef-layout--simple .qodef-m-city {
  padding: 0 10px;
}

.qodef-weather-widget .qodef-m-weather-icon {
  color: #051356;
}

.qodef-weather-widget .qodef-e-heading-description {
  color: #051356;
}

#qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon {
  color: #fff;
}

#qodef-page-footer .qodef-weather-widget .qodef-e-heading-city {
  color: #fff;
}

/* ==========================================================================
   Weather Widget style - end
   ========================================================================== */
/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-working-hours-list .qodef-working-hours-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 11px;
}

.qodef-working-hours-list .qodef-e-day {
  position: relative;
  margin: 0;
}

.qodef-working-hours-list .qodef-e-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
  border-bottom: 1px solid #eae6e066;
  position: relative;
  top: -4px;
}

.qodef-working-hours-list .qodef-e-time {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 15px;
}

.qodef-working-hours-list .qodef-m-footer {
  position: relative;
  top: 4px;
  font-size: 15px;
}

/* ==========================================================================
   Working Hours List shortcode styles
   ========================================================================== */
/* ==========================================================================
   Blog List Metro styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--metro article.format-link .qodef-e-link {
    padding: 83px 40px;
  }
  .qodef-blog.qodef-item-layout--metro article.format-quote .qodef-e-quote {
    padding: 83px 40px 87px;
  }
}

/* ==========================================================================
   Author Info responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    -ms-flex-wrap: wrap;
        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;
  }
}

/* ==========================================================================
   Top header responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

/* ==========================================================================
   Top header responsive style - end
   ========================================================================== */
/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets > .ctf-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -25px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Instagram List shortcode responsive styles
   ========================================================================== */
/* ==========================================================================
   Reservation Form responsive style - begin
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-reservation-form .qodef-m-field {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 10px;
  }
  .qodef-reservation-form .qodef-button {
    width: 100%;
  }
  .qodef-holder--label {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-reservation-form .qodef-m-field {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   Reservation Form responsive style - end
   ========================================================================== */
/* ==========================================================================
   Team showcase shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-team-showcase .qodef-team-holder {
    width: 100%;
  }
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-image {
    width: 50%;
  }
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: absolute;
    width: 50%;
    left: 50%;
  }
  .qodef-team-showcase .qodef-team-holder:nth-child(2n) .qodef-team-holder-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .qodef-team-showcase .qodef-team-holder:nth-child(2n) .qodef-team-holder-inner .qodef-e-content {
    left: unset;
    right: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-image,
  .qodef-team-showcase .qodef-team-holder .qodef-team-holder-inner .qodef-e-content {
    position: relative;
    width: 100%;
    left: unset !important;
    right: unset !important;
  }
}

/* ==========================================================================
   Call to Action shortcode responsive styles
   ========================================================================== */
@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;
  }
}

/* ==========================================================================
   Countdown shortcode styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%;
    margin: 10px 0;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Image With Text shortcode styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-title {
    font-size: 95px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-image {
    -webkit-clip-path: inset(0px 0px 0px 0px) !important;
            clip-path: inset(0px 0px 0px 0px) !important;
  }
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-content {
    margin-top: 24px;
  }
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-content .qodef-m-text-holder,
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-content .qodef-m-button-holder {
    opacity: 1;
    -webkit-transform: translateY(15px) !important;
        -ms-transform: translateY(15px) !important;
            transform: translateY(15px) !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-image-with-text.qodef-layout--on-hover .qodef-m-title {
    font-size: 55px !important;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

/* ==========================================================================
   Section Title shortcode responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
.qodef-opener-icon.qodef-source--svg-path span > *, .qodef-opener-icon.qodef-source--svg-path span path {
    width: 25px;
}
@media only screen and (max-width: 680px) {
	
	.qodef-opener-icon {
position: absolute;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    left: 10px;
}
.qodef-opener-icon.qodef-source--svg-path span > *, .qodef-opener-icon.qodef-source--svg-path span path {
    width: 33px;
}
  .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;
  }
}

/* ==========================================================================
   Title responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fjg{width:59px}

.wp-block-woocommerce-empty-cart-block{display:none}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
    margin: 0;
}