@charset "UTF-8";
.biotellus-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.qodef-button.qodef-layout--textual.qodef-btn-hide-underline {
  padding: 0 !important;
}
.qodef-button.qodef-layout--textual.qodef-btn-hide-underline:after {
  display: none;
}
.qodef-custom-header-link {
  color: #000 !important;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.333em;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.qodef-custom-header-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f8bc26;
}
.qodef-custom-header-link:before {
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-custom-header-link:hover:before {
  transform: translateX(0);
}
.qodef-skin--light .qodef-custom-header-link {
  color: #fff !important;
}
.qodef-skin--light .qodef-custom-header-link:hover {
  color: #fff !important;
}
.qode-light-opener
  #qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qode-light-opener
  #qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qode-light-opener
  #qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qode-light-opener
  .qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qode-light-opener
  .qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qode-light-opener
  .qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: #fff !important;
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}
#qodef-age-verification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
}
#qodef-age-verification-modal .qodef-m-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
#qodef-age-verification-modal .qodef-m-logo a {
  position: relative;
  display: block;
  max-width: 50%;
}
#qodef-age-verification-modal .qodef-m-logo img {
  display: block;
}
#qodef-age-verification-modal .qodef-m-content {
  padding: 30px;
  text-align: center;
  max-width: 700px;
}
#qodef-age-verification-modal .qodef-m-content-title {
  margin: 0;
  color: #fff;
}
#qodef-age-verification-modal .qodef-m-content-subtitle {
  margin: 11px 0 0;
  color: #f8bc26;
}
#qodef-age-verification-modal .qodef-m-content-note {
  margin: 32px 0 0;
  color: #e5dcdb;
}
#qodef-age-verification-modal .qodef-m-content-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 52px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--yes {
  margin-right: 10px;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no {
  color: #fff;
  border-color: #a3a19e;
}
#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover {
  color: #fff;
  border-color: #28201e;
  background-color: #28201e;
}
.qodef-age-verification--opened #qodef-age-verification-modal {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
}
#qodef-back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: #f8bc26;
  border: 1px solid #f8bc26;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
  background-color: #f1b625;
  border: 1px solid #f1b625;
}
#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.qodef-blog.qodef-item-layout--info-right.qodef-hide-date
  .qodef-blog-item
  .qodef-image-date {
  display: none;
}
.qodef-blog.qodef-item-layout--info-right .qodef-blog-item .qodef-e-title {
  margin: -3px 0 20px;
}
.qodef-blog.qodef-item-layout--info-right
  .qodef-blog-item
  .qodef-e-media-image
  a {
  position: relative;
  overflow: hidden;
}
.qodef-blog.qodef-item-layout--info-right
  .qodef-blog-item
  .qodef-e-media-image
  a
  img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-blog.qodef-item-layout--info-right
  .qodef-blog-item
  .qodef-e-media-image
  a:hover
  img {
  transform: scale(1.04);
}
.qodef-blog.qodef-item-layout--info-right
  .qodef--hovering
  .qodef-e-media-image
  a
  img {
  transform: scale(1.04);
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
  article
  .qodef-e-inner {
  display: flex;
  flex-direction: row;
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
  article
  .qodef-e-inner
  .qodef-e-media-image {
  width: 48.3%;
  float: left;
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
  article
  .qodef-e-inner
  .qodef-e-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17% 0 7%;
  top: -4px;
}
@media only screen and (max-width: 1600px) {
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content {
    padding: 0 10% 0 7%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner {
    display: block;
    width: 768px;
    margin: 0 auto;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-media-image {
    display: block;
    width: 768px;
    margin: 0 auto 34px;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content {
    display: inline-block;
    width: 768px;
    margin: 0 auto;
    padding: 0;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-info--bottom {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner {
    width: 86%;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-media-image {
    width: 100%;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner {
    width: 82%;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-info--bottom {
    margin-bottom: 10px;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-media-image {
    width: 100%;
  }
  .qodef-blog.qodef-item-layout--info-right.qodef-col-num--1
    article
    .qodef-e-inner
    .qodef-e-content {
    width: 100%;
  }
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--2
  article
  .qodef-e-inner {
  display: flex;
  flex-direction: row;
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--2
  article
  .qodef-e-inner
  .qodef-e-media-image {
  width: 50%;
  float: left;
}
.qodef-blog.qodef-item-layout--info-right.qodef-col-num--2
  article
  .qodef-e-inner
  .qodef-e-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7% 0 7%;
}
.qodef-blog.qodef-item-layout--info-slider .qodef-e-title a:hover {
  color: inherit;
}
.qodef-blog.qodef-item-layout--info-slider
  .qodef-blog-item
  .qodef-e-media-image {
  margin-bottom: 30px;
}
.qodef-blog.qodef-item-layout--info-slider
  .qodef-blog-item
  .qodef-e-media-image
  a {
  position: relative;
  overflow: hidden;
}
.qodef-blog.qodef-item-layout--info-slider
  .qodef-blog-item
  .qodef-e-media-image
  a
  img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-blog.qodef-item-layout--info-slider
  .qodef-blog-item
  .qodef-e-media-image
  a:hover
  img {
  transform: scale(1.04);
}
.qodef-blog.qodef-item-layout--info-slider
  .qodef--hovering
  .qodef-e-media-image
  a
  img {
  transform: scale(1.04);
}
.qodef-blog.qodef-item-layout--info-slider .qodef-blog-item .qodef-e-read-more {
  margin: 5px 0 0;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--1
  article
  .qodef-e-inner {
  display: flex;
  flex-direction: row;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--1
  article
  .qodef-e-inner
  .qodef-e-media-image {
  width: 50%;
  float: left;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--1
  article
  .qodef-e-inner
  .qodef-e-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 17% 0 7%;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--2
  article
  .qodef-e-inner {
  display: flex;
  flex-direction: row;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--2
  article
  .qodef-e-inner
  .qodef-e-media-image {
  width: 50%;
  float: left;
}
.qodef-blog.qodef-item-layout--info-slider.qodef-col-num--2
  article
  .qodef-e-inner
  .qodef-e-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7% 0 7%;
}
.qodef-blog.qodef-item-layout--minimal article {
  display: flex;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-media-image {
  width: 40%;
  margin-right: 20px;
}
#qodef-side-area
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-media-image {
  width: 101px;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
  text-align: left;
}
#qodef-side-area .qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2px;
}
#qodef-side-area
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-inner
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-date
  a {
  color: #919191 !important;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info a {
  color: #707070 !important;
  font-weight: 400;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-info svg rect {
  fill: #707070;
}
.qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-info
  svg
  rect:first-child {
  stroke: #707070;
  fill: none;
}
#qodef-side-area
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-info
  svg
  rect {
  fill: #919191;
}
#qodef-side-area
  .qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-info
  svg
  rect:first-child {
  stroke: #919191;
  fill: none;
}
.qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-info.qodef-info--bottom {
  margin-top: 5px;
}
.qodef-blog.qodef-item-layout--simple
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-date {
  margin-bottom: 9px;
}
.qodef-blog.qodef-item-layout--simple
  .qodef-blog-item
  .qodef-e-info
  .qodef-e-info-item.qodef-e-info-date
  a:hover {
  color: #000;
}
.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 11px;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
  flex-shrink: 0;
  width: 120px;
  margin: 0 20px 0 0;
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
  margin-top: 5px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child)
  .qodef-e-info.qodef-info--bottom {
  margin-bottom: 36px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-link
  .qodef-e-link {
  margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-quote
  .qodef-e-quote {
  margin-bottom: 50px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-link
  .qodef-e-link {
  padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-link
  .qodef-e-link-icon {
  right: 40px;
  width: 140px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-quote
  .qodef-e-quote {
  padding: 76px;
}
.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  article.format-quote
  .qodef-e-quote:before {
  font-size: 540px;
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 29px;
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 56px;
  width: 161px;
}
@media only screen and (max-width: 1024px) {
  #qodef-author-info .qodef-m-image {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-image {
    margin-top: 0;
  }
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
  width: 100%;
}
#qodef-author-info .qodef-m-author {
  margin: 0;
}
#qodef-author-info .qodef-m-author a:hover {
  color: #000;
}
#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: 26px;
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  font-size: 16px;
  color: #707070;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 97px 0 3px;
  padding: 94px 0 93px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav svg {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.61, 0.01, 0.15, 1);
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav .qodef-m-pagination-icon {
  position: relative;
  top: -2px;
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
  stroke: none;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
  margin-right: 20px;
  height: 11px;
  top: 0;
  position: relative;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
  transform: translateX(-3px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg {
  transform: translateX(3px);
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next svg {
  margin-left: 20px;
  height: 11px;
  top: 0;
  position: relative;
}
#qodef-single-post-navigation .qodef-m-nav-label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #010101;
}
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: 1px solid #313131;
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 12px 0 0 -5px;
  padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-fullscreen-menu > ul > li {
  border-left: 3px solid transparent;
}
.qodef-fullscreen-menu > ul > li > a {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 55px;
  line-height: 1.182em;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 0 75px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 48px;
  }
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 10px 0 5px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  margin-left: 75px;
  padding-left: 5px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.3s ease-out;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.706em;
  font-weight: 400;
  color: #707070;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #fff;
}
.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;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-widget-holder {
  display: none;
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 12px;
  transform: rotate(45deg);
}
.qodef-fullscreen-menu-animate--in
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 12px;
  transform: rotate(-45deg);
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line {
  background-color: #fff;
  height: 1px;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-line.qodef--3 {
  display: none;
}
.qodef-fullscreen-menu--opened
  .qodef-fullscreen-menu-opener.qodef-source--predefined
  .qodef-m-dot {
  display: none;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-wrapper .qodef-header-wrapper {
  position: relative;
}
#qodef-page-wrapper .qodef-header-wrapper .qodef-header-shape {
  width: 232px;
  height: 232px;
  background-color: #f8bc26;
  position: absolute;
  left: -86px;
  bottom: 13px;
  border-radius: 50%;
  z-index: 95;
}
#qodef-page-wrapper
  .qodef-header-wrapper
  .qodef-header-shape.qodef-shape-position-right {
  left: initial;
  right: -86px;
}
.qodef-header-sticky-inner .qodef-header-logo-link,
.qodef-header-sticky-inner .qodef-header-navigation {
  z-index: 96;
}
.qodef-header--vertical #qodef-top-area {
  display: none;
}
.qodef-header--vertical #qodef-page-header .qodef-header-shape {
  bottom: initial;
  top: -163px;
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-item
  > a {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack
  .qodef-m-dot,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-dot,
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path
  .qodef-m-dot,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack
  .qodef-m-dot,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-dot,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path
  .qodef-m-dot {
  background-color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-m-opener
  span,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-m-opener
  span {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--light .qodef-button.qodef-layout--textual,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-button.qodef-layout--textual {
  color: #fff !important;
}
#qodef-page-header-inner.qodef-skin--dark .qodef-button.qodef-layout--textual,
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-button.qodef-layout--textual {
  color: #000 !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: #000 !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: #000 !important;
}
#qodef-page-header-inner.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-item
  > a {
  color: #000 !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: #000 !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-header
  .qodef-header-logo-link
  img:not(.qodef--main):not(.qodef--sticky) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--dark {
  opacity: 1;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
}
.qodef-header-standard--right
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.qodef-header-standard--center
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 24px;
}
.qodef-header-standard--center
  #qodef-page-header
  .qodef-header-navigation
  > ul
  > li {
  padding: 0 12px;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid,
  .qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 311px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #e4e4e4;
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
  height: auto;
  z-index: 100;
  margin-left: 33px;
}
.qodef-header--vertical #qodef-page-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 27px 30px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
  height: auto;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  margin: 0 0 15px;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget:last-child {
  margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
  padding-left: 311px;
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-footer,
  .qodef-header--vertical #qodef-page-outer {
    padding-left: 0;
  }
}
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 100;
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-main-menu-left-line {
  position: absolute;
  padding: 0 !important;
  top: 0;
  left: 0;
  width: 0;
  border-left: 3px solid #f8bc26;
  transition: height 0.4s, top 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  a
  .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 10px);
  right: 1px;
  height: auto;
  fill: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second {
  transform: translateZ(0);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li.qodef--hide-link
  > a {
  cursor: default;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.18em;
  padding: 6px 30px;
  margin: 15px 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 30px;
  margin: -3px 0 -1px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.3s ease-out;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.706em;
  font-weight: 400;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  color: #000;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:first-child
  > a {
  margin-top: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:last-child
  > a {
  margin-bottom: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a {
  color: #000;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  a
  .qodef-menu-item-arrow {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  .qodef-drop-down-second {
  display: none;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li.qodef-menu-item--open
  > a
  .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul
  ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  transition: all 0.2s ease;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.5s ease;
  z-index: 100;
}
.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}
.qodef-header-sticky.qodef-skin--light .qodef-header-sticky-inner {
  border-bottom: 1px solid #313131;
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
  border-bottom: 1px solid #e4e4e4;
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}
.qodef-header-standard--right
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start;
}
.qodef-header-standard--left
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}
#qodef-top-area {
  position: relative;
  background-color: transparent;
  z-index: 101;
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 45px;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-top-area .qodef-widget-holder.qodef-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 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-top-area .widget a:hover .qodef-icon-holder .qodef-icon {
  color: #919191;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}
#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-top-area .qodef-light-skin .widget a {
  color: #fff !important;
}
#qodef-top-area .qodef-light-skin .widget a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
#qodef-top-area
  .qodef-light-skin
  .widget
  a:hover
  .qodef-icon-holder
  .qodef-icon {
  color: rgba(255, 255, 255, 0.7) !important;
}
#qodef-top-area .qodef-light-skin .qodef-icon-holder .qodef-icon {
  color: #fff !important;
  transition: opacity 0.2s ease-out;
}
#qodef-top-area .qodef-light-skin .qodef-icon-holder .qodef-icon:hover {
  opacity: 0.7;
}
#qodef-top-area .qodef-icon-list-item .qodef-e-title .qodef-e-title-text {
  font-size: 13px;
}
#qodef-top-area .qodef-icon-list-item {
  margin-right: 17px;
}
.like-count {
  margin: 0 5px 0 9px;
}
#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: #f8bc26;
  background-color: #fafafa;
}
.qodef-map-marker-holder {
  transform: translate(-50%, -100%);
  z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
  z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  z-index: 10;
  transition: opacity 0.3s ease;
  transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: Roboto, 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: #f8bc26;
}
.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: #000;
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}
.qodef-cluster-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: #f8bc26;
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: #f8bc26;
  cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
  cursor: not-allowed !important;
}
#qodef-page-mobile-header {
  background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}
#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: #f8bc26;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon {
  visibility: hidden;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}
#qodef-page-mobile-header-inner.qodef-content-grid {
  padding: 0;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}
.qodef-mobile-skin--dark #qodef-page-mobile-header,
.qodef-mobile-skin--dark .qodef-mobile-header-navigation {
  background: #0a0a0a;
}
.qodef-mobile-skin--dark
  .qodef-opener-icon.qodef-source--predefined
  .qodef-m-line
  .qodef-m-dot {
  background-color: #fff;
}
.qodef-mobile-skin--dark
  .qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
.qodef-mobile-skin--dark
  .qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a,
.qodef-mobile-skin--dark .qodef-mobile-header-navigation > ul > li > a {
  color: #fff;
}
.qodef-mobile-skin--dark
  .qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  color: #919191;
}
.qodef-mobile-skin--dark
  .qodef-mobile-header-navigation
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover {
  color: #fff;
}
.qodef-mobile-skin--dark
  .qodef-mobile-header-navigation
  ul
  li
  a
  .qodef-menu-item-arrow
  polyline {
  stroke: #fff !important;
}
.qodef-mobile-skin--dark .qodef-mobile-header-navigation {
  border-bottom: 0;
}
.qodef-mobile-skin--dark
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img {
  filter: grayscale(1) invert(1);
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}
.qodef-mobile-header--standard
  #qodef-page-mobile-header-inner
  .qodef-mobile-header-logo-link {
  margin-right: auto;
  z-index: 96;
}
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.3s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner
  > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-mega-menu-widget-holder {
  display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #000;
}
.qodef-drop-down-second--full-width
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second {
  width: 100vw;
}
.qodef--boxed
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0 40px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: flex;
  justify-content: space-between;
  padding: 46px 0 41px;
  margin: 0 -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-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  color: #fff;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  .qodef-menu-item-arrow {
  display: none;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul {
  padding-top: 12px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.3s ease-out;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.706em;
  font-weight: 400;
  color: #fff;
  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 {
  flex-shrink: 0;
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 40px;
}
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path .qodef-opener-svg circle {
  fill: currentColor;
  transition: fill 0.3s ease-out;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(1) {
  transition-delay: 50ms;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(2) {
  transition-delay: 0.1s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(3) {
  transition-delay: 0.15s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(4) {
  transition-delay: 0.2s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(5) {
  transition-delay: 0.25s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(6) {
  transition-delay: 0.3s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(7) {
  transition-delay: 0.35s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(8) {
  transition-delay: 0.4s;
}
.qodef-opener-icon.qodef-source--svg-path
  .qodef-opener-svg
  circle:nth-child(9) {
  transition-delay: 0.45s;
}
.qodef-opener-icon.qodef-source--svg-path .qodef-closer-svg line {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-opener-icon.qodef-source--svg-path:hover .qodef-opener-svg circle {
  fill: transparent;
}
.qodef-opener-icon.qodef-source--svg-path:hover .qodef-closer-svg line {
  animation: qode-clip-lines 0.8s forwards cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-opener-icon.qodef-source--svg-path:hover
  .qodef-closer-svg
  line:nth-child(2) {
  animation: qode-clip-lines 0.8s forwards cubic-bezier(0.33, 0.02, 0, 0.93)
    0.2s;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  transition: top 0.3s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 10px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  top: 20px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line .qodef-m-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-line
  .qodef-m-dot.qodef--1 {
  left: 0;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-line
  .qodef-m-dot.qodef--2 {
  left: 10px;
}
.qodef-opener-icon.qodef-source--predefined
  .qodef-m-line
  .qodef-m-dot.qodef--3 {
  left: 20px;
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-section {
  overflow: visible;
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax-img-holder {
  position: absolute;
  top: -50%;
  height: 150%;
  left: 0;
  width: 100%;
  opacity: 0;
}
.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
  top: 0;
  height: 100%;
  opacity: 1;
}
.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}
.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}
.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%;
}
.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 .wpcf7-response-output {
  margin: 2em 0 0 0 !important;
}
.qodef-contact-form-7 .ajax-loader {
  animation: qode-rotate 2s linear infinite;
  background-image: none !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 50%;
  border-top: 2px solid #f8bc26 !important;
  height: 23px !important;
  margin: 0 0 0 12px !important;
  position: absolute;
  right: -10px;
  width: 23px !important;
}
.qodef-contact-form-7 .qodef-grid.qodef-col-num--2 .qodef-grid-item input {
  margin-bottom: 0 !important;
}
.qodef-contact-form-7
  .qodef-grid.qodef-col-num--2
  .qodef-grid-item:first-child {
  padding-right: 0;
}
.qodef-contact-form-7
  .qodef-grid.qodef-col-num--2
  .qodef-grid-item:first-child
  input {
  border-right: none;
}
.qodef-contact-form-7
  .qodef-grid.qodef-col-num--2
  .qodef-grid-item:nth-child(2) {
  padding-left: 0;
}
.qodef-contact-form-7 .qodef-grid textarea {
  border-top: none;
}
.qodef-contact-form-7 .qodef-grid input:focus,
.qodef-contact-form-7 .qodef-grid textarea:focus {
  border-color: #e1e1e1;
}
@media only screen and (max-width: 680px) {
  .qodef-contact-form-7
    .qodef-grid.qodef-skin--light
    .qodef-grid-inner
    > .qodef-grid-item:first-child
    input {
    border-right: 1px solid #313131 !important;
  }
}
.qodef-contact-form-7 .qodef-grid.qodef-skin--light input,
.qodef-contact-form-7 .qodef-grid.qodef-skin--light textarea {
  border-color: #313131;
  color: #fff;
}
.qodef-contact-form-7 p {
  margin-top: 0;
}
.qodef-contact-form-7 button[type="submit"] {
  margin-top: 40px;
}
.qodef-contact-form-7 .qodef-newsletter-form-style {
  display: flex;
  border-bottom: 1px solid #fff;
}
.qodef-contact-form-7 .qodef-newsletter-form-style span:first-child {
  width: 90%;
}
.qodef-contact-form-7 .qodef-newsletter-form-style input[type="email"] {
  margin: 0;
  padding: 10px 0;
  border: none;
  color: #fff;
}
.qodef-contact-form-7 .qodef-newsletter-form-style button {
  width: 10%;
  margin: 0;
  padding: 10px 0;
  text-align: right;
  background-color: transparent;
}
.qodef-contact-form-7 .qodef-newsletter-form-style button .qodef-m-text {
  font-family: ElegantIcons;
  speak: none;
  font-size: 14px;
  width: 100%;
  margin-bottom: 6px;
  font-weight: 300;
}
.qodef-contact-form-7 input[type="email"],
.qodef-contact-form-7 input[type="number"],
.qodef-contact-form-7 input[type="password"],
.qodef-contact-form-7 input[type="search"],
.qodef-contact-form-7 input[type="tel"],
.qodef-contact-form-7 input[type="text"],
.qodef-contact-form-7 input[type="url"],
.qodef-contact-form-7 textarea {
  padding: 19px 30px;
}
@media only screen and (max-width: 680px) {
  .qodef-contact-form-7
    .qodef-grid.qodef-layout--columns.qodef-col-num--2
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
  }
  .qodef-contact-form-7
    .qodef-grid.qodef-layout--columns.qodef-col-num--2
    > .qodef-grid-inner
    > .qodef-grid-item:first-child {
    padding-right: 15px;
  }
  .qodef-contact-form-7
    .qodef-grid.qodef-layout--columns.qodef-col-num--2
    > .qodef-grid-inner
    > .qodef-grid-item:first-child
    input {
    border-right: 1px solid #e1e1e1;
    border-bottom: 0;
  }
  .qodef-contact-form-7
    .qodef-grid.qodef-layout--columns.qodef-col-num--2
    > .qodef-grid-inner
    > .qodef-grid-item:nth-child(2) {
    padding-left: 15px;
  }
}
.qodef-contact-form-7 .qodef-required-field-style .wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
}
.qodef-contact-form-7 .wpcf7 form.invalid .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
}
.qodef-e-donation-category,
.qodef-e-donation-tag {
  font-size: 26px;
  letter-spacing: 0.025em;
  color: #f8bc26;
}
.qodef-e-donation-category a,
.qodef-e-donation-tag a {
  color: #f8bc26;
}
.qodef-e-donation-category a:hover,
.qodef-e-donation-tag a:hover {
  color: #000;
}
.qodef-e-donation-category-separator:after,
.qodef-e-donation-tags-separator:after {
  content: "/";
}
.qodef-e-donation-category-separator:last-child:after,
.qodef-e-donation-tags-separator:last-child:after {
  content: "";
}
.qodef-e-donation-title {
  color: #000;
}
.give-goal-progress {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 0;
  min-height: 90px;
}
.give-goal-progress .give-progress-bar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: rgba(248, 188, 38, 0.25);
  margin: 20px 0 18px;
}
.give-goal-progress .give-progress-bar > span {
  width: 0 !important;
  transition: width 0.5s ease-out;
  transition-delay: 0.5s;
  border-radius: 5px;
}
.give-goal-progress .raised {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.give-goal-progress .raised > * {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  color: #f8bc26;
  font-size: 17px !important;
  text-transform: capitalize;
}
.give-goal-progress .raised .give-percentage,
.give-goal-progress .raised .income {
  margin-right: auto;
}
.give-goal-progress .qode-progress-text-holder {
  font-size: 26px;
  letter-spacing: 0.025em;
  color: #f8bc26;
}
.give-goal-progress .qode-progress-text-holder .qode-progress-text {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1s;
}
.give-goal-progress .qode-progress-text-holder .qode-progress-text > span {
  display: inline-block;
  transform: translateX(-50%);
}
.give_error,
.give_success,
.give_warning {
  display: none !important;
}
.give-form-wrap .give-form {
  margin: 0;
}
.give-submit-button-wrap {
  position: relative;
}
.give-loading-animation {
  position: absolute;
  right: 10px;
  top: 35%;
}
.give-wrap .give-card__progress {
  margin-top: 0;
}
.give-modal-open #give-donation-level-button-wrap,
.give-modal-open .give-donation-amount,
.give-modal-open .give-total-wrap {
  display: block !important;
}
.give-modal .give-submit-button-wrap {
  margin: 0 -35px;
}
.give-modal .mfp-content {
  padding: 0;
  width: auto !important;
}
.give-modal .give-btn {
  width: 100% !important;
  border-radius: 0 !important;
  text-align: center;
  margin: 0 !important;
}
.give-modal .mfp-close {
  font-size: 0;
}
.give-modal button.mfp-close:after {
  right: 14px;
}
.give-modal .give-form {
  background: #f4f2f1;
  padding: 35px 35px 0;
  margin: 0;
}
.give-display-modal #give-donation-level-button-wrap,
.give-display-modal .give-donation-amount,
.give-display-modal .give-total-wrap {
  display: none !important;
}
.give-display-modal .give-form {
  margin: 0 !important;
  padding: 0 !important;
}
.single-give_forms .give-form-title {
  display: none;
}
.single-give_forms .qodef-page-sidebar-section.qodef--hide {
  display: none;
}
.single-give_forms div.images {
  margin: 0;
}
.single-give_forms .qodef-e-top-holder {
  position: relative;
  overflow: hidden;
}
.single-give_forms .qodef-e-donate {
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: all 0.5s ease-out;
  transform: translateY(100%);
}
.single-give_forms .give-submit-button-wrap {
  margin: 0 -35px;
}
.single-give_forms .give-btn {
  width: 100% !important;
  border-radius: 0 !important;
  text-align: center;
  margin: 0 !important;
}
.single-give_forms .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.single-give_forms .give-form {
  background: #f4f2f1;
  padding: 35px 35px 0;
  margin: 0;
}
.single-give_forms .qodef-e-donation-title {
  margin: 9px 0 16px;
}
.single-give_forms .give-goal-progress {
  background: #f4f2f1;
  padding: 36px 35px 34px;
  margin: 0 0 42px;
}
.single-give_forms .qodef-category-separator:after {
  content: "/";
}
.single-give_forms .qodef-category-separator:last-child:after {
  content: "";
}
.single-give_forms .qodef-tags-separator:after {
  content: "/";
}
.single-give_forms .qodef-tags-separator:last-child:after {
  content: "";
}
.single-give_forms div.give-form-content-wrap.give_post_form-content {
  margin: 0;
}
.single-give_forms .qodef-e-donation-bottom-holder {
  margin-top: 30px;
}
.single-give_forms .qodef-e-donation-bottom-holder > * {
  display: inline-block;
}
.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  padding-right: 20px;
  line-height: 23px;
}
.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date a,
.single-give_forms .qodef-e-donation-bottom-holder .qodef-e-info-date p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.single-give_forms #qodef-page-comments {
  margin-top: 66px;
}
.single-give_forms:hover .qodef-e-donate {
  transform: translateY(0);
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
}
.qodef-instagram-list #sb_instagram #sbi_images {
  padding: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after,
.qodef-instagram-list .sbi_photo_wrap a:hover:before {
  opacity: 1;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 20px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 30px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 40px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 50px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--extra-large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 56px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 80px 0 0 !important;
}
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  visibility: hidden;
  z-index: 1;
}
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container
  .swiper-slide
  a,
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container
  .swiper-slide
  img {
  width: 100%;
}
.qodef-instagram-list.qodef-layout--slider
  .qodef-instagram-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 !important;
  margin: 0 !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -5px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 5px !important;
  margin: 0 0 10px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -10px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 10px !important;
  margin: 0 0 20px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -15px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 15px !important;
  margin: 0 0 30px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -20px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 20px !important;
  margin: 0 0 40px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -25px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 25px !important;
  margin: 0 0 50px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large.qodef--no-bottom-space {
  margin-bottom: -56px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -28px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--extra-large
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 28px !important;
  margin: 0 0 56px !important;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images {
  float: none;
  width: auto;
  margin: 0 -40px;
}
.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge
  #sb_instagram
  #sbi_images
  > .sbi_item {
  padding: 0 40px !important;
  margin: 0 0 80px !important;
}
.qodef-listing-profile-searches .qodef-m-searches {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.qodef-listing-profile-searches .qodef-m-content-row,
.qodef-listing-profile-searches .qodef-m-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.qodef-listing-profile-searches .qodef-m-content-row > *,
.qodef-listing-profile-searches .qodef-m-heading > * {
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.qodef-listing-profile-searches .qodef-m-heading {
  padding: 10px 0;
}
.qodef-listing-profile-searches .qodef-m-heading > * {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: 0;
  padding: 10px 0;
}
.qodef-listing-profile-searches .qodef-m-content-row {
  padding: 14px 0;
  line-height: 1;
  border-top: 1px solid #e1e1e1;
}
.qodef-listing-profile-searches .qodef-m-content-action {
  white-space: nowrap;
}
.qodef-listing-profile-searches .qodef-m-content-action form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.qodef-listing-profile-searches .qodef-query-search-page,
.qodef-listing-profile-searches .qodef-undo-query-save {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 2px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background-color: #f8bc26;
  outline: 0;
  cursor: pointer;
}
.qodef-listing-profile-searches .qodef-query-search-page:hover .qodef-m-notice,
.qodef-listing-profile-searches .qodef-undo-query-save:hover .qodef-m-notice {
  opacity: 1;
  visibility: visible;
}
.qodef-listing-profile-searches .qodef-m-notice {
  position: absolute;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
  color: #707070;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-100% - 5px));
  transition: opacity 0.2s ease;
}
.qodef-listing-profile-my-listings {
  border-bottom: 1px solid #e1e1e1;
}
.qodef-listing-profile-my-listings .qodef-m-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid #e1e1e1;
}
.qodef-listing-profile-my-listings .qodef-m-content {
  position: relative;
  display: flex;
  align-items: center;
}
.qodef-listing-profile-my-listings .qodef-m-content img {
  display: block;
  width: 78px;
  margin-right: 25px;
  border-radius: 4px;
}
.qodef-listing-profile-my-listings .qodef-m-title {
  margin: 0;
}
.qodef-listing-profile-my-listings .qodef-m-buttons {
  white-space: nowrap;
}
.qodef-listing-profile-my-listings .qodef-m-buttons a {
  margin-right: 25px;
}
.qodef-listing-profile-my-listings .qodef-m-buttons a:last-child {
  margin-right: 0;
}
.qodef-listing-profile-add-listing .qodef-m-section-title {
  margin-bottom: 60px;
}
.qodef-listing-profile-my-packages .qodef-m-items {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.qodef-listing-profile-my-packages .qodef-m-content-row,
.qodef-listing-profile-my-packages .qodef-m-heading {
  position: relative;
  display: flex;
  align-items: center;
}
.qodef-listing-profile-my-packages .qodef-m-content-row > *,
.qodef-listing-profile-my-packages .qodef-m-heading > * {
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.qodef-listing-profile-my-packages .qodef-m-heading {
  padding: 10px;
}
.qodef-listing-profile-my-packages .qodef-m-heading > * {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: 0;
  padding: 10px 0;
}
.qodef-listing-profile-my-packages .qodef-m-content-row {
  padding: 14px 0;
  line-height: 1;
  border-top: 1px solid #e1e1e1;
}
.qodef-listing-profile-reported-items .qodef-m-section-title {
  margin-bottom: 85px;
}
.qodef-listing-profile-reported-items .qodef-m-reported-item {
  margin: 0 0 62px;
}
.qodef-listing-profile-reported-items .qodef-m-reported-item:last-child {
  margin-bottom: 0;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-listing-name {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.qodef-listing-profile-reported-items .qodef-m-reported-item .qodef-m-messages {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 44px -15px 0;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-messages
  > * {
  width: 100%;
  padding: 0 15px;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-messages
  h6 {
  margin: 0;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-messages
  p {
  margin: 6px 0 0;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-author-info {
  margin-top: 38px;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-author-info
  h6 {
  margin: 0 0 14px;
}
.qodef-listing-profile-reported-items
  .qodef-m-reported-item
  .qodef-m-buttons
  a:first-child {
  margin-right: 18px;
}
.qodef-listing-profile-reported-items .qodef-m-reported-description {
  margin: 41px 0 0;
}
.qodef-enquiry-form-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1002;
}
.qodef-enquiry-form-holder .qodef-enquiry-inner {
  position: absolute;
  top: 50%;
  left: calc(50% - 209px);
  width: 418px;
  display: block;
  padding: 58px 33px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  transform: translateY(-50%);
}
.qodef-enquiry-form-holder .qodef-enquiry-close {
  position: absolute;
  top: 6px;
  right: 11px;
  font-size: 18px;
  color: #707070;
}
.qodef-enquiry-form-holder .qodef-enquiry-close:hover {
  color: #f8bc26;
}
.qodef-enquiry-form-holder .qodef-enquiry-form .qodef-enquiry-title {
  position: absolute;
  margin: 0;
  top: -36px;
  left: calc(50% - 122px);
  width: 244px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.qodef-enquiry-form-holder .qodef-enquiry-form .qodef-enquiry-submit {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .qodef-enquiry-holder .qodef-enquiry-inner {
    left: calc(50% - 154px);
    width: 308px;
    padding: 28px 23px 10px;
  }
  .qodef-enquiry-holder .qodef-enquiry-form .qodef-enquiry-title {
    top: -25px;
    left: calc(50% - 92px);
    width: 184px;
    line-height: 38px;
  }
  .qodef-enquiry-holder .qodef-enquiry-form .qodef-enquiry-submit {
    line-height: 1em;
  }
}
.qodef-blog-item .qodef-e-image-info.qodef-e-info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.qodef-author-archive-info {
  display: flex;
}
.qodef-author-archive-info + .qodef-blog,
.qodef-author-archive-info + .qodef-news-layout {
  margin-top: 60px;
}
.qodef-author-archive-info .qodef-author-content {
  margin-left: 20px;
}
.qodef-author-archive-info .qodef-author-info-name {
  margin-top: 0;
}
.qodef-m-social-icons {
  display: flex;
  margin-top: 20px;
}
.qodef-m-social-icons a {
  margin-right: 15px;
}
.qodef-post-top-section.qodef-post-top--image-full .qodef-e-info-holder {
  position: relative;
}
.qodef-post-top-section.qodef-post-top--image-full .qodef-e-info-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.qodef-post-top--info-on-image {
  position: relative;
  margin-bottom: 20px;
}
.qodef-post-top--info-on-image .qodef-e-info-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.qodef-post-top--info-on-image .qodef-e-info-content .qodef-e-title,
.qodef-post-top--info-on-image .qodef-e-info-content a {
  color: inherit;
}
#qodef-post-reactions-holder .qodef-m-reactions {
  display: flex;
  margin: 0 -10px;
}
#qodef-post-reactions-holder .qodef-e-reaction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 15px 5px;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: background-color 0.3s ease-out;
}
#qodef-post-reactions-holder .qodef-e-reaction.qodef--reacted {
  cursor: default;
  pointer-events: none;
  background-color: #fafafa;
}
.qodef-news-reviews-holder {
  border: 1px solid #e1e1e1;
}
.qodef-news-reviews-holder > div:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.qodef-news-reviews-holder .qodef-e-title-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.qodef-news-reviews-holder .qodef-e-average {
  display: flex;
  align-items: center;
}
.qodef-news-reviews-holder .qodef-e-avg-number {
  line-height: 20px;
  margin-right: 5px;
}
.qodef-news-reviews-holder .qodef-e-reviews {
  padding: 10px 22px;
}
.qodef-news-reviews-holder .qodef-e-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 5px 0;
}
.qodef-news-reviews-holder .qodef-e-summary-holder {
  padding: 15px 22px;
}
.qodef-news-reviews-holder .qodef-e-summary-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.qodef-news-review-stars-holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-news-review-stars-holder .qodef-e-stars {
  position: absolute;
  top: 0;
  left: 0;
  color: #f6e417;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.qodef-news-review-stars-holder .qodef-e-stars-all {
  font-size: 0;
}
.qodef-news-review-stars-holder .qodef-e-star {
  vertical-align: top;
  font-size: 13px;
  line-height: inherit;
  padding: 0 1px;
}
.qodef-news-layout .qodef-e-info > div {
  margin-right: 16px;
}
.qodef-news-layout .qodef-e-info > div:last-child {
  margin-right: 0;
}
.qodef-news-layout .qodef-e-info-category {
  background: #f8bc26;
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.qodef-news-layout .qodef-e-info-category a {
  color: #fff;
}
.qodef-news-layout .qodef-e-info-category a:hover {
  color: #fff;
}
.qodef-news-layout .qodef-e-info-author {
  display: flex;
  align-items: center;
}
.qodef-news-layout .qodef-e-info-author-link {
  margin-left: 5px;
}
.qodef-news-layout .qodef-info--top {
  font-size: 12px;
}
.qodef-news-layout .qodef-info--bottom {
  font-size: 12px;
}
article[class*="layout-video"] .qodef-e-video-button {
  position: relative;
}
article[class*="layout-video"] .qodef-e-video-button .qodef-e-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 106px;
  line-height: 1;
}
article[class*="layout-video"] .qodef-e-video-button .qodef-e-play span {
  display: block;
  line-height: inherit;
}
article[class*="layout-video"] .qodef-e-video-button .qodef-e-play span:before {
  display: block;
  line-height: inherit;
}
.qodef-layout-item--layout-style-1 .qodef-e-inner {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.qodef-layout-item--layout-style-1 .qodef-info--top {
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  color: #fff;
}
.qodef-layout-item--layout-style-1 .qodef-info--topright {
  display: flex;
  background: #f8bc26;
  padding: 0 10px;
}
.qodef-layout-item--layout-style-1 .qodef-e-content {
  margin: 0 15px;
}
.qodef-layout-item--layout-style-1 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-style-1 .qodef-info--bottom {
  display: flex;
  margin: 10px 0 16px;
}
.qodef-layout-item--layout-style-1 .qodef-info--bottom > div:after {
  content: "/";
  position: relative;
  left: 8px;
}
.qodef-layout-item--layout-style-1 .qodef-info--bottom > div:last-child:after {
  display: none;
}
.qodef-layout-item--layout-style-1 .qodef-e-info-author img {
  margin-right: 10px;
}
.qodef-layout-item--layout-style-1 .qodef-e-info-comments-link {
  color: #fff;
}
.qodef-layout-item--layout-style-2 .qodef-e-inner {
  display: flex;
  align-items: center;
}
.qodef-layout-item--layout-style-2 .qodef-e-media-image {
  flex-basis: 40%;
  margin-right: 30px;
}
.qodef-layout-item--layout-style-2 .qodef-e-content {
  flex-basis: 60%;
  margin-right: 15px;
}
.qodef-layout-item--layout-style-2 .qodef-info--top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.qodef-layout-item--layout-style-2 .qodef-info--topright {
  display: flex;
}
.qodef-layout-item--layout-style-2 .qodef-info--topright > div:after {
  content: "/";
  position: relative;
  left: 8px;
}
.qodef-layout-item--layout-style-2
  .qodef-info--topright
  > div:last-child:after {
  display: none;
}
.qodef-layout-item--layout-style-2 .qodef-info--bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.qodef-layout-item--layout-style-2 .qodef-info--bottomleft {
  display: flex;
}
.qodef-layout-item--layout-style-2 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-style-3 {
  color: #fff;
}
.qodef-layout-item--layout-style-3 a {
  color: #fff;
}
.qodef-layout-item--layout-style-3 .qodef-e-inner {
  position: relative;
}
.qodef-layout-item--layout-style-3 .qodef-e-content {
  position: absolute;
  bottom: 0;
  padding: 35px;
}
.qodef-layout-item--layout-style-3 .qodef-info--top {
  display: flex;
  margin-bottom: 10px;
}
.qodef-layout-item--layout-style-3 .qodef-info--topright {
  display: flex;
  padding: 0 10px;
  background: #f8bc26;
}
.qodef-layout-item--layout-style-3 .qodef-info--topright > div:after {
  content: "/";
  position: relative;
  left: 8px;
}
.qodef-layout-item--layout-style-3
  .qodef-info--topright
  > div:last-child:after {
  display: none;
}
.qodef-layout-item--layout-style-3 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-style-3 .qodef-e-info-category,
.qodef-layout-item--layout-style-3 .qodef-e-title-link,
.qodef-layout-item--layout-style-3 .qodef-info--topright {
  position: relative;
  z-index: 3;
}
.qodef-layout-item--layout-style-3 .qodef-e-post-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.qodef-layout-item--layout-style-4 .qodef-e-media-image {
  margin-bottom: 16px;
}
.qodef-layout-item--layout-style-4 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-style-4 .qodef-e-info-date {
  margin-top: 3px;
}
.qodef-layout-item--layout-style-5 .qodef-e-inner {
  display: flex;
  align-items: center;
}
.qodef-layout-item--layout-style-5 .qodef-e-media-image {
  flex-basis: 40%;
  margin-right: 18px;
}
.qodef-layout-item--layout-style-5 .qodef-e-content {
  flex-basis: 60%;
  margin-right: 15px;
}
.qodef-layout-item--layout-style-5 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-style-5 .qodef-e-info-date {
  margin-top: 3px;
}
.qodef-layout-item--layout-video-style-1 .qodef-e-video-button {
  margin-bottom: 16px;
}
.qodef-layout-item--layout-video-style-1 .qodef-e-title {
  margin: 0;
}
.qodef-layout-item--layout-video-style-2 .qodef-e-video-button {
  margin-bottom: 16px;
}
.qodef-layout-item--layout-video-style-2 .qodef-e-title {
  margin: 0;
}
.widget.widget_biotellus_core_layout .qodef-m-title {
  margin-top: 0;
}
#qodef-page-sidebar .widget.widget_biotellus_core_layout {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_biotellus_core_layout {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_biotellus_core_layout {
  margin-bottom: 0;
}
.qodef-post--hot .qodef-info--views-flag,
.qodef-post--popular .qodef-info--views-flag,
.qodef-post--trending .qodef-info--views-flag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background-color: #f8bc26;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.qodef-post--trending .qodef-info--views-flag:before {
  content: "\f0e7";
}
.qodef-post--hot .qodef-info--views-flag:before {
  content: "\f06d";
}
.qodef-post--popular .qodef-info--views-flag:before {
  content: "\f005";
}
.qodef-post--hot .qodef-e-media-image,
.qodef-post--popular .qodef-e-media-image,
.qodef-post--trending .qodef-e-media-image {
  position: relative;
}
.widget.widget_biotellus_core_post_category_tabs {
  position: relative;
}
.widget.widget_biotellus_core_post_category_tabs .qodef-e-tabs-inner {
  position: relative;
  display: flex;
}
.widget.widget_biotellus_core_post_category_tabs .qodef-e-tabs-holder {
  width: 25%;
}
.widget.widget_biotellus_core_post_category_tabs .qodef-e-tabs-content {
  position: relative;
  width: 75%;
}
.widget.widget_biotellus_core_post_category_tabs
  .qodef-e-tabs-content
  .qodef-e-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
}
.widget.widget_biotellus_core_post_category_tabs
  .qodef-e-tabs-content
  .qodef-e-tab-content.active-content {
  position: relative;
  opacity: 1;
}
.widget.widget_biotellus_core_post_category_tabs
  .qodef-e-tab.active-category
  a {
  color: #f8bc26;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
  #ctf
  .ctf-tweet-actions {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.706em;
  font-weight: 400;
  color: #707070;
  margin-right: 4px;
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
  clear: both;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 100%;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 50%;
}
@media only screen and (min-width: 681px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 33.33333%;
}
@media only screen and (min-width: 769px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 25%;
}
@media only screen and (min-width: 1025px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 20%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 16.66667%;
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 14.28571%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8
  #ctf
  .ctf-tweets
  > .ctf-item {
  width: 12.5%;
}
@media only screen and (min-width: 1367px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1441px) {
  .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets > .ctf-item {
  padding: 0;
  margin: 0;
}
.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
  margin: 0 -5px;
}
.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets > .ctf-item {
  padding: 0 5px;
  margin: 0 0 10px;
}
.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
  margin: 0 -10px;
}
.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets > .ctf-item {
  padding: 0 10px;
  margin: 0 0 20px;
}
.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
  margin: 0 -15px;
}
.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets > .ctf-item {
  padding: 0 15px;
  margin: 0 0 30px;
}
.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -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--extra-large.qodef--no-bottom-space {
  margin-bottom: -56px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets {
  margin: 0 -28px;
}
.qodef-twitter-list.qodef-gutter--extra-large #ctf .ctf-tweets > .ctf-item {
  padding: 0 28px;
  margin: 0 0 56px;
}
.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
  margin: 0 -40px;
}
.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
  padding: 0 40px;
  margin: 0 0 80px;
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .product-category
  a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .product-category
  .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  background-color: #fff;
  left: 50%;
  margin: 0;
  padding: 12px 41px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}
.qodef-woo-product-list.qodef-skin--light
  .qodef-woo-product-inner
  .qodef-woo-product-image-inner
  .price,
.qodef-woo-product-list.qodef-skin--light
  .qodef-woo-product-inner
  .qodef-woo-product-image-inner
  .qodef-woo-product-categories
  a,
.qodef-woo-product-list.qodef-skin--light
  .qodef-woo-product-inner
  .qodef-woo-product-image-inner
  .qodef-woo-product-title {
  color: #fff;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image
  .qodef-woo-product-inner
  .qodef-woo-ratings {
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.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;
}
.widget_biotellus_core_woo_dropdown_cart,
.widget_shopping_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-opener,
.widget_biotellus_core_woo_dropdown_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  color: #000;
  padding-top: 2px;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-m-opener
  .qodef-m-opener-icon-text,
.widget_biotellus_core_woo_dropdown_cart
  > .widgettitle
  .qodef-m-opener-icon-text,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-icon-text,
.widget_shopping_cart > .widgettitle .qodef-m-opener-icon-text {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 7px;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-opener .qodef-m-opener-count,
.widget_biotellus_core_woo_dropdown_cart > .widgettitle .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener .qodef-m-opener-count,
.widget_shopping_cart > .widgettitle .qodef-m-opener-count {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-opener:hover,
.widget_shopping_cart .qodef-m-opener:hover {
  color: #000;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_biotellus_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
  display: block;
  padding: 30px 35px;
  text-align: left;
  background: #0a0a0a;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 350px;
  opacity: 0 !important;
  visibility: hidden !important;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .qodef-m-posts-not-found,
.widget_biotellus_core_woo_dropdown_cart
  .widget_shopping_cart_content
  .qodef-m-posts-not-found,
.widget_shopping_cart
  .qodef-widget-dropdown-cart-content
  .qodef-m-posts-not-found,
.widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
  color: #919191;
  font-size: 15px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 !important;
}
.touchevents
  .widget_biotellus_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content,
.touchevents
  .widget_biotellus_core_woo_dropdown_cart
  .widget_shopping_cart_content,
.touchevents .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents .widget_shopping_cart .widget_shopping_cart_content {
  display: none;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .blockUI,
.widget_biotellus_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
  display: none !important;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  margin: 0 0 18px;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-child,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-child,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-child,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-child,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-child,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-child,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-child,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-child {
  margin: 0;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  width: 66px;
  margin-right: 20px;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  line-height: 1;
  z-index: 5;
  color: #fff;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation {
  display: none;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  vertical-align: top;
  float: left;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  a,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  a,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:after,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:after,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:after {
  content: "";
  display: table;
  clear: both;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
  padding-top: 5px !important;
  position: relative;
  max-height: 50vh;
  overflow: hidden;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart-item {
  display: flex;
  align-items: center;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-image,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image {
  flex-shrink: 0;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-image a {
  display: block;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content {
  width: 100%;
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-title,
.widget_shopping_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-title {
  margin: 0;
  color: #fff;
  text-transform: none;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-title
  a,
.widget_shopping_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-title
  a {
  color: #fff;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-order-holder,
.widget_shopping_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-order-holder {
  margin-top: 11px;
  line-height: 1;
}
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-price,
.widget_biotellus_core_woo_dropdown_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart-item .qodef-e-content .qodef-e-price,
.widget_shopping_cart
  .qodef-woo-mini-cart-item
  .qodef-e-content
  .qodef-e-quantity {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #919191;
  margin: 0;
  display: inline-block;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-order-details,
.widget_biotellus_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  margin: 11px 0 24px;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_biotellus_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #fff;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_biotellus_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  margin-left: 10px;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-order-details .amount bdi,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart__total
  .amount
  bdi,
.widget_shopping_cart .qodef-m-order-details .amount bdi,
.widget_shopping_cart .woocommerce-mini-cart__total .amount bdi {
  margin-bottom: 5px;
  display: inherit;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-action,
.widget_biotellus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  flex-wrap: wrap;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-action a,
.widget_biotellus_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.333em;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease-out;
  padding: 15px 32px;
  color: #fff;
  background-color: #f8bc26;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
}
.widget_biotellus_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_biotellus_core_woo_dropdown_cart
  .woocommerce-mini-cart__buttons
  a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  color: #fff;
  background-color: #f1b625;
}
.widget_biotellus_core_woo_dropdown_cart:hover
  .qodef-widget-dropdown-cart-content,
.widget_biotellus_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
.widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
.widget_shopping_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items.qodef--scrollable {
  max-height: calc(4 * (80px + 20px));
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #707070;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #f8bc26;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-woo-dropdown-item {
  margin-top: 20px;
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-image {
  margin-right: 20px;
  width: 80px;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #707070;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items.qodef--scrollable {
  max-height: calc(4 * (80px + 20px));
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #707070;
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: var(--qode-main-color);
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-woo-dropdown-item {
  margin-top: 20px;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-e-image {
  margin-right: 20px;
  width: 80px;
}
#qodef-top-area
  .qodef-woo-dropdown-cart
  .qodef-woo-dropdown-items
  .qodef-m-order-details {
  color: #707070;
}
.qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
}
.qodef-woo-side-area-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.qodef-woo-side-area-cart .qodef-m-content {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100vh;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 74px;
  background-color: #fff;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar .qodef-woo-side-area-cart .qodef-m-content {
  top: 32px;
  height: calc(100vh - 32px);
}
.qodef-woo-side-area-cart .qodef-m-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  font-size: 34px;
  z-index: 1000;
}
.qodef-woo-side-area-cart .qodef-m-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.qodef-woo-side-area-cart .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-woo-side-area-cart .qodef-e-image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-image a,
.qodef-woo-side-area-cart .qodef-e-image img {
  display: block;
}
.qodef-woo-side-area-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}
.qodef-woo-side-area-cart .qodef-e-title {
  margin: 0;
}
.qodef-woo-side-area-cart .qodef-e-price {
  margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-quantity {
  margin: 3px 0 0;
}
.qodef-woo-side-area-cart .qodef-e-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
}
.qodef-woo-side-area-cart .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 50px;
}
.qodef-woo-side-area-cart .qodef-m-order-details > * {
  margin: 0;
}
.qodef-woo-side-area-cart .qodef-m-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.qodef-woo-side-area-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.333em;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  padding: 15px 32px;
  text-align: center;
  color: #fff;
  background-color: #f8bc26;
  border: 1px solid transparent;
}
.qodef-woo-side-area-cart .qodef-m-action-link:hover {
  color: #fff;
  background-color: #f1b625;
}
.qodef-woo-side-area-cart.qodef--opened .qodef-m-content {
  right: 0;
  visibility: visible;
}
.qodef-woo-side-area-cart-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-clients-list .qodef-e .qodef-mask .qodef-e-logo img {
  filter: grayscale(1) invert(1);
}
.qodef-clients-list .qodef-e .qodef-e-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 230px;
  border: 1px solid #e4e4e4;
  border-right: none;
  align-items: center;
}
@media only screen and (max-width: 680px) {
  .qodef-clients-list .qodef-e .qodef-e-inner {
    border-right: 1px solid #e4e4e4;
  }
}
.qodef-clients-list .qodef-e .qodef-e-inner.qodef-mask {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f8bc26;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
.qodef-clients-list .qodef-e .qodef-e-inner.qodef-mask * {
  color: #fff !important;
}
.qodef-clients-list
  .qodef-e
  .qodef-e-inner.qodef-mask
  .qodef-button.qodef-layout--textual:after {
  background-color: #fff;
}
.qodef-clients-list .qodef-e:last-child .qodef-e-inner {
  border-right: 1px solid #e4e4e4;
}
.qodef-clients-list .qodef-e:hover .qodef-e-inner.qodef-mask {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-clients-list.qodef-col-num--4 .qodef-e:nth-child(4n) .qodef-e-inner {
  border-right: 1px solid #e4e4e4;
}
.qodef-clients-list.qodef-col-num--3 .qodef-e:nth-child(3n) .qodef-e-inner {
  border-right: 1px solid #e4e4e4;
}
.qodef-clients-list.qodef-col-num--3.qodef-multiple-column
  .qodef-e:nth-child(n + 4)
  .qodef-e-inner {
  border-top: 0;
}
.qodef-clients-list.qodef-col-num--4 .qodef-e:nth-child(4n) .qodef-e-inner {
  border-right: 1px solid #e4e4e4;
}
.qodef-clients-list.qodef-col-num--4.qodef-multiple-column
  .qodef-e:nth-child(n + 5)
  .qodef-e-inner {
  border-top: 0;
}
.qodef-clients-list.qodef-col-num--5 .qodef-e:nth-child(5n) .qodef-e-inner {
  border-right: 1px solid #e4e4e4;
}
.qodef-clients-list.qodef-col-num--5.qodef-multiple-column
  .qodef-e:nth-child(n + 6)
  .qodef-e-inner {
  border-top: 0;
}
@media only screen and (max-width: 1024px) {
  .qodef-clients-list.qodef-col-num--1024--3
    .qodef-e:nth-child(3n)
    .qodef-e-inner {
    border-right: 1px solid #e4e4e4;
  }
  .qodef-clients-list.qodef-col-num--1024--3
    .qodef-e:nth-child(n + 4)
    .qodef-e-inner {
    border-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-clients-list.qodef-col-num--1024--2
    .qodef-e:nth-child(5n)
    .qodef-e-inner {
    border-right: 0 !important;
    border-top: 0 !important;
  }
  .qodef-clients-list.qodef-col-num--1024--2
    .qodef-e:first-child
    .qodef-e-inner {
    border-bottom: 0 !important;
  }
  .qodef-clients-list.qodef-col-num--1024--2
    .qodef-e:nth-child(2)
    .qodef-e-inner {
    border-bottom: 0 !important;
  }
  .qodef-clients-list.qodef-col-num--1024--2
    .qodef-e:nth-child(2n)
    .qodef-e-inner {
    border-right: 1px solid #e4e4e4 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-clients-list.qodef-col-num--1024--2
    .qodef-e:nth-child(5n)
    .qodef-e-inner {
    border-right: 1px solid #e4e4e4 !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-clients-list.qodef-col-num--768--1 .qodef-e .qodef-e-inner {
    border-right: 1px solid #e4e4e4;
  }
  .qodef-clients-list.qodef-col-num--768--1
    .qodef-e:nth-child(n + 2)
    .qodef-e-inner {
    border-top: 0;
  }
}
.qodef-clients-list.qodef-swiper-container .swiper-wrapper {
  align-items: center;
}
.qodef-clients-list.qodef-swiper-container .qodef-e:last-child .qodef-e-inner {
  border-right: none;
}
.qodef-clients-list.qodef-swiper-container .qodef-e-inner {
  border: none;
  height: auto;
}
.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 19px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  flex-direction: row;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
  margin: 0 5px 0 0;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
  color: #707070;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share {
  display: flex;
  align-items: center;
}
.qodef-portfolio-single
  .qodef-portfolio-info
  .qodef-social-share
  .qodef-social-title {
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share ul {
  display: flex;
  margin-left: 10px;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
  content: "/";
  margin: 0 3px 0 1px;
}
.qodef-portfolio-single
  .qodef-portfolio-info
  .qodef-e-category:last-child:after {
  display: none;
}
.qodef-portfolio-single .qodef-ps-info-sticky-holder {
  transition: margin-top 0.6s ease-out;
}
.qodef-portfolio-category-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
  position: relative;
  z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
  margin: 9px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-category-list.qodef-layout--gallery
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
  margin-top: 28px;
}
.qodef-portfolio-list .qodef-e-inner {
  position: relative;
}
.qodef-portfolio-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-list .qodef-e-category {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-portfolio-list .qodef-m-pagination {
  margin-top: 35px;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
  top: 95.5%;
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    top: 94.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    top: 93.2%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    top: 94.5%;
  }
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
  background-image: url(../img/down-left.svg) !important;
  width: 42px !important;
  display: inline-block;
  height: 10px !important;
  left: 43.6% !important;
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    left: 42.4% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    left: 39.2% !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    left: 37.5% !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
    left: 25.5% !important;
  }
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev svg {
  display: none;
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
  background-image: url(../img/down-right.svg) !important;
  width: 42px !important;
  display: inline-block;
  height: 10px !important;
  right: 43.7% !important;
}
@media only screen and (max-width: 1440px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
    right: 42.6% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
    right: 39.5% !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
    right: 37.7% !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-swiper-container .swiper-button-next {
    right: 26% !important;
  }
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next svg {
  display: none;
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-swiper-container {
    left: 0;
  }
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.61, 0.01, 0.15, 1);
  z-index: 11;
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next svg,
.qodef-portfolio-list.qodef-swiper-container .swiper-button-prev svg {
  width: 15px;
}
.qodef-portfolio-list.qodef-swiper-container
  .swiper-button-next
  svg
  .left-arrow,
.qodef-portfolio-list.qodef-swiper-container
  .swiper-button-next
  svg
  .right-arrow,
.qodef-portfolio-list.qodef-swiper-container
  .swiper-button-prev
  svg
  .left-arrow,
.qodef-portfolio-list.qodef-swiper-container
  .swiper-button-prev
  svg
  .right-arrow {
  stroke: #000;
}
.qodef-portfolio-list.qodef-swiper-container .swiper-button-next:hover {
  transform: translateX(3px);
}
.qodef-portfolio-list.qodef-swiper-container .swiper-wrapper {
  margin-bottom: 45px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin-top: 30px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category {
  margin-bottom: 10px;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-media-image a {
  position: relative;
  overflow: hidden;
  display: block;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-media-image a img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-portfolio-list.qodef-item-layout--info-below
  .qodef-e-media-image
  a:hover
  img {
  transform: scale(1.04);
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt
  .qodef-e-image {
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content {
  position: absolute;
  bottom: 9%;
  left: 4%;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner
  > a {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.qodef-portfolio-list.qodef-item-layout--info-bottom-left
  .qodef-e-content-inner
  * {
  color: #fff;
  z-index: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  .qodef-e-inner {
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  .qodef-e-inner
  .qodef-e-image {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  .qodef-e-inner:hover
  .qodef-e-image {
  transform: scale(1.1);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  .qodef-e-content {
  display: none;
}
.qodef-follow-info-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  transition: transform 0.3s ease;
}
.qodef-follow-info-holder.qodef-right {
  text-align: right;
  transform: translateX(-100%);
}
.qodef-follow-info-holder .qodef-follow-info-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-follow-info-holder .qodef-follow-info-title {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #f8bc26;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 8;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  padding: 3px 5px;
  margin-top: 4px;
}
.qodef-follow-info-holder .qodef-follow-info-category {
  display: inline-block;
  padding: 0 4px;
  background-color: #f8bc26;
  white-space: nowrap;
  z-index: 9;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after {
  content: "/";
  margin: 0 2px 0 3px;
}
.qodef-follow-info-holder a {
  color: #fff;
}
.qodef-follow-info-holder.qodef-is-active {
  visibility: visible;
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}
.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  .qodef-e-content-inner
  * {
  color: #fff;
  z-index: 1;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-media-image
  a {
  position: relative;
  overflow: hidden;
  display: block;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-media-image
  a
  img {
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content-inner
  > a {
  transition: background-color 0.3s ease-out;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content
  .qodef-e-info-category,
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content
  .qodef-e-title {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0s ease;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content-inner
  > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-info-category {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out,
    transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out 0.1s,
    transform 0.6s cubic-bezier(0, 0.55, 0.45, 1) 0.1s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-media-image
  a
  img {
  transform: scale(1.04);
}
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 110px;
}
#qodef-portfolio-single-related-items .qodef-portfolio-single-related-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 38px;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 16px;
  padding: 0 0 10px 0 !important;
  color: #010101;
  background-color: transparent;
  border: 0;
  position: relative;
  overflow: hidden;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:after,
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f8bc26;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:before {
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:after {
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link
  .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:hover:before {
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-single-related-title
  .qodef-e-link:hover:after {
  transform: translateX(101%);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 145px 0 3px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav svg {
  height: 11px;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.61, 0.01, 0.15, 1);
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover {
  color: #000;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
  transform: translateX(-3px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 5px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  margin-right: 10px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover {
  color: #000;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg {
  transform: translateX(3px);
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 5px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg {
  margin-left: 10px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    top: -6px;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
  height: auto;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  .qodef-m-nav-icon {
  font-size: 32px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-label {
    display: none;
  }
}
.qodef-portfolio-single.qodef-layout--gallery-big
  .qodef-e-content
  .qodef-grid-item {
  margin-top: 50px !important;
}
.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
  margin-top: 85px !important;
}
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
  margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
  margin-top: 48px !important;
}
.qodef-portfolio-single.qodef-layout--images-big
  .qodef-e-content
  .qodef-grid-item {
  margin-top: 16px !important;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 30px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
  margin-top: 85px !important;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-media {
  margin-right: 10px;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item {
  display: block;
  margin-bottom: 30px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item:last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
  margin-top: 48px !important;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small
    .qodef-ps-info-holder.qodef-ps-info-sticky-holder {
    margin-top: 0 !important;
  }
}
.qodef-portfolio-single.qodef-layout--masonry-big
  .qodef-e-content
  .qodef-grid-item {
  margin-top: 50px !important;
}
.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
  margin-top: 85px !important;
}
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
  margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
  margin-top: 48px !important;
}
.qodef-portfolio-single.qodef-layout--slider-big
  .qodef-e-content
  .qodef-grid-item {
  margin-top: 50px !important;
}
.qodef-portfolio-single.qodef-layout--slider-big .qodef-media {
  margin-top: 41px;
}
.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
  margin-top: 85px !important;
}
.qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
  margin-right: 45px;
}
.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
  margin-top: 48px !important;
}
.qodef-team-list.qodef-skin--light .qodef-e-role,
.qodef-team-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-team-list .qodef-e-role {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-team-list .qodef-e-title {
  margin: 3px 0 21px;
}
.qodef-team-list .qodef-team-member-social-icons {
  margin: 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-skin--light
  .qodef-e-content {
  background-color: #f8bc26;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
  overflow: hidden;
  position: relative;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-content {
  transform: translate(0, 0);
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon:nth-child(1) {
  transition-delay: 0.25s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon:nth-child(2) {
  transition-delay: 0.35s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon:nth-child(3) {
  transition-delay: 0.45s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon:nth-child(4) {
  transition-delay: 0.55s;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon:nth-child(5) {
  transition-delay: 0.65s;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image {
  margin-bottom: 25px;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-team-social {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 90;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-team-social
  .qodef-team-member-social-icons {
  margin-top: 16px;
  padding-left: 27px;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  a {
  color: #fff;
  font-size: 18px;
  margin-right: 24px;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  a:last-child {
  margin-right: 0;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-team-social
  .qodef-team-member-social-icons
  .qodef-team-member-social-icon {
  opacity: 0;
  transition: opacity 0s ease-out;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  width: 237px;
  height: 237px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  margin: -9.1em 0 0 -3.5em;
  padding: 2em;
  border-radius: 50%;
  background: #f8bc26;
  transform: translate(-40%, -40%);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.qodef-testimonials-list:before {
  content: "“";
  position: absolute;
  top: 24%;
  left: 8%;
  height: 246px;
  font-size: 555px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  transform: translateY(-50%);
  z-index: -1;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada,
    1px 1px 0 #dadada;
}
.qodef-testimonials-list .qodef-grid-item {
  margin: 30px 0 !important;
}
.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
  margin-top: 50px;
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-right: 60px;
  display: block;
  float: left;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 32px;
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0 0 19px;
  display: flex;
  flex-direction: column;
}
.qodef-testimonials-list .qodef-e-author-job {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-list.qodef-swiper-container.qodef-slider-navigation--no
    .qodef-navigation-holder
    .swiper-pagination-fraction {
    left: 0 !important;
  }
}
.qodef-testimonials-list.qodef-swiper-container .swiper-slide {
  margin-top: 40px;
}
.qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
  left: 221px;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev {
  background-image: url(../img/down-left.svg) !important;
  width: 42px !important;
  display: inline-block;
  height: 10px !important;
  top: 9px;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev:hover {
  transform: translateX(-3px);
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev
  svg {
  display: none;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next {
  background-image: url(../img/down-right.svg) !important;
  width: 42px !important;
  display: inline-block;
  height: 10px !important;
  top: 9px;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next
  svg {
  display: none;
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-list.qodef-swiper-container .qodef-navigation-holder {
    left: 0;
  }
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next,
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.61, 0.01, 0.15, 1);
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next
  svg,
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev
  svg {
  width: 15px;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next
  svg
  .left-arrow,
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next
  svg
  .right-arrow,
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev
  svg
  .left-arrow,
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-prev
  svg
  .right-arrow {
  stroke: #000;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next {
  left: 119px !important;
}
.qodef-testimonials-list.qodef-swiper-container
  .qodef-navigation-holder
  .swiper-button-next:hover {
  transform: translateX(3px);
}
.qodef-testimonials-list.qodef-swiper-container .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
}
.qodef-testimonials-list.qodef-swiper-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet:before {
  background-color: #f8bc26;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-skin--light
  .qodef-e-author,
.qodef-testimonials-list.qodef-swiper-container.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-swiper-container.qodef-skin--light
  .qodef-e-title {
  color: #fff;
}
.qodef-testimonials-list.qodef-swiper-container.qodef-skin--light
  .swiper-pagination-bullet:before {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .qodef-testimonials-list .qodef-e-content {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-list .qodef-e-content {
    display: block;
    float: left;
    margin-top: 27px;
  }
}
.qodef-review-rating {
  display: flex;
}
.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%;
}
.qodef-review-rating label {
  margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0;
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 0.1em 0 0;
  cursor: pointer;
  color: #f8bc26;
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #f8bc26;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.1em;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
  stroke: none;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: #f8bc26;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  padding-top: 23%;
  padding-left: 15%;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
  margin-right: 22px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -6px;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-comment-list .qodef-comment-name {
  float: none;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}
.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f8bc26;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
  color: #f8bc26;
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
  flex-shrink: 0;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
  animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
  animation: cover_search_fade_in 0.3s ease both;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #000;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #000;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #f8bc26;
  background: 0 0;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: color 0.2s ease, opacity 0.2s ease-out 1.1s,
    bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-line {
  width: 100%;
  transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #707070;
  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: #000;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-close {
  opacity: 1;
  visibility: visible;
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in 0.3s ease both;
}
@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
  overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-accordion.qodef--init {
  visibility: visible;
}
.qodef-accordion.qodef-layout--simple {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 13px;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0 0;
  padding: 31px 15px 20px 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
  border-top: none;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus
  svg {
  transform: rotate(0);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  color: #000;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus
  svg {
  transform: rotate(180deg);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 0 10.5% 18px 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-animated-switch-slider {
  position: relative;
}
.qodef-animated-switch-slider img {
  display: block;
}
.qodef-animated-switch-slider .qodef-switch-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qodef-animated-switch-slider .qodef-content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.qodef-animated-switch-slider .qodef-content-holder .qodef-item-text-holder {
  position: absolute;
  height: 100%;
  width: 50vw;
  display: table;
  z-index: 70;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-text-holder-inner {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10% 0 20%;
}
@media only screen and (max-width: 1440px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-text-holder-inner {
    padding: 0 5% 0 16%;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-text-holder-inner {
    padding: 0 4% 0 16%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-text-holder-inner {
    padding: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-text-holder-inner {
    padding: 0 40px 0 40px;
  }
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-title {
  position: relative;
  padding: 0 0 0 6px;
  margin: 0;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-title
  .qodef-title {
  padding: 0 45% 0 0;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-title
  .qodef-text {
  padding: 0 28% 0 0;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-title
  > .qodef-shortcode {
  padding: 0 20% 0 0;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-item-title
  .qodef-item-title-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-bold-title {
  display: block;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-regular-title {
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.qodef-animated-switch-slider
  .qodef-content-holder
  .qodef-item-text-holder
  .qodef-description-holder {
  margin: 10px 0 40px;
}
.qodef-animated-switch-slider .qodef-item-overlay {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  z-index: 60;
}
.qodef-animated-switch-slider .qodef-slide-dark-skin .qodef-subtitle,
.qodef-animated-switch-slider .qodef-slide-dark-skin .qodef-text,
.qodef-animated-switch-slider .qodef-slide-dark-skin .qodef-title {
  color: #000 !important;
}
.qodef-animated-switch-slider
  .qodef-slide-dark-skin
  .qodef-contact-link
  .qodef-contact-text {
  color: #000 !important;
}
.qodef-animated-switch-slider
  .qodef-slide-dark-skin
  .qodef-contact-link
  .qodef-contact-text:after {
  background-color: #fff !important;
}
.qodef-animated-switch-slider .qodef-slide-light-skin .qodef-subtitle,
.qodef-animated-switch-slider .qodef-slide-light-skin .qodef-text,
.qodef-animated-switch-slider .qodef-slide-light-skin .qodef-title {
  color: #fff !important;
}
.qodef-animated-switch-slider
  .qodef-slide-light-skin
  .qodef-contact-link
  .qodef-contact-text {
  color: #fff !important;
}
.qodef-animated-switch-slider
  .qodef-slide-light-skin
  .qodef-contact-link
  .qodef-contact-text:after {
  background-color: #000 !important;
}
.qodef-animated-switch-slider
  .qodef-btn-holder.qodef-btn-light
  .qodef-layout--filled.qodef-html--link {
  color: #000;
  background-color: #fff;
}
.qodef-animated-switch-slider
  .qodef-btn-holder.qodef-btn-dark
  .qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #000;
}
.qodef-animated-switch-slider .qodef-item-background-text {
  display: block !important;
  position: absolute;
  left: 0;
  bottom: -11.45vh;
  width: 100%;
  opacity: 0;
  z-index: 95;
}
.qodef-animated-switch-slider
  .qodef-item-background-text
  .qodef-background-text-holder {
  font-family: Roboto, sans-serif;
  font-size: 17.83vw;
  letter-spacing: -0.02em;
  text-indent: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d4;
}
.qodef-animated-switch-slider
  .qodef-item-background-text
  .qodef-background-text-holder
  .qodef-split-text-outer
  .qodef-split-text-left-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.qodef-animated-switch-slider
  .qodef-item-background-text
  .qodef-background-text-holder
  .qodef-split-text-outer
  .qodef-split-text-left {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.3s;
}
.qodef-animated-switch-slider
  .qodef-item-background-text
  .qodef-background-text-holder
  .qodef-split-text-outer
  .qodef-split-text-left
  .qodef-letter {
  display: inline-block;
  opacity: 0;
}
.qodef-animated-switch-slider .qodef-background-images-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-animated-switch-slider
  .qodef-background-images-holder
  .qodef-item-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qodef-animated-switch-slider .qodef-switch-slide {
  pointer-events: none;
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-btn-holder,
.qodef-animated-switch-slider .qodef-switch-slide .qodef-description-holder,
.qodef-animated-switch-slider .qodef-switch-slide .qodef-item-title-holder {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-subtitle {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 23px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-subtitle:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-right: 20px;
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-text-top .qodef-title {
  margin: 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider
    .qodef-switch-slide
    .qodef-text-top
    .qodef-title {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider
    .qodef-switch-slide
    .qodef-text-top
    .qodef-title {
    font-size: 8vw;
    padding: 0 35% 0 0 !important;
  }
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-text-top .qodef-text {
  margin: 16px 0 0;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-btn-holder {
  margin: 41px 0 0;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-contact-link {
  display: block;
  margin-top: 20px;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-contact-link
  .qodef-contact-text {
  position: relative;
  display: inline;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.028em;
  z-index: 5;
  backface-visibility: hidden;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-contact-link
  .qodef-contact-text:after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 12px;
  background-color: #f8bc26;
  left: -4px;
  width: calc(100% + 9px);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: scaleX(1);
  transform-origin: 0 0;
}
.qodef-animated-switch-slider
  .qodef-switch-slide
  .qodef-text-top
  .qodef-contact-link:hover
  .qodef-contact-text:after {
  transform: scaleX(0);
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-item-text-left {
  transform: translate3d(120%, 0, 0);
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-item-btn,
.qodef-animated-switch-slider .qodef-switch-slide .qodef-item-title {
  transform: translate3d(-120%, 0, 0);
}
.qodef-animated-switch-slider .qodef-switch-slide .qodef-item-overlay {
  width: 0;
}
@keyframes qodefCoverLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-120%, 0, 0);
  }
}
@keyframes qodefCoverRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(120%, 0, 0);
  }
}
@keyframes qodefUncoverLeft {
  0% {
    transform: translate3d(120%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes qodefUncoverRight {
  0% {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes qodefOverlayHide {
  0% {
    width: 50%;
    transform: translate3d(0, 0, 0);
  }
  30%,
  50% {
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
  100% {
    width: 100%;
    transform: translate3d(100vw, 0, 0);
  }
}
@keyframes qodefOverlayShow {
  0% {
    width: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    width: 50%;
    transform: translate3d(0, 0, 0);
  }
}
.qodef-animated-switch-slider .qodef-switch-slide.qodef-active {
  pointer-events: auto;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-active
  .qodef-item-background-text {
  opacity: 1 !important;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-active
  .qodef-split-text-left {
  opacity: 1 !important;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-active
  .qodef-item-overlay {
  animation: qodefOverlayShow 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s forwards;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-active
  .qodef-item-title {
  animation: qodefUncoverRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.3s;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-active
  .qodef-item-description {
  animation: qodefUncoverRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.5s;
}
.qodef-animated-switch-slider .qodef-switch-slide.qodef-active .qodef-item-btn {
  animation: qodefUncoverRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.7s;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-remove
  .qodef-item-overlay {
  animation: qodefOverlayHide 1s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-remove
  .qodef-item-title {
  animation: qodefCoverRight 0.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.qodef-animated-switch-slider
  .qodef-switch-slide.qodef-remove
  .qodef-item-description {
  animation: qodefCoverRight 0.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.qodef-animated-switch-slider .qodef-switch-slide.qodef-remove .qodef-item-btn {
  animation: qodefCoverRight 0.7s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.qodef-animated-switch-slider .qodef-animated-switch-slider-pagination-holder {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  z-index: 96;
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider
    .qodef-animated-switch-slider-pagination-holder {
    width: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-animated-switch-slider
    .qodef-animated-switch-slider-pagination-holder {
    display: none;
  }
}
.qodef-animated-switch-slider .qodef-animated-switch-slider-navigation-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: initial;
  bottom: 30px;
  left: 60px;
  height: auto;
  width: auto;
  z-index: 96;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation {
  color: #000;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  span {
  display: inline-block;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-item-count {
  font-size: 12px;
  font-weight: 500;
  color: currentColor;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-item-count
  .qodef-item-count-total:before {
  content: "/";
  display: inline-block;
  margin-right: 3px;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav {
  display: inline-block;
  cursor: pointer;
  color: currentColor;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav
  svg {
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.61, 0.01, 0.15, 1);
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav.qodef-nav-prev {
  margin-right: 13px;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav.qodef-nav-prev:hover
  svg {
  transform: translateX(-3px);
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav.qodef-nav-next {
  margin-left: 13px;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav.qodef-nav-next:hover
  svg {
  transform: translateX(3px);
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder
  .qodef-animated-switch-slider-navigation
  .qodef-nav
  svg {
  width: 42px;
  fill: currentColor;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder.qodef-light-skin
  .qodef-animated-switch-slider-navigation {
  color: #fff;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-navigation-holder.qodef-dark-skin
  .qodef-animated-switch-slider-navigation {
  color: #000;
}
.qodef-animated-switch-slider .qodef-slider-progress-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  z-index: 96;
}
.qodef-animated-switch-slider
  .qodef-slider-progress-holder
  .qodef-slider-progress {
  width: 0;
  height: 4px;
  background-color: #f8bc26;
  transition: all 0s;
}
.qodef-animated-switch-slider
  .qodef-slider-progress-holder.qodef-animating
  .qodef-slider-progress {
  width: 100%;
  transition: all 3.9s;
}
.qodef-animated-switch-slider .qodef-animated-switch-slider-pagination {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider .qodef-animated-switch-slider-pagination {
    right: 30px;
  }
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination
  .qodef-animated-ss-button {
  display: block;
  height: 7px;
  width: 7px;
  margin: 0 0 12px 0;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
  background-color: #f8bc26;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination
  .qodef-animated-ss-button.qodef-active {
  transform: scale(1.58);
  pointer-events: none;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-light-skin
  .qodef-animated-ss-button:nth-child(3n + 1) {
  background-color: #fff;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-light-skin
  .qodef-animated-ss-button:nth-child(3n + 2) {
  background-color: #fff;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-light-skin
  .qodef-animated-ss-button:nth-child(3n) {
  background-color: #fff;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-dark-skin
  .qodef-animated-ss-button:nth-child(3n + 1) {
  background-color: #000;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-dark-skin
  .qodef-animated-ss-button:nth-child(3n + 2) {
  background-color: #000;
}
.qodef-animated-switch-slider
  .qodef-animated-switch-slider-pagination.qodef-dark-skin
  .qodef-animated-ss-button:nth-child(3n) {
  background-color: #000;
}
.qodef-background-circle-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 250px 0;
}
.qodef-background-circle-text .qodef-text-wrapper {
  display: flex;
  flex-direction: column;
}
.qodef-background-circle-text .qodef-text-wrapper > .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.qodef-background-circle-text .qodef-e-text {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 42px;
  line-height: 1.19em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 680px) {
  .qodef-background-circle-text .qodef-e-text {
    font-size: 37px;
  }
}
.qodef-background-circle-text .qodef-e-follow-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 42px;
  line-height: 1.19em;
  letter-spacing: -0.02em;
  color: #fff;
  background: #f8bc26;
  -webkit-clip-path: circle(var(--r) at var(--x) var(--y));
  clip-path: circle(var(--r) at var(--x) var(--y));
  transition: 0s;
}
@media only screen and (max-width: 680px) {
  .qodef-background-circle-text .qodef-e-follow-text {
    font-size: 37px;
  }
}
.qodef-background-circle-text .qodef-e-follow-text span,
.qodef-background-circle-text .qodef-e-text span {
  display: inline-block;
}
.qodef-background-circle-text .qodef--reset .qodef-e-follow-text,
.qodef-background-circle-text .qodef--start .qodef-e-follow-text {
  transition: -webkit-clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out, -webkit-clip-path 0.4s ease-out;
}
@media only screen and (max-width: 1024px) {
  .qodef-background-circle-text.qodef-text-break--disabled
    .qodef-e-follow-text
    br,
  .qodef-background-circle-text.qodef-text-break--disabled .qodef-e-text br {
    display: none;
  }
}
.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.333em;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: all 0.3s ease-out;
  padding: 20px 37px 18px 39px;
}
.qodef-button.qodef-size--small {
  padding: 15px 32px;
}
.qodef-button.qodef-size--large {
  padding: 24px 42px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #f8bc26;
  border: 1px solid transparent;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: #f1b625;
}
.qodef-button.qodef-layout--outlined {
  color: #f8bc26;
  background-color: transparent;
  border: 2px solid #f8bc26;
}
.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
  background-color: #f8bc26;
  border-color: #f8bc26;
}
.qodef-button.qodef-layout--textual {
  padding: 0 0 10px 0 !important;
  font-size: 12px;
  color: #010101;
  background-color: transparent;
  border: 0;
  position: relative;
  overflow: hidden;
}
.qodef-button.qodef-layout--textual:after,
.qodef-button.qodef-layout--textual:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f8bc26;
}
.qodef-button.qodef-layout--textual:before {
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.qodef-button.qodef-layout--textual:after {
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
.qodef-button.qodef-layout--textual:hover:before {
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
}
.qodef-button.qodef-layout--textual:hover:after {
  transform: translateX(101%);
  transition: transform 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.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-label {
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-label {
  color: #000;
  margin-top: 7px;
}
@media only screen and (max-width: 1024px) {
  .qodef-countdown.qodef-layout--simple .qodef-label {
    margin-bottom: 45px;
  }
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: inherit;
  font-size: 130px;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 80px;
  }
}
.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-digit {
  -webkit-text-stroke: 1px #adaeb1;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
  position: relative;
  display: inline-block;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-mask {
  position: absolute;
  font-size: 170px;
  color: #fff;
  text-shadow: -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc,
    1px 1px 0 #dcdcdc;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qodef-counter.qodef-layout--simple .qodef-m-content,
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
  display: inline-block;
  float: left;
  z-index: 50;
  position: relative;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit-wrapper {
  margin-left: 66px;
  top: -2px;
}
.qodef-counter.qodef-layout--simple .qodef-m-content {
  text-align: left;
  padding-top: 4px;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 500;
  font-size: 61px;
  line-height: 74px;
  letter-spacing: -0.02em;
  color: #000;
  margin-right: 25px;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 4px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-custom-font.qodef-outline-text--yes {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}
.qodef-custom-font.qodef-break-text--yes {
  white-space: normal;
}
.qodef-custom-font.qodef-break-text--no {
  white-space: nowrap;
}
.qodef-custom-font.qodef-has-appear {
  opacity: 0;
}
.qodef-custom-font.qodef-has-appear .qodef-letter {
  display: inline-block;
  opacity: 0;
}
.qodef-custom-font.qodef--appeared {
  opacity: 1;
}
span.qodef-custom-font {
  display: block;
}
@media screen and (min-width: 1280px) and (max-width: 1800px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -15% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 25vw !important;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1800px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -14.4% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 24vw !important;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1800px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -11.6% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 24.8vw !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1800px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -11% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 23.8vw !important;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1800px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -9.6% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 19vw !important;
  }
}
@media screen and (min-width: 2560px) {
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container {
    margin: -7.9% -3% 0 -3% !important;
  }
  .elementor-widget-wrap
    > .qodef-landing-cf-adj.elementor-element
    > .elementor-widget-container
    .qodef-custom-font {
    font-size: 16.4vw !important;
  }
}
.qodef-features-comparison .qodef-e-features-comparison-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .qodef-features-comparison .qodef-e-features-comparison-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.qodef-features-comparison .qodef-e-features-comparison-item:last-child {
  margin-bottom: 0;
}
.qodef-features-comparison
  .qodef-e-features-comparison-item
  .qodef-e-contra-feature,
.qodef-features-comparison .qodef-e-features-comparison-item .qodef-e-feature {
  min-width: 275px;
}
@media only screen and (max-width: 1280px) {
  .qodef-features-comparison
    .qodef-e-features-comparison-item
    .qodef-e-contra-feature,
  .qodef-features-comparison
    .qodef-e-features-comparison-item
    .qodef-e-feature {
    min-width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-features-comparison
    .qodef-e-features-comparison-item
    .qodef-e-contra-feature,
  .qodef-features-comparison
    .qodef-e-features-comparison-item
    .qodef-e-feature {
    min-width: 225px;
  }
}
.qodef-features-comparison .qodef-e-feature-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qodef-features-comparison .qodef-e-feature-text .qodef-e-text {
  margin: 0;
}
.qodef-features-comparison .qodef-e-feature-text .qodef-e-icon {
  font-size: 26px;
  line-height: inherit;
  margin-right: 10px;
}
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block;
}
.qodef-google-map .qodef-m-map img {
  max-width: none;
}
:root {
  --qode-list-item-color: #707070;
  --qode-list-item-hover-color: #f8bc26;
}
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
  color: var(--qode-list-item-color) !important;
  transition: color 0.3s ease-out;
}
.qodef-icon-list-item .qodef-e-title a .qodef-icon {
  transition: color 0.3s ease-out;
}
.qodef-icon-list-item .qodef-e-title a:hover {
  color: var(--qode-list-item-hover-color) !important;
}
.qodef-icon-list-item .qodef-e-title a:hover .qodef-icon {
  color: var(--qode-list-item-hover-color) !important;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 11px;
  float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}
#qodef-page-sidebar .widget.widget_biotellus_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_biotellus_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_biotellus_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text {
  position: relative;
}
.qodef-icon-with-text.qodef-borders--yes .qodef-m-wrapper {
  border: 1px solid transparent;
}
.qodef-icon-with-text.qodef-borders--yes.qodef-border--top .qodef-m-wrapper {
  border-top-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-borders--yes.qodef-border--right .qodef-m-wrapper {
  border-right-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-borders--yes.qodef-border--bottom .qodef-m-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-borders--yes.qodef-border--left .qodef-m-wrapper {
  border-left-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text .qodef-m-wrapper {
  width: 100%;
  padding: 81px 30% 30px 39px;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper:not(.qodef-mask)
  .qodef-m-title {
  color: #000;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper:not(.qodef-mask)
  .qodef-m-title
  a {
  color: currentColor;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper:not(.qodef-mask)
  .qodef-icon-holder {
  color: #000;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper:not(.qodef-mask)
  .qodef-icon-holder
  a {
  color: currentColor;
}
.qodef-icon-with-text.qodef-hover-effect--contrast .qodef-m-wrapper.qodef-mask {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f8bc26;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper.qodef-mask
  * {
  color: #fff !important;
}
.qodef-icon-with-text.qodef-hover-effect--contrast
  .qodef-m-wrapper.qodef-mask
  .qodef-button.qodef-layout--textual:after {
  background-color: #fff;
}
.qodef-icon-with-text.qodef-hover-effect--contrast:hover
  .qodef-m-wrapper.qodef-mask {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper
  .qodef-e-button
  .qodef-button
  .qodef-m-text,
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper
  .qodef-m-text,
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper
  .qodef-m-title {
  color: #fff !important;
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper
  * {
  color: #fff !important;
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper
  .qodef-button.qodef-layout--textual:after {
  background-color: #fff;
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper.qodef-mask
  * {
  color: #000 !important;
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light
  .qodef-m-wrapper.qodef-mask
  .qodef-button.qodef-layout--textual:after {
  background-color: #000;
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--top
  .qodef-m-wrapper {
  border-top-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--right
  .qodef-m-wrapper {
  border-right-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--bottom
  .qodef-m-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text.qodef-hover-effect--contrast.qodef-skin--light.qodef-borders--yes.qodef-border--left
  .qodef-m-wrapper {
  border-left-color: rgba(255, 255, 255, 0.35);
}
.qodef-icon-with-text .qodef-m-title {
  margin: 38px 0 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-e-button {
  margin-top: 17px;
}
.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-icon-holder .qodef-icon {
  font-size: inherit;
}
.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-skin--light
  .qodef-m-wrapper
  .qodef-e-button
  .qodef-button
  .qodef-m-text,
.qodef-icon-with-text.qodef-skin--light .qodef-m-wrapper .qodef-m-text,
.qodef-icon-with-text.qodef-skin--light .qodef-m-wrapper .qodef-m-title {
  color: #fff !important;
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 67px 20% 71px 15.9%;
}
.qodef-icon-with-text.qodef-layout--before-content
  .qodef-m-wrapper
  .qodef-m-title {
  margin: 0;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 34px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--top {
  display: flex;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}
.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;
  font-size: 16px;
}
.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: #f8bc26;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    border-color 0.3s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: #000;
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}
.widget.widget_biotellus_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_biotellus_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_biotellus_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_biotellus_core_icon {
  margin-bottom: 0;
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}
@keyframes qode-move-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text.qodef-img-shadow--yes .qodef-m-image img {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
}
.qodef-image-with-text.qodef-has-appear {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.8s ease-out;
}
.qodef-image-with-text.qodef-has-appear.qodef--appeared {
  opacity: 1;
  transform: translateY(0);
}
.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}
.qodef-image-with-text .qodef-m-image a img {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1);
}
.qodef-image-with-text .qodef-m-image a:hover img {
  transform: translateY(-8px);
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
  margin: 37px 0 0;
  font-size: 17px;
  text-align: center;
}
.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}
.qodef-interactive-banners {
  position: relative;
}
.qodef-interactive-banners.qodef-ib-full-height {
  height: 100vh;
}
.qodef-interactive-banners .qodef-ib-image-holder-responsive {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}
.qodef-interactive-banners .qodef-ib-images-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.7s;
}
.qodef-interactive-banners
  .qodef-ib-images-holder
  .qodef-ib-image-holder.qodef-active {
  opacity: 1;
}
.qodef-interactive-banners .qodef-ib-content-holder {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  z-index: 30;
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-banners .qodef-ib-content-holder {
    display: block;
  }
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  width: 25%;
  transition: background-color 0.7s ease;
  padding: 0 0 56px 40px;
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item:hover:after {
  opacity: 1;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-title
  h4 {
  margin-bottom: 14px;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-btn-holder {
  margin-top: 29px;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-btn-holder
  .qodef-button.qodef-layout--textual {
  color: #fff;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-description {
  letter-spacing: 0;
  margin-bottom: 13px;
  padding-right: 25px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s,
    opacity 0.4s cubic-bezier(0.33, 0.02, 0, 0.93) 0.1s;
}
@media only screen and (min-width: 1025px) {
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-description.qodef-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
    transition: transform 0s 0.2s, opacity 0.2s;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-description {
    display: none;
  }
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-title {
  transition: transform 0.4s cubic-bezier(0.33, 0.02, 0, 0.93);
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-btn-minimal,
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-description,
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-ib-item-title
  h4 {
  color: #fff;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .qodef-btn-minimal {
  border-color: #fff;
}
.qodef-interactive-banners
  .qodef-ib-content-holder
  .qodef-ib-item
  .icon_plus:before {
  color: #fff;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-content-holder
  .qodef-ib-item {
  width: 25%;
  transition-delay: 1s;
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-banners.qodef-ib-five
    .qodef-ib-content-holder
    .qodef-ib-item {
    width: 100%;
  }
}
.qodef-interactive-banners .qodef-ib-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  left: 0;
  box-sizing: border-box;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line:first-child
  .qodef-ib-grid-vertical-line {
  display: none;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line
  .qodef-ib-grid-vertical-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line
  .qodef-ib-grid-vertical-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  background: #f8bc26;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:last-child {
  border-right: none;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(1) {
  left: 0;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(1)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 50ms;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(2) {
  left: 25%;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(2)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.1s;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(3) {
  left: 50%;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(3)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.15s;
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(4) {
  left: 75%;
}
.qodef-interactive-banners
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(4)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.2s;
}
.qodef-interactive-banners.qodef-ib-five .qodef-ib-grid .qodef-ib-grid-line {
  width: 20%;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(1) {
  left: 0;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(1)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 70ms;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(2) {
  left: 20%;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(2)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.14s;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(3) {
  left: 40%;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(3)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.21s;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(4) {
  left: 60%;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(4)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.28s;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(5) {
  left: 80%;
}
.qodef-interactive-banners.qodef-ib-five
  .qodef-ib-grid
  .qodef-ib-grid-line:nth-child(5)
  .qodef-ib-grid-vertical-mask {
  transition-delay: 0.35s;
}
.qodef-interactive-banners.qodef-animating
  .qodef-ib-grid
  .qodef-ib-grid-line
  .qodef-ib-grid-vertical-mask {
  transform: scaleX(1);
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-pricing-table.qodef-status--featured {
  transform: translateY(-25px);
}
.qodef-pricing-table .qodef-m-inner {
  padding: 45px 15px;
  display: inline-block;
}
.qodef-pricing-table .qodef-m-inner .qodef-m-price-holder {
  display: inline-block;
  float: left;
  padding-top: 7px;
  padding-right: 25px;
}
.qodef-pricing-table .qodef-m-inner .qodef-m-content-holder {
  display: inline-block;
  float: left;
  text-align: left;
}
.qodef-pricing-table .qodef-m-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-pricing-table .qodef-m-subtitle p {
  line-height: 28px;
  margin-bottom: 3px;
}
.qodef-pricing-table .qodef-m-title h5 {
  margin-top: 3px;
  margin-bottom: 21px;
}
.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-value {
  color: #fff;
  text-shadow: -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc,
    1px 1px 0 #dcdcdc;
  font-size: 125px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-currency {
  color: #fff;
  text-shadow: -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc,
    1px 1px 0 #dcdcdc;
  font-size: 71px;
  padding-left: 3px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: center;
}
.qodef-pricing-table .qodef-m-content {
  margin: 21px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
  color: #707070;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 36px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #707070;
  display: inline-block;
  bottom: 3px;
  position: relative;
  margin-right: 10px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 42px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qodef-process.qodef-layout--horizontal.qodef-responsive--predefined
    .qodef-grid-inner
    > .qodef-grid-item {
    width: 50% !important;
  }
  .qodef-process.qodef-layout--horizontal.qodef-responsive--predefined
    .qodef-grid-inner
    > .qodef-grid-item:nth-child(3n + 1) {
    clear: inherit !important;
  }
}
.qodef-process.qodef-layout--horizontal .qodef-process-item-holder {
  margin-top: 50px;
}
.qodef-process.qodef-layout--horizontal .qodef-process-content {
  position: relative;
  left: 22%;
  margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .qodef-process.qodef-layout--horizontal .qodef-process-content {
    margin-bottom: 60px;
  }
}
.qodef-process.qodef-layout--horizontal .qodef-m-item-title .qodef-m-title {
  margin: 15px 0;
}
.qodef-process.qodef-layout--horizontal .qodef-process-number {
  position: relative;
  left: 0;
  top: 5px;
  font-size: 170px;
  font-weight: 500;
  color: #fff;
  z-index: -1;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada,
    1px 1px 0 #dadada;
}
.qodef-process.qodef-layout--horizontal .qodef-process-number .qodef-letter {
  display: inline-block;
  opacity: 0;
}
.qodef-process.qodef-layout--vertical
  .qodef-process-item-holder:last-child
  .qodef-process-line {
  display: none;
}
.qodef-process.qodef-layout--vertical
  .qodef-process-item-holder:last-child
  .qodef-process-content {
  margin-bottom: 0;
}
.qodef-process.qodef-layout--vertical .qodef-process-item {
  position: relative;
  display: flex;
}
.qodef-process.qodef-layout--vertical .qodef-process-content {
  display: block;
  width: calc(100% - 120px);
  float: left;
  margin-bottom: 80px;
}
.qodef-process.qodef-layout--vertical .qodef-m-item-title .qodef-m-title {
  margin: 0 0 15px 0;
}
.qodef-process.qodef-layout--vertical .qodef-process-number {
  display: block;
  float: left;
  width: 120px;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  color: #fff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada,
    1px 1px 0 #dadada;
}
.qodef-process.qodef-layout--vertical .qodef-process-line {
  width: 1px;
  display: block;
  background: #dadada;
  height: 80px;
  margin-left: 40px;
  top: 70px;
  position: absolute;
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}
.qodef-progress-bar span.qodef-m-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-progress-bar.qodef--init {
  visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 42px;
  line-height: 1.19em;
  letter-spacing: -0.02em;
  font-size: 38px;
  letter-spacing: -0.028em;
  line-height: 1;
}
@media only screen and (max-width: 680px) {
  .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    font-size: 37px;
  }
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text .precent-sign {
  font-size: 22px;
  position: relative;
  top: -6px;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-text,
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-title {
  text-align: center;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-title {
  margin: 25px 0 0;
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-text {
  margin: 11px 0 0;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -35px;
  right: -4px;
  width: auto;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 8px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating
  .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-section-title.qodef-alignment--center {
  text-align: center;
}
.qodef-section-title.qodef-alignment--left {
  text-align: left;
}
.qodef-section-title.qodef-alignment--right {
  text-align: right;
}
.qodef-section-title .qodef-title-wrapper {
  display: flex;
  flex-direction: column;
}
.qodef-section-title.qodef-subtitle--below .qodef-title-wrapper {
  flex-direction: column-reverse;
}
.qodef-section-title.qodef-subtitle--below
  .qodef-title-wrapper
  .qodef-m-subtitle {
  margin: 27px 0 0;
}
.qodef-section-title.qodef-skin--light .qodef-m-subtitle,
.qodef-section-title.qodef-skin--light .qodef-m-text,
.qodef-section-title.qodef-skin--light .qodef-m-text.qodef-bold-text,
.qodef-section-title.qodef-skin--light .qodef-m-title {
  color: #fff;
}
.qodef-section-title .qodef-m-title {
  margin: 0;
}
.qodef-section-title .qodef-m-subtitle {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 19px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qodef-section-title .qodef-m-subtitle:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-right: 20px;
}
.qodef-section-title.qodef-alignment--center .qodef-m-subtitle {
  justify-content: center;
}
.qodef-section-title.qodef-alignment--right .qodef-m-subtitle {
  justify-content: flex-end;
}
.qodef-section-title.qodef-alignment--right .qodef-m-subtitle:before {
  content: none;
}
.qodef-section-title.qodef-alignment--right .qodef-m-subtitle:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-left: 20px;
}
.qodef-section-title .qodef-m-text {
  margin: 30px 0 0;
}
.qodef-section-title .qodef-m-text.qodef-bold-text {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: 0;
}
.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;
}
#qodef-page-sidebar .widget.widget_biotellus_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_biotellus_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_biotellus_core_separator {
  margin-bottom: 0;
}
.qodef-single-image .qodef-m-image {
  position: relative;
  overflow: hidden;
}
.qodef-single-image .qodef-m-image img {
  display: block;
  transform: scale(1.15);
  transition: transform 3s cubic-bezier(0, 0.55, 0.45, 1);
}
.qodef-single-image.qodef--appeared .qodef-m-image img {
  transform: scale(1);
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-tabs.qodef--init {
  visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 1px 0 0;
  padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  display: block;
  padding: 0 15px 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2.2em;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: #fff;
  background-color: #f8bc26;
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 26px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #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: 32px 0 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content .qodef-charts {
  margin-left: -10px;
}
.qodef-triple-image-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 85px 0 48px 0;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .qodef-triple-image-switch {
    padding: 85px 0 37px 0;
  }
}
.qodef-triple-image-switch:not(.qodef-vertical-text--enabled)
  .qodef-triple-image-switch-holder {
  padding-left: 107px;
}
.qodef-triple-image-switch:not(.qodef-vertical-text--enabled)
  .qodef-triple-image-switch-text-holder {
  padding: 0 10px 22px 87px;
}
@media only screen and (max-width: 1440px) {
  .qodef-triple-image-switch:not(.qodef-vertical-text--enabled)
    .qodef-triple-image-switch-text-holder {
    padding: 0 0 22px 5px;
  }
}
.qodef-triple-image-switch .qodef-triple-image-switch-holder {
  position: relative;
}
.qodef-triple-image-switch .qodef-triple-image-switch-holder .qodef-m-swiper {
  overflow: hidden;
}
.qodef-triple-image-switch .qodef-triple-image-switch-holder .qodef-m-item {
  position: relative;
  padding: 127px 0;
  overflow: hidden;
}
@media only screen and (max-width: 680px) {
  .qodef-triple-image-switch .qodef-triple-image-switch-holder .qodef-m-item {
    padding: 97px 0;
  }
}
.qodef-triple-image-switch .qodef-triple-image-switch-holder .qodef-m-item img {
  position: relative;
  z-index: 5;
}
.qodef-triple-image-switch
  .qodef-triple-image-switch-holder
  .qodef-m-item
  .qodef-item-circle {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 34vw;
  height: 34vw;
  border-radius: 50%;
  background-color: #707070;
  z-index: 1;
}
.qodef-triple-image-switch
  .qodef-triple-image-switch-holder
  .swiper-pagination-bullets {
  bottom: -106px !important;
}
.qodef-triple-image-switch .qodef-m-title {
  margin: 0;
}
.qodef-triple-image-switch .qodef-m-subtitle {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 19px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.qodef-triple-image-switch .qodef-m-subtitle:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-right: 20px;
}
.qodef-triple-image-switch p {
  margin: 0;
}
.qodef-triple-image-switch .qodef-m-text {
  margin: 30px 0 0;
}
.qodef-triple-image-switch .qodef-m-text.qodef-bold-text {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: 0;
}
.qodef-triple-image-switch .qodef-triple-image-switch-text-holder {
  width: 40vw;
  padding: 0 87px 22px 87px;
}
.qodef-triple-image-switch .qodef-triple-image-switch-holder {
  position: relative;
  width: 60vw;
  padding-left: 15px;
}
.qodef-triple-image-switch .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 0 !important;
  display: flex;
  flex-direction: row;
  margin-top: 37px;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 31px;
  height: 31px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  transition: color 0.3s ease, border-color 0.3s ease;
  position: relative;
  border: 1px solid transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  color: #707070;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  left: inherit;
  top: initial;
  background-color: currentColor;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 31px;
  background-color: transparent;
  border-color: #dcdcdc;
}
.qodef-triple-image-switch
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:hover {
  width: 31px;
  background-color: transparent;
  border-color: #dcdcdc;
}
.qodef-triple-image-switch.qodef-vertical-text--enabled
  .qodef-triple-image-switch-vertical-text-holder {
  position: relative;
  width: 12vw;
}
.qodef-triple-image-switch.qodef-vertical-text--enabled
  .qodef-triple-image-switch-vertical-text-holder
  .qodef-m-vertical-text {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 68px;
  line-height: 1.1em;
  letter-spacing: -0.034em;
  line-height: 1;
  font-size: 16.5vw;
  letter-spacing: -0.016em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #dadada;
  -webkit-text-fill-color: transparent;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  position: relative;
  left: -0.45vw;
}
@media only screen and (max-width: 680px) {
  .qodef-triple-image-switch.qodef-vertical-text--enabled
    .qodef-triple-image-switch-vertical-text-holder
    .qodef-m-vertical-text {
    font-size: 60px;
  }
}
.qodef-triple-image-switch.qodef-vertical-text--enabled
  .qodef-triple-image-switch-text-holder {
  width: 34vw;
}
.qodef-triple-image-switch.qodef-vertical-text--enabled
  .qodef-triple-image-switch-holder {
  width: 54vw;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 35px;
  line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  display: inline-block;
  width: 201px;
  height: 201px;
  line-height: 202px;
  background: 0 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 152px;
    height: 152px;
    line-height: 152px;
  }
  .qodef-video-button .qodef-m-play .qodef-m-play-inner svg {
    width: 10px;
  }
}
.qodef-video-button .qodef-m-play .qodef-m-play-icon {
  display: inline-block;
  position: relative;
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  color: #fff;
}
.qodef-video-button .qodef-m-play .qodef-m-play-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8bc26;
  border-radius: 50%;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.qodef-video-button .qodef-m-play .qodef-m-play-icon svg {
  position: relative;
  left: 2px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-icon {
    width: 52px;
    height: 52px;
    line-height: 50px;
  }
}
.qodef-video-button .qodef-m-play:hover .qodef-m-play-icon:after {
  transform: scale(1.25);
}
.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 410px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  text-align: center;
  background-color: #0a0a0a;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area .widget .qodef-icon-list-item a {
  transition: color 0.3s ease-out;
}
#qodef-side-area .widget .qodef-icon-list-item a .qodef-icon {
  transition: color 0.3s ease-out;
}
#qodef-side-area .widget .qodef-icon-list-item a:hover {
  color: #fff !important;
}
#qodef-side-area .widget .qodef-icon-list-item a:hover .qodef-icon {
  color: #fff !important;
}
#qodef-side-area .widget.widget_biotellus_core_blog_list a {
  color: #fff;
}
#qodef-side-area .widget.widget_biotellus_core_blog_list a:hover {
  opacity: 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 .qodef-side-area-shape {
  width: 232px;
  height: 232px;
  background-color: #f8bc26;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  top: -100px;
}
#qodef-side-area .qodef-side-area-shape.qodef-shape-align--left {
  left: -86px;
}
#qodef-side-area .qodef-side-area-shape.qodef-shape-align--right {
  right: -86px;
}
#qodef-side-area-close {
  position: absolute;
  top: 73px;
  right: 60px;
  display: block;
  z-index: 1000;
  color: #fff;
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line {
  background-color: #fff;
  height: 1px;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--3 {
  display: none;
}
#qodef-side-area-close.qodef-source--predefined .qodef-m-dot {
  display: none;
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 22px;
  line-height: 1.273em;
  letter-spacing: 0;
}
.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: 20px;
}
.qodef-social-share li a:hover {
  color: #707070;
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: block;
}
.qodef-social-share.qodef-layout--dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: block;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
  display: block;
  line-height: inherit;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #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: #707070;
  background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(1) {
  bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(2) {
  bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(3) {
  bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(4) {
  bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(5) {
  bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(6) {
  bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(7) {
  bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(1) {
  left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(2) {
  left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(3) {
  left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(4) {
  left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(5) {
  left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(6) {
  left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(7) {
  left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(1) {
  right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(2) {
  right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(3) {
  right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(4) {
  right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(5) {
  right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(6) {
  right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(7) {
  right: 185px;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #f8bc26;
  background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--biotellus .qodef-m-biotellus {
  position: relative;
}
#qodef-page-spinner.qodef-layout--biotellus .qodef-m-biotellus .qodef-m-sun {
  background: #f8bc26;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  animation: qode-sun-pulse 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
#qodef-page-spinner.qodef-layout--biotellus
  .qodef-m-biotellus
  .qodef-m-sun.qodef-m-sun-1 {
  animation-delay: -3s;
}
#qodef-page-spinner.qodef-layout--biotellus
  .qodef-m-biotellus
  .qodef-m-sun.qodef-m-sun-2 {
  animation-delay: -2s;
}
#qodef-page-spinner.qodef-layout--biotellus
  .qodef-m-biotellus
  .qodef-m-sun.qodef-m-sun-3 {
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--biotellus
  .qodef-m-biotellus
  .qodef-m-sun.qodef-m-sun-4 {
  animation-delay: 0s;
}
#qodef-page-spinner.qodef-layout--biotellus
  .qodef-m-biotellus
  .qodef-m-sun-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  line-height: 1.33em;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: "";
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8bc26;
  width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  transition: opacity 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  padding: 40px;
  opacity: 0;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  color: #000;
}
.qodef-sp-holder .qodef-sp-close:hover {
  color: #707070;
}
.qodef-sp-holder .qodef-sp-close svg {
  stroke: currentColor;
  fill: currentColor;
}
.qodef-sp-holder .qodef-sp-content-container {
  background-color: #fafafa;
  background-size: cover;
  padding: 40px;
}
.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 30px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
  margin: 0 0 20px 0;
}
.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 28px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 1px 1px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  overflow: hidden;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
  font-size: 13px;
}
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-out;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
  text-align: center;
}
.qodef-page-title.qodef-alignment--right {
  text-align: right;
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #707070;
  transition: color 0.2s ease-in-out;
}
.qodef-page-title .qodef-breadcrumbs a:hover,
.qodef-page-title .qodef-breadcrumbs a:hover span {
  color: #000;
  transition: color 0.2s ease-in-out;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current {
  color: #000;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 6px 0 7px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: "/";
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 7px;
}
@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard.qodef--custom-font-size
    .qodef-m-title {
    font-size: 50px;
  }
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 2.545em;
  font-weight: 400;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 7px;
  line-height: 1;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 0 !important;
  }
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: currentColor;
  margin-right: 20px;
}
@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard .qodef-m-subtitle br {
    display: none;
  }
}
.qodef-page-title.qodef-title--standard .qodef-m-text {
  font-size: 19px;
  line-height: 34px;
  margin: 4px 0 0;
}
@media only screen and (max-width: 680px) {
  .qodef-page-title.qodef-title--standard .qodef-m-text {
    display: none;
  }
  .qodef-page-title.qodef-title--standard .qodef-m-text br {
    display: none;
  }
}
.qodef-vertical-text-holder-yes {
  position: relative;
}
.qodef-vertical-text-inner {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 50%;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  transform: rotate(-180deg) translateY(-50%);
  opacity: 0;
}
.qodef-vertical-text-inner.qodef--appeared {
  opacity: 1;
}
.qodef-vertical-text-inner p {
  font-size: 16.5vw;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada,
    1px 1px 0 #dadada;
  white-space: nowrap;
}
.qodef-vertical-text-inner .qodef-letter {
  display: inline-block;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .qodef-vertical-text-inner {
    display: none;
  }
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 21px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.qodef-social-icons-group .qodef-icon-holder {
  margin-right: 15px;
}
.qodef-social-icons-group .qodef-icon-holder a {
  transition: color 0.3s ease-out;
}
.qodef-social-icons-group .qodef-icon-holder:last-child {
  margin-right: 0;
}
.widget.widget_biotellus_core_social_icons_group {
  margin: 0 0 28px;
}
.widget.widget_biotellus_core_social_icons_group .qodef-widget-title {
  margin: 0 0 18px;
}
#qodef-top-area .widget.widget_biotellus_core_social_icons_group {
  margin: 0 0 28px;
}
#qodef-top-area
  .widget.widget_biotellus_core_social_icons_group
  .qodef-widget-title {
  margin: 0 0 18px;
}
#qodef-page-footer .widget.widget_biotellus_core_social_icons_group {
  margin: 0 0 28px;
}
#qodef-page-footer
  .widget.widget_biotellus_core_social_icons_group
  .qodef-widget-title {
  margin: 0 0 18px;
}
#qodef-side-area .widget.widget_biotellus_core_social_icons_group {
  margin: 0 0 28px;
}
#qodef-side-area
  .widget.widget_biotellus_core_social_icons_group
  .qodef-widget-title {
  margin: 0 0 18px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_biotellus_core_social_icons_group {
  margin: 0 0 28px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_biotellus_core_social_icons_group
  .qodef-widget-title {
  margin: 0 0 18px;
}
.widget_biotellus_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.qodef-working-hours-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-working-hours-list .qodef-working-hours-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
}
.qodef-working-hours-list .qodef-e-day {
  position: relative;
  margin: 0;
}
.qodef-working-hours-list .qodef-e-day-icon {
  position: absolute;
  top: -2px;
  right: -8px;
  font-size: 8px;
  color: #f8bc26;
}
.qodef-working-hours-list .qodef-e-line {
  flex-grow: 1;
  margin: 0 10px;
  border-bottom: 1px solid #bfb8b6;
  opacity: 0.5;
}
.qodef-working-hours-list .qodef-e-time {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: italic;
}
.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: #f8bc26;
}
.qodef-working-hours-list .qodef-m-footer {
  position: relative;
  top: 3px;
  font-size: 14px;
  color: #817c7b;
}
.qodef-working-hours-list .qodef-m-footer-icon {
  position: relative;
  top: -5px;
  right: 0;
  font-size: 8px;
  color: #f8bc26;
}
@media only screen and (max-width: 680px) {
  #qodef-age-verification-modal .qodef-m-content {
    min-width: auto;
  }
  #qodef-age-verification-modal .qodef-m-content-note {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-outer,
  .qodef-header--vertical footer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-listing-profile-searches .qodef-m-content-row,
  .qodef-listing-profile-searches .qodef-m-heading {
    flex-wrap: wrap;
  }
  .qodef-listing-profile-searches .qodef-m-content-row > *,
  .qodef-listing-profile-searches .qodef-m-heading > * {
    width: 33.33333333333333%;
  }
  .qodef-listing-profile-searches .qodef-m-content-row > * {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-listing-profile-searches .qodef-m-content-row > *,
  .qodef-listing-profile-searches .qodef-m-heading > * {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-listing-profile-my-listings .qodef-m-item {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  .qodef-listing-profile-my-listings .qodef-m-buttons {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-listing-profile-my-listings .qodef-m-buttons {
    white-space: inherit;
  }
  .qodef-listing-profile-my-listings .qodef-m-buttons a {
    padding: 15px 32px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-listing-profile-my-packages .qodef-m-content-row,
  .qodef-listing-profile-my-packages .qodef-m-heading {
    flex-wrap: wrap;
  }
  .qodef-listing-profile-my-packages .qodef-m-content-row > *,
  .qodef-listing-profile-my-packages .qodef-m-heading > * {
    width: 25%;
  }
  .qodef-listing-profile-my-packages .qodef-m-content-row > * {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-listing-profile-my-packages .qodef-m-content-row > *,
  .qodef-listing-profile-my-packages .qodef-m-heading > * {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-listing-profile-reported-items
    .qodef-m-reported-item
    .qodef-m-messages {
    flex-wrap: wrap;
  }
  .qodef-listing-profile-reported-items
    .qodef-m-reported-item
    .qodef-m-messages
    > * {
    margin-bottom: 38px;
  }
  .qodef-listing-profile-reported-items
    .qodef-m-reported-item
    .qodef-m-messages
    > :last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-listing-profile-reported-items
    .qodef-m-reported-item
    .qodef-m-buttons
    a:first-child {
    margin: 0 0 18px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -70px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -35px;
  }
  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 35px;
    margin: 0 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--images-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--slider-big .swiper-button-next,
  .qodef-portfolio-single.qodef-layout--slider-big .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-media {
    margin: 0 0 50px;
  }
  .qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-next,
  .qodef-portfolio-single.qodef-layout--slider-small .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider .qodef-content-holder .qodef-item-text-holder {
    width: 100vw;
  }
}
@media screen and (max-width: 1680px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 17% 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-title {
    padding: 0 39% 0 0;
  }
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 15% 0 0;
  }
}
@media screen and (max-width: 1368px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-title {
    padding: 0 36% 0 0;
  }
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 12% 0 0;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-title {
    padding: 0 36% 0 0;
  }
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 12% 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-title {
    padding: 0 32% 0 0;
  }
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 7% 0 0;
  }
}
@media screen and (min-width: 1268px) and (max-width: 1440px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-text-holder-inner
    .qodef-text-top {
    top: -35px;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-title {
    padding: 0 27% 0 0;
  }
  .qodef-animated-switch-slider
    .qodef-content-holder
    .qodef-item-text-holder
    .qodef-item-title
    .qodef-text {
    padding: 0 3% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-animated-switch-slider
    .qodef-animated-switch-slider-navigation-holder {
    left: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider .qodef-background-images-holder {
    display: none;
  }
}
@media screen and (max-width: 1680px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -13vh;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -11vh;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -13vh;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -11vh;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -8vh;
  }
  .qodef-animated-switch-slider
    .qodef-item-background-text
    .qodef-background-text-holder {
    text-indent: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -4vh;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider .qodef-item-background-text {
    bottom: -3vh;
  }
  .qodef-animated-switch-slider
    .qodef-item-background-text
    .qodef-background-text-holder {
    text-indent: -5px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-animated-switch-slider .qodef-slider-progress-holder {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .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%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 50%;
  }
}
.qodef-icon-with-text {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--1024
    .qodef-m-wrapper {
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--768
    .qodef-m-wrapper {
    border: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-icon-with-text.qodef-borders--yes.qodef-hide-borders--680
    .qodef-m-wrapper {
    border: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-banners.qodef-ib-full-height {
    height: auto;
  }
  .qodef-interactive-banners.qodef-ib-fixed-height {
    height: auto !important;
  }
  .qodef-interactive-banners .qodef-ib-images-holder {
    display: none;
  }
  .qodef-interactive-banners .qodef-ib-grid {
    display: none;
  }
  .qodef-interactive-banners .qodef-ib-content-holder {
    display: block;
    position: relative;
    height: auto;
  }
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-image-holder-responsive {
    display: block;
    height: 80vh;
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
    display: block;
    width: 100%;
    height: 80vh;
    padding: 0;
  }
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-inner {
    position: absolute;
    left: 48px;
    bottom: 28px;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-inner {
    left: 53.76px;
    bottom: 53.76px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-inner {
    left: 33.75px;
    bottom: 33.75px;
  }
  .qodef-interactive-banners
    .qodef-ib-content-holder
    .qodef-ib-item
    .qodef-ib-item-btn-holder {
    margin-top: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-content {
    margin-top: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-triple-image-switch .qodef-triple-image-switch-text-holder {
    padding: 0 0 22px 5px;
    width: 42vw;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-holder {
    width: 58vw;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-triple-image-switch .qodef-triple-image-switch-vertical-text-holder {
    display: none;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-text-holder {
    width: 40vw !important;
    padding: 0 14px 22px 24px;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-holder {
    width: 60vw !important;
  }
  .qodef-triple-image-switch:not(.qodef-vertical-text--enabled)
    .qodef-triple-image-switch-holder {
    padding-left: 54px !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-triple-image-switch {
    flex-direction: column;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-text-holder {
    width: 100% !important;
    padding: 0 7% 22px 5px !important;
  }
  .qodef-triple-image-switch
    .qodef-triple-image-switch-text-holder
    .qodef-m-title {
    padding-right: 100px;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-holder {
    width: 100% !important;
  }
  .qodef-triple-image-switch
    .qodef-triple-image-switch-holder
    .qodef-m-item
    .qodef-item-circle {
    width: 61.85vw;
    height: 61.85vw;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-triple-image-switch .qodef-triple-image-switch-text-holder {
    padding: 0 9%;
  }
  .qodef-triple-image-switch
    .qodef-triple-image-switch-text-holder
    .qodef-m-title {
    padding-right: 0;
  }
  .qodef-triple-image-switch .qodef-triple-image-switch-holder {
    width: 100% !important;
  }
  .qodef-triple-image-switch
    .qodef-triple-image-switch-holder
    .qodef-m-item
    .qodef-item-circle {
    right: -80px;
  }
  .qodef-triple-image-switch:not(.qodef-vertical-text--enabled)
    .qodef-triple-image-switch-holder {
    padding-left: 18px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-icons-group {
    justify-content: flex-start;
  }
}
