@charset "UTF-8";

.reina-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

section.qodef-background-svg-section {
  overflow: hidden;
}

section .qodef-row-background-image {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -1;
}

section .qodef-row-background-image img {
  display: block;
}

section .qodef-row-background-svg {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

section .qodef-row-background-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-parallax-image .elementor-image {
  transform: translateY(-120px);
}

.qodef-draw-svg-custom-delay-1 svg path,
.qodef-draw-svg-custom-delay-2 svg path {
  stroke-dashoffset: 1900;
  stroke-dasharray: 1900;
  animation-duration: 2s !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-back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 25px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

#qodef-back-to-top .qodef-back-to-top-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #85a3b3;
  border: 1px solid #85a3b3;
  border-radius: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  will-change: transform;
  transform: scale(1);
  z-index: -1;
}

#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}

#qodef-back-to-top:hover .qodef-back-to-top-icon:before {
  transform: scale(1.15);
}

#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--minimal
  article
  .qodef-e-info.qodef-info--bottom {
  margin-top: 5px;
}

.qodef-blog.qodef-item-layout--related-posts .qodef-blog-item .qodef-e-media {
  margin-bottom: 27px;
}

.qodef-blog.qodef-item-layout--related-posts
  .qodef-blog-item
  .qodef-e-info.qodef-info--top {
  margin-bottom: 5px;
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-inner {
  display: flex;
  align-items: flex-start;
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-media-image {
  flex-shrink: 0;
  width: 113px !important;
  margin: 0 20px 0 0;
}

.qodef-blog.qodef-item-layout--simple .qodef-blog-item .qodef-e-content {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.qodef-blog.qodef-item-layout--simple
  .qodef-blog-item
  .qodef-e-info.qodef-info--bottom {
  margin-top: 4px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child)
  .qodef-e-info.qodef-info--bottom {
  margin-bottom: 54px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-link
  .qodef-e-link {
  margin-bottom: 60px;
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1
  article:not(:last-child).format-quote
  .qodef-e-quote {
  margin-bottom: 60px;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  .qodef-e-media-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7efe8;
  z-index: -1;
  transform: translateX(0) translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
  .qodef-e-inner:hover
  .qodef-e-media-image:before {
  transform: translateX(-12px) translateY(-12px);
}

.qodef-blog.qodef-item-layout--standard.qodef-gutter--normal.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-grid-item {
  margin-bottom: 74px;
}

.qodef-blog.qodef-item-layout--standard .qodef-blog-item {
  margin: 0 0 25px 0;
}

body[class*="qodef-blog"] #qodef-page-inner {
  padding: 36px 0 120px 0;
}

body[class*="qodef-blog"] #qodef-media {
  background-size: cover;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-media-video {
  height: 100%;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-media-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 870px !important;
}

@media only screen and (max-width: 1024px) {
  body[class*="qodef-blog"] #qodef-media .qodef-e-content {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  body[class*="qodef-blog"] #qodef-media .qodef-e-content {
    max-width: 960px !important;
  }
}

@media only screen and (max-width: 1024px) {
  body[class*="qodef-blog"] #qodef-media .qodef-e-content {
    max-width: 768px !important;
  }
}

@media only screen and (max-width: 800px) {
  body[class*="qodef-blog"] #qodef-media .qodef-e-content {
    max-width: 86% !important;
  }
}

@media only screen and (max-width: 480px) {
  body[class*="qodef-blog"] #qodef-media .qodef-e-content {
    max-width: 82% !important;
  }
}

body[class*="qodef-blog"] #qodef-media .qodef-e-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-info .qodef-e-info-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 19px 0 0;
  color: #85a3b3;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-info .qodef-e-info-item a {
  color: inherit;
}

body[class*="qodef-blog"]
  #qodef-media
  .qodef-e-info
  .qodef-e-info-item
  a:hover {
  color: #405861;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-info .qodef-e-info-item:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 7px;
}

body[class*="qodef-blog"]
  #qodef-media
  .qodef-e-info
  .qodef-e-info-item:last-child {
  padding-right: 0;
}

body[class*="qodef-blog"]
  #qodef-media
  .qodef-e-info
  .qodef-e-info-item:last-child:after {
  content: "";
}

body[class*="qodef-blog"] #qodef-media .qodef-e-title {
  margin: 0;
  text-align: center;
}

body[class*="qodef-blog"] #qodef-media.qodef-skin--dark .qodef-e-tagline {
  color: #85a3b3 !important;
}

body[class*="qodef-blog"] #qodef-media.qodef-skin--dark .qodef-e-title {
  color: #405861 !important;
}

.qodef-blog--compact #qodef-media .qodef-e-content {
  padding: 52px 0 69px 0;
}

.qodef-blog--compact .qodef-author-info .qodef-m-content {
  margin-right: 10%;
}

.qodef-blog--compact .qodef--single {
  display: block;
  margin: 0 auto;
  width: 870px !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-blog--compact .qodef--single {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-blog--compact .qodef--single {
    max-width: 960px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-blog--compact .qodef--single {
    max-width: 768px !important;
  }
}

@media only screen and (max-width: 800px) {
  .qodef-blog--compact .qodef--single {
    max-width: 86% !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog--compact .qodef--single {
    max-width: 82% !important;
  }
}

#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 43px;
  padding: 45px 37px;
  background-color: #f8f6f4;
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
}

#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 30px;
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
}

#qodef-author-info .qodef-m-author {
  margin: 0;
}

#qodef-author-info .qodef-m-email {
  margin: 3px 0 0;
}

#qodef-author-info .qodef-m-description {
  margin: 14px 0 0;
}

#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px;
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}

#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 80px;
  padding-top: 65px;
  border-top: 1px solid #d1d1d1;
}

#qodef-related-posts .qodef-related-posts-title {
  margin: 0 0 22px;
}

#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 75px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}

#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
}

#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}

#qodef-single-post-navigation .qodef-m-nav:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
}

#qodef-single-post-navigation .qodef-m-nav:hover {
  color: #405861;
}

#qodef-single-post-navigation .qodef-m-nav:hover:before {
  transform: scaleX(1);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}

.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

#qodef-page-footer-bottom-area .qodef-grid .qodef-grid-item {
  margin-bottom: 0;
}

#qodef-page-footer-bottom-area .qodef-grid.qodef-col-num--1 {
  text-align: center;
}

#qodef-page-footer-bottom-area .qodef-grid .widget {
  margin: 0;
}

#qodef-footer-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  #qodef-footer-image {
    display: none;
  }
}

#qodef-footer-image svg {
  display: block;
  stroke: inherit;
  fill: inherit;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#qodef-footer-newsletter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 62px 0 56px;
  background-color: #f7f5f3;
  z-index: 99;
}

#qodef-footer-newsletter:after {
  content: "";
  position: absolute;
  left: calc(50% - 150px);
  bottom: 0;
  width: 300px;
  height: 1px;
  background-color: #d1d1d1;
}

#qodef-footer-newsletter h5 {
  text-align: center;
  color: #415962;
  margin: 0 0 17px;
}

#qodef-footer-newsletter .wpcf7 {
  position: relative;
  display: block;
  margin: 0 auto;
  /* max-width: 524px; */
}

#qodef-footer-newsletter .qodef-newsletter-title {
  margin: 0 0 17px;
  text-align: center;
}

#qodef-footer-newsletter .qodef-newsletter-form {
  display: flex;
}

#qodef-footer-newsletter .qodef-newsletter-form .wpcf7-form-control-wrap {
  width: 100%;
  margin-right: 15px;
}

#qodef-footer-newsletter .qodef-newsletter-form input {
  margin: 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #818181;
}

#qodef-footer-newsletter .qodef-newsletter-form .qodef-button {
  max-height: 52px;
  flex-shrink: 0;
  padding: 6px 46px;
  white-space: nowrap;
}

#qodef-footer-newsletter .qodef-newsletter-form .ajax-loader {
  display: none;
}

#qodef-footer-newsletter > * {
  position: relative;
  z-index: 101;
}

@media only screen and (max-width: 680px) {
  #qodef-footer-newsletter:after {
    left: 9%;
    width: 82%;
  }

  #qodef-footer-newsletter .qodef-newsletter-title {
    text-align: inherit;
  }

  #qodef-footer-newsletter .qodef-newsletter-form {
    flex-direction: column;
  }

  #qodef-footer-newsletter .qodef-newsletter-form .qodef-button {
    padding: 6px 19px;
    width: 177px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.qodef-footer--dark #qodef-footer-newsletter {
  background-color: #2d2c2c;
}

.qodef-footer--dark #qodef-footer-newsletter:after {
  background-color: #424242;
}

.qodef-footer--dark #qodef-footer-newsletter h5 {
  color: #fff;
}

.qodef-footer--dark #qodef-footer-newsletter .qodef-newsletter-form input {
  background-color: #424242;
  border-color: transparent;
}

.qodef-footer--dark #qodef-footer-newsletter input[type="email"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="number"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="password"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="search"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="tel"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="text"]:focus,
.qodef-footer--dark #qodef-footer-newsletter input[type="url"]:focus,
.qodef-footer--dark #qodef-footer-newsletter textarea:focus {
  color: #fff;
}

#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242121;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  backface-visibility: hidden;
}

#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #qodef-fullscreen-area .qodef-content-grid {
    width: 800px;
  }
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in 0.25s linear both;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li {
  opacity: 1;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(1) {
  transition-delay: 0.2s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(2) {
  transition-delay: 0.3s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(3) {
  transition-delay: 0.4s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(4) {
  transition-delay: 0.5s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(5) {
  transition-delay: 0.6s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(6) {
  transition-delay: 0.7s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(7) {
  transition-delay: 0.8s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(8) {
  transition-delay: 0.9s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(9) {
  transition-delay: 1s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(10) {
  transition-delay: 1.1s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(11) {
  transition-delay: 1.2s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(12) {
  transition-delay: 1.3s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(13) {
  transition-delay: 1.4s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(14) {
  transition-delay: 1.5s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(15) {
  transition-delay: 1.6s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(16) {
  transition-delay: 1.7s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(17) {
  transition-delay: 1.8s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(18) {
  transition-delay: 1.9s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(19) {
  transition-delay: 2s;
}

.qodef-fullscreen-menu-animate--in
  #qodef-fullscreen-area
  .qodef-fullscreen-menu
  > ul
  > li:nth-child(20) {
  transition-delay: 2.1s;
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out 0.25s linear forwards;
}

#qodef-fullscreen-area #qodef-fullscreen-area-icon {
  position: absolute;
  width: 30%;
  bottom: 120px;
  right: 81px;
}

@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  #qodef-fullscreen-area #qodef-fullscreen-area-icon {
    bottom: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-fullscreen-area #qodef-fullscreen-area-icon {
    right: 5%;
    bottom: 20px;
  }
}

#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}

.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}

.qodef-fullscreen-menu > ul > li {
  opacity: 0;
  transition: opacity 0.9s ease-out;
}

.qodef-fullscreen-menu > ul > li > a {
  color: #fff;
  font-size: 55px;
  font-family: "Cormorant Garamond", serif;
  line-height: 75px;
  font-style: normal;
  letter-spacing: -0.003em;
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 25px;
    line-height: 35px;
  }
}

.qodef-fullscreen-menu > ul > li > a:hover {
  color: #85a3b3;
}

.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: #85a3b3;
}

.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu
    .qodef-drop-down-second-inner
    > ul
    > li:first-child
    > a {
    margin-top: 12px;
  }

  .qodef-fullscreen-menu
    .qodef-drop-down-second-inner
    > ul
    > li:last-child
    > a {
    margin-bottom: 12px;
  }
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 20px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  overflow: hidden;
  transition: color 0.2s ease-out;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  z-index: 1;
  padding-left: 3px;
}

.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
  left: 0;
  transform-origin: left;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #405861;
  color: #fff;
}

.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a:hover
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.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: #405861;
  color: #fff;
}

.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-fullscreen-menu-animate--in .qodef-opener-icon .qodef-m-icon {
  visibility: hidden;
}

.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:hover {
  color: #85a3b3;
}

.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;
  left: -10px;
}

.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-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: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--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: #405861 !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: #405861 !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: #405861 !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: #405861 !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%);
  will-change: transform;
}

#qodef-page-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}

#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}

#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}

#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--dark {
  opacity: 1;
}

.qodef-header--centered #qodef-page-header {
  height: 150px;
}

.qodef-header--centered #qodef-page-header-inner {
  flex-direction: column;
  justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner.qodef-content-grid > div {
  width: 100%;
}

.qodef-header--centered
  #qodef-page-header-inner.qodef-content-grid
  > div
  .qodef-header-navigation
  > ul {
  justify-content: center;
}

.qodef-header--centered
  #qodef-page-header-inner.qodef-content-grid
  > div
  .qodef--one {
  margin-right: 0;
  margin-left: auto;
}

.qodef-header--centered
  #qodef-page-header-inner.qodef-content-grid
  > div
  .qodef--two {
  margin-right: auto;
}

.qodef-header--centered #qodef-page-header-inner > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.qodef-header--centered #qodef-page-header-inner > div .qodef-widget-holder {
  margin-left: 0;
}

.qodef-header--centered
  #qodef-page-header-inner
  > div
  .qodef-header-navigation {
  margin: 0 24px;
}

.qodef-header--divided #qodef-page-header .qodef-divided-header-left-wrapper,
.qodef-header--divided #qodef-page-header .qodef-divided-header-right-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}

.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper
  .qodef-header-navigation:only-child {
  margin-left: auto;
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}

.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 24px;
}

.qodef-header--divided #qodef-page-header .qodef-widget-holder {
  margin-left: 0;
}

.qodef-header--divided #qodef-page-header-inner {
  align-items: stretch;
  justify-content: center;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
}

.qodef-header-standard--right
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.qodef-header-standard--center
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 24px;
}

.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-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}

.qodef-header-standard--right
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start;
}

.qodef-header-standard--left
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin-left: 20px;
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}

#qodef-top-area {
  position: relative;
  font-size: 13px;
  background-color: rgba(82, 82, 82, 0.1);
  z-index: 101;
}

#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}

#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}

#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

#qodef-top-area .qodef-widget-holder.qodef-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 5px;
}

#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 .qodef-widget-title {
  margin: 0 12px 0 0;
}

#qodef-top-area .widget a {
  color: #405861;
}

#qodef-top-area .widget a:hover {
  color: #85a3b3;
}

#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
  color: #405861;
}

#qodef-top-area .widget .textwidget p {
  font-size: 14px;
}

#qodef-top-area .widget.widget_reina_core_social_icons_group {
  display: flex;
  align-items: center;
}

#qodef-top-area .widget_reina_core_icon_list_item .qodef-icon-list-item {
  margin-right: 20px;
}

#qodef-top-area
  .widget_reina_core_icon_list_item:last-child
  .qodef-icon-list-item {
  margin-right: 0;
}

#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}

#qodef-top-area #qodef-top-area-inner.qodef-skin--light .textwidget > *,
#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget a,
#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget p {
  color: #818181;
}

#qodef-top-area #qodef-top-area-inner.qodef-skin--light .widget a:hover {
  color: #fff;
}

#qodef-top-area #qodef-top-area-inner.qodef-skin--dark .textwidget > *,
#qodef-top-area #qodef-top-area-inner.qodef-skin--dark .widget a,
#qodef-top-area #qodef-top-area-inner.qodef-skin--dark .widget p {
  color: #818181;
}

#qodef-top-area #qodef-top-area-inner.qodef-skin--dark .widget a:hover {
  color: #405861;
}

#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: #85a3b3;
  background-color: #f8f6f4;
}

.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 #d1d1d1;
  border-radius: 4px;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.03);
  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 #d1d1d1;
  border-left: 1px solid #d1d1d1;
  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: "Open Sans", 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: #85a3b3;
}

.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: #405861;
}

.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 #d1d1d1;
  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: #85a3b3;
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: #85a3b3;
  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: #405861;
}

#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon {
  visibility: hidden;
}

#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform 0.3s ease, top 0.3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}

#qodef-page-mobile-header-inner.qodef-content-grid {
  padding: 0;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}

.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-mobile-header-navigation
  ul
  li.menu-item-has-children
  > .qodef-menu-arrow {
  position: absolute;
  top: -3px;
  right: -3px;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  color: #405861;
  pointer-events: none;
}

.qodef-mobile-header-navigation
  ul
  li.menu-item-has-children
  > .qodef-menu-arrow:after {
  color: inherit;
  display: block;
  line-height: inherit;
  content: "";
  font-family: Ionicons;
  font-style: normal;
  text-align: center;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.qodef-mobile-header-navigation
  ul
  li.menu-item-has-children.qodef--opened
  > .qodef-menu-arrow:after {
  transform: rotate(90deg);
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-mobile-header-logo-link {
  margin-right: auto;
}

.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon {
  margin-left: 20px;
}

.qodef-fullscreen-menu--opened {
  overflow-y: hidden;
}

.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--light {
  opacity: 1;
}

.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--main {
  opacity: 0;
}

.qodef-mobile-header--side-area
  #qodef-page-mobile-header-inner
  .qodef-side-area-mobile-header-opener {
  margin-left: 20px;
}

#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 60px;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

#qodef-side-area-mobile-header .qodef-m-close {
  position: absolute;
  top: 26px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}

#qodef-side-area-mobile-header
  .qodef-m-close.qodef-source--predefined
  .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}

#qodef-side-area-mobile-header
  .qodef-m-close.qodef-source--predefined
  .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second {
  display: none;
  transform: translateZ(0);
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
}

#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
  color: #405861;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 17px 0;
  overflow: hidden;
  transition: color 0.2s ease-out;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  z-index: 1;
  padding-left: 3px;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
  left: 0;
  transform-origin: left;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  color: #405861;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a {
  color: #405861;
}

#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

#qodef-side-area-mobile-header .qodef-widget-holder {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: calc(100% - 2 * 60px);
  height: auto;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}

.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}

#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

.qodef-mobile-header--standard
  #qodef-page-mobile-header-inner
  .qodef-mobile-header-logo-link {
  margin-right: auto;
}

.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}

.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: -32px;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.2s ease-out;
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: -32px;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner
  > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-mega-menu-widget-holder {
  display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.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: 26px 0 15px;
  margin: 0 -15px !important;
}

.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: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
  position: relative;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text {
  position: relative;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover {
  color: #405861;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul {
  padding-top: 5px;
}

.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: 17px 0;
  overflow: hidden;
  transition: color 0.2s ease-out;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #818181;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text {
  position: relative;
  z-index: 1;
  padding-left: 3px;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
  left: 0;
  transform-origin: left;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a {
  color: #405861;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a {
  color: #405861;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text:before {
  transform: scaleX(1);
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a
  .qodef-menu-item-text {
  position: relative;
}

.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a
  .qodef-menu-item-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 20px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
}

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
  span:hover
  .qodef-custom-side-area-opener
  polygon {
  animation: 1s qode-menu-opener cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-side-area-opener
  polygon:nth-of-type(1) {
  animation-delay: 0s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-side-area-opener
  polygon:nth-of-type(2) {
  animation-delay: 0.15s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-side-area-opener
  polygon:nth-of-type(3) {
  animation-delay: 0.3s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-opener
  line {
  animation: 0.8s qode-menu-opener cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-opener
  line:nth-of-type(1) {
  animation-delay: 0s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-opener
  line:nth-of-type(2) {
  animation-delay: 0.15s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-opener
  line:nth-of-type(3) {
  animation-delay: 0.3s;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-side-area-close
  polygon:nth-of-type(1) {
  animation: 0.7s qode-menu-close-line-1 cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-side-area-close
  polygon:nth-of-type(2) {
  animation: 0.7s qode-menu-close-line-1 0.15s cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-close
  line:nth-of-type(1) {
  animation: 0.7s qode-menu-close-line-1 cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  span:hover
  .qodef-custom-menu-close
  line:nth-of-type(2) {
  animation: 0.7s qode-menu-close-line-1 0.15s cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-custom-side-area-opener
  polygon {
  transform-origin: 100% 50%;
}

.qodef-opener-icon.qodef-source--svg-path .qodef-custom-menu-opener line {
  transform-origin: 100% 50%;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-opener
  path {
  animation: 0.6s qode-menu-opener cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-opener
  path:nth-of-type(1) {
  animation-delay: 0s;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-opener
  path:nth-of-type(2) {
  animation-delay: 0.15s;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-opener
  path:nth-of-type(3) {
  animation-delay: 0.3s;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-close
  line:nth-of-type(1) {
  animation: 0.7s qode-menu-close-line-1 cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--svg-path
  .qodef-mobile-header-opener.qodef--opened
  span
  .qodef-custom-menu-close
  line:nth-of-type(2) {
  animation: 0.7s qode-menu-close-line-1 0.15s cubic-bezier(0.22, 0.61, 0.36, 1)
    forwards;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.3s ease, transform 0.3s ease;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 8px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 17px;
}

.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%;
  margin-top: -10%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
}

.touchevents .qodef-parallax-img-wrapper {
  margin-top: 0;
}

.qodef-parallax-img {
  position: absolute;
  will-change: transform;
  perspective: 1000px;
}

.touchevents .qodef-parallax-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
  height: 100%;
}

.qodef-booked-appointments
  .booked-profile-appt-list
  .appt-block.approved
  .status-block {
  background-color: #405861 !important;
}

.qodef-booked-appointments
  .booked-profile-appt-list
  .appt-block.pending
  .status-block {
  background-color: #85a3b3 !important;
}

.qodef-booked-calendar {
  background-color: #f8f6f4;
}

.qodef-booked-calendar.qodef--has-shadow {
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.54);
}

.qodef-booked-calendar .booked-calendar-wrap {
  margin: 0;
  padding: 18px 40px 40px;
}

@media only screen and (min-width: 1025px) {
  [id*="rev_slider"] .qodef-booked-calendar .booked-calendar-wrap {
    height: inherit !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-booked-calendar .booked-calendar-wrap {
    overflow-y: scroll;
  }

  [id*="rev_slider"] .qodef-booked-calendar .booked-calendar-wrap {
    height: auto !important;
    max-height: 450px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-booked-calendar .booked-calendar-wrap {
    padding: 18px 24px 20px;
  }
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead tr {
  background-color: #f8f6f4 !important;
  border-color: #f8f6f4;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-right {
  color: #405861 !important;
  transform: translateX(0);
  transition: all 0.25s ease-out;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .calendarSavingState,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .calendarSavingState,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .calendarSavingState {
  color: #818181;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-right {
  right: -8px !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-right:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-right:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-right:hover {
  transform: translateX(2px);
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-left {
  left: -8px !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .page-left:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .page-left:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .page-left:hover {
  transform: translateX(-2px);
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .booked-icon-arrow-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .booked-icon-arrow-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .booked-icon-arrow-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .booked-icon-arrow-right,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .booked-icon-arrow-left,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .booked-icon-arrow-right {
  font-family: linea-arrows-10;
  color: #405861;
  font-size: 25px;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .booked-icon-arrow-right:before,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .booked-icon-arrow-right:before,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .booked-icon-arrow-right:before {
  content: "\e04b";
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  th
  .booked-icon-arrow-left:before,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  th
  .booked-icon-arrow-left:before,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  thead
  tr
  .booked-icon-arrow-left:before {
  content: "\e03f";
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead {
  background-color: #85a3b3 !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th {
  color: #405861;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: normal !important;
  padding: 20px 0 !important;
  border: none !important;
}

@media only screen and (max-width: 680px) {
  .qodef-booked-calendar .booked-calendar-wrap table.booked-calendar thead th {
    font-size: 12px !important;
  }
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .monthName {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px !important;
  font-style: normal;
  line-height: 1.3em !important;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0 !important;
  color: #405861 !important;
}

@media only screen and (max-width: 680px) {
  .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .monthName {
    font-size: 30px !important;
  }
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .monthName
  .backToMonth {
  display: none;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-left,
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar .page-right {
  margin-top: -0.6rem !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr {
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.entryBlock {
  background-color: transparent;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.entryBlock
  td {
  padding: 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.entryBlock
  td
  h2 {
  margin: 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.entryBlock.booked-loading {
  background-color: #92c5da;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days {
  background-color: #fff !important;
  border-bottom-color: #d1d1d1;
}

.qodef-browser--firefox
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.days {
  border-bottom: 2px solid #d1d1d1;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tr.days th {
  background: 0 0 !important;
  border: none !important;
  color: #405861 !important;
  padding: 20px 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  tr.week
  td.active
  .date {
  background-color: #f8f6f4 !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td {
  background-color: #fff;
  font-size: 17px;
  color: #504e45;
  border-right: 1px solid #d1d1d1 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td:first-child {
  border-left: none !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td:last-child {
  border-right: none !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td .date {
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
  color: #405861;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td
  .date
  .number {
  border-radius: 0;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar td.active,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.active:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active:hover,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today:not(.prev-date):hover {
  background-color: #92c5da !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.active
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.active:hover
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active:hover
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today:not(.prev-date):hover
  .date {
  background-color: #92c5da !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.active
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.active:hover
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.active:hover
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today:not(.prev-date):hover
  .date
  .number {
  background-color: #92c5da !important;
  color: #fff !important;
  transform: scale(1) !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.next-month
  .date
  span.number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.next-month.prev-date
  .date
  span.number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-month
  .date
  span.number {
  color: #504e45 !important;
  opacity: 0.3;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.next-month:hover
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-month:hover
  .date
  .number {
  color: #fff !important;
  opacity: 1;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-month.prev-date:hover
  .date
  .number {
  color: #405861 !important;
  opacity: 0.3;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.prev-date
  .date {
  border: 1px solid #85a3b3 !important;
  width: 100%;
  height: 100%;
}

.qodef-browser--firefox
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.prev-date
  .date {
  height: calc(100% + 1px);
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today.prev-date
  .date
  span {
  color: #504e45 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today
  .date {
  border: 1px solid #818181 !important;
  transition: all 0.3s ease-in-out;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today
  .date
  span {
  color: #504e45 !important;
  border: none !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.today:not(.prev-date):hover
  .date {
  background-color: #818181 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date
  span,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date
  span {
  background: 0 0 !important;
  color: #504e45 !important;
  cursor: context-menu;
}

.qodef-browser--edge
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date,
.qodef-browser--edge
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date
  span,
.qodef-browser--edge
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date,
.qodef-browser--edge
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date
  span,
.qodef-browser--ms-explorer
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date,
.qodef-browser--ms-explorer
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date
  .date
  span,
.qodef-browser--ms-explorer
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date,
.qodef-browser--ms-explorer
  .qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:hover
  .date
  span {
  background-color: #fafafa !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td:hover
  .date {
  background-color: #92c5da !important;
  transition: none;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td:hover
  .date
  span {
  background-color: #92c5da;
  color: #fff;
  transition: none;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  td.prev-date:not(.today)
  .date
  .number {
  color: #d1d1d1 !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody {
  background-color: #85a3b3 !important;
}

.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody tr {
  border: 1px solid #d1d1d1 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list
  .timeslot:hover {
  background: 0 0;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown {
  padding: 0 33px 1px;
  border-radius: 0;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  h2 {
  display: none;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot {
  padding: 25px 0 0 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  border-top: none !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot:last-child {
  border: none !important;
}

@media only screen and (max-width: 680px) {
  .qodef-booked-calendar
    .booked-calendar-wrap
    table.booked-calendar
    .booked-appt-list.shown
    .timeslot {
    padding: 0 0 3px !important;
    border: 0 !important;
  }
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time {
  width: 57%;
  padding: 0;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 35px;
  line-height: 1.05714em;
  font-weight: 500;
  color: #405861 !important;
  font-style: normal;
  margin: 0 0 1px !important;
  letter-spacing: 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-range {
  font-size: 12px !important;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-range
  .booked-icon {
  color: #818181 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .spots-available {
  line-height: 2.2;
  font-size: 12px;
  letter-spacing: 0.25em;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people {
  padding: 6px 0 0 0;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button {
  background-color: #92c5da !important;
  margin-top: 0 !important;
  border-color: transparent !important;
  padding: 7px 18px;
  transition: all 0.3s ease-in-out !important;
  border-radius: 5px !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button:hover {
  background-color: #405861 !important;
  border-color: inherit !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button:focus {
  outline: 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button
  .button-text {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 10px;
  color: #fff !important;
  letter-spacing: 0.26em;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot.timeslot-unavailable
  .timeslot-people
  .button {
  background-color: #eee !important;
  color: #aaa !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot.timeslot-unavailable
  .timeslot-people
  .button:hover {
  background-color: #eee !important;
  color: #aaa !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap
  table.booked-calendar
  .booked-loading
  .booked-spinner
  div
  > * {
  background-color: #818181 !important;
}

.qodef-booked-calendar .booked-calendar-wrap.small table.booked-calendar {
  max-height: 450px;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  thead
  tr.days
  th {
  padding: 19px 0 9px !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  thead
  th {
  background-color: #f8f6f4 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td {
  font-size: 18px;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active:hover,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active:hover,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today:not(.prev-date):hover {
  background-color: #92c5da !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active:hover
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active:hover
  .date,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today:not(.prev-date):hover
  .date {
  background-color: #92c5da !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active
  .date
  span,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active:hover
  .date
  span,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active
  .date
  span,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active:hover
  .date
  span,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today:not(.prev-date):hover
  .date
  span {
  background-color: #92c5da !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.active:hover
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today.active:hover
  .date
  .number,
.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td.today:not(.prev-date):hover
  .date
  .number {
  background-color: #f8f6f4 !important;
  color: #405861 !important;
  transform: scale(1) !important;
}

[id*="rev_slider"]
  .qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td {
  height: auto !important;
  line-height: 45px;
}

[id*="rev_slider"]
  .qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tbody
  tr.week
  td
  * {
  line-height: inherit !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  tr.week
  td.active
  .date {
  background-color: #f8f6f4 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  td
  .date.tooltipster {
  border: 1px solid transparent;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  td
  .date.tooltipster:hover {
  border-color: #92c5da;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot {
  border: 0 !important;
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot:last-child {
  margin: 0 0 10px !important;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .spots-available {
  line-height: 2.2;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people {
  padding: 1px 0 0;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button {
  padding: 9px 18px 9px;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .timeslot-mobile-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button-timeslot {
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

.qodef-booked-calendar
  .booked-calendar-wrap.small
  table.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .spots-available {
  font-size: 12px;
  letter-spacing: 0.25em;
  padding: 8px 0 3px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

body .booked-modal .booked-form.booked-scrollable {
  background-color: #fff;
  margin-top: 22px;
}

body
  .booked-modal
  .booked-form.booked-scrollable
  #newAppointmentForm
  .bookings
  .booked-appointment-details
  .appointment-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  padding-bottom: 4px;
}

body .booked-modal .bm-window {
  padding-top: 60px;
}

body .booked-modal .bm-window .booked-title-bar {
  background-color: #f8f6f4;
}

body .booked-modal .bm-window .booked-title-bar small {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  color: #415962;
  padding: 13px 25px;
}

body .booked-modal .bm-window .cf-block .field-label {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  margin-top: -12px;
}

body .booked-modal .bm-window .cf-block input.textfield {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 10px;
  padding: 17px 24px;
  font-family: inherit;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #85a3b3;
  background-color: #f6f3ee;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
}

body .booked-modal .bm-window .cf-block .booked-forgot-password {
  text-decoration: underline;
  color: #999;
}

body .booked-modal .bm-window .cf-block .booked-forgot-password:hover {
  color: #405861;
}

body .booked-modal .bm-window input.button.button-primary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 10px 39px;
  color: #fff !important;
  background-color: #92c5da !important;
  border: 1px solid transparent !important;
  margin-right: 12px;
}

body .booked-modal .bm-window input.button.button-primary .qodef-m-text {
  position: relative;
  z-index: 1;
}

body .booked-modal .bm-window input.button.button-primary .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  -webkit-clip-path: inset(-1px 100% 0 0);
  clip-path: inset(-1px 100% 0 0);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}

@media only screen and (max-width: 360px) {
  body .booked-modal .bm-window input.button.button-primary {
    margin-bottom: 20px;
  }
}

body .booked-modal .bm-window input.button.button-primary:hover {
  color: #fff !important;
  background-color: #405861 !important;
}

body
  .booked-modal
  .bm-window
  input.button.button-primary:hover
  .qodef-m-background {
  -webkit-clip-path: inset(-1px -1px -1px 0);
  clip-path: inset(-1px -1px -1px 0);
}

body .booked-modal .bm-window input#submit-request-appointment {
  margin-bottom: 12px;
}

body .booked-modal .bm-window .booked-forgot-goback.button,
body .booked-modal .bm-window button.cancel.button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 10px 39px;
  border-color: transparent;
  background-color: #f8f8f8 !important;
  color: #405861 !important;
  cursor: pointer;
}

body .booked-modal .bm-window .booked-forgot-goback.button:hover,
body .booked-modal .bm-window button.cancel.button:hover {
  color: #fff !important;
  background-color: #405861 !important;
}

body .qodef-booked-calendar div.booked-calendar-wrap div.booked-calendar {
  box-shadow: none;
  border-radius: 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row {
  background-color: #f8f6f4 !important;
  border-color: #f8f6f4;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-right,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-right,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-right {
  font-size: 25px !important;
  line-height: 1;
  transform: translateX(0);
  transition: all 0.25s ease-out;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-left
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-right
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-left
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-right
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-left
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-right
  i {
  display: inline-block;
  font: normal normal normal 14px/1 linea-arrows-10;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #405861;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .calendarSavingState,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .calendarSavingState,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .calendarSavingState {
  color: #818181;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .calendarSavingState
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .calendarSavingState
  i,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .calendarSavingState
  i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-right,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-right,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-right {
  right: -5px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-right
  i:before,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-right
  i:before,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-right
  i:before {
  font-family: inherit;
  content: "\e04b";
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-right:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-right:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-right:hover {
  transform: translateX(2px);
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-left {
  left: -5px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-left
  i:before,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-left
  i:before,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-left
  i:before {
  font-family: inherit;
  content: "\e03f";
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col
  .page-left:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row
  .page-left:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .page-left:hover {
  transform: translateX(-2px);
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row.days {
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-row.days
  .bc-col {
  background: 0 0 !important;
  border: none !important;
  font-weight: 400 !important;
  color: #405861 !important;
  padding: 20px 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-head
  .bc-col {
  color: #405861;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: normal !important;
  padding: 20px 0 !important;
  border: none !important;
}

@media only screen and (max-width: 680px) {
  body
    .qodef-booked-calendar
    div.booked-calendar-wrap
    div.booked-calendar
    .bc-head
    .bc-col {
    font-size: 12px !important;
  }
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .monthName {
  height: auto !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 35px !important;
  font-style: normal;
  line-height: 1.3em !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  letter-spacing: 0 !important;
  color: #405861 !important;
}

@media only screen and (max-width: 680px) {
  body
    .qodef-booked-calendar
    div.booked-calendar-wrap
    div.booked-calendar
    .monthName {
    font-size: 30px !important;
  }
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .monthName
  .backToMonth {
  display: none;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .page-left,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .page-right {
  margin-top: -0.6rem !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body {
  background-color: #85a3b3 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row {
  background-color: #fff;
  border: 1px solid #d1d1d1 !important;
  border-top: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col {
  background-color: #fff;
  font-size: 17px;
  color: #504e45;
  border-right: 1px solid #d1d1d1 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col:first-child {
  border-left: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col:last-child {
  border-right: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col
  .date {
  transition: all 0.3s ease-in-out;
  background-color: transparent !important;
  color: #405861;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.entryBlock {
  background-color: transparent;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.entryBlock
  .bc-col {
  padding: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.entryBlock
  .bc-col
  h2 {
  margin: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.entryBlock.booked-loading {
  background-color: #92c5da;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col
  .date
  .number {
  margin: -22px 0 0 -22px !important;
  font-size: inherit !important;
  line-height: 42px !important;
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col
  .date
  span {
  box-shadow: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover {
  background-color: #92c5da !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date {
  background-color: #92c5da !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date
  .number {
  background-color: #92c5da !important;
  color: #fff !important;
  transform: scale(1) !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.next-month
  .date
  span.number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.next-month.prev-date
  .date
  span.number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-month
  .date
  span.number {
  color: #504e45 !important;
  opacity: 0.3;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.next-month:hover
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-month:hover
  .date
  .number {
  color: #fff !important;
  opacity: 1;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-month.prev-date:hover
  .date
  .number {
  color: #405861 !important;
  opacity: 0.3;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.prev-date
  .date {
  border: 1px solid #85a3b3 !important;
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.qodef-browser--firefox
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.prev-date
  .date {
  height: calc(100% + 1px);
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.prev-date
  .date
  span {
  color: #504e45 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today
  .date {
  border: 1px solid #818181 !important;
  transition: all 0.3s ease-in-out;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today
  .date
  span {
  color: #504e45 !important;
  border: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date {
  background-color: #818181 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date
  span,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date
  span {
  background: 0 0 !important;
  color: #504e45 !important;
  cursor: context-menu;
}

.qodef-browser--edge
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date,
.qodef-browser--edge
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date
  span,
.qodef-browser--edge
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date,
.qodef-browser--edge
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date
  span,
.qodef-browser--ms-explorer
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date,
.qodef-browser--ms-explorer
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date
  .date
  span,
.qodef-browser--ms-explorer
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date,
.qodef-browser--ms-explorer
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:hover
  .date
  span {
  background-color: #fafafa !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col:hover
  .date {
  background-color: #92c5da !important;
  transition: none;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col:hover
  .date
  span {
  background-color: #92c5da;
  color: #fff;
  transition: none;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.prev-date:not(.today)
  .date
  .number {
  color: #d1d1d1 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list
  .timeslot:hover {
  background: 0 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown {
  padding: 0 33px 1px;
  border-radius: 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  h2 {
  display: none;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot {
  padding: 25px 0 0 0 !important;
  border-bottom: 1px solid #d1d1d1 !important;
  border-top: none !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot:last-child {
  border: none !important;
}

@media only screen and (max-width: 680px) {
  body
    .qodef-booked-calendar
    div.booked-calendar-wrap
    div.booked-calendar
    .booked-appt-list.shown
    .timeslot {
    padding: 0 0 3px !important;
    border: 0 !important;
  }
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time {
  width: 57%;
  padding: 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 35px;
  line-height: 1.05714em;
  font-weight: 500;
  color: #405861 !important;
  font-style: normal;
  margin: 0 0 1px !important;
  letter-spacing: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-range {
  font-size: 12px !important;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .timeslot-range
  .booked-icon {
  color: #818181 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .spots-available {
  line-height: 2.2;
  font-size: 12px;
  letter-spacing: 0.25em;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people {
  padding: 6px 0 0 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button {
  background-color: #92c5da !important;
  margin-top: 0 !important;
  border-color: transparent !important;
  padding: 7px 18px;
  transition: all 0.3s ease-in-out !important;
  border-radius: 5px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button:hover {
  background-color: #405861 !important;
  border-color: inherit !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button:focus {
  outline: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button
  .button-text {
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase !important;
  font-size: 10px;
  color: #fff !important;
  letter-spacing: 0.26em;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot.timeslot-unavailable
  .timeslot-people
  .button {
  background-color: #eee !important;
  color: #aaa !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot.timeslot-unavailable
  .timeslot-people
  .button:hover {
  background-color: #eee !important;
  color: #aaa !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap
  div.booked-calendar
  .booked-loading
  .booked-spinner
  div
  > * {
  background-color: #818181 !important;
}

body .qodef-booked-calendar div.booked-calendar-wrap.small {
  max-width: 100%;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-head
  .bc-row
  .bc-col {
  background-color: #f8f6f4 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-head
  .bc-row.days
  .bc-col {
  padding: 19px 0 9px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col
  .date.tooltipster {
  border: 1px solid transparent;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row
  .bc-col
  .date.tooltipster:hover {
  border-color: #92c5da;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col {
  font-size: 18px;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col
  .date
  .number {
  background-color: transparent !important;
  line-height: 42px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover {
  background-color: #92c5da !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover
  .date,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date {
  background-color: #92c5da !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active
  .date
  span,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover
  .date
  span,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active
  .date
  span,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover
  .date
  span,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date
  span {
  background-color: #92c5da !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.active:hover
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today.active:hover
  .date
  .number,
body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col.today:not(.prev-date):hover
  .date
  .number {
  background-color: #f8f6f4 !important;
  color: #405861 !important;
  transform: scale(1) !important;
}

[id*="rev_slider"]
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col {
  height: auto !important;
  line-height: 45px;
}

[id*="rev_slider"]
  body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .bc-body
  .bc-row.week
  .bc-col
  * {
  line-height: inherit !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot {
  border: 0 !important;
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot:last-child {
  margin: 0 0 10px !important;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-time
  .spots-available {
  line-height: 2.2;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people {
  padding: 1px 0 0;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button {
  padding: 9px 18px 9px;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .timeslot-mobile-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .button-timeslot {
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}

body
  .qodef-booked-calendar
  div.booked-calendar-wrap.small
  div.booked-calendar
  .booked-appt-list.shown
  .timeslot
  .timeslot-people
  .spots-available {
  font-size: 12px;
  letter-spacing: 0.25em;
  padding: 8px 0 3px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.qodef-contact-form-7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-contact-form-7 .ajax-loader {
  position: absolute;
  right: -10px;
}

.qodef-contact-form-7 .qodef-newsletter-form {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 524px;
}

.qodef-contact-form-7 .qodef-newsletter-form .your-email {
  display: inline-block;
  width: 340px;
  margin-right: 10px;
}

.qodef-contact-form-7 .qodef-newsletter-form input {
  margin: 0;
}

.qodef-contact-form-7 .qodef-newsletter-form button[type="submit"] {
  height: 52px;
}

.qodef-contact-form-7 .qodef-newsletter-form.qodef--light {
  justify-content: center;
}

.qodef-contact-form-7
  .qodef-newsletter-form.qodef--light
  button[type="submit"] {
  color: #0e0a0a;
  background-color: #fff;
}

.qodef-contact-form-7
  .qodef-newsletter-form.qodef--light
  button[type="submit"]
  .qodef-m-background {
  -webkit-clip-path: inset(0 100% -1px 0);
  clip-path: inset(0 100% -1px 0);
}

.qodef-contact-form-7
  .qodef-newsletter-form.qodef--light
  button[type="submit"]:hover {
  color: #fff;
}

.qodef-contact-form-7
  .qodef-newsletter-form.qodef--light
  button[type="submit"]:hover
  .qodef-m-background {
  -webkit-clip-path: inset(0 0 -1px 0);
  clip-path: inset(0 0 -1px 0);
}

@media only screen and (max-width: 480px) {
  .qodef-contact-form-7 .qodef-newsletter-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .qodef-contact-form-7 .qodef-newsletter-form .your-email {
    margin: 0 0 15px;
  }
}

.qodef-contact-form-7 .qodef-contact-form .qodef-cf-row {
  display: flex;
  justify-content: space-between;
}

.qodef-contact-form-7 .qodef-contact-form .qodef-cf-row > * {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 680px) {
  .qodef-contact-form-7 .qodef-contact-form .qodef-cf-row {
    flex-direction: column;
  }

  .qodef-contact-form-7 .qodef-contact-form .qodef-cf-row > * {
    width: 100%;
  }
}

.qodef-contact-form-7 .qodef-contact-form p {
  margin: 0;
}

.qodef-contact-form-7 .qodef-contact-form br {
  display: none;
}

.qodef-nl-form-light .qodef-contact-form-7 .wpcf7 {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.qodef-nl-form-light
  .qodef-contact-form-7
  .wpcf7
  form.invalid
  .wpcf7-response-output,
.qodef-nl-form-light
  .qodef-contact-form-7
  .wpcf7
  form.unaccepted
  .wpcf7-response-output,
.qodef-nl-form-light .qodef-contact-form-7 .wpcf7-not-valid-tip {
  color: #fff;
}

.qodef-contact-form-7 .qodef-booking-form .wpcf7-select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

.qodef-contact-form-7 .qodef-booking-form .wpcf7-date {
  position: relative;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 22px 0;
  outline: 0;
  cursor: pointer;
}

.qodef-contact-form-7 .qodef-booking-form button[type="submit"] {
  width: 100%;
}

.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
}

.qodef-instagram-list #sb_instagram #sbi_images {
  padding: 0 !important;
}

.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
}

.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1;
}

.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}

.qodef-instagram-list .qodef-m-label {
  position: absolute;
  bottom: 100%;
  left: -10px;
  margin: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
  letter-spacing: 0.03em;
}

.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--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--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;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .qodef-instagram-list.qodef-layout--columns
    #sb_instagram.sbi_col_6
    #sbi_images
    .sbi_item {
    width: 33.33%;
  }
}

.qodef-timetable--predefined .tabs_box_navigation.sf-timetable-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
    margin-bottom: 41px !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-timetable--predefined .tt_navigation_wrapper .tt_navigation_cell {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-timetable--predefined
    .tt_navigation_wrapper
    .tt_navigation_cell
    .tt_tabs_navigation {
    float: none !important;
  }
}

.qodef-timetable--predefined
  .tt_navigation_wrapper
  .tt_navigation_cell
  .tt_tabs_navigation
  li {
  display: inline-block;
  float: none;
  margin: 0 25px !important;
  max-height: 45px;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined
    .tt_navigation_wrapper
    .tt_navigation_cell
    .tt_tabs_navigation
    li {
    margin: 0 17px !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-timetable--predefined
    .tt_navigation_wrapper
    .tt_navigation_cell
    .tt_tabs_navigation
    li {
    display: block;
  }
}

.qodef-timetable--predefined
  .tt_navigation_wrapper
  .tt_navigation_cell
  .tt_tabs_navigation
  li
  a {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 19px;
  line-height: 1.21053em;
  font-weight: 500;
  margin: 0;
  border: 0 !important;
  color: #999 !important;
  transition: color 0.3s ease !important;
}

.qodef-timetable--predefined
  .tt_navigation_wrapper
  .tt_navigation_cell
  .tt_tabs_navigation
  li.ui-state-active
  a,
.qodef-timetable--predefined
  .tt_navigation_wrapper
  .tt_navigation_cell
  .tt_tabs_navigation
  li.ui-state-hover
  a {
  color: #85a3b3 !important;
}

@media screen and (min-width: 768px) {
  .qodef-timetable--predefined .tt_tabs > div:not(.tt_navigation_wrapper) {
    position: relative;
  }

  .qodef-timetable--predefined
    .tt_tabs
    > div:not(.tt_navigation_wrapper):after {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    left: 31px;
    top: 31px;
    width: 100%;
    height: 100%;
  }
}

.qodef-timetable--predefined table.tt_timetable {
  border-spacing: 0 !important;
  border-bottom: 1px solid #d1d1d1;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined table.tt_timetable {
    display: none;
  }
}

.qodef-timetable--predefined table.tt_timetable thead .row_gray {
  background-color: #efe4d8 !important;
}

.qodef-timetable--predefined table.tt_timetable thead tr th {
  border: 1px solid #d1d1d1 !important;
  border-width: 1px 0 1px 1px !important;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding-top: 28px;
  padding-bottom: 27px;
  color: #405861;
}

.qodef-timetable--predefined table.tt_timetable thead tr th:last-child {
  border-right: 1px solid #d1d1d1 !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr:nth-child(odd) {
  background-color: #fef5ec !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr:nth-child(odd) td {
  background-color: #fef5ec !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr:nth-child(even) {
  background-color: #eee4d8 !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr:nth-child(even) td {
  background-color: #eee4d8 !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr td {
  border-left: 1px solid #d1d1d1 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #818181;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined table.tt_timetable tbody tr td {
    font-size: 13px;
  }
}

.qodef-timetable--predefined
  table.tt_timetable
  tbody
  tr
  td:last-child:not(:only-child) {
  border-right: 1px solid #d1d1d1 !important;
}

.qodef-timetable--predefined table.tt_timetable tbody tr td.tt_hours_column {
  font-family: "Work Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  color: #405861;
}

.qodef-timetable--predefined table.tt_timetable .event {
  color: #405861;
  background-color: #fff;
}

.qodef-timetable--predefined table.tt_timetable .event .event_container {
  padding-top: 23px;
  padding-bottom: 33px;
}

.qodef-timetable--predefined table.tt_timetable .event .event_header {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  color: #405861 !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
  margin: 4px 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined table.tt_timetable .event .event_header {
    font-size: 11px;
  }
}

.qodef-timetable--predefined table.tt_timetable .event .after_hour_text,
.qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #879296;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined table.tt_timetable .event .after_hour_text,
  .qodef-timetable--predefined table.tt_timetable .event .before_hour_text {
    font-size: 12px;
  }
}

.qodef-timetable--predefined table.tt_timetable .event .bottom_hour,
.qodef-timetable--predefined table.tt_timetable .event .top_hour {
  display: none !important;
}

.qodef-timetable--predefined table.tt_timetable .event .tt_tooltip_text {
  height: auto !important;
  top: -30px !important;
}

.qodef-timetable--predefined
  table.tt_timetable
  .event
  .tt_tooltip_text
  .tt_tooltip_content {
  background-color: #b0d8e8 !important;
  color: #fff !important;
  width: calc(100% - 12px);
  box-sizing: border-box;
  border-radius: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #818181;
  line-height: 1.5em;
}

.qodef-timetable--predefined
  table.tt_timetable
  .event
  .tt_tooltip_text
  .tt_tooltip_content
  .event_header {
  display: none;
}

.qodef-timetable--predefined
  table.tt_timetable
  .event
  .tt_tooltip_text
  .tt_tooltip_arrow {
  border-color: #b0d8e8 transparent !important;
  border-width: 7px 7px 0;
  bottom: -10px;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined .tt_responsive .tt_timetable.small {
    display: block;
  }
}

.qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
  font-size: 19px !important;
  line-height: 1.15em !important;
  color: #85a3b3 !important;
  font-family: Cormorant, serif !important;
  font-style: italic !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
    text-align: center;
    margin: 40px 0 0 0;
    font-style: normal !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-timetable--predefined .tt_responsive .tt_timetable.small .box_header {
    text-align: center;
  }
}

.qodef-timetable--predefined
  .tt_responsive
  .tt_timetable.small
  ul.tt_items_list
  div.event_container
  a {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 19px;
  line-height: 1.21053em;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none !important;
}

.qodef-timetable--predefined
  .tt_responsive
  .tt_timetable.small
  ul.tt_items_list
  div.value {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #818181;
  line-height: 30px;
}

.single #qodef-page-inner .tt_event_theme_page {
  width: calc(100% + 70px);
  background-color: transparent;
  padding: 0;
  margin: 0 -35px;
}

.single #qodef-page-inner .tt_event_theme_page .tt_event_page_left {
  width: 72%;
  padding: 0 35px;
}

.single #qodef-page-inner .tt_event_theme_page .tt_event_page_right {
  width: 28%;
  padding: 0 35px;
}

.single #qodef-page-inner .tt_event_theme_page * {
  box-sizing: border-box;
}

.single #qodef-page-inner .tt_event_theme_page p {
  color: #818181 !important;
}

.qodef-timetable-single-page #qodef-page-content #qodef-page-sidebar {
  margin-bottom: 0;
}

#light-skin-timetable table.tt_timetable thead .row_gray {
  background-color: #fff !important;
}

#light-skin-timetable table.tt_timetable thead tr th {
  color: grey;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(1) {
  background-color: #f2fafd !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(1) td {
  background-color: #f2fafd !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(3) {
  background-color: #fff9f5 !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(3) td {
  background-color: #fff9f5 !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(even) {
  background-color: #fff !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(even) td {
  background-color: #fff !important;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(odd) {
  background-color: unset;
}

#light-skin-timetable table.tt_timetable tbody tr:nth-child(odd) td {
  background-color: unset;
}

#light-skin-timetable table.tt_timetable tbody tr td.tt_hours_column {
  color: grey;
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
  #ctf
  .ctf-tweet-actions {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
  border: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 400;
  color: #818181;
  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--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-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-banner .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: auto;
  overflow: hidden;
}

.qodef-woo-product-banner .qodef-woo-product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.qodef-woo-product-banner .qodef-woo-product-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.qodef-woo-product-banner .qodef-woo-product-tagline {
  position: relative;
  display: block;
  margin: 0 0 3px;
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #d1ab7d;
}

.qodef-woo-product-banner .qodef-woo-product-title {
  margin: 0;
}

.qodef-woo-product-banner .qodef-woo-product-image img {
  transform: scale(1.03) translateX(-1px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: bottom;
}

.qodef-woo-product-banner:hover .qodef-woo-product-image img {
  transform: scale(1.03) translateX(5px);
}

.qodef-woo-product-banner.qodef-layout--link-overlay
  .qodef-woo-product-content-inner {
  position: absolute;
  top: 33px;
  left: 35px;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image
  .product-category
  a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image
  .product-category
  .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  background-color: #fff;
  left: 50%;
  margin: 0;
  padding: 12px 41px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}

.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_reina_core_woo_dropdown_cart {
  height: 100%;
}

.qodef-woo-dropdown-cart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 20px;
}

.qodef-woo-dropdown-cart .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.qodef-woo-dropdown-cart .qodef-m-opener > * {
  color: #405861;
  transition: color 0.2s ease-out;
}

.qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener > * {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-icon-linea-icons {
  position: relative;
  top: 2px;
  font-size: 17px;
}

.qodef-woo-dropdown-cart .qodef-m-opener:hover > * {
  color: #405861;
}

.qodef-skin--light .qodef-woo-dropdown-cart .qodef-m-opener:hover > * {
  color: #fff;
}

.qodef-skin--light
  .qodef-woo-dropdown-cart
  .qodef-m-opener:hover
  .qodef-m-opener-count {
  color: initial;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-text {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 2.142857142857143em;
  margin-right: 3px;
  position: relative;
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 5px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count {
  position: relative;
  width: 15px;
  height: 15px;
  top: -8px;
  left: -8px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  color: #405861;
  background-color: #c6e6f2;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 278px;
  padding: 30px 0 0;
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.qodef-woo-dropdown-cart .qodef-m-posts-not-found {
  margin: 0;
  padding: 0 25px 30px;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 25px;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
  color: #818181;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
  color: #818181;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
  color: #85a3b3;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
  margin-top: 0;
}

.qodef-woo-dropdown-cart .qodef-e-image {
  flex-shrink: 0;
  width: 87px;
  margin-right: 15px;
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
  display: block;
}

.qodef-woo-dropdown-cart .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 20px;
}

.qodef-woo-dropdown-cart .qodef-e-title {
  margin: 0;
  color: #405861;
}

.qodef-woo-dropdown-cart .qodef-e-title a {
  color: inherit;
}

.qodef-woo-dropdown-cart .qodef-e-price {
  margin: 1px 0 0;
}

.qodef-woo-dropdown-cart .woocommerce-Price-amount {
  font-size: 13px;
  font-weight: 600;
  color: #85a3b3;
}

.qodef-woo-dropdown-cart .qodef-e-quantity {
  margin: 1px 0 0;
  font-size: 13px;
  color: rgba(129, 129, 129, 0.7);
}

.qodef-woo-dropdown-cart .qodef-e-remove {
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 15px;
  line-height: 1;
  color: rgba(129, 129, 129, 0.36);
}

.qodef-woo-dropdown-cart .qodef-e-remove:hover {
  color: #85a3b3;
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin: 22px 0 2px;
  padding: 0 25px;
}

.qodef-woo-dropdown-cart .qodef-m-order-details > * {
  margin: 0;
}

#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details {
  color: #818181;
}

.qodef-woo-dropdown-cart .qodef-m-order-label {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #85a3b3;
}

.qodef-woo-dropdown-cart .qodef-m-action {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: #92c5da;
  border: 1px solid transparent;
}

.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-text {
  position: relative;
  z-index: 1;
}

.qodef-woo-dropdown-cart .qodef-m-action-link .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  -webkit-clip-path: inset(-1px 100% 0 0);
  clip-path: inset(-1px 100% 0 0);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
  color: #fff;
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover .qodef-m-background {
  -webkit-clip-path: inset(-1px -1px -1px 0);
  clip-path: inset(-1px -1px -1px 0);
}

.touchevents .qodef-woo-dropdown-cart {
  cursor: pointer;
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
  opacity: 1;
  visibility: visible;
}

.qodef-woo-dropdown-cart:hover .qodef-m-opener-text:before {
  transform: scaleX(1);
}

.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: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: #92c5da;
  border: 1px solid transparent;
}

.qodef-woo-side-area-cart .qodef-m-action-link .qodef-m-text {
  position: relative;
  z-index: 1;
}

.qodef-woo-side-area-cart .qodef-m-action-link .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  -webkit-clip-path: inset(-1px 100% 0 0);
  clip-path: inset(-1px 100% 0 0);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover {
  color: #fff;
}

.qodef-woo-side-area-cart .qodef-m-action-link:hover .qodef-m-background {
  -webkit-clip-path: inset(-1px -1px -1px 0);
  clip-path: inset(-1px -1px -1px 0);
}

.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;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .qodef-clients-list.qodef-layout--columns.qodef-gutter--huge.qodef-col-num--6
    > .qodef-grid-inner
    > .qodef-grid-item {
    margin: 0 0 80px;
  }
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.15s ease-out;
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.15s ease-out;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-hover-logo {
  opacity: 1;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.35s ease-in-out;
  display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e
  .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--opacity
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0.75;
}

.qodef-masonry-gallery-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-masonry-gallery-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-masonry-gallery-list .qodef-e-media-image img {
  display: block;
}

.qodef-masonry-gallery-list .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.qodef-masonry-gallery-list .qodef-e-mark {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 1;
}

.qodef-masonry-gallery-list .qodef-e-title {
  margin: 0;
}

.qodef-masonry-gallery-list .qodef-e-text {
  margin: 17px 0 0;
}

.qodef-masonry-gallery-list .qodef-e-button {
  margin: 37px 0 0;
}

.qodef-masonry-gallery-list .qodef-e-button a {
  position: relative;
  z-index: 2;
}

.qodef-masonry-gallery-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-masonry-gallery-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}

.qodef-masonry-gallery-list .qodef-testimonials-list {
  margin-top: 37px;
}

@media only screen and (min-width: 1920px) {
  .qodef-masonry-gallery-list .qodef-testimonials-list {
    margin-top: 67px;
  }
}

.qodef-masonry-gallery-list
  .qodef-testimonials-list
  .swiper-pagination-bullets {
  display: none;
}

.qodef-masonry-gallery-list .qodef-testimonials-list .qodef-e-author {
  margin-top: 15px;
}

.qodef-masonry-gallery-list .qodef-layout--simple .qodef-e-media-image {
  overflow: hidden;
}

.qodef-masonry-gallery-list .qodef-layout--simple .qodef-e-media-image img {
  transform: scale(1.03) translateX(-1px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-masonry-gallery-list
  .qodef-layout--simple:hover
  .qodef-e-media-image
  img {
  transform: scale(1.03) translateX(5px);
}

.qodef-masonry-gallery-list .qodef-layout--standard .qodef-e-content {
  align-items: center;
  justify-content: center;
}

.qodef-masonry-gallery-list
  .qodef-item--landscape.qodef-layout--textual
  .qodef-e-text {
  margin-top: 0;
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-list
    .qodef-item--landscape.qodef-layout--textual
    .qodef-e-text
    br {
    display: none;
  }
}

.qodef-masonry-gallery-list
  .qodef-item--landscape.qodef-layout--textual
  .qodef-e-button {
  margin: 42px 0 0;
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-list .qodef-item--landscape.qodef-layout--textual {
    min-height: 375px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-masonry-gallery-list
    .qodef-item--square.qodef-layout--textual
    .qodef-e-button {
    margin: 10px 0;
  }
}

.touch .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-inner {
  cursor: pointer;
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-tagline {
  position: relative;
  display: block;
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #dcac50;
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-content {
  padding: 30px 9.7%;
  justify-content: center;
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-svg {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  stroke: #85a3b3;
  fill: none;
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-svg {
    display: none;
  }
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  height: auto;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-media-image {
  overflow: hidden;
}

.qodef-masonry-gallery-list .qodef-layout--textual .qodef-e-media-image img {
  will-change: transform;
  transform: scale(1.03) translateX(-1px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-masonry-gallery-list
  .qodef-layout--textual:hover
  .qodef-e-media-image
  img {
  transform: scale(1.03) translateX(5px);
}

.qodef-masonry-gallery-list .qodef-swiper-container {
  height: 100%;
}

.qodef-masonry-gallery-list .qodef-swiper-container .qodef-e-inner {
  padding: 0;
}

.qodef-masonry-gallery-list .qodef-swiper-container .qodef-e-content {
  padding: 0;
  background: 0 0;
  justify-content: flex-start;
}

.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}

.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 15px;
}

.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-direction: column;
}

.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title {
  margin: 0 0 5px 0;
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
  color: #818181;
}

.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-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(64, 88, 97, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-layout--gallery .qodef-e-title {
  color: #fff;
}

.qodef-portfolio-category-list.qodef-layout--standard .qodef-e-content {
  margin-top: 28px;
}

.qodef-portfolio-list .qodef-e-inner {
  position: relative;
}

.qodef-portfolio-list .qodef-e-image img {
  display: block;
}

.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}

.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-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-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: #85a3b3;
  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: #85a3b3;
  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 {
  background-color: rgba(10, 10, 10, 0.8);
  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-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware
  .qodef-e-inner {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware
  .qodef-e-content {
  display: none;
  padding: inherit;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content {
  opacity: 1;
}

#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}

#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 75px 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 > * {
  display: block;
  line-height: inherit;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 5px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 5px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}

#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-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  font-size: 19px;
  line-height: 1.21053em;
  font-weight: 500;
}

.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: 50px !important;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 10px;
  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: 45px;
}

.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item {
  display: block;
  margin-bottom: 10px;
  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;
}

.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-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-portfolio-single-slider .swiper-slide {
  width: auto;
}

.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info {
  margin-top: 85px !important;
}

.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

.qodef-testimonials-list .qodef-m-icon {
  color: rgba(64, 88, 97, 0.29);
  margin-bottom: 16px;
}

.qodef-testimonials-list svg {
  position: relative;
  display: block;
  width: 174px;
  margin: 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
}

.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}

.qodef-testimonials-list .qodef-e-text {
  display: block;
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
  line-height: 1.44em;
}

.qodef-testimonials-list .qodef-e-author {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #85a3b3;
}

.qodef-testimonials-list .swiper-slide {
  text-align: center;
}

.qodef-testimonials-list .swiper-pagination-bullets {
  bottom: 0 !important;
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author {
  color: #bcbcbc;
}

@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: #85a3b3;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}

.qodef-search-cover-form .qodef-m-form-field:focus {
  color: #85a3b3;
}

.qodef-search-cover-form .qodef-m-form-field:invalid {
  outline: 0;
  box-shadow: none;
}

.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: #405861;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0;
}

.qodef-fullscreen-search-holder .qodef-m-form-field:invalid {
  outline: 0;
  box-shadow: none;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #405861;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  transition: color 0.2s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: #85a3b3;
  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: #818181;
  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: #405861;
}

.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;
  }
}

@keyframes minimal_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes minimal_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }

  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}

.qodef-search-minimal-form {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease;
  padding: 0 40px;
}

@media only screen and (max-width: 1440px) {
  .qodef-search-minimal-form {
    width: 240px;
  }
}

.qodef-search-minimal-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.qodef-search-minimal-form .qodef-m-form-field {
  padding: 0 20px 0 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #405861;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #e7e6e4;
  border-radius: 0;
  outline-offset: 0;
}

.qodef-search-minimal-form .qodef-m-form-field:focus {
  color: #405861;
}

.qodef-search-minimal-form .qodef-m-form-field:invalid {
  outline: 0;
  box-shadow: none;
}

.qodef-search-minimal-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-minimal-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-search-minimal-form .qodef-m-close {
  position: absolute;
  right: 38px;
  flex-shrink: 0;
  color: #405861;
}

.qodef-search-minimal-form .qodef-m-close:hover {
  color: #85a3b3;
}

.qodef-search-minimal-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 17px;
}

.qodef-minimal-search--fadeout .qodef-search-minimal-form {
  animation: minimal_search_fade_out 0.3s ease both;
}

.qodef-minimal-search--fadein .qodef-search-minimal-form {
  animation: minimal_search_fade_in 0.3s ease both;
}

.qodef-header--sticky-display #qodef-page-header > .qodef-search-minimal-form {
  display: none;
}

.qodef-header--centered .qodef-search-minimal-form {
  padding: 0 40px 0 0;
  top: unset;
  bottom: 16px;
  left: -1px;
  height: 30px;
}

.qodef-minimal-search--opened .qodef-search-opener {
  opacity: 0;
}

.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  color: #405861;
  transition: color 0.2s ease-out;
}

.qodef-skin--light .qodef-search-opener > * {
  color: #fff;
}

.qodef-search-opener:hover > * {
  color: #405861;
}

.qodef-skin--light .qodef-search-opener:hover > * {
  color: #fff;
}

.qodef-search-opener:hover .qodef-search-opener-text:before {
  transform: scaleX(1);
}

.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}

.qodef-search-opener.qodef-source--icon-pack .qodef-icon-linear-icons {
  font-weight: 600;
}

.qodef-search-opener .qodef-search-opener-text {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 2.142857142857143em;
  margin-left: 8px;
  position: relative;
}

.qodef-search-opener .qodef-search-opener-text:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: -3px;
  height: 10px;
  width: calc(100% + 5px);
  background: rgba(133, 163, 179, 0.21);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
  width: calc(100% + 13px);
}

.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-accordion.qodef--init {
  visibility: visible;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 2px 10px 2px 5px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  cursor: pointer;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
  background-color: #000;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 1;
}

.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 16px 0 2px;
  margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}

.qodef-background-svg {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 1024px) {
  .qodef-background-svg.qodef-hidden--on-touch {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-hide-on-1280 .qodef-background-svg {
    display: none;
  }
}

.qodef-background-svg .qodef-m-svg {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-background-svg .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-svg-rotated .qodef-m-svg {
  transform: rotate(-13deg);
}

.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.qodef-banner .qodef-m-image img {
  display: block;
  width: 100%;
}

.qodef-banner .qodef-m-svg {
  width: 100%;
}

.qodef-banner .qodef-m-svg svg {
  display: block;
  width: 100%;
}

.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 33px 35px;
  display: flex;
}

.qodef-banner .qodef-m-content-inner {
  text-align: center;
}

.qodef-banner .qodef-m-title {
  margin: 0;
}

.qodef-banner .qodef-m-text {
  margin: 16px 0 0;
}

.qodef-banner .qodef-m-button {
  margin: 30px 0 0;
}

.qodef-banner .qodef-m-button .qodef-m-text {
  margin: 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content {
  align-items: flex-end;
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  width: 100%;
  padding: 55px 30px 54px;
  background-color: #fff;
}

.qodef-banner.qodef-layout--link-button .qodef-m-image img {
  transform: scale(1.03) translateX(-1px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
  transform: scale(1.03) translateX(5px);
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  padding: 55px 30px 54px;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-svg {
  position: absolute;
  display: inline-block;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-mark {
  position: absolute;
  display: inline-block;
  top: 20px;
  left: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
}

.qodef-banner.qodef-layout--simple .qodef-m-content {
  padding: 0;
}

.qodef-banner.qodef-layout--simple .qodef-m-content-inner {
  width: 100%;
  padding: 15px 0 66px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}

.qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-button,
.qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-title,
.qodef-banner.qodef-layout--simple .qodef-m-content-inner p.qodef-m-text {
  padding: 0 16%;
}

.qodef-banner.qodef-layout--simple .qodef-m-svg {
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin-top: auto;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-banner.qodef-layout--simple .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-banner.qodef-layout--simple .qodef-m-button {
  margin: 18px 0 0;
}

.qodef-banner.qodef-layout--simple
  .qodef-m-button
  .qodef-layout--textual
  .qodef-m-text {
  padding: 0;
}

.qodef-banner.qodef-layout--simple
  .qodef-m-button
  .qodef-layout--textual
  .qodef-m-text
  .qodef-m-strip {
  width: calc(100% + 32px);
  left: -6px;
}

.qodef-button.qodef-html--link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 10px 39px;
}

.qodef-button.qodef-size--small {
  padding: 6px 34px;
}

.qodef-button.qodef-size--large {
  padding: 10px 44px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: #92c5da;
  border: 1px solid transparent;
  margin: 5px 0;
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
  position: relative;
  z-index: 1;
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-background {
  color: #405861;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  -webkit-clip-path: inset(-1px 100% 0 0);
  clip-path: inset(-1px 100% 0 0);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-background {
  -webkit-clip-path: inset(-1px -1px -1px 0);
  clip-path: inset(-1px -1px -1px 0);
}

.qodef-button.qodef-layout--outlined {
  color: #405861;
  background-color: transparent;
  border: 1px solid #405861;
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
  position: relative;
  z-index: 1;
}

.qodef-button.qodef-layout--outlined .qodef-m-background {
  color: #85a3b3;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: currentColor;
  -webkit-clip-path: inset(-1px 100% 0 0);
  clip-path: inset(-1px 100% 0 0);
  transition: 0.5s cubic-bezier(0.39, 0.1, 0, 0.98);
}

.qodef-button.qodef-layout--outlined:hover {
  color: #fff;
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-background {
  -webkit-clip-path: inset(-1px -1px -1px 0);
  clip-path: inset(-1px -1px -1px 0);
}

.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #405861;
  background-color: transparent;
  border: 0;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 25px 0 4px;
  z-index: 1;
}

.qodef-button.qodef-layout--textual .qodef-m-text .qodef-m-strip {
  color: rgba(133, 163, 179, 0.21);
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  z-index: -1;
}

.qodef-button.qodef-layout--textual:hover .qodef-m-strip {
  animation: qodef-strip 0.8s cubic-bezier(0.37, -0.04, 0, 0.9) forwards;
}

.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched
  .qodef-m-inner {
  justify-content: space-between;
}

.qodef-call-to-action.qodef-layout--standard.qodef-style--centered
  .qodef-m-inner {
  justify-content: center;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}

.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto;
}

.qodef-cards-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}

.qodef-cards-gallery .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-cards-gallery img {
  position: relative;
  display: block;
  box-shadow: 3px 3px 16px 2px rgba(0, 0, 0, 0.03);
}

.qodef-cards-gallery .qodef-m-fake-card {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.qodef-cards-gallery .qodef-m-card {
  position: absolute;
  transition: all 0.15s ease;
}

.qodef-cards-gallery .qodef-m-card.qodef-animating {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
  transition: all 0.6s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
  left: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
  transform: translateX(-100%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
  transform: scale(0.5) translateX(80%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
  transform: scale(0.6) translateX(54%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
  transform: scale(0.7) translateX(35%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
  transform: scale(0.8) translateX(21%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
  transform: scale(0.9) translateX(9.2%);
}

.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-orientation--left
  .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-left: 10px !important;
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
  right: 0;
  will-change: transform;
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
  transform: translateX(100%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
  transform: scale(0.5) translateX(-80%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
  transform: scale(0.6) translateX(-54%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
  transform: scale(0.7) translateX(-35%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
  transform: scale(0.8) translateX(-21%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
  transform: scale(0.9) translateX(-9.2%);
}

.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}

.qodef-cards-gallery.qodef-orientation--right
  .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-right: 10px !important;
}

.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
  visibility: hidden;
}

@keyframes qodefCardAppearFromRight {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }

  30% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  img {
  animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(1)
  img:not(.qodef-animation-done) {
  animation-delay: 0.2s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(2)
  img:not(.qodef-animation-done) {
  animation-delay: 0.4s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(3)
  img:not(.qodef-animation-done) {
  animation-delay: 0.6s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(4)
  img:not(.qodef-animation-done) {
  animation-delay: 0.8s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(5)
  img:not(.qodef-animation-done) {
  animation-delay: 1s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(6)
  img:not(.qodef-animation-done) {
  animation-delay: 1.2s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(7)
  img:not(.qodef-animation-done) {
  animation-delay: 1.4s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(8)
  img:not(.qodef-animation-done) {
  animation-delay: 1.6s;
}

@keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  30% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  img {
  animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(1)
  img:not(.qodef-animation-done) {
  animation-delay: 0.2s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(2)
  img:not(.qodef-animation-done) {
  animation-delay: 0.4s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(3)
  img:not(.qodef-animation-done) {
  animation-delay: 0.6s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(4)
  img:not(.qodef-animation-done) {
  animation-delay: 0.8s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(5)
  img:not(.qodef-animation-done) {
  animation-delay: 1s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(6)
  img:not(.qodef-animation-done) {
  animation-delay: 1.2s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(7)
  img:not(.qodef-animation-done) {
  animation-delay: 1.4s;
}

.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(8)
  img:not(.qodef-animation-done) {
  animation-delay: 1.6s;
}

.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}

.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: Cormorant, serif;
  font-size: 120px;
  line-height: 0.62em;
  font-weight: 500;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 50px;
    margin: 0 0 35px 0;
  }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 0.29em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.qodef-counter.qodef-layout--simple {
  text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: Cormorant, serif;
  font-size: 120px;
  line-height: 0.62em;
  font-weight: 500;
  color: #405861;
}

@media only screen and (max-width: 1024px) {
  .qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-size: 50px;
  }
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}

.qodef-custom-font {
  position: relative;
  margin: 0;
}

.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 55px;
  line-height: 1.03636em;
  font-weight: inherit;
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 50px;
  }
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 35px;
  line-height: 1.05714em;
  font-weight: 500;
  color: #fff;
  background-color: #405861;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block;
}

.qodef-google-map .qodef-m-map img {
  max-width: none;
}

.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #405861;
}

.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
  display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 6px;
  float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 17px;
}

.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_reina_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_reina_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_reina_core_icon_list_item {
  margin-bottom: 0;
}

.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 13px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

.qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper a {
  display: block;
}

.qodef-icon-with-text.qodef--svg-icon .qodef-m-icon-wrapper svg {
  width: 100%;
}

.qodef-icon-with-text .qodef-m-svg {
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-icon-with-text .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 10px;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 19px;
}

.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}

.qodef-icon-holder a {
  display: block;
}

.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: #85a3b3;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: #405861;
}

.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_reina_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_reina_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_reina_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_reina_core_icon {
  margin-bottom: 0;
}

.qodef-image-gallery .swiper-slide img {
  border: 1px solid #ebf0f2;
}

.qodef-image-section-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-section-info .qodef-m-inner {
  display: flex;
  align-items: stretch;
}

.qodef-image-section-info .qodef-m-inner > * {
  position: relative;
}

.qodef-image-section-info .qodef-m-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qodef-image-section-info .qodef-m-title-image {
  display: flex;
}

.qodef-image-section-info .qodef-m-title-image img {
  display: block;
}

.qodef-image-section-info .qodef-m-title-image.qodef--right {
  justify-content: flex-end;
}

.qodef-image-section-info .qodef-m-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.qodef-image-section-info .qodef-m-content > .qodef-m-text {
  color: #818181;
}

.qodef-image-section-info .qodef-m-content ul {
  color: #879296;
}

.qodef-image-section-info .qodef-m-heading {
  position: relative;
}

.qodef-image-section-info .qodef-m-title {
  position: relative;
  margin: 0;
  z-index: 1;
}

.qodef-image-section-info .qodef-m-subtitle {
  position: absolute;
  bottom: calc(100% - 10px);
  left: -18px;
  margin: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 100%;
}

.qodef-image-section-info .qodef-m-text {
  position: relative;
  margin: 11px 0 0;
  z-index: 1;
}

.qodef-image-section-info .qodef-m-button {
  position: relative;
  margin: 45px 0 0;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .qodef-image-section-info .qodef-working-hours-list {
    width: 360px;
  }
}

.qodef-image-section-info.qodef--left .qodef-m-inner {
  flex-direction: row-reverse;
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear
  .qodef-m-image
  img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.45, 0.05, 0.15, 0.93) 0.1s;
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear
  .qodef-m-image:before {
  transform: scaleY(0.5);
  transition: transform 1s ease-out;
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear.qodef--appeared
  .qodef-m-image
  img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.qodef-image-section-info.qodef-layout--standard.qodef--has-appear.qodef--appeared
  .qodef-m-image:before {
  transform: scaleY(1);
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-inner {
  align-items: center;
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-image {
  width: 100%;
  flex-shrink: 0;
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
  position: absolute;
  width: 50%;
  right: 0;
  padding: 3.5% 15% 4% 4.78%;
  color: #fff;
  background-color: currentColor;
}

.qodef-image-section-info.qodef-layout--info-on-image
  .qodef-m-content
  > .qodef-m-text {
  margin: 22px 0 0;
  font-size: 19px;
  line-height: 1.842105263157895em;
  font-weight: 300;
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-svg {
  position: absolute;
  right: 0;
  bottom: 20px;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-image-section-info.qodef-layout--info-on-image .qodef-m-button {
  margin: 32px 0 0;
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef--left
  .qodef-m-content {
  left: 0;
  right: auto;
  padding: 3.5% 4.78% 4% 15%;
  text-align: right;
}

.qodef-image-section-info.qodef-layout--info-on-image.qodef--left .qodef-m-svg {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 1025px) {
  .qodef-image-section-info.qodef-layout--info-on-image.qodef--left
    .qodef-working-hours-list {
    margin-left: auto;
  }
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-inner {
  margin: 0 -45px;
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-inner > * {
  padding: 0 45px;
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-image {
  width: 57.3%;
  flex-shrink: 0;
  color: #f8f6f4;
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-image:before {
  content: "";
  position: absolute;
  top: -50px;
  right: calc(50px + 45px);
  height: calc(100% + 2 * 50px);
  width: 68.6%;
  background-color: currentColor;
  z-index: -1;
}

.qodef-image-section-info.qodef-layout--standard .qodef-m-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.qodef-image-section-info.qodef-layout--standard .qodef-working-hours-list {
  margin-top: 25px;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-content {
  width: calc(100% - 203px);
  padding: 0 103px;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-inner {
  color: #f8f6f4;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-inner:before {
  content: "";
  position: absolute;
  display: flex;
  top: -50px;
  right: 0;
  height: calc(100% + 100px);
  width: 81.5%;
  background-color: currentColor;
  z-index: -1;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-image {
  width: 53.98%;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-image-section-info.qodef-layout--with-svg .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-image-section-info.qodef-layout--with-svg.qodef--left
  .qodef-m-inner:before {
  right: auto;
  left: 0;
}

.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text.qodef--has-border img {
  border: 1px solid #ebf0f2;
  box-sizing: border-box;
}

.qodef-image-with-text .qodef-m-svg {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  stroke: #405861;
  fill: none;
  pointer-events: none;
  pointer-events: all;
  stroke: #b7b7b7;
  transition: all 0.2s ease-out;
}

.qodef-image-with-text .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-image-with-text .qodef-m-svg a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-tagline {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #85a3b3;
  display: block;
  transition: color 0.2s ease-out;
}

.qodef-image-with-text .qodef-m-title {
  margin: 22px 0 0;
}

.qodef-image-with-text .qodef-m-title a {
  color: inherit;
}

.qodef-image-with-text .qodef-m-text {
  margin: 12px 0 0;
}

.qodef-image-with-text:hover .qodef-m-tagline {
  color: #405861;
}

.qodef-image-with-text:hover .qodef-m-svg {
  stroke: #405861;
}

.qodef-image-with-text.qodef-alignment--center {
  text-align: center;
}

.qodef-image-with-text.qodef-alignment--center .qodef-m-image img,
.qodef-image-with-text.qodef-alignment--center .qodef-m-image svg,
.qodef-image-with-text.qodef-alignment--center .qodef-m-svg img,
.qodef-image-with-text.qodef-alignment--center .qodef-m-svg svg {
  margin: 0 auto;
}

.qodef-image-with-text.qodef-alignment--left {
  text-align: left;
}

.qodef-image-with-text.qodef-alignment--right {
  text-align: right;
}

.qodef-image-with-text.qodef-alignment--right .qodef-m-image img,
.qodef-image-with-text.qodef-alignment--right .qodef-m-image svg,
.qodef-image-with-text.qodef-alignment--right .qodef-m-svg img,
.qodef-image-with-text.qodef-alignment--right .qodef-m-svg svg {
  margin-left: auto;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons {
  color: #85a3b3;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  margin: 15px 0 0;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons a {
  color: inherit;
}

.qodef-image-with-text.qodef-with-bottom-buttons .qodef-bottom-buttons a:hover {
  color: #405861;
}

.qodef-image-with-text.qodef-with-bottom-buttons
  .qodef-bottom-buttons
  .qodef-bottom-buttons-separator {
  display: inline-block;
  position: relative;
  width: 2px;
  height: 10px;
  margin: 0 4px;
}

.qodef-image-with-text.qodef-with-bottom-buttons
  .qodef-bottom-buttons
  .qodef-bottom-buttons-separator:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.qodef-image-with-text.qodef-with-bottom-buttons:hover .qodef-bottom-buttons {
  opacity: 1;
  visibility: visible;
}

.qodef-image-with-text.qodef-with-bottom-buttons.qodef-alignment--center
  .qodef-button.qodef-layout--textual
  .qodef-m-text {
  margin-left: 21px;
}

.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 18px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(64, 88, 97, 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
  .qodef-m-background-text {
  top: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
  .qodef-m-background-text {
  top: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
  .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
  .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
  .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}

.qodef-preview-slider {
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.qodef-preview-slider.qodef-preview-slider-loaded {
  opacity: 1;
}

.qodef-preview-slider .qodef-ps-images-holder {
  max-width: 100%;
  display: block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-wrapper {
  margin: 0 60px 0 0;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 10;
  opacity: 0;
  will-change: transform;
  transform: translateY(50px);
  transition: transform 0.7s 0s, opacity 0.5s 0s;
}

.qodef-preview-slider
  .qodef-ps-images-holder
  .qodef-ps-tablet-holder.qodef-appeared {
  opacity: 1;
  transform: translateY(0);
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-holder > img {
  position: relative;
  z-index: 10;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-slider {
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 70px);
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: 0 0;
  overflow: hidden;
  z-index: 1;
}

.qodef-preview-slider
  .qodef-ps-images-holder
  .qodef-ps-tablet-slider
  .slick-track {
  margin-top: 0;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 5;
  opacity: 0;
  transform: translateY(50px);
  will-change: transform;
  transition: transform 0.7s 0s, opacity 0.5s 0s;
}

.qodef-preview-slider
  .qodef-ps-images-holder
  .qodef-ps-laptop-holder.qodef-appeared {
  opacity: 1;
  transform: translateY(0);
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-holder > img {
  position: relative;
  z-index: 5;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-slider {
  position: absolute;
  max-width: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 47px);
  top: 40px;
  left: 50%;
  background: 0 0;
  transform: translateX(-50%);
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-wrapper {
  margin: 0 19px 0 0;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-holder {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 20;
  opacity: 0;
  transform: translateY(50px);
  will-change: transform;
  transition: transform 0.7s 0s, opacity 0.5s 0s;
}

.qodef-preview-slider
  .qodef-ps-images-holder
  .qodef-ps-mobile-holder.qodef-appeared {
  opacity: 1;
  transform: translateY(0);
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-holder > img {
  position: relative;
  z-index: 10;
}

.qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-slider {
  position: absolute;
  max-width: 100%;
  width: calc(100% - 14px);
  height: calc(100% - 59px);
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}

.qodef-preview-slider
  .qodef-ps-images-holder
  .qodef-ps-mobile-slider
  .slick-list {
  top: -2px;
}

.qodef-preview-slider .qodef-ps-images-holder img {
  vertical-align: middle;
}

.qodef-preview-slider .qodef-ps-images-holder img.slick-slide {
  border: none;
}

.qodef-preview-slider .qodef-ps-images-holder-inner {
  display: flex;
  vertical-align: middle;
  position: relative;
  align-items: flex-end;
}

.qodef-preview-slider .qodef-slick-dots-with-number {
  margin: 47px 0;
}

.qodef-preview-slider .qodef-slick-dots-with-number li {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 39px;
  margin-right: 8px;
  box-sizing: border-box;
  border-radius: 43px;
  border: 2px solid #d1d1d1;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #acacac;
  transition: background-color 0.25s ease-out, border-color 0.25s ease-out,
    color 0.25s ease-out;
  cursor: pointer;
}

.qodef-preview-slider .qodef-slick-dots-with-number li .qodef-slick-dot-number {
  display: block;
}

.qodef-preview-slider .qodef-slick-dots-with-number li.slick-active,
.qodef-preview-slider .qodef-slick-dots-with-number li:hover {
  background-color: #1c1e1f;
  border-color: #1c1e1f;
  color: #e9dfdf;
}

.qodef-preview-slider.qodef-position--center .qodef-ps-images-holder-inner {
  justify-content: center;
}

.qodef-preview-slider.qodef-position--left .qodef-ps-images-holder-inner {
  justify-content: flex-start;
}

.qodef-preview-slider.qodef-position--right .qodef-ps-images-holder-inner {
  justify-content: flex-end;
}

.qodef-preview-slider.qodef-initially-hide--phone .qodef-ps-mobile-holder {
  display: none;
}

.qodef-preview-slider.qodef-initially-hide--tablet .qodef-ps-tablet-holder {
  display: none;
}

.qodef-preview-slider.qodef-initially-hide--laptop .qodef-ps-laptop-holder {
  display: none;
}

.qodef-preview-slider ul.slick-dots {
  position: relative;
  display: block;
  margin: 50px 0 0;
  text-align: center;
}

.qodef-preview-slider ul.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.qodef-preview-slider ul.slick-dots li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  top: 50%;
  left: 50%;
  background-color: #405861;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease-out, backgroundColor 0.25s ease-out;
}

.qodef-preview-slider ul.slick-dots li.slick-active:before,
.qodef-preview-slider ul.slick-dots li:hover:before {
  background-color: #85a3b3;
  transform: translate(-50%, -50%) scale(2);
}

.qodef-preview-slider ul.slick-dots button {
  display: none;
}

.qodef-pricing-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-pricing-list .qodef-m-items {
  position: relative;
  display: flex;
  flex-direction: column;
}

.qodef-pricing-list .qodef-m-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 38px;
}

.qodef-pricing-list .qodef-m-item:last-child {
  margin-bottom: 0;
}

.qodef-pricing-list .qodef-e-image {
  flex-shrink: 0;
  max-width: 62px;
  margin-right: 14px;
}

.qodef-pricing-list .qodef-e-image img {
  display: block;
}

.qodef-pricing-list .qodef-e-svg {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 70px;
  margin-right: 15px;
  flex-shrink: 0;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-pricing-list .qodef-e-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-pricing-list .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-pricing-list .qodef-e-heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.qodef-pricing-list .qodef-e-heading > * {
  line-height: inherit;
}

.qodef-pricing-list .qodef-e-title {
  margin: 0;
  flex-shrink: 0;
}

.qodef-pricing-list .qodef-e-line {
  display: block;
  margin: 0 4px 5px;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #d1d1d1;
}

.qodef-pricing-list .qodef-e-text {
  margin: 2px 0 0;
}

.qodef-pricing-list .qodef-e-price {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
}

.qodef-pricing-list .qodef-e-price-label {
  margin-top: 10px;
  margin-right: 9px;
  color: #879296;
}

.qodef-pricing-list .qodef-e-price-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  color: #405861;
}

.qodef-pricing-list.qodef--light .qodef-e-price-value,
.qodef-pricing-list.qodef--light .qodef-e-title {
  color: #fff;
}

.qodef-pricing-list.qodef--light .qodef-e-line {
  background-color: rgba(255, 255, 255, 0.1);
}

.qodef-pricing-list.qodef--light .qodef-e-price-label,
.qodef-pricing-list.qodef--light .qodef-e-text {
  color: #bcbcbc;
}

.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid #85a3b3;
  text-align: center;
}

.qodef-pricing-table .qodef-m-inner {
  padding: 66px 30px 46px;
}

.qodef-pricing-table .qodef-m-featured-title {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  color: #85a3b3;
}

.qodef-pricing-table .qodef-m-title {
  margin: 0;
}

.qodef-pricing-table .qodef-m-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.8;
}

.qodef-pricing-table .qodef-m-price > * {
  margin: 0;
  line-height: inherit;
}

.qodef-pricing-table .qodef-m-price-value {
  display: inline-flex;
  align-items: flex-end;
  padding-left: 15%;
  color: #dcac50;
  font-size: 80px;
}

.qodef-pricing-table .qodef-m-price-currency {
  position: relative;
  top: -3px;
  font-size: 45px;
}

.qodef-pricing-table .qodef-m-price-period {
  padding: 20px 0 0 5px;
}

.qodef-pricing-table .qodef-m-content {
  margin: 53px 0 0;
}

.qodef-pricing-table .qodef-m-content p {
  margin: 4px 0;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  margin-bottom: 3px;
}

.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}

.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 52px 0 0;
}

.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}

.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}

.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}

.qodef-progress-bar.qodef--init {
  visibility: visible;
}

.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 25px;
  line-height: 1.08em;
  font-weight: 500;
}

.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}

.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}

.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}

.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}

.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating
  .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}

.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title .qodef-m-heading {
  position: relative;
}

.qodef-section-title .qodef-m-title {
  margin: 0;
}

.qodef-section-title .qodef-m-subtitle {
  position: absolute;
  bottom: 85%;
  left: -18px;
  margin: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 100%;
}

.qodef-section-title > .qodef-m-text {
  margin: 25px 0 0;
  font-size: 19px;
  line-height: 1.842105263157895em;
  font-weight: 300;
}

.qodef-section-title .qodef-m-button {
  margin: 45px 0 0;
}

.qodef-section-title .qodef-m-button .qodef-m-text {
  margin: 0;
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

/* .qodef-section-title.qodef-alignment--center {
  text-align: center;
} */

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.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 #d1d1d1;
}

.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_reina_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_reina_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_reina_core_separator {
  margin-bottom: 0;
}

.qodef-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-single-image .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-single-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-single-image img {
  display: block;
  z-index: 100;
  position: relative;
}

.qodef-single-image .qodef-m-svg {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 0;
  stroke: #405861;
  fill: none;
  pointer-events: none;
}

.qodef-single-image .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.qodef-single-image .qodef-m-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-stacked-images {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-stacked-images .qodef-m-images {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack {
  position: absolute;
  display: block;
  bottom: -100%;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.qodef-stack--left.qodef-stacked-images .qodef-m-images {
  margin: 0 0 0 30%;
}

.qodef-stack--right.qodef-stacked-images .qodef-m-images {
  margin: 0 30% 0 0;
}

.qodef-stack--bottom.qodef-stacked-images .qodef-m-images {
  padding: 0 0 75px;
}

.qodef-stacked-images .qodef-m-images.qodef--appeared {
  opacity: 1;
}

.qodef-stack--left.qodef-stacked-images
  .qodef-m-images.qodef--appeared
  .qodef-e-image.qodef--stack {
  bottom: 70px;
  left: 0;
  transform: translate(-50%, 0);
}

.qodef-stack--right.qodef-stacked-images
  .qodef-m-images.qodef--appeared
  .qodef-e-image.qodef--stack {
  bottom: 70px;
  right: 0;
  transform: translate(50%, 0);
}

.qodef-stack--bottom.qodef-stacked-images
  .qodef-m-images.qodef--appeared
  .qodef-e-image.qodef--stack {
  bottom: 0;
  right: 15%;
  max-width: 40%;
}

.qodef-swapping-image-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.qodef-swapping-image-gallery .qodef-m-info {
  flex-grow: 1;
  flex-basis: 0;
}

.qodef-swapping-image-gallery .qodef-m-image-holder {
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
  box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
}

.qodef-swapping-image-gallery .qodef-m-info {
  padding-top: 60px;
}

.qodef-swapping-image-gallery .qodef-m-headline {
  margin: 0 0 60px;
}

.qodef-swapping-image-gallery .qodef-m-title {
  margin: 0 0 24px;
}

.qodef-swapping-image-gallery .qodef-m-description {
  margin: 0;
}

.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .swiper-pagination-custom {
  width: auto;
}

.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  font-size: 0;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.3s ease-out;
}

.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .qodef-m-thumbnail
  img {
  display: block;
}

.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .qodef-m-thumbnail.qodef--active {
  opacity: 1;
}

.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
  padding-left: 120px;
}

.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
  padding-right: 120px;
}

.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}

.qodef-tabs.qodef--init {
  visibility: visible;
}

.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d1d1d1;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 9% 0 0;
  padding: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 19px;
  line-height: 1.21053em;
  font-weight: 500;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.39, 0.1, 0, 0.98);
  transform-origin: left;
  transform: scaleX(0);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,
.qodef-tabs.qodef-layout--simple
  .qodef-tabs-navigation
  li.ui-state-active
  a:after,
.qodef-tabs.qodef-layout--simple
  .qodef-tabs-navigation
  li.ui-state-hover
  a:after {
  transform: scaleX(1);
}

@media only screen and (max-width: 1024px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    width: 100%;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin-right: 5%;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 10px 22px;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-right: 0;
  }
}

@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 {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding: 10px 0 15px;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
    border-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 #d1d1d1;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li {
  width: 100%;
  margin-bottom: 26px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li:last-child {
  margin-bottom: 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li
  a {
  display: inline-block;
  width: auto;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-content {
  margin-top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}

.qodef-team {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-team .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-team .qodef-m-image a,
.qodef-team .qodef-m-image img {
  display: block;
}

.qodef-team .qodef-m-svg {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-team .qodef-m-svg a,
.qodef-team .qodef-m-svg svg {
  display: block;
}

.qodef-team .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-team .qodef-m-title {
  margin: 22px 0 0;
}

.qodef-team .qodef-m-text {
  margin: 11px 0 0;
}

.qodef-team .qodef-m-icons {
  margin: 15px 0 0;
}

.qodef-team .qodef-m-icons a {
  margin-right: 15px;
  font-size: 16px;
}

.qodef-team .qodef-m-icons a:last-child {
  margin: 0;
}

.qodef-team.qodef-alignment--center {
  text-align: center;
}

.qodef-team.qodef-alignment--center .qodef-m-image img,
.qodef-team.qodef-alignment--center .qodef-m-image svg,
.qodef-team.qodef-alignment--center .qodef-m-svg img,
.qodef-team.qodef-alignment--center .qodef-m-svg svg {
  margin: 0 auto;
}

.qodef-team.qodef-alignment--left {
  text-align: left;
}

.qodef-team.qodef-alignment--right {
  text-align: right;
}

.qodef-team.qodef-alignment--right .qodef-m-image img,
.qodef-team.qodef-alignment--right .qodef-m-image svg,
.qodef-team.qodef-alignment--right .qodef-m-svg img,
.qodef-team.qodef-alignment--right .qodef-m-svg svg {
  margin-left: auto;
}

.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #405861;
  line-height: 1;
}

.qodef-video-button .qodef-m-play svg {
  fill: transparent;
  stroke-width: 0.9px;
  stroke: currentColor;
  overflow: visible;
}

.qodef-video-button .qodef-m-play svg path {
  fill: currentColor;
}

.qodef-video-button .qodef-m-play svg circle {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  will-change: transform;
  transform: scale(1);
}

.qodef-video-button .qodef-m-play:hover svg circle {
  transform: scale(1.15);
}

#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 52px 75px 35px;
  text-align: center;
  background-color: #000;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.qodef-side-area--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-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

#qodef-side-area #qodef-side-area-image svg {
  width: 100%;
  bottom: 0;
  height: auto;
  display: block;
}

#qodef-side-area .qodef-working-hours-list .qodef-e-day:after {
  content: ":";
}

#qodef-side-area-close {
  position: absolute;
  top: 77px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
  font-size: 18px;
}

.admin-bar #qodef-side-area-close {
  top: 65px;
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 13px;
  transform: rotate(45deg);
}

#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 13px;
  transform: rotate(-45deg);
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}

.qodef-side-area-opener svg {
  position: relative;
  top: -2px;
}

.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share .qodef-social-title {
  margin: 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: 15px;
}

.qodef-social-share li a:hover {
  color: #405861;
}

.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 #d1d1d1;
}

.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: #818181;
  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: 22px;
}

.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: #85a3b3;
  background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: "";
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

@keyframes qodef-text-fade {
  0% {
    opacity: 0;
  }

  50%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes qodef-path-fade {
  0%,
  1% {
    opacity: 0;
  }

  7%,
  88% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes qodef-path-draw-1 {
  0% {
    stroke-dashoffset: 100;
  }

  100%,
  25% {
    stroke-dashoffset: 0;
  }
}

@keyframes qodef-path-draw-2 {
  0%,
  12% {
    stroke-dashoffset: 100;
  }

  100%,
  32% {
    stroke-dashoffset: 0;
  }
}

@keyframes qodef-path-draw-3 {
  0%,
  24% {
    stroke-dashoffset: 100;
  }

  100%,
  43% {
    stroke-dashoffset: 0;
  }
}

@keyframes qodef-path-draw-4 {
  0%,
  34% {
    stroke-dashoffset: 100;
  }

  100%,
  55% {
    stroke-dashoffset: 0;
  }
}

@keyframes qodef-path-draw-5 {
  0%,
  47% {
    stroke-dashoffset: 100;
  }

  100%,
  76% {
    stroke-dashoffset: 0;
  }
}

@keyframes qodef-path-draw-6 {
  0%,
  61% {
    stroke-dashoffset: 100;
  }

  100%,
  90% {
    stroke-dashoffset: 0;
  }
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  color: #405861;
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate {
  opacity: 1;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg {
  opacity: 0;
  animation: qodef-path-fade 3.5s cubic-bezier(0.39, 0.58, 0.57, 1) 0s infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-1 {
  animation: qodef-path-draw-1 3.5s cubic-bezier(0.51, 0.82, 0.57, 1) 0s
    infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-2 {
  animation: qodef-path-draw-2 3.5s cubic-bezier(0.51, 0.82, 0.57, 1) 0s
    infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-3 {
  animation: qodef-path-draw-3 3.5s cubic-bezier(0.51, 0.82, 0.57, 1) 0s
    infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-4 {
  animation: qodef-path-draw-4 3.5s cubic-bezier(0.51, 0.82, 0.57, 1) 0s
    infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-5 {
  animation: qodef-path-draw-5 3.5s cubic-bezier(0.51, 0.82, 0.57, 1) 0s
    infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined.qodef-spinner-animate
  svg
  .qodef-path-6 {
  animation: qodef-path-draw-6 3.5s cubic-bezier(0.27, 0.7, 0.57, 1) 0s infinite;
}

#qodef-page-spinner.qodef-layout--predefined-svg .qodef-m-predefined svg {
  width: 119px;
  fill: none;
  stroke: currentColor;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-shape {
  stroke-width: 4;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  #qodefmask1,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  #qodefmask2,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  #qodefmask3,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  #qodefmask4,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  #qodefmask5 {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.3;
  stroke-miterlimit: 10;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-1,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-2,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-3,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-4,
#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-5 {
  stroke-dasharray: 100;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  svg
  .qodef-path-6 {
  stroke-dasharray: 100;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  .qodef-loading-text {
  display: inline-flex;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.01em;
  color: #405861;
  font-size: 35px;
  line-height: 1.05714em;
  font-weight: 500;
  color: currentColor;
  margin-top: 5px;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  .qodef-e-character {
  opacity: 0;
}

#qodef-page-spinner.qodef-layout--predefined-svg
  .qodef-m-predefined
  .qodef-loading-tagline {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.285714285714286em;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #85a3b3;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 7px;
  opacity: 0;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: 0.5s;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s 0.3s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #85a3b3;
  width: 0;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}

#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}

.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}

.qodef-page-title.qodef-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-svg {
  stroke: #405861;
  fill: none;
  pointer-events: none;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  will-change: transform;
  z-index: 1;
}

.qodef-page-title .qodef-m-svg svg {
  display: block;
  width: 100%;
  stroke: inherit;
  fill: inherit;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.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-size: 14px;
  line-height: 25px;
  color: #879296;
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
  color: #405861;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: "/";
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
    margin-top: 5px;
  }
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

.widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget {
  margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}

.qodef-social-icons-group .qodef-icon-holder {
  font-size: 16px;
  margin-left: 17px;
}

.qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

.widget.widget_reina_core_social_icons_group .qodef-icon-holder a {
  color: #405861;
  transition: color 0.2s ease-out;
}

.widget.widget_reina_core_social_icons_group .qodef-icon-holder a:hover {
  color: #85a3b3;
}

.widget.widget_reina_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle {
  background-color: #405861;
}

.widget.widget_reina_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle
  a {
  color: #fff;
}

.widget.widget_reina_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle:hover {
  background-color: #85a3b3;
}

.qodef-footer--dark
  #qodef-page-footer
  .widget.widget_reina_core_social_icons_group
  .qodef-icon-holder
  a {
  color: #818181 !important;
  transition: color 0.2s ease-out;
}

.qodef-footer--dark
  #qodef-page-footer
  .widget.widget_reina_core_social_icons_group
  .qodef-icon-holder
  a:hover {
  color: #fff !important;
}

.qodef-footer--dark
  #qodef-page-footer
  .widget.widget_reina_core_social_icons_group
  .qodef-icon-holder.qodef-layout--circle
  a {
  color: #fff;
}

.widget_reina_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: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.qodef-working-hours-list .qodef-working-hours-item > * {
  margin: 0;
  font-size: 18px;
}

#qodef-side-area .qodef-working-hours-list .qodef-working-hours-item > * {
  font-size: 14px;
}

.qodef-working-hours-list .qodef-working-hours-item:last-child {
  margin-bottom: 0;
}

.qodef-working-hours-list
  .qodef-working-hours-item:last-child
  .qodef-e-day:after {
  content: ": *";
}

.qodef-working-hours-list .qodef-e-day {
  margin-right: 5px;
}

.qodef-working-hours-list .qodef-e-day:after {
  content: ":";
}

.qodef-working-hours-list .qodef-e-time.qodef--closed {
  color: #85a3b3;
}

#qodef-page-footer .qodef-working-hours-list .qodef-working-hours-item {
  margin-bottom: 18px;
  vertical-align: top;
  margin-top: -8px;
}

#qodef-page-footer .qodef-working-hours-list .qodef-working-hours-item > * {
  font-size: 14px;
  color: #818181;
}

@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1)
    .qodef-blog-item:not(:last-child) {
    margin: 0 0 80px 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-blog--compact .qodef--single {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-blog--compact .qodef--single {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }

  #qodef-author-info .qodef-m-content {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-instagram-list .qodef-m-label {
    margin-bottom: 15px;
    transform: unset;
    left: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }

  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(2n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(3n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(4n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(5n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(6n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(7n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }

  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item:nth-child(8n + 1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    #ctf
    .ctf-tweets
    > .ctf-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }

  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -25px;
  }

  .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets > .ctf-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-banner.qodef-layout--link-overlay
    .qodef-woo-product-content-inner {
    right: 25px;
    left: auto !important;
  }

  .qodef-woo-product-banner .qodef-woo-product-tagline {
    text-align: right;
  }

  .qodef-woo-product-banner .qodef-woo-product-tagline,
  .qodef-woo-product-banner .qodef-woo-product-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1600px) {
  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-slide
    .qodef-e-text {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-masonry-gallery-list .qodef-testimonials-list {
    margin-top: 0;
  }

  .qodef-masonry-gallery-list .qodef-testimonials-list svg {
    width: 100px;
  }

  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-pagination-bullets {
    bottom: 131px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-masonry-gallery-list .qodef-testimonials-list {
    margin-top: 0;
  }

  .qodef-masonry-gallery-list .qodef-testimonials-list .qodef-m-icon {
    margin-bottom: 6px;
  }

  .qodef-masonry-gallery-list .qodef-testimonials-list svg {
    width: 80px;
  }

  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-pagination-bullets {
    bottom: 107px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-pagination-bullets {
    bottom: 182px !important;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-masonry-gallery-list .qodef-testimonials-list svg {
    width: 100px;
  }

  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-pagination-bullets {
    bottom: 132px !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-masonry-gallery-list .qodef-testimonials-list svg {
    display: none;
  }

  .qodef-masonry-gallery-list
    .qodef-testimonials-list
    .swiper-pagination-bullets {
    bottom: 62px !important;
  }
}

@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: 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: 1024px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 55px 20% 54px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 39px 20px;
  }

  .qodef-banner.qodef-layout--link-button .qodef-m-button,
  .qodef-banner.qodef-layout--link-button .qodef-m-text {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner {
    padding: 15px 0 25px;
  }

  .qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-button,
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-title,
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner p.qodef-m-text {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner {
    padding: 39px 0;
  }

  .qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-button,
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner .qodef-m-title,
  .qodef-banner.qodef-layout--simple .qodef-m-content-inner p.qodef-m-text {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }

  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-cards-gallery .qodef-m-fake-card {
    transform: scale(0.8);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform: scale(0.8);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(0.3) translateX(84%);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(0.4) translateX(60%);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(0.5) translateX(39%);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(0.6) translateX(25%);
  }

  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(0.7) translateX(11.2%);
  }

  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform: scale(0.8);
  }

  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%);
  }

  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(6) {
    transform: scale(0.3) translateX(-84%);
  }

  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(5) {
    transform: scale(0.4) translateX(-60%);
  }

  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(4) {
    transform: scale(0.5) translateX(-39%);
  }

  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(3) {
    transform: scale(0.6) translateX(-25%);
  }

  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(2) {
    transform: scale(0.7) translateX(-11.2%);
  }
}

@media only screen and (max-width: 768px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-section-info .qodef-m-inner {
    flex-direction: column;
    margin: 0;
  }

  .qodef-image-section-info .qodef-m-inner > * {
    width: 100%;
  }

  .qodef-image-section-info .qodef-m-image img {
    height: auto;
  }

  .qodef-image-section-info .qodef-m-title {
    margin: 0;
  }

  .qodef-image-section-info .qodef-m-title-image.qodef--right {
    justify-content: flex-start;
  }

  .qodef-image-section-info .qodef-m-content {
    padding: 40px;
  }

  .qodef-image-section-info .qodef-m-subtitle {
    left: -9px;
    padding: 0;
  }

  .qodef-image-section-info.qodef--left .qodef-m-inner,
  .qodef-image-section-info.qodef--right .qodef-m-inner {
    flex-direction: column;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-image-section-info .qodef-m-title-image img {
    margin-top: 15px;
  }

  .qodef-image-section-info .qodef-m-subtitle {
    bottom: unset;
    left: 0;
    margin-top: 5px;
    transform: none;
  }

  .qodef-image-section-info .qodef-m-title {
    margin-top: 25px;
  }

  .qodef-image-section-info .qodef-m-svg {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-inner {
    justify-content: center;
  }

  .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-svg {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
    padding: 6% 4.78%;
  }

  .qodef-image-section-info.qodef-layout--info-on-image.qodef--left
    .qodef-m-content {
    padding: 5% 4.78%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 67px 32px 90px;
  }

  .qodef-image-section-info.qodef-layout--info-on-image
    .qodef-m-title-image
    img {
    position: relative;
    margin-bottom: 20px;
  }

  .qodef-image-section-info.qodef-layout--info-on-image.qodef--left
    .qodef-m-content {
    text-align: left;
    padding: 67px 32px 90px;
  }

  .qodef-image-section-info.qodef-layout--info-on-image.qodef--left
    .qodef-m-inner {
    flex-direction: column;
  }

  .qodef-image-section-info.qodef-layout--info-on-image.qodef--left
    .qodef-m-svg {
    right: 0;
    left: auto;
  }

  .qodef-image-section-info.qodef-layout--info-on-image .qodef-m-title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-section-info.qodef-layout--standard .qodef-m-content {
    padding: 133px 45px 45px 45px;
  }

  .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-image-section-info.qodef-layout--standard .qodef-m-inner {
    margin: 0;
  }

  .qodef-image-section-info.qodef-layout--standard .qodef-m-image {
    padding: 0;
  }

  .qodef-image-section-info.qodef-layout--standard .qodef-m-image:before {
    right: calc(50% - 34.3%);
  }

  .qodef-image-section-info.qodef-layout--standard .qodef-m-content {
    padding: 127px 0 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-image-section-info.qodef-layout--with-svg .qodef-m-content {
    width: 100%;
    padding: 0 50px;
    margin-top: 26px;
  }

  .qodef-image-section-info.qodef-layout--with-svg .qodef-m-inner:before {
    width: 100%;
    height: calc(100% + 50px);
    top: 0;
  }

  .qodef-image-section-info.qodef-layout--with-svg .qodef-m-image {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-image-section-info.qodef-layout--with-svg .qodef-m-content {
    padding: 0 7% 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1680px) {
  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-mobile-wrapper,
  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-tablet-wrapper {
    transform: scale(0.8);
    will-change: transform;
  }

  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-mobile-wrapper {
    margin: 0 -10% 25.3% 0 !important;
  }

  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-laptop-wrapper {
    margin: 0 0 13% 0 !important;
    transform: scale(0.7);
    will-change: transform;
  }

  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-tablet-wrapper {
    margin: 0 0 18% -11% !important;
  }
}

@media only screen and (max-width: 1024px) {
  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-laptop-holder,
  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-mobile-holder,
  rs-slides
    .qodef-preview-slider
    .qodef-ps-images-holder
    .qodef-ps-tablet-holder {
    transform: scale(0.3) !important;
    will-change: transform;
  }

  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--laptop
    .qodef-ps-images-holder
    .qodef-ps-laptop-holder {
    transform: scale(0.7) !important;
  }

  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--tablet
    .qodef-ps-images-holder
    .qodef-ps-tablet-holder {
    transform: scale(0.8) !important;
  }

  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--mobile
    .qodef-ps-images-holder
    .qodef-ps-mobile-holder {
    transform: scale(1) !important;
  }

  .qodef-preview-slider .qodef-ps-text-holder.right {
    padding: 0;
  }

  .qodef-preview-slider .qodef-ps-images-holder-inner {
    justify-content: center !important;
  }

  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-laptop-wrapper,
  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-mobile-wrapper,
  .qodef-preview-slider .qodef-ps-images-holder .qodef-ps-tablet-wrapper {
    margin: 0 !important;
  }

  .qodef-preview-slider.qodef-show-on-tablet--laptop
    .qodef-ps-images-holder-inner
    .qodef-ps-mobile-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--laptop
    .qodef-ps-images-holder-inner
    .qodef-ps-tablet-wrapper {
    display: none;
  }

  .qodef-preview-slider.qodef-show-on-tablet--laptop.qodef-initially-hide--laptop
    .qodef-ps-images-holder-inner
    .qodef-ps-laptop-wrapper {
    display: inline-block;
  }

  .qodef-preview-slider.qodef-show-on-tablet--tablet
    .qodef-ps-images-holder-inner
    .qodef-ps-laptop-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--tablet
    .qodef-ps-images-holder-inner
    .qodef-ps-mobile-wrapper {
    display: none;
  }

  .qodef-preview-slider.qodef-show-on-tablet--tablet.qodef-initially-hide--tablet
    .qodef-ps-images-holder-inner
    .qodef-ps-tablet-wrapper {
    display: inline-block;
  }

  .qodef-preview-slider.qodef-show-on-tablet--phone
    .qodef-ps-images-holder-inner
    .qodef-ps-laptop-wrapper,
  .qodef-preview-slider.qodef-show-on-tablet--phone
    .qodef-ps-images-holder-inner
    .qodef-ps-tablet-wrapper {
    display: none;
  }

  .qodef-preview-slider.qodef-show-on-tablet--phone.qodef-initially-hide--phone
    .qodef-ps-images-holder-inner
    .qodef-ps-mobile-wrapper {
    display: inline-block;
  }
}

@media only screen and (max-width: 680px) {
  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--laptop
    .qodef-ps-images-holder
    .qodef-ps-laptop-holder {
    transform: scale(0.5) !important;
  }

  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--tablet
    .qodef-ps-images-holder
    .qodef-ps-tablet-holder {
    transform: scale(0.7) !important;
  }
}

@media only screen and (max-width: 680px) {
  rs-slides
    .qodef-preview-slider.qodef-show-on-tablet--laptop
    .qodef-ps-images-holder
    .qodef-ps-laptop-holder {
    transform: scale(0.32) !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-pricing-list .qodef-m-item {
    flex-wrap: wrap;
  }

  .qodef-pricing-list .qodef-e-image {
    margin-bottom: 14px;
  }
}

@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-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-section-title .qodef-m-subtitle {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 60px;
  }

  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 60px;
  }

  .qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 30px;
  }

  .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
    margin: 0 0 30px;
  }

  .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-swapping-image-gallery {
    display: block;
  }

  .qodef-swapping-image-gallery .qodef-m-image-holder,
  .qodef-swapping-image-gallery .qodef-m-info {
    flex-basis: auto;
  }

  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 0;
  }

  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }

  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-content {
    margin-top: 26px;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }

  .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;
  }
}

.qodef-separator .qodef-m-line {
  border-bottom: none;
}
