@charset "UTF-8";
/*!
Theme Name: Instashow.app
Author: Anonymous
Author URI:
Version: 1
Description: Instashow.app theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: instashowapp
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
 
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
 
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
 
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
 font-family: "Poppins", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #4A4948;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.85;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 35px 15px;
}
@media (min-width: 768px) {
  .fancybox-slide--html {
    padding-block: 80px;
  }
}
@media (min-width: 1024px) {
  .fancybox-slide--html {
    padding-block: 110px;
  }
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

 

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

 
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* custom number input styles */
.jcf-number {
  display: inline-block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #777;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  width: 20px;
  height: 15px;
  right: 5px;
  top: 1px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    right: 24px;
  }
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px;
}

.jcf-number .jcf-btn-dec:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.096' height='8.608' viewBox='0 0 15.096 8.608'%3E%3Cpath id='Path_8443' data-name='Path 8443' d='M1123.212-9755.261l7.018-7.018,7.018,7.018' transform='translate(1137.778 -9754.73) rotate(180)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.096' height='8.608' viewBox='0 0 15.096 8.608'%3E%3Cpath id='Path_8442' data-name='Path 8442' d='M1123.212-9755.261l7.018-7.018,7.018,7.018' transform='translate(-1122.682 9763.339)' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  /* opacity: 0.3; */
}

.jcf-disabled {
  opacity: 1;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

ul,
ol,
dl,
p,
h1,
.section-account h2,
h2,
.section-reviews .huflDf,
h3,
.single-post h2,
.single-post-container h2,
h4,
.woocommerce-MyAccount-content header.woocommerce-Address-title h3,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2,
.single-post .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
form.checkout h3,
form.checkout .single-post h2,
.single-post form.checkout h2,
form.checkout .single-post-container h2,
.single-post-container form.checkout h2,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 15px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  width: 100%;
  margin: 8px 0;
  border-radius: 4px;
  border-spacing: 0;
  border-collapse: collapse;
  word-break: break-all;
}

td,
th {
  padding: 8px;
  border: 1px solid #4a4948;
  border-right: 0;
  border-left: 0;
  text-align: left;
}

td:first-of-type,
th:first-of-type {
  border-left: 1px solid #4a4948;
}

td:last-of-type,
th:last-of-type {
  border-right: 1px solid #4a4948;
}

th {
  background-color: #f8f9fa;
  font-size: smaller;
  font-weight: 600;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

.navigation-single, .nav-links,
.navigation,
.navigation-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.navigation-single .next a,
.navigation-single .prev a, .nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  background: transparent;
  color: #000; 
  font-size: 16px;
  line-height: 1.2;
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover, .nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B8519E), to(#D63F94));
  background: linear-gradient(90deg, #B8519E 0%, #D63F94 100%);
  color: #fff;
}

:root {
  --wp--style--global--content-size: 1405px;
}

.wp-block-group__inner-container {
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 768px) {
  [id=twocolumns] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[id=content] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=content] {
    width: 70%;
  }
}
[id=content]:only-child {
  width: 100%;
}

[id=sidebar] {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  [id=sidebar] {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  [id=sidebar] .search-form input,
  [id=sidebar] .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type=submit],
.post-password-form input[type=submit] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  width: 100%;
  position: relative;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}
.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  max-width: 49%;
}
@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }
  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: "»";
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: "«";
  }
}

.navigation-single {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.navigation-single .next,
.navigation-single .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  max-width: 49%;
  border: 0;
}
.navigation-single .next a,
.navigation-single .prev a {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block; 
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }
  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: "»";
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: "«";
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type=submit],
.comment-form textarea[type=submit] {
  display: block;
  width: auto;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 2px solid #D63F94;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
 
blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #000;
  background: #fff;
 
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  body {
    font-size: 24px;
    line-height: 1.2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.products, .section-pricing .list-pricing .price-list-params, .features-info-list, .scroll-text ul:not([class]), .section-desk .up-list, .block-app ul, .footer-contact, [id=footer] .footer-nav__list, .drop ul, .nav-menu-new, .tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-post-image-inner img, .testimonial-image-inner img, .video-box-inner iframe, .card .card-head img, .video-stretch video, .bg-stretch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clearfix:after, dl:after, .widget:after, .search-form:after,
.post-password-form:after, .search-form p:after,
.post-password-form p:after {
  content: "";
  display: block;
  clear: both;
}
 
mark {
  background: transparent;
  color: var(--secondary-blue);
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea,
select {
  
}
@media (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  textarea,
  select {
    font-size: 15px;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #000;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder,
select.placeholder {
  color: #000;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

form button,
form input[type=button],
form input[type=file],
form input[type=submit] {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 16px;
}
@media (min-width: 768px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 25px;
  }
}
@media (min-width: 1024px) {
  body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 30px;
  }
}
 
body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  border: none;
  font-size: 12px;
  color: #F85951;
  padding: 0;
  background: transparent;
  font-weight: 500;
  margin: 0;
  -moz-text-align-last: left;
       text-align-last: left;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #F85951;
  color: #F85951;
  border-width: 0 0 1px;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-webkit-input-placeholder {
  color: #F85951;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-moz-placeholder {
  opacity: 1;
  color: #F85951;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:-moz-placeholder {
  color: #F85951;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:-ms-input-placeholder {
  color: #F85951;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true].placeholder {
  color: #F85951;
}
body .gform_confirmation_message_1.gform_confirmation_message,
body .gform_confirmation_message_2.gform_confirmation_message {
  font-size: 16px;
  color: green;
  text-align: center;
}
@media (min-width: 768px) {
  body .gform_confirmation_message_1.gform_confirmation_message,
  body .gform_confirmation_message_2.gform_confirmation_message {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  body .gform_confirmation_message_1.gform_confirmation_message,
  body .gform_confirmation_message_2.gform_confirmation_message {
    font-size: 22px;
  }
}
body .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

   
[id=header-new] .login {
  color: #000;
  margin: 0 15px 0 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 1400px) {
  [id=header-new] .login {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  [id=header-new] .login {
    margin-right: 25px;
  }
}
[id=header-new] .login:hover, [id=header-new] .login:focus {
  color: var(--secondary-blue);
}
[id=header-new] .cart {
  position: relative;
  color: #000;
  margin: 0 25px 0 0;
}
@media (min-width: 1300px) {
  [id=header-new] .cart {
    margin-right: 65px;
  }
}
[id=header-new] .cart:hover, [id=header-new] .cartfocus {
  color: var(--secondary-blue);
}
[id=header-new] .cart svg {
  width: 16px;
}
@media (min-width: 1150px) {
  [id=header-new] .cart svg {
    width: 20px;
  }
}
@media (min-width: 1400px) {
  [id=header-new] .cart svg {
    width: 23px;
  }
}
[id=header-new] .cart svg path {
  fill: currentColor;
}
[id=header-new] .cart .empty,
[id=header-new] .cart .mini-cart-count {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 2px;
  right: -14px;
}
@media (min-width: 1150px) {
  [id=header-new] .cart .empty,
  [id=header-new] .cart .mini-cart-count {
    font-size: 14px;
    top: -7px;
    right: -7px;
  }
}

 
  
@media (max-width: 1149px) {
  .header-holder-new > .cart {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 1150px) {
  .header-holder-new > .cart {
    display: none;
  }
}

 

.nav-drop-desktop-new { 
      position: fixed;
    left: -100%;
   transition: all 0.3s ease;

}
@media (min-width: 1150px) {
  .nav-drop-desktop-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
  

.nav-drop-desktop-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

@media (max-width: 1149px) {
  .nav-drop-mobile-new {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -100%;
    left: 0;
    right: 0;
    height: 0;
    z-index: 99;
    padding: calc(var(--header-main-height) + 30px) 15px 67px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background: #4a4948;
    color: #fff;
    -webkit-transition: 0.65s;
    transition: 0.65s;
  }
}
 
.nav-active .nav-drop-mobile-new {
  height: 100vh;
  top: 0;
  opacity: 1;
  visibility: visible;
}
 
 
@media (min-width: 1150px) {
  .nav-menu-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
      margin: 0; 
  }
}
 
.nav-menu-new:last-child {
  padding-bottom: 0;
}
.nav-menu-new > li.active>a{color:var(--secondary-blue);}
 


@media (min-width: 1150px) {
  .nav-menu-new > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin: 0 10px;
    color: #000;
  }
}
@media (min-width: 1400px) {
  .nav-menu-new > li {
    margin: 0 15px;
  }
}
.nav-menu-new > li.active {
  color: var(--secondary-blue);
}
 
@media (min-width: 1150px) {
  .nav-menu-new > li.hover > a:before {
    left: 0;
    right: 0;
  }
}
 
@media (max-width: 1149px) {
  .nav-menu-new > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}
 
 
 
.is-not-touch-device .nav-menu-new > li > a:hover {
  color: var(--secondary-blue);
}
.nav-menu-new a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}
.nav-menu-new .opener-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .nav-menu-new .opener-holder {
    width: 100%;
  }
}
.nav-menu-new .opener-holder > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1023px) {
  .nav-menu-new .opener-holder > a {
    padding: 15px 0;
  }
}
@media (min-width: 1150px) {
  .nav-menu-new .opener-holder > a {
    margin: 2px 0 0;
  }
}
.nav-menu-new .opener-holder > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 15px;
  background: currentColor;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
@media (min-width: 1150px) {
  .nav-menu-new .opener-holder > a:before {
    bottom: 0;
  }
}
.nav-menu-new .opener {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 43px;
  z-index: 10;
  padding: 0;
  background: transparent;
  border: none;
  padding: 0;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1150px) {
  .nav-menu-new .opener {
    height: 20px;
    width: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #4a4948;
  }
}
@media (max-width: 1149px) {
  .nav-menu-new .opener {
    margin-inline: 10px -16px;
  }
}
@media (min-width: 1150px) {
  .is-not-touch-device .nav-menu-new .opener {
    pointer-events: none;
  }
}
.nav-menu-new .opener svg {
  display: inline-block;
  vertical-align: top;
  width: 21px;
}
@media (min-width: 1150px) {
  .nav-menu-new .opener svg {
    width: 9px;
  }
}
.nav-menu-new .opener svg path {
  stroke: currentColor;
}
.nav-menu-new .drop-holder {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1150px) {
  .nav-menu-new .drop-holder {
    position: relative;
  }
}
.is-not-touch-device .nav-menu-new .drop-holder:hover > a {
  color: var(--secondary-blue);
}
.is-not-touch-device .nav-menu-new .drop-holder:hover .opener {
  color: var(--secondary-blue);
}
@media (min-width: 1150px) {
  .is-not-touch-device .nav-menu-new .drop-holder:hover .opener {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}
@media (min-width: 1150px) {
  .is-not-touch-device .nav-menu-new .drop-holder:hover .drop {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
@media (min-width: 1150px) {
  .nav-menu-new .drop-holder.hover .drop {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.is-not-touch-device .nav-menu-new .drop-holder.hover > a:not(.opener):before {
  left: 0;
  right: 0;
}
.nav-menu-new .drop-holder.hover .opener svg {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.nav-menu-new > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1149px) {
  .nav-menu-new > li {
    margin: 0 0 14px;
  }
}
.nav-menu-new > li:last-child {
  border: none;
}

@media (max-width: 1149px) {
  .drop {
    width: calc(100% + 20px);
    margin: 0 -20px 0 -5px;
    padding: 13px 0 0;
  }
}
@media (min-width: 1150px) {
  .drop {
    -webkit-transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: visibility 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: auto;
            min-width: 184px;
    top: 100%;
    -webkit-transform: translateX(-0%);
            transform: translateX(-0%);
    left: 0%;
    top: 100%;
    padding: 8px 0 0;
    opacity: 0;
    visibility: hidden;
    height: auto !important;
    z-index: -1;
  }
}
.drop ul {
  font-size: 15px;
  line-height: 1.2666666667;
  letter-spacing: 0.05em;
  background: #fff;
  color: #4a4948;
  border-radius: 15px;
  padding: 6px 11px;
  border: 1px solid #EAEAEA;
}
@media (min-width: 1150px) {
  .drop ul {
    width: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding-inline: 19px;
  }
}
.drop ul li:last-child a {
  border: none;
}
.drop ul li.active a {
  color: var(--secondary-blue);
}
.drop ul a {
  display: block;
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  padding: 13px 12px;
  overflow: hidden;
  border-bottom: 0.5px solid #EAEAEA;
}
@media (min-width: 1150px) {
  .drop ul a {
    padding: 12px 0;
  }
}
.is-not-touch-device .drop ul a:hover {
  background: #fff;
  color: var(--secondary-blue);
}
.drop ul a svg {
  width: auto;
  height: 16px;
  margin: 0 0 0 10px;
}
.drop ul a svg path {
  fill: currentColor;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

.nav-opener {
  cursor: pointer;
  display: inline-block;
  height: 3rem;
  overflow: hidden;
  pointer-events: all;
  position: relative;
  width: 4rem;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  float: right;
  background-color: var(--green);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 9px;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1150px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener span {
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 15px;
}

.nav-opener span:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}

.home .nav-opener span:before,
.site-menu .nav-opener span:before {
  background-color: #fff;
}

.home.nav-active .nav-opener span:before,
.home {
  background-color: #fff;
}

.nav-opener span:first-of-type:before,
.nav-opener span:nth-of-type(2):before,
.nav-opener span:nth-of-type(3):before {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: -webkit-transform 2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 2s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.nav-opener span:first-of-type:after,
.nav-opener span:nth-of-type(2):after,
.nav-opener span:nth-of-type(3):after {
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: -webkit-transform 2s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 2s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 2s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 2s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

.nav-opener span:first-of-type {
  top: 10px;
}

.nav-opener span:first-of-type:before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-opener span:first-of-type:after {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-opener span:nth-of-type(2) {
  top: 15px;
}

.nav-opener span:nth-of-type(2):before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-opener span:nth-of-type(2):after {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.nav-opener span:nth-of-type(3) {
  top: 20px;
}

.nav-opener span:nth-of-type(3):before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-opener span:nth-of-type(3):after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-opener span:nth-of-type(4),
.nav-opener span:nth-of-type(5) {
  top: 50%;
  left: 28%;
}

.nav-opener span:nth-of-type(4):after,
.nav-opener span:nth-of-type(4):before,
.nav-opener span:nth-of-type(5):after,
.nav-opener span:nth-of-type(5):before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: -webkit-transform 0.05s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: -webkit-transform 0.05s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 0.05s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 0.05s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 0.05s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

.nav-opener span:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-opener span:nth-of-type(4):before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.nav-opener span:nth-of-type(5) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-opener span:nth-of-type(5):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:nth-of-type(2):before,
body.nav-active .nav-opener span:nth-of-type(3):before,
body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:nth-of-type(2):before,
body[data-reservation=true] .nav-opener span:nth-of-type(3):before {
  -webkit-transform: translateX(101%) translateY(0);
          transform: translateX(101%) translateY(0);
  -webkit-transition: -webkit-transform 0.27s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: -webkit-transform 0.27s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 0.27s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 0.27s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 0.27s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:first-of-type:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body.nav-active .nav-opener span:nth-of-type(2):before,
body.nav-active .nav-opener span:nth-of-type(2):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

body.nav-active .nav-opener span:nth-of-type(3):before,
body.nav-active .nav-opener span:nth-of-type(3):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(5):before,
body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(5):before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.05s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: -webkit-transform 0.05s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 0.05s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  transition: transform 0.05s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.05s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(4):before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

body.nav-active .nav-opener span:nth-of-type(5):before,
body.nav-active .nav-opener span:nth-of-type(5):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:nth-of-type(2):before,
body.nav-active .nav-opener span:nth-of-type(3):before,
body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:nth-of-type(2):before,
body.nav-active .nav-opener span:nth-of-type(3):before {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.25s;
  transition: -webkit-transform 0.25s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.25s;
  transition: transform 0.25s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.25s;
  transition: transform 0.25s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.25s, -webkit-transform 0.25s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.25s;
}

body.nav-active .nav-opener span:first-of-type:before,
body.nav-active .nav-opener span:first-of-type:before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

body.nav-active .nav-opener span:nth-of-type(2):before,
body.nav-active .nav-opener span:nth-of-type(2):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

body.nav-active .nav-opener span:nth-of-type(3):before,
body.nav-active .nav-opener span:nth-of-type(3):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(5):before,
body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(5):before {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: -webkit-transform 1s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 1s cubic-bezier(0.65, 0.025, 0.67, 0.36);
  transition: transform 1s cubic-bezier(0.65, 0.025, 0.67, 0.36), -webkit-transform 1s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

body.nav-active .nav-opener span:nth-of-type(4):before,
body.nav-active .nav-opener span:nth-of-type(4):before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .nav-opener span:nth-of-type(5):before,
body.nav-active .nav-opener span:nth-of-type(5):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

body.nav-active .nav-opener span:first-of-type:before {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

body.nav-active .nav-opener span:nth-of-type(2):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

body.nav-active .nav-opener span:nth-of-type(3):before {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

body.nav-active .nav-opener span:nth-of-type(4):before {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

body.nav-active .nav-opener span:nth-of-type(5):before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

body.modal-active {
  overflow: hidden;
}
.is-not-touch-device body.modal-active {
  padding-right: 17px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
 
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#main > *:only-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
#main > .container,
#main > .container-holder,
#main > .wp-block-group__inner-container {
  padding-bottom: 30px;
}
#main > .container:first-child,
#main > .container-holder:first-child,
#main > .wp-block-group__inner-container:first-child {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #main > .container:first-child,
  #main > .container-holder:first-child,
  #main > .wp-block-group__inner-container:first-child {
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  #main > .container:first-child,
  #main > .container-holder:first-child,
  #main > .wp-block-group__inner-container:first-child {
    padding-top: 120px;
  }
}
#main > .container:last-child,
#main > .container-holder:last-child,
#main > .wp-block-group__inner-container:last-child {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #main > .container:last-child,
  #main > .container-holder:last-child,
  #main > .wp-block-group__inner-container:last-child {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  #main > .container:last-child,
  #main > .container-holder:last-child,
  #main > .wp-block-group__inner-container:last-child {
    padding-bottom: 120px;
  }
}
#main > .section-manage__animation-text .section-manage__animation-text-hold {
  margin-top: 0;
}

.container,
.container-holder,
.wp-block-group__inner-container {
   width: 100%;
    max-width: calc(100% - 150px);
    padding: 0 15px;
    margin: 0 auto;
}
.container .wp-block-group__inner-container,
.container .container-holder,
.container-holder .wp-block-group__inner-container,
.container-holder .container-holder,
.wp-block-group__inner-container .wp-block-group__inner-container,
.wp-block-group__inner-container .container-holder {
  padding: 0;
}
.container > h1:last-child,
.container > .h1:last-child,
.container > h2:last-child,
.section-reviews .container > .huflDf:last-child,
.container > .h2:last-child,
.container > h3:last-child,
.container > .h3:last-child,
.container > h4:last-child,
.woocommerce-MyAccount-content header.woocommerce-Address-title .container > h3:last-child,
.container > .h4:last-child,
.container > h5:last-child,
.container > .h5:last-child,
.container > h6:last-child,
.container > .h6:last-child,
.container > .h:last-child,
.container > p:last-child,
.container-holder > h1:last-child,
.container-holder > .h1:last-child,
.container-holder > h2:last-child,
.section-reviews .container-holder > .huflDf:last-child,
.container-holder > .h2:last-child,
.container-holder > h3:last-child,
.container-holder > .h3:last-child,
.container-holder > h4:last-child,
.woocommerce-MyAccount-content header.woocommerce-Address-title .container-holder > h3:last-child,
.container-holder > .h4:last-child,
.container-holder > h5:last-child,
.container-holder > .h5:last-child,
.container-holder > h6:last-child,
.container-holder > .h6:last-child,
.container-holder > .h:last-child,
.container-holder > p:last-child,
.wp-block-group__inner-container > h1:last-child,
.wp-block-group__inner-container > .h1:last-child,
.wp-block-group__inner-container > h2:last-child,
.section-reviews .wp-block-group__inner-container > .huflDf:last-child,
.wp-block-group__inner-container > .h2:last-child,
.wp-block-group__inner-container > h3:last-child,
.wp-block-group__inner-container > .h3:last-child,
.wp-block-group__inner-container > h4:last-child,
.woocommerce-MyAccount-content header.woocommerce-Address-title .wp-block-group__inner-container > h3:last-child,
.wp-block-group__inner-container > .h4:last-child,
.wp-block-group__inner-container > h5:last-child,
.wp-block-group__inner-container > .h5:last-child,
.wp-block-group__inner-container > h6:last-child,
.wp-block-group__inner-container > .h6:last-child,
.wp-block-group__inner-container > .h:last-child,
.wp-block-group__inner-container > p:last-child {
  margin-bottom: 0;
}

.wp-block-group__inner-container {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: calc(100% - 150px);
}
.wp-block-group__inner-container + .wp-block-group__inner-container {
  padding-top: 0;
}

.alignright {
  margin-bottom: 40px !important;
}
.alignright.is-resized {
  margin-left: 20px !important;
}

.alignleft {
  margin-bottom: 40px !important;
}
.alignleft.is-resized {
  margin-right: 20px !important;
}

.wp-block-gallery {
  padding-left: 0 !important;
}

.content > img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}
.bg-stretch iframe {
  max-width: none;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}
.bg-stretch iframe.loaded {
  opacity: 1;
}
.bg-stretch iframe.loaded + picture {
  opacity: 0;
  pointer-events: none;
}
.video-stretch video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  margin: 70px 0;
}
@media (min-width: 1024px) {
  .section {
    margin: 100px 0;
  }
}
.section.section-border {
  margin: 0;
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .section.section-border {
    padding: 100px 0;
  }
}
.section .wp-block-group__inner-container {
  padding-block: 0;
}

.text-center {
  text-align: center;
}

@media (max-width: 1023px) {
  .d-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-mobile {
    display: none !important;
  }
}

.bg-light {
  background: var(--blue-gradient);
}

.bg-white {
  background-color: #fff !important;
}

.video-holder {
  position: relative;
  padding-top: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
          box-shadow: inset 0px 0px 0px 2px #fff;
}
.bg-light .video-holder, .section-border-left .video-holder {
  -webkit-box-shadow: inset 0px 0px 0px 2px #F7F7F7;
          box-shadow: inset 0px 0px 0px 2px #F7F7F7;
}

 
 
 
.heading-holder > *:last-child {
  margin-bottom: 0;
}

.subtitle {
  display: block;
  font-size: 13px;
  line-height: 1.1538461538;
  color: #4a4948;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 8px;
  }
}
 
@media (min-width: 768px) {
  [id=footer] .app-box__heading {
    font-size: 11px;
  }
}
[id=footer] .app-box__heading::after {
  content: "";
  width: 100%;
  max-width: 278px;
  background-color: #00FFDB;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  [id=footer] .app-box__heading::after {
    max-width: 306px;
    bottom: -6px;
  }
}
[id=footer] .app-box__heading p {
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  [id=footer] .app-box__heading p {
    font-size: 11px;
  }
}
[id=footer] .app-box__heading h4, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h3, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
[id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
[id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h3, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .huflDf,
[id=footer] .app-box__heading form.checkout h3,
[id=footer] .app-box__heading form.checkout .single-post h2,
[id=footer] .app-box__heading form.checkout .single-post .section-reviews .huflDf,
.section-reviews [id=footer] .app-box__heading form.checkout .single-post .huflDf,
.single-post [id=footer] .app-box__heading form.checkout h2,
.single-post [id=footer] .app-box__heading form.checkout .section-reviews .huflDf,
.section-reviews .single-post [id=footer] .app-box__heading form.checkout .huflDf,
[id=footer] .app-box__heading form.checkout .single-post-container h2,
[id=footer] .app-box__heading form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews [id=footer] .app-box__heading form.checkout .single-post-container .huflDf,
.single-post-container [id=footer] .app-box__heading form.checkout h2,
.single-post-container [id=footer] .app-box__heading form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container [id=footer] .app-box__heading form.checkout .huflDf,
form.checkout [id=footer] .app-box__heading h3,
form.checkout [id=footer] .app-box__heading .single-post h2,
form.checkout [id=footer] .app-box__heading .single-post .section-reviews .huflDf,
.section-reviews form.checkout [id=footer] .app-box__heading .single-post .huflDf,
.single-post form.checkout [id=footer] .app-box__heading h2,
.single-post form.checkout [id=footer] .app-box__heading .section-reviews .huflDf,
.section-reviews .single-post form.checkout [id=footer] .app-box__heading .huflDf,
form.checkout [id=footer] .app-box__heading .single-post-container h2,
form.checkout [id=footer] .app-box__heading .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout [id=footer] .app-box__heading .single-post-container .huflDf,
.single-post-container form.checkout [id=footer] .app-box__heading h2,
.single-post-container form.checkout [id=footer] .app-box__heading .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout [id=footer] .app-box__heading .huflDf {
  letter-spacing: -2px;
  font-weight: 400;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  [id=footer] .app-box__heading h4, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h3, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
  [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
  [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
  .section-reviews [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
  .single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
  .single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
  .section-reviews .single-post-container [id=footer] .app-box__heading .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h3, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .huflDf,
  .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container h2,
  .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .single-post-container .huflDf,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading h2,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title [id=footer] .app-box__heading .huflDf,
  [id=footer] .app-box__heading form.checkout h3,
  [id=footer] .app-box__heading form.checkout .single-post h2,
  [id=footer] .app-box__heading form.checkout .single-post .section-reviews .huflDf,
  .section-reviews [id=footer] .app-box__heading form.checkout .single-post .huflDf,
  .single-post [id=footer] .app-box__heading form.checkout h2,
  .single-post [id=footer] .app-box__heading form.checkout .section-reviews .huflDf,
  .section-reviews .single-post [id=footer] .app-box__heading form.checkout .huflDf,
  [id=footer] .app-box__heading form.checkout .single-post-container h2,
  [id=footer] .app-box__heading form.checkout .single-post-container .section-reviews .huflDf,
  .section-reviews [id=footer] .app-box__heading form.checkout .single-post-container .huflDf,
  .single-post-container [id=footer] .app-box__heading form.checkout h2,
  .single-post-container [id=footer] .app-box__heading form.checkout .section-reviews .huflDf,
  .section-reviews .single-post-container [id=footer] .app-box__heading form.checkout .huflDf,
  form.checkout [id=footer] .app-box__heading h3,
  form.checkout [id=footer] .app-box__heading .single-post h2,
  form.checkout [id=footer] .app-box__heading .single-post .section-reviews .huflDf,
  .section-reviews form.checkout [id=footer] .app-box__heading .single-post .huflDf,
  .single-post form.checkout [id=footer] .app-box__heading h2,
  .single-post form.checkout [id=footer] .app-box__heading .section-reviews .huflDf,
  .section-reviews .single-post form.checkout [id=footer] .app-box__heading .huflDf,
  form.checkout [id=footer] .app-box__heading .single-post-container h2,
  form.checkout [id=footer] .app-box__heading .single-post-container .section-reviews .huflDf,
  .section-reviews form.checkout [id=footer] .app-box__heading .single-post-container .huflDf,
  .single-post-container form.checkout [id=footer] .app-box__heading h2,
  .single-post-container form.checkout [id=footer] .app-box__heading .section-reviews .huflDf,
  .section-reviews .single-post-container form.checkout [id=footer] .app-box__heading .huflDf {
    padding: 0 0 10px;
  }
}
[id=footer] .app-box .list-app {
  padding: 2px 9px 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  [id=footer] .app-box .list-app {
    padding: 9px 9px 0;
  }
}
[id=footer] .app-box .list-app a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[id=footer] .app-box .list-app a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  [id=footer] .app-box .list-app img {
    width: 120px;
  }
}
 
[id=footer] .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  [id=footer] .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
[id=footer] .footer-nav__list {
  list-style-type: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 1024px) {
  [id=footer] .footer-nav__list {
    width: 300px;
    margin: 0 auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-bottom: -14px;
  }
}
@media (min-width: 1200px) {
  [id=footer] .footer-nav__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding: 0;
    margin: 0 auto;
    width: 400px;
  }
}
[id=footer] .footer-nav__list li {
  padding: 0 0 19px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (min-width: 1024px) {
  [id=footer] .footer-nav__list li {
    padding-bottom: 14px;
  }
}
[id=footer] .footer-nav__list li.active a {
  color: #D63F94;
}
[id=footer] .footer-nav__list a {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #fff;
  display: block;
}
@media (min-width: 768px) {
  [id=footer] .footer-nav__list a {
    font-size: 18px;
    display: inline-block;
  }
}
[id=footer] .footer-nav__list a:hover {
  color: #07E2C3;
  opacity: 1;
}
[id=footer] .social-holder__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: -12px;
  text-align: center;
}
@media (max-width: 1023px) {
  [id=footer] .social-holder__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  [id=footer] .social-holder__list {
    margin-bottom: -17px;
  }
}
[id=footer] .social-holder__list li {
  margin: 0 0 12px;
}
@media (max-width: 1023px) {
  [id=footer] .social-holder__list li {
    margin: 0 15px 0px;
  }
}
[id=footer] .social-holder__list a {
  font-size: 21px;
  color: #fff;
}
[id=footer] .social-holder__list a:hover {
  opacity: 1;
  color: #07E2C3;
}
[id=footer] .social-holder__list a svg path {
  fill: currentColor;
}
 
@media (max-width: 767px) {
  [id=footer] .footer-bar {
    font-size: 10px;
    padding: 9px 0 14px;
  }
}
@media (max-width: 1023px) {
  [id=footer] .footer-bar .container {
    max-width: 1405px;
  }
}
[id=footer] .footer-bar p {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  [id=footer] .footer-bar p {
    font-size: 10px;
  }
}
[id=footer] .footer-bar a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  text-decoration-color: currentColor;
}
[id=footer] .footer-bar a:hover {
  text-decoration-color: transparent;
}

@media (min-width: 1024px) {
  .footer-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  .footer-heading h6 {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 768px) {
  .footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-panel__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer-panel__col {
    margin: 0 -40px;
  }
}
@media (min-width: 1500px) {
  .footer-panel__col {
    margin: 0 -77px;
  }
}
.footer-panel__col .col-item {
  padding: 50px 0;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .footer-panel__col .col-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: none;
    padding: 0 40px;
  }
}
@media (min-width: 1500px) {
  .footer-panel__col .col-item {
    padding: 0 77px;
  }
}
.footer-panel__col .col-item:last-child {
  padding-bottom: 0;
}
.footer-panel__col .col-item + .col-item {
  position: relative;
}
@media (max-width: 1023px) {
  .footer-panel__col .col-item + .col-item {
    border-top: 1px solid #D63F94;
  }
}
@media (min-width: 1024px) {
  .footer-panel__col .col-item + .col-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: -5px;
    bottom: 5px;
    width: 1px;
    background: #D63F94;
  }
}
@media (min-width: 1400px) {
  .footer-panel__col .col-item + .col-item:after {
    bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .footer-panel__col .col-item-nav {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .footer-panel__col .col-item-nav {
    padding-bottom: 27px;
  }
}

.footer-contact {
  display: table;
}
 
@media (max-width: 1349px) {
  .footer-contact li strong {
    display: block;
    padding-bottom: 10px;
  }
}
.footer-contact li a {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  letter-spacing: 0.03em;
}
@media (max-width: 1349px) {
  .footer-contact li a {
    margin-left: 10px;
  }
}
.footer-contact li a:hover {
  color: var(--green)
}

@media (min-width: 1024px) {
  .block-app {
    max-width: 113px;
    margin: auto;
  }
}
@media (min-width: 1350px) {
  .block-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .block-app .app {
    min-width: 125px;
    margin-right: 23px;
  }
}
.block-app ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.block-app ul li + li {
  margin-left: 18px;
}
@media (min-width: 1024px) {
  .block-app ul li + li {
    margin-left: 13px;
  }
}
.block-app ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #fff;
  border: 1px solid;
  border-radius: 31px;
  width: 120px;
  height: 35px;
  line-height: 1;
  padding: 0 10px 0 14px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .block-app ul a {
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.block-app ul a:hover {
  opacity: 1;
}
.block-app ul a:hover svg {
  fill: #07E2C3;
}
@media (max-width: 1023px) {
  .block-app ul a .visually-hidden {
    height: auto;
    margin: auto;
    padding: 0;
    position: relative;
    white-space: wrap;
    width: auto;
  }
}
.block-app ul a svg {
  width: 10px;
  margin-right: 9px;
  fill: #fff;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (min-width: 1024px) {
  .block-app ul a svg {
    width: 16px;
  }
}
.block-app .qr-code {
  width: 122px;
}
@media (max-width: 1349px) {
  .block-app .qr-code {
    margin-top: 15px;
    margin-left: -5px;
  }
}
@media (max-width: 1023px) {
  .block-app .qr-code {
    display: none;
  }
}

#qr-popup {
  width: 427px;
  padding: 34px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #F7F7F7;
  background-color: #fff;
}
#qr-popup .heading-popup {
  border-bottom: 1px solid #07E2C3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#qr-popup p {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  max-width: 82%;
}
#qr-popup img {
  width: 100%;
}
#qr-popup .fancybox-button {
  width: 32px;
  height: 32px;
  padding: 6px;
  background: transparent;
  border: 1px solid #07E2C3;
}
#qr-popup .fancybox-button svg path {
  fill: #D63F94;
}

.woocommerce-message .button,
.add_to_cart_button,
.woocommerce-Button.button,
.button.wc-backward,
.wc-proceed-to-checkout a,
.btn,
.fancybox-content-filters .button-wrapper button,
form button,
form input[type=button],
form input[type=file],
form input[type=submit] {
-webkit-transition: color 0.2s 
ease-in-out, border 0.2s 
ease-in-out, background 0.2s 
ease-in-out, padding 0.2s 
ease-in-out;
    transition: color 0.2s 
ease-in-out, border 0.2s 
ease-in-out, background 0.2s 
ease-in-out, padding 0.2s 
ease-in-out;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    font-weight: 500;
    border-radius: 55px;
    background: transparent;
    color: #000;
    z-index: 1;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    align-items: center;
    padding: 12px 24px;
    line-height: normal;
}
 
 
.woocommerce-message .button:hover, .woocommerce-message .button:focus,
.add_to_cart_button:hover,
.add_to_cart_button:focus,
.woocommerce-Button.button:hover,
.woocommerce-Button.button:focus,
.button.wc-backward:hover,
.button.wc-backward:focus,
.wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a:focus,
.btn:hover,
.fancybox-content-filters .button-wrapper button:hover,
form button:hover,
form input[type=button]:hover,
form input[type=file]:hover,
form input[type=submit]:hover,
.btn:focus,
.fancybox-content-filters .button-wrapper button:focus,
form button:focus,
form input[type=button]:focus,
form input[type=file]:focus,
form input[type=submit]:focus {
  color: #fff;
 background: var(--secondary-blue);
}
.woocommerce-message .button:hover:after, .woocommerce-message .button:focus:after,
.add_to_cart_button:hover:after,
.add_to_cart_button:focus:after,
.woocommerce-Button.button:hover:after,
.woocommerce-Button.button:focus:after,
.button.wc-backward:hover:after,
.button.wc-backward:focus:after,
.wc-proceed-to-checkout a:hover:after,
.wc-proceed-to-checkout a:focus:after,
.btn:hover:after,
.fancybox-content-filters .button-wrapper button:hover:after,
form button:hover:after,
form input[type=button]:hover:after,
form input[type=file]:hover:after,
form input[type=submit]:hover:after,
.btn:focus:after,
.fancybox-content-filters .button-wrapper button:focus:after,
form button:focus:after,
form input[type=button]:focus:after,
form input[type=file]:focus:after,
form input[type=submit]:focus:after {
  opacity: 1;
}
.woocommerce-message .button.btn-arrow,
.add_to_cart_button.btn-arrow,
.woocommerce-Button.button.btn-arrow,
.button.wc-backward.btn-arrow,
.wc-proceed-to-checkout a.btn-arrow,
.btn.btn-arrow,
.fancybox-content-filters .button-wrapper button.btn-arrow,
form button.btn-arrow,
form input.btn-arrow[type=button],
form input.btn-arrow[type=file],
form input.btn-arrow[type=submit] {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .woocommerce-message .button.btn-arrow,
  .add_to_cart_button.btn-arrow,
  .woocommerce-Button.button.btn-arrow,
  .button.wc-backward.btn-arrow,
  .wc-proceed-to-checkout a.btn-arrow,
  .btn.btn-arrow,
  .fancybox-content-filters .button-wrapper button.btn-arrow,
  form button.btn-arrow,
  form input.btn-arrow[type=button],
  form input.btn-arrow[type=file],
  form input.btn-arrow[type=submit] {
    padding-left: 70px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message .button.btn-arrow,
  .add_to_cart_button.btn-arrow,
  .woocommerce-Button.button.btn-arrow,
  .button.wc-backward.btn-arrow,
  .wc-proceed-to-checkout a.btn-arrow,
  .btn.btn-arrow,
  .fancybox-content-filters .button-wrapper button.btn-arrow,
  form button.btn-arrow,
  form input.btn-arrow[type=button],
  form input.btn-arrow[type=file],
  form input.btn-arrow[type=submit] {
    padding-left: 75px;
  }
}
.woocommerce-message .button.btn-arrow:before,
.add_to_cart_button.btn-arrow:before,
.woocommerce-Button.button.btn-arrow:before,
.button.wc-backward.btn-arrow:before,
.wc-proceed-to-checkout a.btn-arrow:before,
.btn.btn-arrow:before,
.fancybox-content-filters .button-wrapper button.btn-arrow:before,
form button.btn-arrow:before,
form input.btn-arrow[type=button]:before,
form input.btn-arrow[type=file]:before,
form input.btn-arrow[type=submit]:before {
  -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out, margin 0.2s ease-in-out;
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#B8519E), to(#D63F94));
  background: linear-gradient(90deg, #B8519E 0%, #D63F94 100%);
  border-radius: inherit;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .woocommerce-message .button.btn-arrow:before,
  .add_to_cart_button.btn-arrow:before,
  .woocommerce-Button.button.btn-arrow:before,
  .button.wc-backward.btn-arrow:before,
  .wc-proceed-to-checkout a.btn-arrow:before,
  .btn.btn-arrow:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:before,
  form button.btn-arrow:before,
  form input.btn-arrow[type=button]:before,
  form input.btn-arrow[type=file]:before,
  form input.btn-arrow[type=submit]:before {
    width: 43px;
    height: 43px;
    padding: 8px;
    left: 8px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message .button.btn-arrow:before,
  .add_to_cart_button.btn-arrow:before,
  .woocommerce-Button.button.btn-arrow:before,
  .button.wc-backward.btn-arrow:before,
  .wc-proceed-to-checkout a.btn-arrow:before,
  .btn.btn-arrow:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:before,
  form button.btn-arrow:before,
  form input.btn-arrow[type=button]:before,
  form input.btn-arrow[type=file]:before,
  form input.btn-arrow[type=submit]:before {
    width: 46px;
    height: 46px;
    padding: 10px;
    left: 11px;
  }
}
.woocommerce-message .button.btn-arrow:hover, .woocommerce-message .button.btn-arrow:focus,
.add_to_cart_button.btn-arrow:hover,
.add_to_cart_button.btn-arrow:focus,
.woocommerce-Button.button.btn-arrow:hover,
.woocommerce-Button.button.btn-arrow:focus,
.button.wc-backward.btn-arrow:hover,
.button.wc-backward.btn-arrow:focus,
.wc-proceed-to-checkout a.btn-arrow:hover,
.wc-proceed-to-checkout a.btn-arrow:focus,
.btn.btn-arrow:hover,
.fancybox-content-filters .button-wrapper button.btn-arrow:hover,
form button.btn-arrow:hover,
form input.btn-arrow[type=button]:hover,
form input.btn-arrow[type=file]:hover,
form input.btn-arrow[type=submit]:hover,
.btn.btn-arrow:focus,
.fancybox-content-filters .button-wrapper button.btn-arrow:focus,
form button.btn-arrow:focus,
form input.btn-arrow[type=button]:focus,
form input.btn-arrow[type=file]:focus,
form input.btn-arrow[type=submit]:focus {
  background: transparent;
}
.woocommerce-message .button.btn-arrow:hover:before, .woocommerce-message .button.btn-arrow:focus:before,
.add_to_cart_button.btn-arrow:hover:before,
.add_to_cart_button.btn-arrow:focus:before,
.woocommerce-Button.button.btn-arrow:hover:before,
.woocommerce-Button.button.btn-arrow:focus:before,
.button.wc-backward.btn-arrow:hover:before,
.button.wc-backward.btn-arrow:focus:before,
.wc-proceed-to-checkout a.btn-arrow:hover:before,
.wc-proceed-to-checkout a.btn-arrow:focus:before,
.btn.btn-arrow:hover:before,
.fancybox-content-filters .button-wrapper button.btn-arrow:hover:before,
form button.btn-arrow:hover:before,
form input.btn-arrow[type=button]:hover:before,
form input.btn-arrow[type=file]:hover:before,
form input.btn-arrow[type=submit]:hover:before,
.btn.btn-arrow:focus:before,
.fancybox-content-filters .button-wrapper button.btn-arrow:focus:before,
form button.btn-arrow:focus:before,
form input.btn-arrow[type=button]:focus:before,
form input.btn-arrow[type=file]:focus:before,
form input.btn-arrow[type=submit]:focus:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  margin-left: -7px;
}
@media (min-width: 768px) {
  .woocommerce-message .button.btn-arrow:hover:before, .woocommerce-message .button.btn-arrow:focus:before,
  .add_to_cart_button.btn-arrow:hover:before,
  .add_to_cart_button.btn-arrow:focus:before,
  .woocommerce-Button.button.btn-arrow:hover:before,
  .woocommerce-Button.button.btn-arrow:focus:before,
  .button.wc-backward.btn-arrow:hover:before,
  .button.wc-backward.btn-arrow:focus:before,
  .wc-proceed-to-checkout a.btn-arrow:hover:before,
  .wc-proceed-to-checkout a.btn-arrow:focus:before,
  .btn.btn-arrow:hover:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:hover:before,
  form button.btn-arrow:hover:before,
  form input.btn-arrow[type=button]:hover:before,
  form input.btn-arrow[type=file]:hover:before,
  form input.btn-arrow[type=submit]:hover:before,
  .btn.btn-arrow:focus:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:focus:before,
  form button.btn-arrow:focus:before,
  form input.btn-arrow[type=button]:focus:before,
  form input.btn-arrow[type=file]:focus:before,
  form input.btn-arrow[type=submit]:focus:before {
    margin-left: -10px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message .button.btn-arrow:hover:before, .woocommerce-message .button.btn-arrow:focus:before,
  .add_to_cart_button.btn-arrow:hover:before,
  .add_to_cart_button.btn-arrow:focus:before,
  .woocommerce-Button.button.btn-arrow:hover:before,
  .woocommerce-Button.button.btn-arrow:focus:before,
  .button.wc-backward.btn-arrow:hover:before,
  .button.wc-backward.btn-arrow:focus:before,
  .wc-proceed-to-checkout a.btn-arrow:hover:before,
  .wc-proceed-to-checkout a.btn-arrow:focus:before,
  .btn.btn-arrow:hover:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:hover:before,
  form button.btn-arrow:hover:before,
  form input.btn-arrow[type=button]:hover:before,
  form input.btn-arrow[type=file]:hover:before,
  form input.btn-arrow[type=submit]:hover:before,
  .btn.btn-arrow:focus:before,
  .fancybox-content-filters .button-wrapper button.btn-arrow:focus:before,
  form button.btn-arrow:focus:before,
  form input.btn-arrow[type=button]:focus:before,
  form input.btn-arrow[type=file]:focus:before,
  form input.btn-arrow[type=submit]:focus:before {
    margin-left: -13px;
  }
}
.woocommerce-message .button.btn-arrow:hover:after, .woocommerce-message .button.btn-arrow:focus:after,
.add_to_cart_button.btn-arrow:hover:after,
.add_to_cart_button.btn-arrow:focus:after,
.woocommerce-Button.button.btn-arrow:hover:after,
.woocommerce-Button.button.btn-arrow:focus:after,
.button.wc-backward.btn-arrow:hover:after,
.button.wc-backward.btn-arrow:focus:after,
.wc-proceed-to-checkout a.btn-arrow:hover:after,
.wc-proceed-to-checkout a.btn-arrow:focus:after,
.btn.btn-arrow:hover:after,
.fancybox-content-filters .button-wrapper button.btn-arrow:hover:after,
form button.btn-arrow:hover:after,
form input.btn-arrow[type=button]:hover:after,
form input.btn-arrow[type=file]:hover:after,
form input.btn-arrow[type=submit]:hover:after,
.btn.btn-arrow:focus:after,
.fancybox-content-filters .button-wrapper button.btn-arrow:focus:after,
form button.btn-arrow:focus:after,
form input.btn-arrow[type=button]:focus:after,
form input.btn-arrow[type=file]:focus:after,
form input.btn-arrow[type=submit]:focus:after {
  opacity: 0;
}
.woocommerce-message .button.btn-arrow .arrow,
.add_to_cart_button.btn-arrow .arrow,
.woocommerce-Button.button.btn-arrow .arrow,
.button.wc-backward.btn-arrow .arrow,
.wc-proceed-to-checkout a.btn-arrow .arrow,
.btn.btn-arrow .arrow,
.fancybox-content-filters .button-wrapper button.btn-arrow .arrow,
form button.btn-arrow .arrow,
form input.btn-arrow[type=button] .arrow,
form input.btn-arrow[type=file] .arrow,
form input.btn-arrow[type=submit] .arrow {
  -webkit-transition: background 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out, right 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out, right 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .woocommerce-message .button.btn-arrow .arrow,
  .add_to_cart_button.btn-arrow .arrow,
  .woocommerce-Button.button.btn-arrow .arrow,
  .button.wc-backward.btn-arrow .arrow,
  .wc-proceed-to-checkout a.btn-arrow .arrow,
  .btn.btn-arrow .arrow,
  .fancybox-content-filters .button-wrapper button.btn-arrow .arrow,
  form button.btn-arrow .arrow,
  form input.btn-arrow[type=button] .arrow,
  form input.btn-arrow[type=file] .arrow,
  form input.btn-arrow[type=submit] .arrow {
    width: 40px;
    height: 40px;
    left: 8px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-message .button.btn-arrow .arrow,
  .add_to_cart_button.btn-arrow .arrow,
  .woocommerce-Button.button.btn-arrow .arrow,
  .button.wc-backward.btn-arrow .arrow,
  .wc-proceed-to-checkout a.btn-arrow .arrow,
  .btn.btn-arrow .arrow,
  .fancybox-content-filters .button-wrapper button.btn-arrow .arrow,
  form button.btn-arrow .arrow,
  form input.btn-arrow[type=button] .arrow,
  form input.btn-arrow[type=file] .arrow,
  form input.btn-arrow[type=submit] .arrow {
    width: 46px;
    height: 46px;
    padding: 10px;
    left: 11px;
  }
}
.woocommerce-message .button.btn-arrow .arrow svg,
.add_to_cart_button.btn-arrow .arrow svg,
.woocommerce-Button.button.btn-arrow .arrow svg,
.button.wc-backward.btn-arrow .arrow svg,
.wc-proceed-to-checkout a.btn-arrow .arrow svg,
.btn.btn-arrow .arrow svg,
.fancybox-content-filters .button-wrapper button.btn-arrow .arrow svg,
form button.btn-arrow .arrow svg,
form input.btn-arrow[type=button] .arrow svg,
form input.btn-arrow[type=file] .arrow svg,
form input.btn-arrow[type=submit] .arrow svg {
  width: 100%;
}
.woocommerce-message .button.btn-arrow .arrow svg path,
.add_to_cart_button.btn-arrow .arrow svg path,
.woocommerce-Button.button.btn-arrow .arrow svg path,
.button.wc-backward.btn-arrow .arrow svg path,
.wc-proceed-to-checkout a.btn-arrow .arrow svg path,
.btn.btn-arrow .arrow svg path,
.fancybox-content-filters .button-wrapper button.btn-arrow .arrow svg path,
form button.btn-arrow .arrow svg path,
form input.btn-arrow[type=button] .arrow svg path,
form input.btn-arrow[type=file] .arrow svg path,
form input.btn-arrow[type=submit] .arrow svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: currentColor;
}
.woocommerce-message .button.btn-white,
.add_to_cart_button.btn-white,
.woocommerce-Button.button.btn-white,
.button.wc-backward.btn-white,
.wc-proceed-to-checkout a.btn-white,
.btn.btn-white,
.fancybox-content-filters .button-wrapper button.btn-white,
form button.btn-white,
form input.btn-white[type=button],
form input.btn-white[type=file],
form input.btn-white[type=submit] {
  border-color: #fff;
  background: #fff;
}
.woocommerce-message .button.btn-white:hover, .woocommerce-message .button.btn-white:focus,
.add_to_cart_button.btn-white:hover,
.add_to_cart_button.btn-white:focus,
.woocommerce-Button.button.btn-white:hover,
.woocommerce-Button.button.btn-white:focus,
.button.wc-backward.btn-white:hover,
.button.wc-backward.btn-white:focus,
.wc-proceed-to-checkout a.btn-white:hover,
.wc-proceed-to-checkout a.btn-white:focus,
.btn.btn-white:hover,
.fancybox-content-filters .button-wrapper button.btn-white:hover,
form button.btn-white:hover,
form input.btn-white[type=button]:hover,
form input.btn-white[type=file]:hover,
form input.btn-white[type=submit]:hover,
.btn.btn-white:focus,
.fancybox-content-filters .button-wrapper button.btn-white:focus,
form button.btn-white:focus,
form input.btn-white[type=button]:focus,
form input.btn-white[type=file]:focus,
form input.btn-white[type=submit]:focus {
  border-color: transparent;
}
.woocommerce-message .button.btn-secondary,
.add_to_cart_button.btn-secondary,
.add_to_cart_button,
.woocommerce-Button.button.btn-secondary,
.button.wc-backward.btn-secondary,
.wc-proceed-to-checkout a.btn-secondary,
.wc-proceed-to-checkout a,
.btn.btn-secondary,
.fancybox-content-filters .button-wrapper button,
form button,
form input[type=button],
form input[type=file],
form input[type=submit] {
  color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  background: var(--gradient); 
}
.woocommerce-message .button.btn-secondary:after,
.add_to_cart_button.btn-secondary:after,
.add_to_cart_button:after,
.woocommerce-Button.button.btn-secondary:after,
.button.wc-backward.btn-secondary:after,
.wc-proceed-to-checkout a.btn-secondary:after,
.wc-proceed-to-checkout a:after,
.btn.btn-secondary:after,
.fancybox-content-filters .button-wrapper button:after,
form button:after,
form input[type=button]:after,
form input[type=file]:after,
form input[type=submit]:after {
  opacity: 1;
}
.woocommerce-message .button.btn-secondary:hover, .woocommerce-message .button.btn-secondary:focus,
.add_to_cart_button.btn-secondary:hover,
.add_to_cart_button:hover,
.add_to_cart_button.btn-secondary:focus,
.add_to_cart_button:focus,
.woocommerce-Button.button.btn-secondary:hover,
.woocommerce-Button.button.btn-secondary:focus,
.button.wc-backward.btn-secondary:hover,
.button.wc-backward.btn-secondary:focus,
.wc-proceed-to-checkout a.btn-secondary:hover,
.wc-proceed-to-checkout a:hover,
.wc-proceed-to-checkout a.btn-secondary:focus,
.wc-proceed-to-checkout a:focus,
.btn.btn-secondary:hover,
.fancybox-content-filters .button-wrapper button:hover,
form button:hover,
form input[type=button]:hover,
form input[type=file]:hover,
form input[type=submit]:hover,
.btn.btn-secondary:focus,
.fancybox-content-filters .button-wrapper button:focus,
form button:focus,
form input[type=button]:focus,
form input[type=file]:focus,
form input[type=submit]:focus {
  color: #fff;
}
.woocommerce-message .button.btn-secondary:hover:after, .woocommerce-message .button.btn-secondary:focus:after,
.add_to_cart_button.btn-secondary:hover:after,
.add_to_cart_button:hover:after,
.add_to_cart_button.btn-secondary:focus:after,
.add_to_cart_button:focus:after,
.woocommerce-Button.button.btn-secondary:hover:after,
.woocommerce-Button.button.btn-secondary:focus:after,
.button.wc-backward.btn-secondary:hover:after,
.button.wc-backward.btn-secondary:focus:after,
.wc-proceed-to-checkout a.btn-secondary:hover:after,
.wc-proceed-to-checkout a:hover:after,
.wc-proceed-to-checkout a.btn-secondary:focus:after,
.wc-proceed-to-checkout a:focus:after,
.btn.btn-secondary:hover:after,
.fancybox-content-filters .button-wrapper button:hover:after,
form button:hover:after,
form input[type=button]:hover:after,
form input[type=file]:hover:after,
form input[type=submit]:hover:after,
.btn.btn-secondary:focus:after,
.fancybox-content-filters .button-wrapper button:focus:after,
form button:focus:after,
form input[type=button]:focus:after,
form input[type=file]:focus:after,
form input[type=submit]:focus:after {
  opacity: 0;
}
.woocommerce-message .button.btn-secondary:hover:before, .woocommerce-message .button.btn-secondary:focus:before,
.add_to_cart_button.btn-secondary:hover:before,
.add_to_cart_button:hover:before,
.add_to_cart_button.btn-secondary:focus:before,
.add_to_cart_button:focus:before,
.woocommerce-Button.button.btn-secondary:hover:before,
.woocommerce-Button.button.btn-secondary:focus:before,
.button.wc-backward.btn-secondary:hover:before,
.button.wc-backward.btn-secondary:focus:before,
.wc-proceed-to-checkout a.btn-secondary:hover:before,
.wc-proceed-to-checkout a:hover:before,
.wc-proceed-to-checkout a.btn-secondary:focus:before,
.wc-proceed-to-checkout a:focus:before,
.btn.btn-secondary:hover:before,
.fancybox-content-filters .button-wrapper button:hover:before,
form button:hover:before,
form input[type=button]:hover:before,
form input[type=file]:hover:before,
form input[type=submit]:hover:before,
.btn.btn-secondary:focus:before,
.fancybox-content-filters .button-wrapper button:focus:before,
form button:focus:before,
form input[type=button]:focus:before,
form input[type=file]:focus:before,
form input[type=submit]:focus:before {
  background: #4a4947;
}
.woocommerce-message .button.btn-secondary:hover .arrow, .woocommerce-message .button.btn-secondary:focus .arrow,
.add_to_cart_button.btn-secondary:hover .arrow,
.add_to_cart_button:hover .arrow,
.add_to_cart_button.btn-secondary:focus .arrow,
.add_to_cart_button:focus .arrow,
.woocommerce-Button.button.btn-secondary:hover .arrow,
.woocommerce-Button.button.btn-secondary:focus .arrow,
.button.wc-backward.btn-secondary:hover .arrow,
.button.wc-backward.btn-secondary:focus .arrow,
.wc-proceed-to-checkout a.btn-secondary:hover .arrow,
.wc-proceed-to-checkout a:hover .arrow,
.wc-proceed-to-checkout a.btn-secondary:focus .arrow,
.wc-proceed-to-checkout a:focus .arrow,
.btn.btn-secondary:hover .arrow,
.fancybox-content-filters .button-wrapper button:hover .arrow,
form button:hover .arrow,
form input[type=button]:hover .arrow,
form input[type=file]:hover .arrow,
form input[type=submit]:hover .arrow,
.btn.btn-secondary:focus .arrow,
.fancybox-content-filters .button-wrapper button:focus .arrow,
form button:focus .arrow,
form input[type=button]:focus .arrow,
form input[type=file]:focus .arrow,
form input[type=submit]:focus .arrow {
  color: #fff;
}
.woocommerce-message .button.btn-secondary:before,
.add_to_cart_button.btn-secondary:before,
.add_to_cart_button:before,
.woocommerce-Button.button.btn-secondary:before,
.button.wc-backward.btn-secondary:before,
.wc-proceed-to-checkout a.btn-secondary:before,
.wc-proceed-to-checkout a:before,
.btn.btn-secondary:before,
.fancybox-content-filters .button-wrapper button:before,
form button:before,
form input[type=button]:before,
form input[type=file]:before,
form input[type=submit]:before {
  background: #fff;
}
.woocommerce-message .button.btn-secondary.btn-arrow,
.add_to_cart_button.btn-secondary.btn-arrow,
.add_to_cart_button.btn-arrow,
.woocommerce-Button.button.btn-secondary.btn-arrow,
.button.wc-backward.btn-secondary.btn-arrow,
.wc-proceed-to-checkout a.btn-secondary.btn-arrow,
.wc-proceed-to-checkout a.btn-arrow,
.btn.btn-secondary.btn-arrow,
.fancybox-content-filters .button-wrapper button.btn-arrow,
form button.btn-arrow,
form input.btn-arrow[type=button],
form input.btn-arrow[type=file],
form input.btn-arrow[type=submit] {
  border-color: transparent;
}
.woocommerce-message .button.btn-secondary .arrow,
.add_to_cart_button.btn-secondary .arrow,
.add_to_cart_button .arrow,
.woocommerce-Button.button.btn-secondary .arrow,
.button.wc-backward.btn-secondary .arrow,
.wc-proceed-to-checkout a.btn-secondary .arrow,
.wc-proceed-to-checkout a .arrow,
.btn.btn-secondary .arrow,
.fancybox-content-filters .button-wrapper button .arrow,
form button .arrow,
form input[type=button] .arrow,
form input[type=file] .arrow,
form input[type=submit] .arrow {
  color: #4a4948;
}
.woocommerce-message .button.btn-outline-white,
.add_to_cart_button.btn-outline-white,
.woocommerce-Button.button.btn-outline-white,
.button.wc-backward.btn-outline-white,
.wc-proceed-to-checkout a.btn-outline-white,
.btn.btn-outline-white,
.fancybox-content-filters .button-wrapper button.btn-outline-white,
form button.btn-outline-white,
form input.btn-outline-white[type=button],
form input.btn-outline-white[type=file],
form input.btn-outline-white[type=submit] {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.woocommerce-message .button.btn-outline-white:after,
.add_to_cart_button.btn-outline-white:after,
.woocommerce-Button.button.btn-outline-white:after,
.button.wc-backward.btn-outline-white:after,
.wc-proceed-to-checkout a.btn-outline-white:after,
.btn.btn-outline-white:after,
.fancybox-content-filters .button-wrapper button.btn-outline-white:after,
form button.btn-outline-white:after,
form input.btn-outline-white[type=button]:after,
form input.btn-outline-white[type=file]:after,
form input.btn-outline-white[type=submit]:after {
  opacity: 0;
}
.woocommerce-message .button.btn-outline-white:hover, .woocommerce-message .button.btn-outline-white:focus,
.add_to_cart_button.btn-outline-white:hover,
.add_to_cart_button.btn-outline-white:focus,
.woocommerce-Button.button.btn-outline-white:hover,
.woocommerce-Button.button.btn-outline-white:focus,
.button.wc-backward.btn-outline-white:hover,
.button.wc-backward.btn-outline-white:focus,
.wc-proceed-to-checkout a.btn-outline-white:hover,
.wc-proceed-to-checkout a.btn-outline-white:focus,
.btn.btn-outline-white:hover,
.fancybox-content-filters .button-wrapper button.btn-outline-white:hover,
form button.btn-outline-white:hover,
form input.btn-outline-white[type=button]:hover,
form input.btn-outline-white[type=file]:hover,
form input.btn-outline-white[type=submit]:hover,
.btn.btn-outline-white:focus,
.fancybox-content-filters .button-wrapper button.btn-outline-white:focus,
form button.btn-outline-white:focus,
form input.btn-outline-white[type=button]:focus,
form input.btn-outline-white[type=file]:focus,
form input.btn-outline-white[type=submit]:focus {
  background: #fff;
  color: #000;
}

 
 

.btn-play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .btn-play {
    width: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
  }
}
@media (min-width: 1024px) {
  .btn-play {
    width: 97px;
    height: 97px;
    margin: -48.5px 0 0 -48.5px;
  }
}
.btn-play svg {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  margin: 0 0 0 2px;
}
@media (min-width: 768px) {
  .btn-play svg {
    width: 25px;
    margin-left: 7px;
  }
}
@media (min-width: 1024px) {
  .btn-play svg {
    width: 32px;
    margin-left: 10px;
  }
}
.btn-play svg path {
  fill: currentColor;
}

.accordion .opener {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 25px;
  text-align: left;
  color: var(--black);
  position: relative;
  width: 100%;
  padding: 30px 30px 30px 0;
  display: block;
}
 
.is-not-touch-device .accordion .opener:hover {
  color: var(--secondary-blue);
}
 
 
.accordion .slide {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #000;
  padding: 0 65px 30px 0;
  margin-top: -10px;
  letter-spacing: 0;
}
 
.accordion .slide > *:last-child {
  margin-bottom: 0;
}
.accordion .slide p {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .accordion .slide p {
    margin-bottom: 10px;
  }
}
.accordion .slide a {
  text-decoration: underline;
  text-decoration-color: currentColor;
  color: var(--secondary-blue);
}
.accordion .slide a:hover, .accordion .slide a:focus {
  text-decoration-color: transparent;
}

 
.accordion-item.active .opener:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.fadeIn,
.fadeInUp {
  visibility: hidden;
  opacity: 0;
}

.fadeIn.in-viewport,
.in-viewport .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  visibility: visible;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp.in-viewport,
.in-viewport .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeUp-round > * {
  visibility: hidden;
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
  visibility: hidden;
  opacity: 0;
  animation-delay: 0.2s;
}
.fadeUp-round > *:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.fadeUp-round > *:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeUp-round > *:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.fadeUp-round > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.fadeUp-round > *:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeUp-round > *:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fadeUp-round > *:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.fadeUp-round > *:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fadeUp-round > *:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fadeUp-round > *:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.fadeUp-round > *:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.fadeUp-round > *:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.fadeUp-round > *:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.fadeUp-round > *:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fadeUp-round > *:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.fadeUp-round > *:nth-child(17) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.fadeUp-round > *:nth-child(18) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.fadeUp-round > *:nth-child(19) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.fadeUp-round > *:nth-child(20) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fadeUp-round > *:nth-child(21) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.fadeUp-round > *:nth-child(22) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.fadeUp-round > *:nth-child(23) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.fadeUp-round > *:nth-child(24) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.fadeUp-round > *:nth-child(25) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.fadeUp-round > *:nth-child(26) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.fadeUp-round > *:nth-child(27) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.fadeUp-round > *:nth-child(28) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.fadeUp-round > *:nth-child(29) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.fadeUp-round > *:nth-child(30) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.fadeUp-round > *:nth-child(31) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.fadeUp-round > *:nth-child(32) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.fadeUp-round > *:nth-child(33) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.fadeUp-round > *:nth-child(34) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.fadeUp-round > *:nth-child(35) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.fadeUp-round > *:nth-child(36) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.fadeUp-round > *:nth-child(37) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.fadeUp-round > *:nth-child(38) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.fadeUp-round > *:nth-child(39) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.fadeUp-round > *:nth-child(40) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.fadeUp-round > *:nth-child(41) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.fadeUp-round > *:nth-child(42) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.fadeUp-round > *:nth-child(43) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.fadeUp-round > *:nth-child(44) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.fadeUp-round > *:nth-child(45) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.fadeUp-round > *:nth-child(46) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.fadeUp-round > *:nth-child(47) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.fadeUp-round > *:nth-child(48) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.fadeUp-round > *:nth-child(49) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.fadeUp-round > *:nth-child(50) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.fadeUp-round.in-viewport > *,
.in-viewport .fadeUp-round > * {
  -webkit-animation-name: fadeUp-round;
          animation-name: fadeUp-round;
  visibility: visible;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeUp-round {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUp-round {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.modal {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(74, 73, 72, 0.8);
  opacity: 0;
  visibility: hidden;
}
.modal-active .modal {
  opacity: 1;
  visibility: visible;
}
.modal .modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: 100%;
  max-width: 1055px;
  min-height: 100%;
  padding: 50px 11px;
}
@media (min-width: 768px) {
  .modal .modal-inner {
    padding: 75px 35px;
  }
}
.modal .modal-content {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  position: relative;
  border-radius: 14px;
  z-index: 1;
  background: #fff;
  color: #000;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
  padding: 65px 25px 30px;
  font-size: 16px;
  line-height: 1.25;
}
 
 
.modal .modal-content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
 
  opacity: 0.27;
  border-radius: inherit;
  z-index: -1;
}
.modal-active .modal .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal .modal-content h2, .modal .modal-content .section-reviews .huflDf, .section-reviews .modal .modal-content .huflDf {
  font-size: 26px;
  line-height: 1.0769230769;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .modal .modal-content h2, .modal .modal-content .section-reviews .huflDf, .section-reviews .modal .modal-content .huflDf {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .modal .modal-content h2, .modal .modal-content .section-reviews .huflDf, .section-reviews .modal .modal-content .huflDf {
    font-size: 45px;
    line-height: 1.1111111111;
    margin-bottom: 32px;
  }
}
.modal .modal-content form {
  margin: 29px 0 0;
}
@media (min-width: 768px) {
  .modal .modal-content form {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .modal .modal-content form {
    margin-top: 54px;
  }
}
.modal .modal-content .copyraight-holder {
  text-align: center;
  font-size: 13px;
  line-height: 1.6923076923;
  max-width: 440px;
  margin: 0px auto 0;
  letter-spacing: normal;
}
 
.modal .modal-content .copyraight-holder a {
  color: inherit;
  text-decoration: underline;
}
.modal .modal-content .copyraight-holder a:hover {
  text-decoration-color: transparent;
}
.modal .modal-content .copyraight-holder p {
  margin: 0 0 27px;
}
.modal .modal-content .copyraight-holder span {
  display: block;
  font-size: 10px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .modal .modal-content .copyraight-holder span {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
.modal .modal-close {
top: 16px;
    right: 21px;
    padding: 4px;
    width: 42px;
    height: 42px;
    box-shadow: var(--box-shadow);
    position: absolute;
    background: var(--white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
 
 
.modal .modal-close svg {
  width: 20px;
}
 
.modal h2, .modal .section-reviews .huflDf, .section-reviews .modal .huflDf {
  font-size: 26px;
  line-height: 1.0769230769;
}
@media (min-width: 768px) {
  .modal h2, .modal .section-reviews .huflDf, .section-reviews .modal .huflDf {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .modal h2, .modal .section-reviews .huflDf, .section-reviews .modal .huflDf {
    font-size: 45px;
    line-height: 1.1111111111;
  }
}

.gr-code-holder {
  overflow: hidden;
  text-align: center;
  margin: 68px 0 0;
}
@media (min-width: 768px) {
  .gr-code-holder {
    margin-top: 50px;
  }
}
.gr-code-holder.gr-code-active .gr-code-image {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .gr-code-holder.gr-code-active .gr-code-inner {
    padding-bottom: 150px;
  }
}
.gr-code-holder.gr-code-active .btn.btn-arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow, .gr-code-holder.gr-code-active form button.btn-arrow, form .gr-code-holder.gr-code-active button.btn-arrow,
.gr-code-holder.gr-code-active form input.btn-arrow[type=button],
form .gr-code-holder.gr-code-active input.btn-arrow[type=button],
.gr-code-holder.gr-code-active form input.btn-arrow[type=file],
form .gr-code-holder.gr-code-active input.btn-arrow[type=file],
.gr-code-holder.gr-code-active form input.btn-arrow[type=submit],
form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] {
  color: #fff;
  border-color: transparent;
  background: transparent;
  padding-inline: 40px 11px;
}
@media (min-width: 768px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow, .gr-code-holder.gr-code-active form button.btn-arrow, form .gr-code-holder.gr-code-active button.btn-arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button],
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file],
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] {
    padding-inline: 70px;
  }
}
@media (min-width: 1024px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow, .gr-code-holder.gr-code-active form button.btn-arrow, form .gr-code-holder.gr-code-active button.btn-arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button],
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file],
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit],
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] {
    padding-inline: 25px 75px;
  }
}
.gr-code-holder.gr-code-active .btn.btn-arrow:before, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow:before, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow:before, .gr-code-holder.gr-code-active form button.btn-arrow:before, form .gr-code-holder.gr-code-active button.btn-arrow:before,
.gr-code-holder.gr-code-active form input.btn-arrow[type=button]:before,
form .gr-code-holder.gr-code-active input.btn-arrow[type=button]:before,
.gr-code-holder.gr-code-active form input.btn-arrow[type=file]:before,
form .gr-code-holder.gr-code-active input.btn-arrow[type=file]:before,
.gr-code-holder.gr-code-active form input.btn-arrow[type=submit]:before,
form .gr-code-holder.gr-code-active input.btn-arrow[type=submit]:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  margin-left: -7px;
}
@media (min-width: 768px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow:before, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow:before, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow:before, .gr-code-holder.gr-code-active form button.btn-arrow:before, form .gr-code-holder.gr-code-active button.btn-arrow:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button]:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file]:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit]:before {
    margin-left: -10px;
  }
}
@media (min-width: 1024px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow:before, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow:before, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow:before, .gr-code-holder.gr-code-active form button.btn-arrow:before, form .gr-code-holder.gr-code-active button.btn-arrow:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button]:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file]:before,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit]:before,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit]:before {
    margin-left: -13px;
  }
}
.gr-code-holder.gr-code-active .btn.btn-arrow:after, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow:after, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow:after, .gr-code-holder.gr-code-active form button.btn-arrow:after, form .gr-code-holder.gr-code-active button.btn-arrow:after,
.gr-code-holder.gr-code-active form input.btn-arrow[type=button]:after,
form .gr-code-holder.gr-code-active input.btn-arrow[type=button]:after,
.gr-code-holder.gr-code-active form input.btn-arrow[type=file]:after,
form .gr-code-holder.gr-code-active input.btn-arrow[type=file]:after,
.gr-code-holder.gr-code-active form input.btn-arrow[type=submit]:after,
form .gr-code-holder.gr-code-active input.btn-arrow[type=submit]:after {
  opacity: 0;
}
.gr-code-holder.gr-code-active .btn.btn-arrow .arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow .arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow .arrow, .gr-code-holder.gr-code-active form button.btn-arrow .arrow, form .gr-code-holder.gr-code-active button.btn-arrow .arrow,
.gr-code-holder.gr-code-active form input.btn-arrow[type=button] .arrow,
form .gr-code-holder.gr-code-active input.btn-arrow[type=button] .arrow,
.gr-code-holder.gr-code-active form input.btn-arrow[type=file] .arrow,
form .gr-code-holder.gr-code-active input.btn-arrow[type=file] .arrow,
.gr-code-holder.gr-code-active form input.btn-arrow[type=submit] .arrow,
form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] .arrow {
  left: auto;
  right: 5px;
}
@media (min-width: 768px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow .arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow .arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow .arrow, .gr-code-holder.gr-code-active form button.btn-arrow .arrow, form .gr-code-holder.gr-code-active button.btn-arrow .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button] .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file] .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] .arrow {
    right: 8px;
  }
}
@media (min-width: 1024px) {
  .gr-code-holder.gr-code-active .btn.btn-arrow .arrow, .gr-code-holder.gr-code-active .fancybox-content-filters .button-wrapper button.btn-arrow .arrow, .fancybox-content-filters .button-wrapper .gr-code-holder.gr-code-active button.btn-arrow .arrow, .gr-code-holder.gr-code-active form button.btn-arrow .arrow, form .gr-code-holder.gr-code-active button.btn-arrow .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=button] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=button] .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=file] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=file] .arrow,
  .gr-code-holder.gr-code-active form input.btn-arrow[type=submit] .arrow,
  form .gr-code-holder.gr-code-active input.btn-arrow[type=submit] .arrow {
    right: 11px;
  }
}

.gr-code-image {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  width: 145px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  mix-blend-mode: darken;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .gr-code-image {
    left: 50%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .gr-code-image {
    width: 167px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
  }
}
.gr-code-image img {
  width: 100%;
}

.gr-code-inner {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .gr-code-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 167px;
    padding-inline: 193px;
  }
}

.onsale {
  z-index: 1;
  padding: 0.5333333333rem 1.6rem;
  border-radius: 4px;
  color: #fff;
  background: var(--secondary-blue);
  font-size: small;
  font-weight: 600;
  position: absolute;
  top: -0.5em;
  right: auto;
  bottom: auto;
  left: -0.5em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.2rem;
  font-size: smaller;
  padding: 2.4rem;
  border: 1px solid #4a4948;
  border-radius: 4px;
  background-color: #F7F7F7;
  text-align: center;
}

.woocommerce-error p:last-of-type,
.woocommerce-info p:last-of-type,
.woocommerce-message p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  margin-left: 0;
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
                  font-weight: bold;
        color: var(--secondary-blue) !important;
        background: none !important;
          
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style-type: none;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  margin-left: 0.382em;
}

.woocommerce-message {
  font-size: 16px;
}

.woocommerce-message,
.woocommerce-message--info {
  border-color: var(--secondary-blue);
  background-color:var(--light-blue);
}

.woocommerce-error {
  border-color: #F85951;
  background-color:var(--light-blue);
}

.woocommerce-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3.2rem;
  padding-top: 1.5em;
}

@media (min-width: 1024px) {
  .woocommerce-products-header {
    padding: inherit;
  }
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    margin-left: 1.6rem;
    margin-top: 0;
  }
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
.woocommerce-products-header > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-products-header__title {
  text-transform: none;
  color: #4a4948;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: 0.7px;
}

.woocommerce-products-header .woocommerce-result-count {
  margin-right: auto;
  margin-bottom: 0;
}

.woocommerce-products-header .woocommerce-result-count:before {
  content: " - ";
}

@media (max-width: 768px) {
  .woocommerce-ordering {
    margin-top: 2.4rem;
  }
}
 

.woocommerce-LoopProduct-link,
.woocommerce-LoopProduct-link img {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-loop-product__title {
     font-size: 24px;
    font-weight: 600;
    text-align: left;
}
 .woocommerce-loop-product__title a {  
    font-size: 24px;
    color: var(--black);
 white-space: nowrap;        
	  overflow: hidden;           
	  text-overflow: ellipsis;    
	  display: block;  
}
 
 
.added {
  padding: 1.6rem;
  font-size: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.added:after {
  font-size: 1.4222222222rem;
}

.added_to_cart {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  color: #fff;
  background-color: var(--secondary-blue);
  font-size: 1.4222222222rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 0.8rem;
  padding: 1.5rem;
  border: 1px solid var(--secondary-blue);
  color: var(--secondary-blue);
  background: transparent;
}

.added_to_cart:active,
.added_to_cart:focus,
.added_to_cart:hover {
  outline: none;
  background-color: var(--secondary-blue);
  text-decoration: none;
}

.added_to_cart:disabled,
.added_to_cart:disabled:focus,
.added_to_cart:disabled:hover {
  opacity: 0.5;
  background-color: #F7F7F7;
  cursor: not-allowed;
}

.added_to_cart.standard-on-color {
  font-size: 2.2rem;
  border-radius: 2rem;
  font-weight: 400;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(#D63F94), to(#b8519e));
  background-image: linear-gradient(270deg, #D63F94, #b8519e);
}

.added_to_cart.standard-on-color:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#585858), to(#414141));
  background-image: linear-gradient(270deg, #585858, #414141);
  color: #fff;
}

.added_to_cart.gradient {
  font-size: 2.2rem;
  border-radius: 2rem;
  font-weight: 500;
  padding: 0.96rem 3.2rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(#D63F94), to(#b8519e));
  background-image: linear-gradient(270deg, #D63F94, #b8519e);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.added_to_cart.gradient:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#585858), to(#414141));
  background-image: linear-gradient(270deg, #585858, #414141);
  color: #fff;
}

.added_to_cart.uppercase {
  text-transform: uppercase;
}

.added_to_cart.camelCase {
  text-transform: capitalize;
}

.added_to_cart.back-arrow:before {
  position: relative;
  content: url(/wp-content/uploads/white-arrow-back.svg);
  display: inline-block;
  width: 20px;
  margin-right: 0.5em;
}

.added_to_cart.standard-on-white {
  font-size: 2.2rem;
  border-radius: 2rem;
  font-weight: 500;
  background-color: var(--secondary-blue);
  border: 2px solid var(--secondary-blue);
  padding: 0.96rem 3.2rem;
}

.added_to_cart.standard-on-white:hover {
  background-color: transparent !important;
  color: #707070 !important;
  border: 2px solid var(--secondary-blue);
}

.added_to_cart.small {
  padding: 1em 1.5em;
  font-size: small;
}

.added_to_cart.rounded {
  border-radius: 10rem;
}

.added_to_cart.black {
  background-color: #4a4948;
  color: #fff;
}

.added_to_cart.black:hover {
  background-color: var(--secondary-blue);
}

.added_to_cart.outline {
  border: 1.2px solid var(--secondary-blue);
  color: #fff;
  border-radius: 2rem;
  background: transparent;
  padding: 1.92rem 3.2rem;
}

.added_to_cart.outline:active,
.added_to_cart.outline:focus,
.added_to_cart.outline:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#585858), to(#414141));
  background-image: linear-gradient(270deg, #585858, #414141);
  color: #fff;
}

.added_to_cart.fa,
.added_to_cart.fab,
.added_to_cart.fas {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
 
  font-weight: 600;
}

.added_to_cart.fa:before,
.added_to_cart.fab:before,
.added_to_cart.fas:before {
  display: inline-block;
  margin-right: 0.8rem;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.added_to_cart.icon-right:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: 0.8rem;
}

.added_to_cart:active,
.added_to_cart:focus,
.added_to_cart:hover {
  color: #fff;
  background: var(--secondary-blue);
}

.star-rating {
  display: block;
  margin-bottom: 0.32rem;
}

.star-rating:before {
  display: inline-block;
  color: #ffc107;
  font-family: Font Awesome\ 5 Free, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  content: "\f005";
}

.star-rating[aria-label*="Rated 1"]:before {
  content: "\f005";
}

.star-rating[aria-label*="Rated 2"]:before {
  content: "\f005\f005";
}

.star-rating[aria-label*="Rated 3"]:before {
  content: "\f005\f005\f005";
}

.star-rating[aria-label*="Rated 4"]:before {
  content: "\f005\f005\f005\f005";
}

.star-rating[aria-label*="Rated 5"]:before {
  content: "\f005\f005\f005\f005\f005";
}

.star-rating span {
  display: none;
}

.price {
  display: block;
  margin-bottom: 27px;
}

.price ins {
  text-decoration: none;
}

 
.woocommerce-product-gallery {
  position: relative;
}
@media (max-width: 1023px) {
  .woocommerce-product-gallery {
    display: block;
    width: calc(100% + 56px);
    margin: 0 -28px 40px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .woocommerce-product-gallery {
    padding-left: 90px;
  }
}

.woocommerce-product-gallery img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery img {
    width: 472px;
  }
}

.woocommerce-product-gallery__image {
  position: relative;
  z-index: 0;
}

.woocommerce-product-gallery__image::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  border-radius: 3.2rem;
  background-color: #fff;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 27px;
  right: 16px;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.53' height='25.53' viewBox='0 0 25.53 25.53'%3E%3Cg id='Group_10145' data-name='Group 10145' transform='translate(203.459 9940.459)'%3E%3Cg id='Ellipse_380' data-name='Ellipse 380' transform='translate(-203.459 -9940.459)' fill='none' stroke='%234a4948' stroke-width='1.5'%3E%3Ccircle cx='9' cy='9' r='9' stroke='none'/%3E%3Ccircle cx='9' cy='9' r='8.25' fill='none'/%3E%3C/g%3E%3Cline id='Line_2402' data-name='Line 2402' x2='7' y2='7' transform='translate(-185.459 -9922.459)' fill='none' stroke='%234a4948' stroke-width='1.5'/%3E%3Cg id='Group_10144' data-name='Group 10144' transform='translate(-197.092 -9934.092)'%3E%3Cline id='Line_2403' data-name='Line 2403' y2='6.069' transform='translate(3.035)' fill='none' stroke='%234a4948' stroke-width='1.5'/%3E%3Cline id='Line_2404' data-name='Line 2404' y2='6.069' transform='translate(6.069 3.035) rotate(90)' fill='none' stroke='%234a4948' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery__image::before {
    height: 60px;
    width: 60px;
    top: 38%;
    right: 0;
    background-size: 25px 25px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-product-gallery__image::before {
    right: -10px;
  }
}
.woocommerce-product-gallery__image::before:hover {
  opacity: 0.7;
}

.featherlight .featherlight-close-icon {
  width: 40px !important;
  height: 40px !important;
  background-size: 60% !important;
  border-radius: 50% !important;
  background-color: #000 !important;
}
@media (max-width: 767px) {
  .featherlight .featherlight-close-icon {
    top: 10px !important;
    right: 10px !important;
  }
}

.woocommerce-product-gallery__trigger:active,
.woocommerce-product-gallery__trigger:focus,
.woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
}

.woocommerce-product-gallery__trigger:active:before,
.woocommerce-product-gallery__trigger:focus:before,
.woocommerce-product-gallery__trigger:hover:before {
  color: var(--secondary-blue);
}

.woocommerce-product-gallery__trigger img {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  position: absolute;
  left: -9999999px;
}

.woocommerce-product-gallery__trigger:before {
  color: #343a40;
  font-size: smaller;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABHNCSVQICAgIfAhkiAAAAo1JREFUSEu9lr9v01AQx+/sSmkYoN3Y6FTWdEMsNUKpn81AuzFBOiIBilgYSf8B1Io/oMnESKZnuxHC/QcgMwvtBGKhU36otR/n55iaxK6fIcFDZD3fu8+7e3ffC0LGwxgzNIBNAWAgilpkIgT2EcAPAY5d1/Wz9qmskY/LxzCMlWq1coiA2xJCzum3H1tgjYw343XRHQ7Hu77vn6lA0ja/gXa9XhO6/h4R1sjjHnfdVpYzm7EWILwWAk4wCHZ4rzc5kBpaAqPIrlUrXwl0CkHYKHISHQ50rS0AbwxHo40ykUqgzcwuID6Ei2CjCJbEIaFL+ucovY7j7ajFRxcjCwTh41VpzHOWpDcUcE+1kDDZxB33jwJKIJZl3QEInyLqrzjn36fhtsUoyPw7n7ZHy2KyxB3HNbIioQw8ogy8Azy/zfmHL9M2Rftngcw8o6pr0z000x+jyIQQa7R2l4DPKW0v6f2bpp1/SoMty9yn1Dzhjreqco9o5QLNDvXj4xknoWhyzzu4TLm5TyltOK63ogbMSalt2zcBxtfDUH+gIb4REJqI4clgEPxIt0HplBYVTdEdli6aoraw7fvrECxZg/G4M93gf9UW/9z4AjqO6zZU7i+ySUnbMmmi+AkX4W6R2sQqox3S9tXBcFQrLW0yyliquvR6i6quReK9l3XqJI307ZSkcLvocDN9mF6QIr5caUtdpYcmgg84GU+CxhOCFAda75BoN8tElnAy5WwygA0RAUQ8gOkQfaQD0AD2s3Qz2qOip5lA1QJI7GzTZKCho6KpcwFGYJK4t6RMz4qgcwOqQucKVIHOHVgEXQjwKujCgHnQhQKzoAsHxsOBHZBqv4j+bP0XoIRubdX50VHvF48KYkQpM25sAAAAAElFTkSuQmCC");
  content: "";
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 27px;
}
@media (max-width: 767px) {
  .woocommerce-product-gallery__trigger:before {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: 21px;
  }
}

.flex-viewport {
  max-width: 100vw;
  width: 100%;
}

 

.flex-control-nav li { 
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  min-width: 70px;
}
@media (min-width: 1024px) {
  .flex-control-nav li {
    min-width: 120px;
  }
}

.flex-control-nav li:last-of-type {
  margin-right: 0;
}

.flex-control-nav img {
  width: 100%;
}

.flex-control-nav img.flex-active {
  opacity: 1;
}

.summary {
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .summary {
    width: 50%;
    margin-top: 17px;
    padding-left: 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .summary {
    padding-left: 120px;
  }
}

.summary .entry-title {
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .summary .entry-title {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .summary .entry-title {
    font-size: 45px;
    line-height: 1.2222222222;
  }
}

.summary p {
  color: #000;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .summary p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .summary p {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.woocommerce-product-details__short-description {
  position: relative;
  padding: 0 0 33px;
  max-width: 75%;
  margin: 0 auto 33px;
}
@media (min-width: 1024px) {
  .woocommerce-product-details__short-description {
    max-width: 400px;
    margin-inline: 0;
    margin-bottom: 52px;
    padding-bottom: 48px;
  }
}
.woocommerce-product-details__short-description::before {
  content: "";
  width: 97px;
  height: 1px;
  background-color: #D63F94;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .woocommerce-product-details__short-description::before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}

.summary .price {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: 700;
}
@media (min-width: 768px) {
  .summary .price {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
  display: none !important;
}

form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 42px 26px 0;
}
@media (min-width: 1024px) {
  form.cart {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 46px 0 0;
  }
}
form.cart [type=number]::-webkit-inner-spin-button,
form.cart [type=number]::-webkit-outer-spin-button {
  display: none;
}

form.cart .quantity {
  display: block;
}
@media (max-width: 767px) {
  form.cart .quantity {
    margin-right: 6px;
  }
}

@media (min-width: 768px) {
  .single_add_to_cart_button.button {
    min-width: 191px;
  }
}

form.cart .quantity input {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  form.cart .quantity input {
    font-size: 24px;
    line-height: 1.25;
  }
}

.product_meta {
  margin-top: 2.4rem;
}

.woocommerce-tabs {
  width: 100%;
  margin: 70px 15px 0;
}
@media (min-width: 1024px) {
  .woocommerce-tabs {
    margin: 0 auto;
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-tabs {
    padding-top: 150px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-tabs {
    width: calc(100% + 114px);
    margin-inline: -57px;
  }
}

.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 20px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .wc-tabs {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .wc-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0 auto !important;
  }
}

.woocommerce-additional-fields__field-wrapper label {
  font-size: 16px;
}

.wc-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0;
  list-style-type: none;
  width: inherit;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #F7F7F7;
  border: 1.5px solid transparent;
  border-bottom: none;
  margin: 0 0 6px;
  border-radius: 10px 10px 0 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .wc-tabs li {
    margin: 0 10px 0 0;
    border-radius: 15px 15px 0 0;
  }
}
.wc-tabs li:last-child {
  margin: 0;
}

.wc-tabs li.active {
  background-color: transparent;
  border: 1.5px solid #D4F7EB;
  background: #D4F7EB;
  border-bottom: none;
  opacity: 1;
}

.wc-tabs li > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 9px 20px;
}
@media (min-width: 768px) {
  .wc-tabs li > a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .wc-tabs li > a {
    font-size: 24px;
    padding-block: 13px;
    line-height: 1.25;
  }
}

.wc-tabs li > a:focus,
.wc-tabs li > a:hover {
  text-decoration: none;
  opacity: 1;
}

.woocommerce-Tabs-panel {
  font-size: 16px;
  line-height: 22px;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .woocommerce-Tabs-panel {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Tabs-panel {
    margin: 100px 0 0;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .huflDf,
.woocommerce-Tabs-panel h3 {
  color: #4a4948;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel .spec {
  font-weight: 400;
}

.woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
.woocommerce-Tabs-panel form.checkout h3,
.woocommerce-Tabs-panel form.checkout .single-post h2,
.woocommerce-Tabs-panel form.checkout .single-post .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel form.checkout .single-post .huflDf,
.single-post .woocommerce-Tabs-panel form.checkout h2,
.single-post .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
.section-reviews .single-post .woocommerce-Tabs-panel form.checkout .huflDf,
.woocommerce-Tabs-panel form.checkout .single-post-container h2,
.woocommerce-Tabs-panel form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel form.checkout .single-post-container .huflDf,
.single-post-container .woocommerce-Tabs-panel form.checkout h2,
.single-post-container .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-Tabs-panel form.checkout .huflDf,
form.checkout .woocommerce-Tabs-panel h3,
form.checkout .woocommerce-Tabs-panel .single-post h2,
form.checkout .woocommerce-Tabs-panel .single-post .section-reviews .huflDf,
.section-reviews form.checkout .woocommerce-Tabs-panel .single-post .huflDf,
.single-post form.checkout .woocommerce-Tabs-panel h2,
.single-post form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post form.checkout .woocommerce-Tabs-panel .huflDf,
form.checkout .woocommerce-Tabs-panel .single-post-container h2,
form.checkout .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout .woocommerce-Tabs-panel .single-post-container .huflDf,
.single-post-container form.checkout .woocommerce-Tabs-panel h2,
.single-post-container form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout .woocommerce-Tabs-panel .huflDf {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-Tabs-panel form.checkout h3,
  .woocommerce-Tabs-panel form.checkout .single-post h2,
  .woocommerce-Tabs-panel form.checkout .single-post .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post .huflDf,
  .single-post .woocommerce-Tabs-panel form.checkout h2,
  .single-post .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post .woocommerce-Tabs-panel form.checkout .huflDf,
  .woocommerce-Tabs-panel form.checkout .single-post-container h2,
  .woocommerce-Tabs-panel form.checkout .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel form.checkout h2,
  .single-post-container .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel form.checkout .huflDf,
  form.checkout .woocommerce-Tabs-panel h3,
  form.checkout .woocommerce-Tabs-panel .single-post h2,
  form.checkout .woocommerce-Tabs-panel .single-post .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post .huflDf,
  .single-post form.checkout .woocommerce-Tabs-panel h2,
  .single-post form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post form.checkout .woocommerce-Tabs-panel .huflDf,
  form.checkout .woocommerce-Tabs-panel .single-post-container h2,
  form.checkout .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container form.checkout .woocommerce-Tabs-panel h2,
  .single-post-container form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container form.checkout .woocommerce-Tabs-panel .huflDf {
    margin-bottom: 20px;
  }
}

.woocommerce-Tabs-panel strong {
  color: #4a4948;
  font-weight: 500;
}

.woocommerce-Tabs-panel p {
  margin: 0 0 30px;
}

.woocommerce-Tabs-panel hr {
  max-width: 97px;
  margin: 30px auto 30px 0;
  background-color: #9A8E7F;
}

.comment-reply-title {
  font-size: 1.5em;
  margin: 0 0 0.5em;
 
  font-weight: 600;
  line-height: 1.2944;
  color: #4a4948;
}

.comment-form-rating {
  margin-top: 1em;
}

.stars a {
  display: inline-block;
  color: transparent;
  font-size: 0;
}

.stars a:before {
  display: block;
  color: #ffc107;
  font-size: 1.6rem;
  font-family: Font Awesome\ 5 Free, sans-serif;
  font-weight: 400;
  content: "\f005";
}

.stars.selected a:before,
.stars a.active:before,
.stars a:active:before,
.stars a:focus:before,
.stars a:hover:before {
  font-weight: 700;
}

.stars.selected .active ~ a:before {
  font-weight: 400;
}

.stars.selected .active ~ a:active:before,
.stars.selected .active ~ a:focus:before,
.stars.selected .active ~ a:hover:before {
  font-weight: 700;
}

.review {
  display: block;
  margin-bottom: 3.2rem;
  list-style-type: none;
}

.meta {
  font-size: smaller;
}

.related .entry {
  margin-bottom: 3.2rem;
  border: 1px solid #4a4948;
  border-radius: 4px;
}

.related .woocommerce-loop-product__title {
  font-size: 1.2em;
}

body.page-checkout {
  color: #4a4948;
}

body.page-checkout h1, body.page-checkout .section-account h2, body.page-checkout .section-account .section-reviews .huflDf, .section-reviews body.page-checkout .section-account .huflDf, .section-account body.page-checkout h2, .section-account body.page-checkout .section-reviews .huflDf, .section-reviews .section-account body.page-checkout .huflDf {
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.62;
  letter-spacing: 1px;
  color: #4a4948;
}

 
.shop_table tbody td.product-name {
  font-size: 15px;
}

@media (min-width: 1024px) {
  form.checkout {
    -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
    -moz-column-gap: 3.2rem;
    -webkit-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
  form.checkout > div {
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
}
.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
  padding: 2.4rem;
  border: 1px solid #4a4948;
  border-radius: 4px;
  background-color: #F7F7F7;
}

.woocommerce-form-coupon p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-form-coupon p {
  width: 100%;
}

.woocommerce-checkout-payment {
  margin-top: 3.2rem;
}

.wc_payment_method,
.woocommerce-PaymentMethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wc_payment_method > input,
.woocommerce-PaymentMethod > input {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
}

.wc_payment_method label[for*=payment_method],
.woocommerce-PaymentMethod label[for*=payment_method] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wc_payment_method label[for*=payment_method] p:last-of-type,
.woocommerce-PaymentMethod label[for*=payment_method] p:last-of-type {
  margin-bottom: 0;
}

.wc_payment_method label[for*=payment_method] img,
.woocommerce-PaymentMethod label[for*=payment_method] img {
  margin-top: 0.8rem;
}

.payment_method_paypal label img {
  display: block;
  max-width: 20.7104rem;
  margin-bottom: 1.6rem;
}

.payment_method_stripe label img {
  max-width: 3.84rem;
  margin-right: 0.5333333333rem;
}

.payment_method_stripe .woocommerce-validated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.payment_method_stripe .form-row > div {
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  border: 1px solid #4a4948;
  border-radius: 4px;
}

#wc-stripe-cc-form > div.form-row.form-row-wide > label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.payment_method_stripe .form-row-first {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.payment_method_stripe .form-row-first label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.payment_method_stripe .form-row-last {
  float: right;
  width: 50%;
}
.payment_method_stripe .form-row-last label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

#payment > ul > li > div {
  width: 100%;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 46px;
  line-height: 46px;
}

.wc_payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.woocommerce-shipping-methods li {
  list-style-type: none;
}

body.woocommerce-cart h1, body.woocommerce-cart .section-account h2, body.woocommerce-cart .section-account .section-reviews .huflDf, .section-reviews body.woocommerce-cart .section-account .huflDf, .section-account body.woocommerce-cart h2, .section-account body.woocommerce-cart .section-reviews .huflDf, .section-reviews .section-account body.woocommerce-cart .huflDf {
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.62;
  letter-spacing: 1px;
  color: #4a4948;
}

@media (min-width: 1024px) {
  body.woocommerce-cart h1, body.woocommerce-cart .section-account h2, body.woocommerce-cart .section-account .section-reviews .huflDf, .section-reviews body.woocommerce-cart .section-account .huflDf, .section-account body.woocommerce-cart h2, .section-account body.woocommerce-cart .section-reviews .huflDf, .section-reviews .section-account body.woocommerce-cart .huflDf {
    margin-bottom: 1em;
  }
}
li.woocommerce-MyAccount-navigation-link:nth-child(3) {
  display: none;
}

table.woocommerce-orders-table a {
  padding: inherit !important;
  margin: 0 auto;
  width: 100%;
}

tr.woocommerce-cart-form__cart-item td {
  vertical-align: inherit;
}

@media (min-width: 1024px) {
  tr.woocommerce-cart-form__cart-item td {
    padding: 20px;
    font-size: 18px !important;
    vertical-align: inherit;
  }
}
.remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 4px;
  color: #fff !important;
  background-color: var(--secondary-blue);
  font-weight: 600;
  height: 24px;
  width: 24px;
  padding-right: 0 !important;
}

 
.product-thumbnail img {
  border-radius: 4px;
  height: 4.8rem;
  width: 4.8rem;
}

.quantity .input-text {
  width: 51px;
  height: 51px;
  text-align: center;
  margin: 0 35px 0 0;
}
@media (min-width: 768px) {
  .quantity .input-text {
    width: 60px;
    height: 60px;
    margin: 0 54px 0 0;
  }
}

@media (max-width: 767px) {
  .single_add_to_cart_button.button {
    padding: 14px 25px;
  }
}

.actions {
  padding: 3.2rem;
}

.actions > .button {
  margin-left: 1em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .actions > .button {
    float: right;
  }
}
@media (min-width: 1024px) {
  .actions > .button {
    margin-top: 0;
  }
}
.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(66.66667% - 1.06667rem);
}

@media (min-width: 768px) {
  .coupon {
    float: left;
  }
}
.coupon label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.coupon input {
  margin: 0;
  font-size: 16px !important;
  padding: 0.7em 1em;
}

.coupon .button {
  margin-left: 1em;
  white-space: nowrap;
}

.cart-collaterals {
  margin: 3.2rem 0;
}

@media (min-width: 1024px) {
  .cart-collaterals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .cart_totals {
    width: 75%;
  }
}
.cart_totals h2, .cart_totals .section-reviews .huflDf, .section-reviews .cart_totals .huflDf {
  text-align: left;
  margin: 0 auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.62;
  letter-spacing: 1px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .woocommerce-cart-form table,
  .woocommerce-cart-form tbody,
  .woocommerce-cart-form td,
  .woocommerce-cart-form th,
  .woocommerce-cart-form thead,
  .woocommerce-cart-form tr {
    display: block;
  }
  .woocommerce-cart-form thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .woocommerce-cart-form td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
    padding: 0;
    border: 1px solid #4a4948;
    border-bottom: 0;
    font-size: 15px;
  }
  .woocommerce-cart-form td a {
    padding-right: 10px;
  }
  .woocommerce-cart-form .actions {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #4a4948;
  }
  .woocommerce-cart-form .actions .button {
    margin: 0;
  }
  .woocommerce-cart-form .coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1em;
  }
  .woocommerce-cart-form .coupon .input-text {
    width: 100%;
    margin-bottom: 1em;
  }
  .woocommerce-cart-form .cart_item {
    margin: 2.4rem 0;
    border-bottom: 1px solid #4a4948;
  }
 
  .woocommerce-cart-form .cart_item td:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 24%;
    margin-right: 16px;
    padding: 1.5em 1em;
    border-right: 1px solid #4a4948;
    background-color: #F7F7F7;
    font-size: normal;
    font-weight: 600;
    white-space: nowrap;
    font-size: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-cart-form .product-remove:before {
    content: "Delete";
  }
  .woocommerce-cart-form .product-thumbnail:before {
    content: "Image";
  }
  .woocommerce-cart-form .product-name:before {
    content: "Product";
  }
  .woocommerce-cart-form .product-price:before {
    content: "Price";
  }
  .woocommerce-cart-form .product-quantity:before {
    content: "Quantity";
  }
  .woocommerce-cart-form .product-subtotal:before {
    content: "Subtotal";
  }
  .woocommerce-cart-form .product-total:before {
    content: "Total";
  }
}
body.page-my-account form label {
  text-transform: capitalize;
  font-size: 1.8rem;
}

 
body.page-my-account h2.woocommerce-order-details__title, body.page-my-account .section-reviews .woocommerce-order-details__title.huflDf, .section-reviews body.page-my-account .woocommerce-order-details__title.huflDf {
  text-align: left;
  margin: 0 auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.62;
  letter-spacing: 1px;
  color: #4a4948;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  body.page-my-account h2.woocommerce-order-details__title, body.page-my-account .section-reviews .woocommerce-order-details__title.huflDf, .section-reviews body.page-my-account .woocommerce-order-details__title.huflDf {
    padding-top: 0.25em;
  }
}
.woocommerce-Button {
  font-size: 1.8rem;
  font-weight: 500;
  border: 2px solid var(--secondary-blue);
  padding: 19px 32px;
  text-transform: capitalize;
}

table.woocommerce-table tbody > tr > td > a,
table.woocommerce-table tfoot > tr > th {
  font-size: 1.8rem !important;
}

table.woocommerce-orders-table a {
  font-size: inherit;
  font-weight: 500;
  padding: 0.96rem 3.2rem;
}

.quantity .input-text,
tbody > tr > th,
table > thead > tr > th {
  text-align: left;
}

@media (min-width: 1024px) {
  .woocommerce-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.woocommerce-MyAccount-navigation {
  padding: 24px;
  border: 1px solid #4a4948;
  border-radius: 4px;
  background-color: #F7F7F7;
  margin: 0 0 25px;
}

@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    width: calc(26% - 3.4rem);
    margin-right: 3.2rem;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  text-transform: capitalize;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #D63F94;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #D63F94;
}

.woocommerce-MyAccount-content address,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-navigation ul li a,
legend {
  font-size: 16px;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    overflow: auto;
    width: 100%;
  }
}
.woocommerce-MyAccount-content table {
  width: 100%;
  font-size: 16px;
}

.woocommerce-MyAccount-content address a,
.woocommerce-MyAccount-content p a {
  color: #D63F94;
}

.woocommerce-MyAccount-content address a:hover,
.woocommerce-MyAccount-content p a:hover {
  color: #4a4948;
  opacity: 1;
}

.woocommerce-MyAccount-content .woocommerce-customer-details h2, .woocommerce-MyAccount-content .woocommerce-customer-details .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content .woocommerce-customer-details .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title h3,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf,
.single-post .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf {
  color: #000;
  text-transform: capitalize;
}

.shop_table.woocommerce-checkout-review-order-table,
.ship-to-different-address,
form.checkout h3,
form.checkout .single-post h2,
form.checkout .single-post .section-reviews .huflDf,
.section-reviews form.checkout .single-post .huflDf,
.single-post form.checkout h2,
.single-post form.checkout .section-reviews .huflDf,
.section-reviews .single-post form.checkout .huflDf,
form.checkout .single-post-container h2,
form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout .single-post-container .huflDf,
.single-post-container form.checkout h2,
.single-post-container form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout .huflDf,
.h4 {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.form-row.form-row-wide.mailchimp-newsletter,
.woocommerce-checkout-payment {
  font-size: 16px;
}

body .wc-stripe-elements-field {
  background: transparent !important;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
  right: 20px !important;
}

.woocommerce-billing-fields,
.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-shipping-fields__field-wrapper label {
  font-size: 16px;
}

.shop_table.shop_table_responsive {
  font-size: 17px;
}
.shop_table.shop_table_responsive thead {
  font-size: 20px;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid  var(--secondary-blue);
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color:  var(--secondary-blue);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--secondary-blue);color: var(--white);
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--secondary-blue);
  color: var(--white);
}

#payment > ul > li > label {
  display: block !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 0 0 20px !important;
}

.wc_payment_method > input,
.woocommerce-PaymentMethod > input {
  position: absolute;
  left: 0;
  top: 2px;
}

.wc_payment_method,
.woocommerce-PaymentMethod {
  margin: 0 0 15px;
}

body .wc-stripe-iban-element-field,
body #order_review > table > tfoot > tr > th,
body .woocommerce-info,
body .quantity .input-text,
body tbody > tr > th,
body table > thead > tr > th {
  background: transparent !important;
}

@media (min-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-customer-details h2, .woocommerce-MyAccount-content .woocommerce-customer-details .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content .woocommerce-customer-details .huflDf {
    padding-top: 0.5em;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content .woocommerce-Address {
    padding-top: 1em;
  }
}
@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: calc(75% - 0.8rem);
  }
}
label .woocommerce-form__input {
  margin-right: 10px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  width: 100%;
  max-width: 190px;
  margin: 76px auto 45px;
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-button.button.woocommerce-form-login__submit {
    margin: 55px auto 34px;
    max-width: 149px;
  }
}

.woocommerce-LostPassword.lost_password {
  text-align: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .woocommerce-LostPassword.lost_password {
    font-size: 13px;
  }
}
.woocommerce-LostPassword.lost_password a {
  text-decoration: underline;
  font-weight: normal;
  font-size: 16px;
  color: #4a4948;
}
@media (min-width: 768px) {
  .woocommerce-LostPassword.lost_password a {
    color: #000;
  }
}
.woocommerce-LostPassword.lost_password a:hover {
  text-decoration-color: transparent;
}

.woocommerce-form.woocommerce-form-login.login {
  width: 100%;
}
.woocommerce-form.woocommerce-form-login.login label {
  visibility: hidden;
  position: absolute;
  left: -99999px;
}

.has-text-align-center {
  text-align: center;
}

.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel .h1,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel .huflDf,
.woocommerce-Tabs-panel .h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel .h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2,
.single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2,
.single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel form.checkout h3,
form.checkout .woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel .h4,
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel .h5,
.woocommerce-Tabs-panel h6,
.woocommerce-Tabs-panel .h6,
.woocommerce-Tabs-panel .h {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
.woocommerce-Tabs-panel form.checkout h3,
.woocommerce-Tabs-panel form.checkout .single-post h2,
.woocommerce-Tabs-panel form.checkout .single-post .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel form.checkout .single-post .huflDf,
.single-post .woocommerce-Tabs-panel form.checkout h2,
.single-post .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
.section-reviews .single-post .woocommerce-Tabs-panel form.checkout .huflDf,
.woocommerce-Tabs-panel form.checkout .single-post-container h2,
.woocommerce-Tabs-panel form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-Tabs-panel form.checkout .single-post-container .huflDf,
.single-post-container .woocommerce-Tabs-panel form.checkout h2,
.single-post-container .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-Tabs-panel form.checkout .huflDf,
form.checkout .woocommerce-Tabs-panel h3,
form.checkout .woocommerce-Tabs-panel .single-post h2,
form.checkout .woocommerce-Tabs-panel .single-post .section-reviews .huflDf,
.section-reviews form.checkout .woocommerce-Tabs-panel .single-post .huflDf,
.single-post form.checkout .woocommerce-Tabs-panel h2,
.single-post form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post form.checkout .woocommerce-Tabs-panel .huflDf,
form.checkout .woocommerce-Tabs-panel .single-post-container h2,
form.checkout .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout .woocommerce-Tabs-panel .single-post-container .huflDf,
.single-post-container form.checkout .woocommerce-Tabs-panel h2,
.single-post-container form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout .woocommerce-Tabs-panel .huflDf,
.woocommerce-Tabs-panel .h4 {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-Tabs-panel form.checkout h3,
  .woocommerce-Tabs-panel form.checkout .single-post h2,
  .woocommerce-Tabs-panel form.checkout .single-post .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post .huflDf,
  .single-post .woocommerce-Tabs-panel form.checkout h2,
  .single-post .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post .woocommerce-Tabs-panel form.checkout .huflDf,
  .woocommerce-Tabs-panel form.checkout .single-post-container h2,
  .woocommerce-Tabs-panel form.checkout .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel form.checkout h2,
  .single-post-container .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel form.checkout .huflDf,
  form.checkout .woocommerce-Tabs-panel h3,
  form.checkout .woocommerce-Tabs-panel .single-post h2,
  form.checkout .woocommerce-Tabs-panel .single-post .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post .huflDf,
  .single-post form.checkout .woocommerce-Tabs-panel h2,
  .single-post form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post form.checkout .woocommerce-Tabs-panel .huflDf,
  form.checkout .woocommerce-Tabs-panel .single-post-container h2,
  form.checkout .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container form.checkout .woocommerce-Tabs-panel h2,
  .single-post-container form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container form.checkout .woocommerce-Tabs-panel .huflDf,
  .woocommerce-Tabs-panel .h4 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
  .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
  .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container h2,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel h2,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .woocommerce-Tabs-panel .huflDf,
  .woocommerce-Tabs-panel form.checkout h3,
  .woocommerce-Tabs-panel form.checkout .single-post h2,
  .woocommerce-Tabs-panel form.checkout .single-post .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post .huflDf,
  .single-post .woocommerce-Tabs-panel form.checkout h2,
  .single-post .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post .woocommerce-Tabs-panel form.checkout .huflDf,
  .woocommerce-Tabs-panel form.checkout .single-post-container h2,
  .woocommerce-Tabs-panel form.checkout .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-Tabs-panel form.checkout .single-post-container .huflDf,
  .single-post-container .woocommerce-Tabs-panel form.checkout h2,
  .single-post-container .woocommerce-Tabs-panel form.checkout .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-Tabs-panel form.checkout .huflDf,
  form.checkout .woocommerce-Tabs-panel h3,
  form.checkout .woocommerce-Tabs-panel .single-post h2,
  form.checkout .woocommerce-Tabs-panel .single-post .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post .huflDf,
  .single-post form.checkout .woocommerce-Tabs-panel h2,
  .single-post form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post form.checkout .woocommerce-Tabs-panel .huflDf,
  form.checkout .woocommerce-Tabs-panel .single-post-container h2,
  form.checkout .woocommerce-Tabs-panel .single-post-container .section-reviews .huflDf,
  .section-reviews form.checkout .woocommerce-Tabs-panel .single-post-container .huflDf,
  .single-post-container form.checkout .woocommerce-Tabs-panel h2,
  .single-post-container form.checkout .woocommerce-Tabs-panel .section-reviews .huflDf,
  .section-reviews .single-post-container form.checkout .woocommerce-Tabs-panel .huflDf,
  .woocommerce-Tabs-panel .h4 {
    font-size: 26px;
    line-height: 1.1538461538;
  }
}
.woocommerce-Tabs-panel h5,
.woocommerce-Tabs-panel .h5 {
  font-size: 16px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  position: static !important;
  visibility: visible !important;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #4a4948;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked + span::after {
  content: "";
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
  color: #4a4948;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-top: 45px;
  }
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.109' height='13.292' viewBox='0 0 18.109 13.292'%3E%3Cpath id='Path_9020' data-name='Path 9020' d='M-16265.041-9199.448l4.818,4.816,10.463-10.464' transform='translate(16266.455 9206.51)' fill='none' stroke='%234b4948' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 20px;
  height: 15px;
}
@media (max-width: 767px) {
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::after {
    background-size: 14px;
    left: 4px;
    top: 10px;
  }
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: block;
  background: transparent;
  border: 1px solid #4a4948;
  margin: 5px 18px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span::before {
    width: 26px;
    height: 26px;
    margin-top: 0;
  }
}

body.single-product .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style-type: none;
  padding: 0 27px;
  margin: 50px auto 80px;
}
@media (min-width: 1024px) {
  body.single-product .product {  
  }
}

body .quantity .input-text {
  background: transparent !important;
  text-align: center;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a {
  color: inherit;
}

a.card:hover:after, a.card:focus:after {
  opacity: 1;
}

.card {
  position: relative;
  display: block;
  color: #4a4948;
  background: #fff;
  border-radius: 32px;
  font-size: 16px;
  line-height: 1.25;
  padding: 25px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .card {
    font-size: 20px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .card {
    font-size: 22px;
    line-height: 1.3636363636;
    padding-bottom: 65px;
  }
}
 
.card > *:last-child {
  margin-bottom: 0;
}
 
.align-start .card {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .align-start .card {
    padding: 20px 17px;
    border-radius: 14px;
  }
}
.align-start .card h3, .align-start .card .single-post h2, .align-start .card .single-post .section-reviews .huflDf, .section-reviews .align-start .card .single-post .huflDf, .single-post .align-start .card h2, .single-post .align-start .card .section-reviews .huflDf, .section-reviews .single-post .align-start .card .huflDf,
.align-start .card .single-post-container h2,
.align-start .card .single-post-container .section-reviews .huflDf,
.section-reviews .align-start .card .single-post-container .huflDf,
.single-post-container .align-start .card h2,
.single-post-container .align-start .card .section-reviews .huflDf,
.section-reviews .single-post-container .align-start .card .huflDf {
  color: #000;
}
@media (max-width: 767px) {
  .align-start .card h3, .align-start .card .single-post h2, .align-start .card .single-post .section-reviews .huflDf, .section-reviews .align-start .card .single-post .huflDf, .single-post .align-start .card h2, .single-post .align-start .card .section-reviews .huflDf, .section-reviews .single-post .align-start .card .huflDf,
  .align-start .card .single-post-container h2,
  .align-start .card .single-post-container .section-reviews .huflDf,
  .section-reviews .align-start .card .single-post-container .huflDf,
  .single-post-container .align-start .card h2,
  .single-post-container .align-start .card .section-reviews .huflDf,
  .section-reviews .single-post-container .align-start .card .huflDf {
    font-size: 23px;
    line-height: 1.0869565217;
  }
}
.card h3, .card .single-post h2, .card .single-post .section-reviews .huflDf, .section-reviews .card .single-post .huflDf, .single-post .card h2, .single-post .card .section-reviews .huflDf, .section-reviews .single-post .card .huflDf,
.card .single-post-container h2,
.card .single-post-container .section-reviews .huflDf,
.section-reviews .card .single-post-container .huflDf,
.single-post-container .card h2,
.single-post-container .card .section-reviews .huflDf,
.section-reviews .single-post-container .card .huflDf {
  color: inherit;
  font-size: 22px;
  line-height: 1.2727272727;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .card h3, .card .single-post h2, .card .single-post .section-reviews .huflDf, .section-reviews .card .single-post .huflDf, .single-post .card h2, .single-post .card .section-reviews .huflDf, .section-reviews .single-post .card .huflDf,
  .card .single-post-container h2,
  .card .single-post-container .section-reviews .huflDf,
  .section-reviews .card .single-post-container .huflDf,
  .single-post-container .card h2,
  .single-post-container .card .section-reviews .huflDf,
  .section-reviews .single-post-container .card .huflDf {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .card h3, .card .single-post h2, .card .single-post .section-reviews .huflDf, .section-reviews .card .single-post .huflDf, .single-post .card h2, .single-post .card .section-reviews .huflDf, .section-reviews .single-post .card .huflDf,
  .card .single-post-container h2,
  .card .single-post-container .section-reviews .huflDf,
  .section-reviews .card .single-post-container .huflDf,
  .single-post-container .card h2,
  .single-post-container .card .section-reviews .huflDf,
  .section-reviews .single-post-container .card .huflDf {
    font-size: 30px;
    line-height: 1.1666666667;
  }
}
.card p {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card p + p {
  display: none;
}
.card .card-head {
  position: relative; 
  background: #545454;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .card .card-head {
    margin-bottom: 30px; 
  }
}
@media (min-width: 1024px) {
  .card .card-head {
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .align-start .card .card-head {
    margin: -20px -17px 20px;
    border-radius: 14px 14px 0 0;
  }
}
@media (min-width: 1024px) {
  .align-start .card .card-head {
    margin-bottom: 23px;
  }
}
.card .card-head img {
width: 100% ;
}
.card .btn-play {
  width: 52px;
  height: 52px;
}
@media (min-width: 768px) {
  .card .btn-play {
    width: 58px;
    height: 58px;
  }
}
.card .btn-play svg {
  width: 10px;
}
@media (min-width: 768px) {
  .card .btn-play svg {
    width: 12px;
    margin-left: 5px;
  }
}

  
.cards-holder .card {
  width: 100%;
  box-shadow: 0px 4px 30px 0px rgb(0 0 0 / 5%);
   transition: all ease 0.3s;
}
 .cards-holder .card:hover:after {
    content: '';
    position: absolute;
    border: solid 2px var(--dark-blue);
    inset: 0;
    border-radius: 32px;
    transition: all ease 0.3s;
}
 
.section-border.section-border-right:after {
  background: #fff;
}
@media (min-width: 1300px) {
  .section-border.section-border-right:after {
    border-radius: 0 100px 100px 0;
  }
}
 
.section-border.section-border-right.section-border-last:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#fff));
  background: linear-gradient(-180deg, #F7F7F7 0%, #fff 100%);
}
@media (min-width: 1300px) {
  .section-border.section-border-left:after {
    border-radius: 100px 0 0 100px;
  }
}
@media (min-width: 1300px) {
  .section-border.section-border-left:before {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.section-desk {
  padding: 50px 0 60px;
}
@media (min-width: 768px) {
  .section-desk {
    padding-bottom: 85px;
  }
}
@media (min-width: 1024px) {
  .section-desk {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .section-desk {
    padding-bottom: 180px;
  }
}
.section-desk + .section-items {
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .section-desk + .section-items {
    padding-top: 0;
    margin-top: -30px;
  }
}
.section-desk .up-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 55px 0 0 0;
}
@media (min-width: 768px) {
  .section-desk .up-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 77px 0 0 11px;
  }
}
.section-desk .up-list li + li {
  margin-left: 22px;
}
@media (min-width: 768px) {
  .section-desk .up-list li + li {
    margin-left: 32px;
  }
}
@media (max-width: 575px) {
  .section-desk .up-list li {
    max-width: 65px;
  }
}

@media (min-width: 1024px) {
  .desk-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;        gap: 50px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .desk-holder > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .desk-holder > *:only-child {
    width: 100%;
    padding: 0;
  }
}
.desk-holder > *:only-child .video-holder {
  margin: 0;
}

.desk-text {
  font-size: 16px;
  line-height: 1.25;
}
 
@media (min-width: 1200px) {
  .desk-text {
    font-size: 26px;
    line-height: 1.3846153846;
  }
}
.desk-text > *:last-child {
  margin-bottom: 0;
}
 
 
 
@media (max-width: 767px) {
  .desk-text .btn-wrap .btn, .desk-text .btn-wrap .fancybox-content-filters .button-wrapper button, .fancybox-content-filters .button-wrapper .desk-text .btn-wrap button, .desk-text .btn-wrap form button, form .desk-text .btn-wrap button,
  .desk-text .btn-wrap form input[type=button],
  form .desk-text .btn-wrap input[type=button],
  .desk-text .btn-wrap form input[type=file],
  form .desk-text .btn-wrap input[type=file],
  .desk-text .btn-wrap form input[type=submit],
  form .desk-text .btn-wrap input[type=submit] {
    width: calc(50% - 10px);
    padding-inline: 5px;
  }
  .desk-text .btn-wrap .btn.btn-arrow, .desk-text .btn-wrap .fancybox-content-filters .button-wrapper button.btn-arrow, .fancybox-content-filters .button-wrapper .desk-text .btn-wrap button.btn-arrow, .desk-text .btn-wrap form button.btn-arrow, form .desk-text .btn-wrap button.btn-arrow,
  .desk-text .btn-wrap form input.btn-arrow[type=button],
  form .desk-text .btn-wrap input.btn-arrow[type=button],
  .desk-text .btn-wrap form input.btn-arrow[type=file],
  form .desk-text .btn-wrap input.btn-arrow[type=file],
  .desk-text .btn-wrap form input.btn-arrow[type=submit],
  form .desk-text .btn-wrap input.btn-arrow[type=submit] {
    padding-left: 37px;
  }
}
@media (min-width: 1024px) {
  .desk-text .desk-text {
    max-width: 540px;
  }
}

@media (max-width: 1023px) {
  .desk-visual {
    display: none;
  }
}

 
 
.desk-visual-box-inner {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s, -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
}
.in-viewport .desk-visual-box-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s, -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  will-change: transform;
}

.desk-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0 0 25px;
}
 
.desk-heading .icon-holder {
  margin: 0 20px 0 0;
}
.desk-heading .icon-holder span{font-weight: 700; color:var(--dark-blue); font-size: 30px;}
.desk-heading .icon-holder img {
  width: auto;
  max-height: 59px;
}
@media (min-width: 768px) {
  .desk-heading .icon-holder img {
    max-height: 75px;
  }
}
@media (min-width: 1024px) {
  .desk-heading .icon-holder img {
    max-height: 88px;
  }
}

.section-features {
  margin: 66px 0 57px;
}
@media (min-width: 768px) {
  .section-features {
    margin: 100px 0 120px;
  }
}
@media (min-width: 1024px) {
  .section-features {
    margin: 140px 0 185px;
  }
}
.section-features.section-border, .section-features.bg-light {
  margin: 0;
  padding: 66px 0 57px;
}
@media (min-width: 768px) {
  .section-features.section-border, .section-features.bg-light {
    padding: 100px 0 120px;
  }
}
@media (min-width: 1024px) {
  .section-features.section-border, .section-features.bg-light {
    padding: 140px 0 185px;
  }
}
@media (min-width: 1400px) {
  .section-features .container {
    padding-left: 105px;
  }
}
@media (max-width: 767px) {
  .section-features h2, .section-features .section-reviews .huflDf, .section-reviews .section-features .huflDf {
    font-size: 26px;
    line-height: 1.1538461538;
  }
}

@media (min-width: 1024px) {
  .features-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.features-text {
  margin: 0 0 7px;
}
@media (min-width: 1024px) {
  .features-text {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 90px 0 0 70px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .features-text {
    padding-left: 0;
  }
}
.features-text strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .features-text strong {
    font-size: 24px;
  }
}
.features-text > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .features-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    row-gap: 26px;
  }
}
@media (min-width: 1024px) {
  .features-items {
    height: 540px;
    max-width: 636px;
    position: relative;
    width: 50%;
    padding-right: 167px;
  }
}

.features-item {
  display: block;
  width: 112px;
  height: 155px;
  width: 50%;
  text-align: center;
  color: #070707;
}
@media (min-width: 1024px) {
  .features-item {
    width: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .features-item:nth-child(1) {
    top: 230px;
    left: 20px;
  }
}
.features-item:nth-child(1) .features-line {
  width: 352px;
  height: 2px;
  top: 73px;
  right: -370px;
}
.features-item:nth-child(1) .features-line-hover svg polyline {
  stroke-dasharray: 355 1000;
  stroke-dashoffset: 355;
  stroke: #EDD448;
}
.features-item:nth-child(2) {
  height: 135px;
}
@media (min-width: 1024px) {
  .features-item:nth-child(2) {
    left: 218px;
    top: 100px;
  }
}
@media (min-width: 1024px) {
  .features-item:nth-child(2):hover .features-item-ico {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
.features-item:nth-child(2) .features-line {
  width: 160px;
  height: 145px;
  top: 79px;
  right: -178px;
}
.features-item:nth-child(2) .features-line-hover svg polyline {
  stroke-dasharray: 286 1000;
  stroke-dashoffset: 286;
  stroke: #07DABD;
}
@media (min-width: 1024px) {
  .features-item:nth-child(2) .features-item-ico {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
@media (min-width: 1024px) {
  .features-item:nth-child(3) {
    top: 16px;
    left: 20px;
  }
}
.features-item:nth-child(3) .features-line {
  width: 333px;
  height: 218px;
  top: 88px;
  right: -350px;
}
.features-item:nth-child(3) .features-line-hover svg polyline {
  stroke-dasharray: 552 1000;
  stroke-dashoffset: 552;
  stroke: #f6635d;
}
@media (min-width: 1024px) {
  .features-item:nth-child(4) {
    left: 218px;
    top: 337px;
  }
}
.features-item:nth-child(4) .features-line {
  width: 160px;
  height: 117px;
  top: 102px;
  right: -195px;
  -webkit-transform: scale(1, -1) translate(0, 100%);
          transform: scale(1, -1) translate(0, 100%);
}
.features-item:nth-child(4) .features-line-hover svg polyline {
  stroke-dasharray: 273 1000;
  stroke-dashoffset: 273;
  stroke: #248CF4;
}
@media (min-width: 1024px) {
  .features-item:nth-child(5) {
    left: 20px;
    bottom: -44px;
  }
}
.features-item:nth-child(5) .features-line {
  width: 333px;
  height: 218px;
  top: 103px;
  right: -350px;
  -webkit-transform: scale(1, -1) translate(0, 100%);
          transform: scale(1, -1) translate(0, 100%);
}
.features-item:nth-child(5) .features-line-hover svg polyline {
  stroke-dasharray: 552 1000;
  stroke-dashoffset: 552;
  stroke: #B06BF5;
}
.features-item:hover .features-item-ico, .features-item.anim-in .features-item-ico {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.features-item:hover .features-item-holder > svg .svg-hover, .features-item.anim-in .features-item-holder > svg .svg-hover {
  opacity: 1;
}
.features-item:hover .features-item-ico-inner img, .features-item.anim-in .features-item-ico-inner img {
  opacity: 1;
}
.features-item:hover .features-item-ico-inner img:first-child, .features-item.anim-in .features-item-ico-inner img:first-child {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.features-item:hover .features-item-ico-inner img:last-child, .features-item.anim-in .features-item-ico-inner img:last-child {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.features-item:hover:nth-child(1) .features-line-hover svg polyline, .features-item.anim-in:nth-child(1) .features-line-hover svg polyline {
  -webkit-animation: line-1 0.75s linear forwards;
          animation: line-1 0.75s linear forwards;
}
.features-item:hover:nth-child(2) .features-line-hover svg polyline, .features-item.anim-in:nth-child(2) .features-line-hover svg polyline {
  -webkit-animation: line-2 0.75s linear forwards;
          animation: line-2 0.75s linear forwards;
}
.features-item:hover:nth-child(3) .features-line-hover svg polyline, .features-item.anim-in:nth-child(3) .features-line-hover svg polyline {
  -webkit-animation: line-3 0.75s linear forwards;
          animation: line-3 0.75s linear forwards;
}
.features-item:hover:nth-child(4) .features-line-hover svg polyline, .features-item.anim-in:nth-child(4) .features-line-hover svg polyline {
  -webkit-animation: line-4 0.75s linear forwards;
          animation: line-4 0.75s linear forwards;
}
.features-item:hover:nth-child(5) .features-line-hover svg polyline, .features-item.anim-in:nth-child(5) .features-line-hover svg polyline {
  -webkit-animation: line-5 0.75s linear forwards;
          animation: line-5 0.75s linear forwards;
}
.features-item.anim-out:nth-child(1) .features-line-hover svg polyline {
  -webkit-animation: line-out-1 0.75s linear forwards;
          animation: line-out-1 0.75s linear forwards;
}
.features-item.anim-out:nth-child(2) .features-line-hover svg polyline {
  -webkit-animation: line-out-2 0.75s linear forwards;
          animation: line-out-2 0.75s linear forwards;
}
.features-item.anim-out:nth-child(3) .features-line-hover svg polyline {
  -webkit-animation: line-out-3 0.75s linear forwards;
          animation: line-out-3 0.75s linear forwards;
}
.features-item.anim-out:nth-child(4) .features-line-hover svg polyline {
  -webkit-animation: line-out-4 0.75s linear forwards;
          animation: line-out-4 0.75s linear forwards;
}
.features-item.anim-out:nth-child(5) .features-line-hover svg polyline {
  -webkit-animation: line-out-5 0.75s linear forwards;
          animation: line-out-5 0.75s linear forwards;
}
.features-item > *:last-child {
  margin-bottom: 0;
}
.features-item.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(50% + 50px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -40px;
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 0 0 5px 2px;
  z-index: 20;
}
@media (max-width: 1023px) {
  .features-item.center {
    display: none;
  }
}
@media (min-width: 1150px) {
  .features-item.center {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .features-item.center {
    right: 30px;
  }
}
@media (min-width: 1300px) {
  .features-item.center {
    right: 80px;
  }
}
.features-item.center img {
  width: 53px;
}
.features-item h3, .features-item .single-post h2, .features-item .single-post .section-reviews .huflDf, .section-reviews .features-item .single-post .huflDf, .single-post .features-item h2, .single-post .features-item .section-reviews .huflDf, .section-reviews .single-post .features-item .huflDf,
.features-item .single-post-container h2,
.features-item .single-post-container .section-reviews .huflDf,
.section-reviews .features-item .single-post-container .huflDf,
.single-post-container .features-item h2,
.single-post-container .features-item .section-reviews .huflDf,
.section-reviews .single-post-container .features-item .huflDf {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .features-item h3, .features-item .single-post h2, .features-item .single-post .section-reviews .huflDf, .section-reviews .features-item .single-post .huflDf, .single-post .features-item h2, .single-post .features-item .section-reviews .huflDf, .section-reviews .single-post .features-item .huflDf,
  .features-item .single-post-container h2,
  .features-item .single-post-container .section-reviews .huflDf,
  .section-reviews .features-item .single-post-container .huflDf,
  .single-post-container .features-item h2,
  .single-post-container .features-item .section-reviews .huflDf,
  .section-reviews .single-post-container .features-item .huflDf {
    font-size: 22px;
  }
}

@-webkit-keyframes line-1 {
  from {
    stroke-dashoffset: 355;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-1 {
  from {
    stroke-dashoffset: 355;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-out-1 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -355;
  }
}
@keyframes line-out-1 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -355;
  }
}
@-webkit-keyframes line-2 {
  from {
    stroke-dashoffset: 286;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line-2 {
  from {
    stroke-dashoffset: 286;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-out-2 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -286;
  }
}
@keyframes line-out-2 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -286;
  }
}
@-webkit-keyframes line-3 {
  from {
    stroke-dashoffset: 552;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line-3 {
  from {
    stroke-dashoffset: 552;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-out-3 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -552;
  }
}
@keyframes line-out-3 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -552;
  }
}
@-webkit-keyframes line-4 {
  from {
    stroke-dashoffset: 273;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line-4 {
  from {
    stroke-dashoffset: 273;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-out-4 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -273;
  }
}
@keyframes line-out-4 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -273;
  }
}
@-webkit-keyframes line-5 {
  from {
    stroke-dashoffset: 552;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line-5 {
  from {
    stroke-dashoffset: 552;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes line-out-5 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -552;
  }
}
@keyframes line-out-5 {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -552;
  }
}
.features-item-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media (max-width: 1023px) {
  .features-item-holder {
    margin: 0 0 -5px;
    min-height: 114px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@media (min-width: 1024px) {
  .features-item-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.features-item-holder > svg .svg-hover {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.features-item-ico {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  mix-blend-mode: multiply;
}
@media (min-width: 1024px) {
  .features-item-ico {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
}
.features-item-ico img {
  width: 73px;
}

.features-item-ico-inner img {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  mix-blend-mode: multiply;
  opacity: 0;
}
.features-item-ico-inner img:first-child {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.features-item-ico-inner img:last-child {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.features-line {
  position: absolute;
  color: #fff;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .features-line {
    display: none;
  }
}
.features-line-hover {
  z-index: 10;
}
.features-line svg polyline {
  stroke-width: 2px;
  stroke: #fff;
}

.section-scroll {
  margin: 0 0 70px;
}
@media (min-width: 1024px) {
  .section-scroll {
    margin: 100px 0 120px;
  }
}
@media (min-width: 1200px) {
  .section-scroll {
    margin: 130px 0 180px;
  }
}
.section-scroll.section-border, .section-scroll.bg-light {
  margin: 0;
  padding: 0 0 70px;
}
@media (min-width: 1024px) {
  .section-scroll.section-border, .section-scroll.bg-light {
    padding: 100px 0 120px;
  }
}
@media (min-width: 1200px) {
  .section-scroll.section-border, .section-scroll.bg-light {
    padding: 130px 0 180px;
  }
}
.section-scroll .btn, .section-scroll .fancybox-content-filters .button-wrapper button, .fancybox-content-filters .button-wrapper .section-scroll button, .section-scroll form button, form .section-scroll button,
.section-scroll form input[type=button],
form .section-scroll input[type=button],
.section-scroll form input[type=file],
form .section-scroll input[type=file],
.section-scroll form input[type=submit],
form .section-scroll input[type=submit] {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .section-scroll .btn, .section-scroll .fancybox-content-filters .button-wrapper button, .fancybox-content-filters .button-wrapper .section-scroll button, .section-scroll form button, form .section-scroll button,
  .section-scroll form input[type=button],
  form .section-scroll input[type=button],
  .section-scroll form input[type=file],
  form .section-scroll input[type=file],
  .section-scroll form input[type=submit],
  form .section-scroll input[type=submit] {
    margin-top: 115px;
  }
}

@media (min-width: 1024px) {
  .section-scroll-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 116px;
  }
}
@media (min-width: 1024px) {
  .section-scroll-inner:not(:first-of-type, :last-of-type) {
    min-height: 700px;
  }
}
.section-scroll-inner:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .scroll-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .scroll-holder > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .scroll-holder > *:only-child {
    width: 100%;
    padding: 0;
  }
}
.scroll-holder > *:only-child .video-holder {
  margin: 0;
}

.scroll-text {
  padding: 60px 0 34px;
}
@media (min-width: 768px) {
  .scroll-text {
    padding: 85px 0;
  }
}
@media (min-width: 1024px) {
  .scroll-text {
    padding: 75px 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .not-first-section .scroll-text {
    padding-top: 20vw;
  }
}
@media (min-width: 1200px) {
  .not-first-section .scroll-text {
    padding-top: 400px;
  }
}
@media (min-width: 1200px) {
  .last-section .scroll-text {
    padding-bottom: 200px;
  }
}
.scroll-text > *:last-child {
  margin-bottom: 0;
}
.scroll-text .text-holder {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .scroll-text .text-holder {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .scroll-text .text-holder {
    max-width: 490px;
    font-size: 24px;
    line-height: 1.25;
  }
}
.scroll-text strong {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 0.7333333333;
  margin: 33px 0 13px;
}
@media (min-width: 768px) {
  .scroll-text strong {
    font-size: 18px;
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .scroll-text strong {
    font-size: 22px;
    margin-top: 55px;
  }
}
.scroll-text ul:not([class]) {
  font-size: 13px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .scroll-text ul:not([class]) {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .scroll-text ul:not([class]) {
    max-width: 490px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.scroll-visual {
  position: relative;
}
@media (max-width: 1023px) {
  .scroll-visual {
    margin-inline: -27px;
  }
}
@media (min-width: 1024px) {
  .scroll-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
@media (min-width: 1580px) {
  .scroll-visual {
    margin: 0 -55px 0 0;
    width: calc(50% + 55px);
  }
}
.scroll-visual > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.scroll-visual .js-fake-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .active-section .scroll-visual {
    opacity: 1;
  }
}

.scroll-visual-box {
  width: 100%;
  overflow: hidden;
}

.scroll-visual-box-inner {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s, -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
}
.in-viewport .scroll-visual-box-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s, -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  will-change: transform;
}

.section-gallery-holder {
  margin: 62px 0 70px;
}
@media (min-width: 768px) {
  .section-gallery-holder {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-gallery-holder {
    margin: 182px 0;
  }
}
.section-gallery-holder.section-border, .section-gallery-holder.bg-light {
  margin: 0;
  padding: 62px 0 70px;
}
@media (min-width: 768px) {
  .section-gallery-holder.section-border, .section-gallery-holder.bg-light {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-gallery-holder.section-border, .section-gallery-holder.bg-light {
    padding: 182px 0;
  }
}

.gallery-holder {
  margin: 0 0 70px;
}
@media (min-width: 768px) {
  .gallery-holder {
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .gallery-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 114px;
  }
}
.gallery-holder:last-child {
  margin-bottom: 0;
}

.gallery-video {
  width: calc(100% - 485px);
}
@media (max-width: 1023px) {
  .gallery-video {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .gallery-video {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .gallery-video {
    padding-left: 82px;
  }
}
.gallery-video .slick-list,
.gallery-video .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.gallery-video .gallery-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.gallery-video .gallery-slide.slick-current .gallery-slide-inner:after {
  opacity: 1;
}
.gallery-video .gallery-slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.gallery-video .video-box {
  width: 100%;
}
.gallery-video .video-holder {
  padding: 0;
  height: 100%;
}

.gallery-text {
  margin-bottom: -35px;
}
@media (max-width: 767px) {
  .gallery-text {
    margin-inline: -20px;
  }
}
@media (min-width: 1024px) {
  .gallery-text {
    width: 485px;
  }
}
@media (min-width: 1200px) {
  .gallery-text {
    padding-block: 20px;
  }
}
.gallery-text .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
.gallery-text .gallery-slide {
  padding: 0 2px 35px;
}
.gallery-text .gallery-slide.slick-current .gallery-slide-inner:after {
  opacity: 0.27;
}
.gallery-text .gallery-slide.slick-current .gallery-slide-inner:before {
  opacity: 1;
}
.gallery-text .gallery-slide-inner {
  position: relative;
  min-height: 225px;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px 25px 30px;
  font-size: 18px;
  line-height: 1.3888888889;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .gallery-text .gallery-slide-inner {
    padding-inline: 45px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.gallery-text .gallery-slide-inner:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#60E0BD), to(#64E29A));
  background: linear-gradient(-180deg, #60E0BD 0%, #64E29A 100%);
  border-radius: inherit;
  opacity: 0;
}
.is-not-touch-device .gallery-text .gallery-slide-inner:hover:after {
  opacity: 0.27;
}
.gallery-text .gallery-slide-inner > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .gallery-text .slick-list {
    overflow: visible;
  }
}
.gallery-text .gellery-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 18px;
}
@media (min-width: 1024px) {
  .gallery-text .gellery-heading {
    margin-bottom: 10px;
  }
}
.gallery-text .icon-holder {
  margin: 0 16px 0 0;
}
@media (min-width: 1024px) {
  .gallery-text .icon-holder {
    margin-right: 20;
  }
}
.gallery-text h3, .gallery-text .single-post h2, .gallery-text .single-post .section-reviews .huflDf, .section-reviews .gallery-text .single-post .huflDf, .single-post .gallery-text h2, .single-post .gallery-text .section-reviews .huflDf, .section-reviews .single-post .gallery-text .huflDf,
.gallery-text .single-post-container h2,
.gallery-text .single-post-container .section-reviews .huflDf,
.section-reviews .gallery-text .single-post-container .huflDf,
.single-post-container .gallery-text h2,
.single-post-container .gallery-text .section-reviews .huflDf,
.section-reviews .single-post-container .gallery-text .huflDf {
  color: #000;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gallery-text h3, .gallery-text .single-post h2, .gallery-text .single-post .section-reviews .huflDf, .section-reviews .gallery-text .single-post .huflDf, .single-post .gallery-text h2, .single-post .gallery-text .section-reviews .huflDf, .section-reviews .single-post .gallery-text .huflDf,
  .gallery-text .single-post-container h2,
  .gallery-text .single-post-container .section-reviews .huflDf,
  .section-reviews .gallery-text .single-post-container .huflDf,
  .single-post-container .gallery-text h2,
  .single-post-container .gallery-text .section-reviews .huflDf,
  .section-reviews .single-post-container .gallery-text .huflDf {
    margin-top: 10px;
  }
}

.section-diagrams {
  margin: 66px 0;
}
@media (min-width: 768px) {
  .section-diagrams {
    margin: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-diagrams {
    margin: 180px 0 135px;
  }
}
.section-diagrams.section-border, .section-diagrams.bg-light {
  margin: 0;
  padding: 66px 0;
}
@media (min-width: 768px) {
  .section-diagrams.section-border, .section-diagrams.bg-light {
    padding: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-diagrams.section-border, .section-diagrams.bg-light {
    padding: 180px 0 135px;
  }
}
.section-diagrams h2, .section-diagrams .section-reviews .huflDf, .section-reviews .section-diagrams .huflDf {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .section-diagrams .heading-holder {
    margin-bottom: 112px;
  }
}

.diagrams-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 20px;
}

.diagrams-item {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .diagrams-item {
    width: calc((100% - 40px) / 3);
  }
}
.diagrams-item > *:last-child {
  margin-bottom: 0;
}
.diagrams-item:first-child img {
  max-width: 75px;
}
.diagrams-item:nth-child(2) img {
  max-width: 195px;
}
.diagrams-item:last-child img {
  max-width: 170px;
}

.diagrams-count {
  display: block;
  font: 700 60px/1 "Gotham", "Helvetica Neue", "Helvetica", sans-serif;
  color: var(--secondary-blue);
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .diagrams-count {
    font-size: 65px;
  }
}
@media (min-width: 1024px) {
  .diagrams-count {
    margin-bottom: 20px;
    font-size: 80px;
  }
}

.diagrams-taxt {
  display: block;
  max-width: 275px;
  margin-inline: auto;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5625;
}
@media (min-width: 768px) {
  .diagrams-taxt {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .diagrams-taxt {
    font-size: 24px;
    line-height: 1.25;
  }
}

.diagram-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 28px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .diagram-image {
    height: 270px;
    margin-bottom: 60px;
  }
}

.diagram {
  margin: 0 0 28px;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .diagram {
    margin-bottom: 60px;
  }
}
.diagram.diagram-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 102px;
  height: 270px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diagram.diagram-dots {
    height: 217px;
  }
}
@media (min-width: 1024px) {
  .diagram.diagram-dots {
    margin-bottom: 52px;
  }
}
.diagram.diagram-dots span {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  background: #BEBEBE;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diagram.diagram-dots span {
    width: 35px;
    height: 35px;
  }
}
.diagram.diagram-dots span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: inherit;
  background: transparent;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.counter-start .diagram.diagram-dots span.active:after {
  background: #07E2C3;
}
.diagram.diagram-dots span:nth-child(2):after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.diagram.diagram-dots span:nth-child(3):after {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.diagram.diagram-dots span:nth-child(4):after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.diagram.diagram-dots span:nth-child(5):after {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.diagram.diagram-dots span:nth-child(6):after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.diagram.diagram-dots span:nth-child(7):after {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.diagram.diagram-dots span:nth-child(8):after {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.diagram.diagram-dots span:nth-child(9):after {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.diagram.diagram-dots span:nth-child(10):after {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.diagram.diagram-dots span:nth-child(11):after {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}
.diagram.diagram-dots span:nth-child(12):after {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.diagram.diagram-dots span:nth-child(13):after {
  -webkit-transition-delay: 3.25s;
          transition-delay: 3.25s;
}
.diagram.diagram-dots span:nth-child(14):after {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.diagram.diagram-dots span:nth-child(15):after {
  -webkit-transition-delay: 3.75s;
          transition-delay: 3.75s;
}
.diagram.diagram-circle {
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  position: relative;
  display: block;
  width: 258px;
  height: 258px;
  border-radius: 50%;
  z-index: 1;
  background: #BEBEBE;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diagram.diagram-circle {
    width: 217px;
    height: 217px;
  }
}
@media (min-width: 1024px) {
  .diagram.diagram-circle {
    margin-top: 5px;
  }
}
.diagram.diagram-circle circle {
  fill: transparent;
  stroke-width: 31.8309886184;
  stroke-dasharray: 0 0 0 100;
  stroke-dashoffset: 25;
  -webkit-transition: stroke-dasharray 2.5s ease;
  transition: stroke-dasharray 2.5s ease;
}
.diagram.diagram-circle .pie {
  stroke: #07E2C3;
}
.counter-start .diagram.diagram-circle .pie {
  stroke-dasharray: var(--diagram-circle-percent, 0) var(--diagram-circle-percent-left, 0) 0 0;
}
.diagram.diagram-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 224px;
  height: 263px;
  border: 2px solid #BEBEBE;
  border-width: 0 0 2px 2px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diagram.diagram-lines {
    width: 180px;
    height: 217px;
  }
}
.diagram.diagram-lines span {
  width: 55px;
  margin: 0 19px -1px;
  -webkit-transition: height 2.5s linear;
  transition: height 2.5s linear;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .diagram.diagram-lines span {
    margin-inline: 10px;
  }
}
.diagram.diagram-lines span:nth-child(1) {
  background: #BEBEBE;
  height: 50%;
}
.diagram.diagram-lines span:nth-child(2) {
  background: #07E2C3;
  height: 0;
}
.counter-start .diagram.diagram-lines span:nth-child(2) {
  height: calc(var(--diagram-lines-percent) * 10%);
}

.section-video {
  margin: 60px 0 69px;
}
@media (min-width: 768px) {
  .section-video {
    text-align: center;
    margin: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-video {
    margin: 180px 0 135px;
  }
}
.section-video.section-border, .section-video.bg-light {
  margin: 0;
  padding: 60px 0 69px;
}
@media (min-width: 768px) {
  .section-video.section-border, .section-video.bg-light {
    padding: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-video.section-border, .section-video.bg-light {
    padding: 180px 0 135px;
  }
}
.section-video .container {
  max-width: 1540px;
}
.section-video h2, .section-video .section-reviews .huflDf, .section-reviews .section-video .huflDf {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .section-video h2, .section-video .section-reviews .huflDf, .section-reviews .section-video .huflDf {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-video h2, .section-video .section-reviews .huflDf, .section-reviews .section-video .huflDf {
    margin-bottom: 100px;
  }
}

@media (max-width: 1023px) {
  .video-box {
    margin-inline: -27px;
  }
}
.video-box.vimeo-loading .bg-stretch,
.video-box.vimeo-loading .btn-play, .video-box.vimeo-playing .bg-stretch,
.video-box.vimeo-playing .btn-play {
  display: none;
}

.video-box-inner {
  position: relative;
  z-index: 1;
}
.video-box-inner > video {
  width: 100%;
}
@media (min-width: 1024px) {
  .video-box-inner > video {
    border-radius: 30px;
    overflow: hidden;
  }
}
.video-box-inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
}

.section-testimonial {
  margin: 0 0 136px;
  color: #4a4948;
  font-size: 16px;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .section-testimonial {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .section-testimonial {
    margin: 176px 0 128px;
  }
}
.section-testimonial.section-border, .section-testimonial.bg-light {
  margin: 0;
  padding: 0 0 136px;
}
@media (min-width: 1024px) {
  .section-testimonial.section-border, .section-testimonial.bg-light {
    padding: 176px 0 128px;
  }
}
.section-testimonial p {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .section-testimonial p {
    margin: 0 0 20px;
  }
}
.section-testimonial figure {
  display: block;
  margin: 0;
}
.section-testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0;
  font: 500 18px/1.5555555556 "Gotham", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .section-testimonial blockquote {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .section-testimonial blockquote {
    font-size: 30px;
    line-height: 1.1666666667;
  }
}
.section-testimonial cite {
  font-style: normal;
  display: block;
  margin-top: 62px;
  width: calc(100% - 170px);
}
@media (min-width: 768px) {
  .section-testimonial cite {
    margin-top: 110px;
    width: calc(100% - 290px);
  }
}
@media (min-width: 1024px) {
  .section-testimonial cite {
    width: 100%;
  }
}

.testimonial-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media (min-width: 1024px) {
  .testimonial-holder {
    max-width: calc(100% - 35px);
    border-radius: 100px;
  }
}
@media (min-width: 1630px) {
  .testimonial-holder {
    max-width: 1595px;
  }
}
.testimonial-holder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#60E0BD), to(#64E29A));
  background: linear-gradient(-180deg, #60E0BD 0%, #64E29A 100%);
  opacity: 0.27;
  border-radius: inherit;
  z-index: -1;
}
@media (min-width: 1630px) {
  .testimonial-holder:after {
    right: 50px;
  }
}

 
 
@media (min-width: 1024px) {
  .testimonial-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    max-width: 575px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .testimonial-text:only-child {
    max-width: none;
    margin: 0;
  }
}

.testimonial-image {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 235px;
  margin: -51px -7px -205px 0;
  background: #F7F7F7;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .testimonial-image {
    margin: -120px 0 -165px 0;
  }
}
@media (min-width: 1024px) {
  .testimonial-image {
    margin: 0 0 -228px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1300px) {
  .testimonial-image {
    margin-bottom: -243px;
  }
}

.testimonial-image-inner {
  width: 164px;
  position: relative;
  height: 283px;
}
@media (min-width: 768px) {
  .testimonial-image-inner {
    width: 280px;
    height: 483px;
  }
}
@media (min-width: 1024px) {
  .testimonial-image-inner {
    width: 404px;
    height: 695px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.testimonial-image-inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-manage {
  margin: 60px 0 0;
  color: #000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-manage {
    text-align: center;
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .section-manage {
    margin-top: 165px;
  }
}
@media (min-width: 768px) {
  .section-manage .counter-holder {
    max-width: 600px;
    margin-inline: auto;
  }
}
.section-manage__title {
  max-width: 866px;
  margin-inline: auto;
}
.section-manage__title h2, .section-manage__title .section-reviews .huflDf, .section-reviews .section-manage__title .huflDf {
  color: #000;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .section-manage__title h2, .section-manage__title .section-reviews .huflDf, .section-reviews .section-manage__title .huflDf {
    font-size: 40px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1024px) {
  .section-manage__title h2, .section-manage__title .section-reviews .huflDf, .section-reviews .section-manage__title .huflDf {
    font-size: 55px;
  }
}
.section-manage__title h2.counter-end span.plus, .section-manage__title .section-reviews .counter-end.huflDf span.plus, .section-reviews .section-manage__title .counter-end.huflDf span.plus {
  opacity: 1;
}
.section-manage__title h2 span, .section-manage__title .section-reviews .huflDf span, .section-reviews .section-manage__title .huflDf span {
  color: #D63F94;
}
@media (min-width: 768px) {
  .section-manage__title h2 span[data-counter-up], .section-manage__title .section-reviews .huflDf span[data-counter-up], .section-reviews .section-manage__title .huflDf span[data-counter-up] {
    width: 135px;
    min-width: 135px;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .section-manage__title h2 span[data-counter-up], .section-manage__title .section-reviews .huflDf span[data-counter-up], .section-reviews .section-manage__title .huflDf span[data-counter-up] {
    width: 194px;
    min-width: 194px;
    display: inline-block;
  }
}
.section-manage__title h2 span.plus, .section-manage__title .section-reviews .huflDf span.plus, .section-reviews .section-manage__title .huflDf span.plus {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-manage .button-wrap {
  margin: 62px 0 0;
}
@media (max-width: 1023px) {
  .section-manage .button-wrap {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .section-manage .button-wrap {
    margin: 115px 0 0;
  }
}

.section-manage__animation-text-hold {
  margin: 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 68px 0 -25px;
}
@media (min-width: 1024px) {
  .section-manage__animation-text-hold {
    margin: 185px 0 -27px;
  }
}
@media (min-width: 1024px) {
  .section-manage__animation-text-hold.no-space {
    margin: 0px 0 0;
  }
}
.section-manage__animation-text-hold img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1011px;
          flex: 0 0 1011px;
  width: 1011px;
  max-width: 1011px;
}
@media (min-width: 1024px) {
  .section-manage__animation-text-hold img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105vw;
            flex: 0 0 105vw;
    width: 105vw;
    max-width: 105vw;
  }
}

.section-info {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px 0;
  min-height: 587px;
  color: #fff;
  background: #545454;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .section-info {
    min-height: 61.5vw;
    padding: min(16vw, 270px) 0 min(10vw, 80px);
  }
}
.section-info .container {
  max-width: 1355px;
}
.section-info h2, .section-info .section-reviews .huflDf, .section-reviews .section-info .huflDf {
  color: inherit;
  font-size: 26px;
  line-height: 1.0769230769;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .section-info h2, .section-info .section-reviews .huflDf, .section-reviews .section-info .huflDf {
    font-size: 60px;
    line-height: 1.0833333333;
  }
}
.section-info .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section-info .btn-wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .section-info .btn-wrap {
    margin-top: 65px;
  }
}
.section-info .btn-wrap + img {
  max-width: 70%;
}
@media (min-width: 768px) {
  .section-info .btn-wrap + img {
    max-width: 100%;
  }
}
.section-info .btn-wrap + a img {
  max-width: 70%;
}
@media (min-width: 768px) {
  .section-info .btn-wrap + a img {
    max-width: 100%;
  }
}
.section-info .btn-wrap + a,
.section-info .btn-wrap + img {
  display: inline-block;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .section-info .btn-wrap + a,
  .section-info .btn-wrap + img {
    margin-top: 75px;
  }
}
.section-info .text-holder {
  max-width: 570px;
}
.section-info .section-info-inner {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-info .bg-stretch {
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0s 0.6s;
  transition: -webkit-transform 0s 0.6s;
  transition: transform 0s 0.6s;
  transition: transform 0s 0.6s, -webkit-transform 0s 0.6s;
  will-change: transform;
}
.section-info .bg-stretch:after {
  content: "";
  opacity: 0.59;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(100%, rgba(0, 0, 0, 0.74)), to(rgba(84, 84, 84, 0.24)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.74) 100%, rgba(84, 84, 84, 0.24) 100%);
}
@media (min-width: 768px) {
  .section-info .bg-stretch:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.76)), to(rgba(84, 84, 84, 0.24)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(84, 84, 84, 0.24) 100%);
  }
}

.section-cards {
  margin: 70px 0;
}
@media (min-width: 768px) {
  .section-cards {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-cards {
    margin: 180px 0 185px;
  }
}
.section-cards.section-border, .section-cards.bg-light {
  margin: 0;
  padding: 50px 0;
}
 
 
@media (max-width: 767px) {
  .section-cards.bg-light h2, .section-cards.bg-light .section-reviews .huflDf, .section-reviews .section-cards.bg-light .huflDf {
    font-size: 23px;
    line-height: 1.0869565217;
  }
}
@media (min-width: 1615px) {
  .section-cards.section-border .cards-holder {
    margin: 0 -110px 0 0;
  }
}
.section-cards.section-border .card .card-head {
  padding-top: 90%;
}
.section-cards .heading-holder {
  text-align: center;
}
.section-cards h2, .section-cards .section-reviews .huflDf, .section-reviews .section-cards .huflDf {
 
  margin-bottom: 30px;
}
 

.section-features-info {
  margin: 60px 0 80px;
}
@media (min-width: 768px) {
  .section-features-info {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-features-info {
    margin: 167px 0 145px;
  }
}
.section-features-info.section-border, .section-features-info.bg-light {
  margin: 0;
  padding: 60px 0 80px;
}
@media (min-width: 768px) {
  .section-features-info.section-border, .section-features-info.bg-light {
    padding: 100px 0;
  }
}
@media (min-width: 1024px) {
  .section-features-info.section-border, .section-features-info.bg-light {
    padding: 167px 0 185px;
  }
}
@media (max-width: 767px) {
  .section-features-info .gr-code-holder {
    margin-top: 55px;
  }
}
.section-features-info .gr-code-holder:last-child {
  margin-bottom: -50px;
}
.section-features-info .heading-holder {
  text-align: center;
}
@media (min-width: 1024px) {
  .section-features-info .heading-holder {
    margin-bottom: 114px;
  }
}
@media (max-width: 767px) {
  .section-features-info mark {
    text-decoration: underline;
  }
}

.features-info-list {
  margin-inline: auto;
  max-width: 1035px;
}
@media (max-width: 767px) {
  .features-info-list {
    counter-reset: count;
  }
}
.features-info-list:last-child li:last-child {
  margin-bottom: 0;
}
.features-info-list li {
  margin: 0 0 37px;
}
@media (min-width: 768px) {
  .features-info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .features-info-list li {
    margin-bottom: 112px;
  }
}
@media (min-width: 768px) {
  .features-info-list li:last-child {
    margin-bottom: 53px;
  }
}

.features-info-icon {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .features-info-icon {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .features-info-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 107px;
    height: 100px;
    margin: 0 100px 0 0;
  }
}
@media (min-width: 1024px) {
  .features-info-icon {
    margin-right: 170px;
  }
}
@media (min-width: 768px) {
  .features-info-icon:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -45px;
    width: 2px;
    background: #D63F94;
  }
}
@media (min-width: 1024px) {
  .features-info-icon:after {
    right: -78px;
  }
}
@media (min-width: 1200px) {
  .features-info-icon:after {
    right: -90px;
  }
}

.features-info-text {
  position: relative;
}
@media (max-width: 767px) {
  .features-info-text {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 768px) {
  .features-info-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .features-info-text:before {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 26px;
    line-height: 1.1923076923;
    font-weight: 500;
    counter-increment: count;
    content: counters(count, ".") ". ";
    color: #D63F94;
  }
}
.features-info-text > *:last-child {
  margin-bottom: 0;
}
.features-info-text h3, .features-info-text .single-post h2, .features-info-text .single-post .section-reviews .huflDf, .section-reviews .features-info-text .single-post .huflDf, .single-post .features-info-text h2, .single-post .features-info-text .section-reviews .huflDf, .section-reviews .single-post .features-info-text .huflDf,
.features-info-text .single-post-container h2,
.features-info-text .single-post-container .section-reviews .huflDf,
.section-reviews .features-info-text .single-post-container .huflDf,
.single-post-container .features-info-text h2,
.single-post-container .features-info-text .section-reviews .huflDf,
.section-reviews .single-post-container .features-info-text .huflDf {
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .features-info-text h3, .features-info-text .single-post h2, .features-info-text .single-post .section-reviews .huflDf, .section-reviews .features-info-text .single-post .huflDf, .single-post .features-info-text h2, .single-post .features-info-text .section-reviews .huflDf, .section-reviews .single-post .features-info-text .huflDf,
  .features-info-text .single-post-container h2,
  .features-info-text .single-post-container .section-reviews .huflDf,
  .section-reviews .features-info-text .single-post-container .huflDf,
  .single-post-container .features-info-text h2,
  .single-post-container .features-info-text .section-reviews .huflDf,
  .section-reviews .single-post-container .features-info-text .huflDf {
    font-size: 22px;
    line-height: 1.2727272727;
    margin: 0 0 15px;
  }
}


 
@media (max-width: 767px) {
  .section-pricing .heading-holder {
    margin-bottom: 58px;
  }
}
.section-pricing h2, .section-pricing .section-reviews .huflDf, .section-reviews .section-pricing .huflDf {
  color: #000;
}
.section-pricing .list-info {
  max-width: 662px;
  margin: 0 auto 38px;
  border-radius: 36px;
  background: #F7F7F7;
  padding: 5px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .section-pricing .list-info {
    padding: 11px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-pricing .list-info {
    margin-bottom:50px;
  }
}
 
.section-pricing .list-info li.active a {
  border-color: #07E2C3;
}
.is-not-touch-device .section-pricing .list-info li.active a:hover {
  text-decoration-color: transparent;
}
.section-pricing .list-info li:last-of-type::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  left: 0px;
  border-radius: 25px;
}
.section-pricing .list-info li a {
  display: block;
  font-size: 13px;
  line-height: 1.1538461538;
  text-align: center;
  color: #000;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 37px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
@media (min-width: 768px) {
  .section-pricing .list-info li a {
    font-size: 15px;
    line-height: 18px;
    font-size: 15px;
    line-height: 1.2;
    padding: 15px;
  }
}
.section-pricing .list-info li a strong,
.section-pricing .list-info li a b {
  font-weight: normal; 
  color: #000;
}
 
.is-not-touch-device .section-pricing .list-info li a:hover {
  text-decoration-color: currentColor;
}
.section-pricing .list-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-pricing .list-pricing > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 37px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing > li {
    padding-top: 59px;
    width: 50%;
    padding-inline: 10px;
  }
}
@media (min-width: 1300px) {
  .section-pricing .list-pricing > li {
    width: 25%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-pricing .list-pricing > li:last-child {
    margin: 0;
  }
}
.section-pricing .list-pricing > li.popular {
  position: relative;
  z-index: 0;
  padding: 50px 6px 6px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing > li.popular {
    padding-inline: 10px;
  }
}
.section-pricing .list-pricing > li.popular:before {
  content: "";
  background-color: var(--green);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing > li.popular:before {
            width: calc(100% - 14px);
  }
}
.section-pricing .list-pricing > li.popular .price {
  border: none;
  background: #fff;
}
.section-pricing .list-pricing > li.popular .price-body-top {
  border-bottom: 1.5px solid #07E2C3;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing > li.popular .price-body-top {
    min-height: 315px;
  }
}
.section-pricing .list-pricing > li.popular .list-option li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.497' height='10.818' viewBox='0 0 14.497 10.818'%3E%3Cpath id='Path_8429' data-name='Path 8429' d='M-16265.042-9200.783l3.68,3.678,7.989-7.99' transform='translate(16266.456 9206.51)' fill='none' stroke='%2307e2c3' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
 
 
.popular .section-pricing .list-pricing .price-body-top {
  border: 1.5px solid #AFAFBA;
}
.section-pricing .list-pricing .price-body-top > p {
  margin-bottom: 25px;
  
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-body-top > p {
    margin-bottom: 0;
            font-size: 16px;
  }
}
.section-pricing .list-pricing .price-body-top > p:first-child {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-body-top > p:first-child {
    min-height: 104px;
    padding-bottom: 10px;
  }
}
.section-pricing .list-pricing .price-body-bottom {
  padding: 33px 24px 20px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-body-bottom {
    padding: 50px 34px 0;
  }
}
.section-pricing .list-pricing .list-option {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #000;
}
.section-pricing .list-pricing .list-option li {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .list-option li {
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.section-pricing .list-pricing .list-option li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.497' height='10.818' viewBox='0 0 14.497 10.818'%3E%3Cpath id='Path_8426' data-name='Path 8426' d='M-16265.042-9200.783l3.68,3.678,7.989-7.99' transform='translate(16266.456 9206.51)' fill='none' stroke='%23d63f94' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  left: -15px;
  top: 3px;
  background-size: 13px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .list-option li:before {
    width: 1em;
    height: 1em;
    left: -10px;
    background-size: 1em;
  }
}
.section-pricing .list-pricing .price-list-params {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #000;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-list-params {
    padding: 0;
    margin-bottom: 40px;
  }
}
.prise-row {
    margin: 0 0 4px 0;
}

.prise-row+p {
    font-weight: 300;
}
.section-pricing .list-pricing .price-list-params li {
  width: 100%; 
  font-weight: 500;
    font-size:16px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-list-params li {
    margin: 0;
     font-weight: 500;
    font-size:16px;
  margin: 0 0 10px;
  }
}
.section-pricing .list-pricing .price-list-params li::before {
  content: "•";
  color: #D63F94;
  display: inline-block;
  margin: 0 4px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-list-params li::before {
    margin: 0 11px 0 -5px;
  }
}
.section-pricing .list-pricing .price {
  background: #F7F7F7;
  border-radius: 14px;
  border: 1px solid #BEBEBE;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price {
    min-height: 863px;
  }
}
.section-pricing .list-pricing .price-popular {
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #FFF;
  width: 90%;
  padding: 3px 0 0 0;
}
@media (min-width: 768px) {
  .section-pricing .list-pricing .price-popular {
    font-size: 18px;
  }
}
.section-pricing .list-pricing .price-popular span {
  font-weight: 600; 
  font-size: 20px;
  text-align: center;
  color: var(--white);
  background-color: var(--green);
  padding: 0 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
 
 
.section-pricing .list-pricing .price-title {
 background: var(--light-blue);
    font-size: 20px;
    padding: 9px 0;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    font-weight: 600;
    min-width: 137px;
}
 
.section-pricing .list-pricing .price-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-pricing .list-pricing .price-button-wrap .btn, .section-pricing .list-pricing .price-button-wrap .fancybox-content-filters .button-wrapper button, .fancybox-content-filters .button-wrapper .section-pricing .list-pricing .price-button-wrap button, .section-pricing .list-pricing .price-button-wrap form button, form .section-pricing .list-pricing .price-button-wrap button,
.section-pricing .list-pricing .price-button-wrap form input[type=button],
form .section-pricing .list-pricing .price-button-wrap input[type=button],
.section-pricing .list-pricing .price-button-wrap form input[type=file],
form .section-pricing .list-pricing .price-button-wrap input[type=file],
.section-pricing .list-pricing .price-button-wrap form input[type=submit],
form .section-pricing .list-pricing .price-button-wrap input[type=submit] {
  width: 100%;
}
@media (max-width: 767px) {
  .section-pricing .list-pricing .price-button-wrap .btn, .section-pricing .list-pricing .price-button-wrap .fancybox-content-filters .button-wrapper button, .fancybox-content-filters .button-wrapper .section-pricing .list-pricing .price-button-wrap button, .section-pricing .list-pricing .price-button-wrap form button, form .section-pricing .list-pricing .price-button-wrap button,
  .section-pricing .list-pricing .price-button-wrap form input[type=button],
  form .section-pricing .list-pricing .price-button-wrap input[type=button],
  .section-pricing .list-pricing .price-button-wrap form input[type=file],
  form .section-pricing .list-pricing .price-button-wrap input[type=file],
  .section-pricing .list-pricing .price-button-wrap form input[type=submit],
  form .section-pricing .list-pricing .price-button-wrap input[type=submit] {
    font-size: 18px;
    line-height: 1.15;
    padding: 14px 25px;
  }
}
@media (max-width: 767px) {
  .section-pricing .list-pricing .price-button-wrap .btn.btn-arrow, .section-pricing .list-pricing .price-button-wrap .fancybox-content-filters .button-wrapper button.btn-arrow, .fancybox-content-filters .button-wrapper .section-pricing .list-pricing .price-button-wrap button.btn-arrow, .section-pricing .list-pricing .price-button-wrap form button.btn-arrow, form .section-pricing .list-pricing .price-button-wrap button.btn-arrow,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=button],
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=button],
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=file],
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=file],
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=submit],
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=submit] {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .section-pricing .list-pricing .price-button-wrap .btn.btn-arrow:before, .section-pricing .list-pricing .price-button-wrap .fancybox-content-filters .button-wrapper button.btn-arrow:before, .fancybox-content-filters .button-wrapper .section-pricing .list-pricing .price-button-wrap button.btn-arrow:before, .section-pricing .list-pricing .price-button-wrap form button.btn-arrow:before, form .section-pricing .list-pricing .price-button-wrap button.btn-arrow:before,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=button]:before,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=button]:before,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=file]:before,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=file]:before,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=submit]:before,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=submit]:before {
    width: 40px;
    height: 40px;
    padding: 8px;
    left: 6px;
  }
}
@media (max-width: 767px) {
  .section-pricing .list-pricing .price-button-wrap .btn.btn-arrow .arrow, .section-pricing .list-pricing .price-button-wrap .fancybox-content-filters .button-wrapper button.btn-arrow .arrow, .fancybox-content-filters .button-wrapper .section-pricing .list-pricing .price-button-wrap button.btn-arrow .arrow, .section-pricing .list-pricing .price-button-wrap form button.btn-arrow .arrow, form .section-pricing .list-pricing .price-button-wrap button.btn-arrow .arrow,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=button] .arrow,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=button] .arrow,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=file] .arrow,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=file] .arrow,
  .section-pricing .list-pricing .price-button-wrap form input.btn-arrow[type=submit] .arrow,
  form .section-pricing .list-pricing .price-button-wrap input.btn-arrow[type=submit] .arrow {
    width: 40px;
    height: 40px;
    left: 6px;
  }
}

.price-block {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .price-block {
    margin-bottom: 35px;
  }
}
.price-block.year {
  display: none;
}
.price-block p {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .price-block p {
    margin-top: -20px !important;
  }
}
.price-block p:last-of-type {
  font-style: italic;
  margin: -4px 0 0 !important;
}
@media (min-width: 768px) {
  .price-block p:last-of-type {
    margin-top: 0 !important;
	font-weight: bold;
  }
}
@media (max-width: 767px) {
  .price-block .prise-row {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .price-block .prise-row:last-child {
    margin-bottom: 0;
  }
}
.price-block .prise-row-price {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 34px;
  text-align: left;
  color: #000;
}
@media (min-width: 768px) {
  .price-block .prise-row-price {
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 35px;
  }
}
.price-block .prise-row-time {
  font-weight: 500;
  text-align: left;
  color: #000;
  font-size: 15px;
}
@media (min-width: 768px) {
  .price-block .prise-row-time {
    color: #4a4948;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .section-built {
    margin: 0 0 50px;
  }
}
.section-built.section-border, .section-built.bg-light {
  margin: 0;
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .section-built.section-border, .section-built.bg-light {
    padding: 100px 0;
  }
}

.built-box {
  background: #F7F7F7;
  border-radius: 14px;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .built-box {
    padding-block: 70px;
  }
}
@media (min-width: 1024px) {
  .built-box {
    padding-block: 100px;
  }
}

.built-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
  margin-inline: auto;
}

span.built-item {
  pointer-events: none;
}

.built-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: calc((100% - 20px) / 2);
}
@media (min-width: 768px) {
  .built-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .built-item {
    width: calc((100% - 80px) / 5);
  }
}
.built-item > *:last-child {
  margin-bottom: 0;
}
.built-item h3, .built-item .single-post h2, .built-item .single-post .section-reviews .huflDf, .section-reviews .built-item .single-post .huflDf, .single-post .built-item h2, .single-post .built-item .section-reviews .huflDf, .section-reviews .single-post .built-item .huflDf,
.built-item .single-post-container h2,
.built-item .single-post-container .section-reviews .huflDf,
.section-reviews .built-item .single-post-container .huflDf,
.single-post-container .built-item h2,
.single-post-container .built-item .section-reviews .huflDf,
.section-reviews .single-post-container .built-item .huflDf {
  font-size: 18px;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
  color: inherit;
}
.built-item:nth-child(1) .icon-holder > img {
  top: -4px;
  width: 58px;
}
.built-item:nth-child(1) .icon-holder svg {
  top: 23px;
}
.built-item:nth-child(1) .built-item-inner:hover img {
  margin-top: -30px;
}
.built-item:nth-child(2) .icon-holder > img {
  top: 7px;
  width: 56px;
  margin-left: 19px;
}
.built-item:nth-child(2) .icon-holder svg {
  top: 23px;
}
.built-item:nth-child(3) .icon-holder > img {
  top: 0px;
  width: 54px;
  margin-left: 12px;
}
.built-item:nth-child(3) .icon-holder svg {
  top: 23px;
}
.built-item:nth-child(4) .icon-holder > img {
  top: 0;
  width: 50px;
}
.built-item:nth-child(4) .icon-holder svg {
  top: 23px;
}
.built-item:nth-child(5) .icon-holder > img {
  top: -4px;
  width: 58px;
}
.built-item:nth-child(5) .icon-holder svg {
  top: 23px;
}
.built-item:nth-child(5) .built-item-inner:hover img {
  margin-top: -30px;
}
.built-item .icon-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.built-item .icon-holder img {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  position: absolute;
  mix-blend-mode: multiply;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
.built-item .icon-holder svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.built-item .icon-holder svg .svg-hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.built-item-inner {
  display: block;
  min-width: 250px;
  color: #000;
}
.built-item-inner:hover .icon-holder .svg-hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.built-item-inner:hover .icon-holder img {
  margin-top: -20px;
}
.built-item-inner:hover .icon-holder .icon-holder-inner img {
  opacity: 1;
}
.built-item-inner:hover .icon-holder .icon-holder-inner img:first-child {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.built-item-inner:hover .icon-holder .icon-holder-inner img:last-child {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.built-item-inner .icon-holder-inner img {
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  display: inline-block;
  vertical-align: top;
  mix-blend-mode: multiply;
  opacity: 0;
}
.built-item-inner .icon-holder-inner img:first-child {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.built-item-inner .icon-holder-inner img:last-child {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.section-faq {
  margin: 70px 0;
}
 
 
.section-faq .heading-holder {
  text-align: center; margin-bottom: 30px;
}
.section-faq .heading-holder h2{text-transform: capitalize;}
@media (max-width: 767px) {
  .section-faq .h3,
  .section-faq h3,
  .section-faq .single-post h2,
  .section-faq .single-post .section-reviews .huflDf,
  .section-reviews .section-faq .single-post .huflDf,
  .single-post .section-faq h2,
  .single-post .section-faq .section-reviews .huflDf,
  .section-reviews .single-post .section-faq .huflDf,
  .section-faq .single-post-container h2,
  .section-faq .single-post-container .section-reviews .huflDf,
  .section-reviews .section-faq .single-post-container .huflDf,
  .single-post-container .section-faq h2,
  .single-post-container .section-faq .section-reviews .huflDf,
  .section-reviews .single-post-container .section-faq .huflDf {
    font-size: 26px;
    line-height: 1.0769230769;
  }
}
.section-faq .link-wrap {
  text-align: center;
  padding: 65px 0 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .section-faq .link-wrap {
    padding-top: 55px;
  }
}
.section-faq .link-wrap a {
  font-weight: 500;
  text-decoration: none;
  text-decoration-color: currentColor;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-faq .link-wrap a {
    font-size: 15px;
  }
}
.section-faq .link-wrap a:hover {
  text-decoration-color: transparent;
}

.faq-block {
  position: relative;
  padding: 0 30px  30px 30px;
  overflow: hidden;
}
 
.faq-block:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#60E0BD), to(#64E29A));
  background: linear-gradient(-180deg, #60E0BD 0%, #64E29A 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.27;
}

.faq-block-hide .accordion-item:nth-child(n+5) {
  display: none;
}
.faq-block-hide.all-visible .accordion-item:nth-child(n+5) {
  display: block;
  -webkit-animation: fadeInItem 0.3s both;
          animation: fadeInItem 0.3s both;
}
.faq-block-hide.all-visible .link-wrap {
  display: none;
}

@-webkit-keyframes fadeInItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInItem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-products {
  padding: 55px 0 0;
}
@media (min-width: 1024px) {
  .section-products {
    padding: 97px 0 0;
  }
}
.tax-product_cat .automated-process {
    padding-top: 50px;
}
 
.products .price,
.products .star-rating {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 13px;
  line-height: 1.6923076923;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .products .price,
  .products .star-rating {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .products .add_to_cart_button {
    padding-block: 13px;
  }
}

.product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .product-head {
    margin-bottom: 7px;
  }
}

.section-account {
  padding: 41px 0 50px;
}
@media (min-width: 768px) {
  .section-account {
    padding: 70px 0 100px;
  }
}
@media (min-width: 1024px) {
  .section-account {
    padding: 98px 0 138px;
  }
}
.section-account h2, .section-account .section-reviews .huflDf, .section-reviews .section-account .huflDf {
  color: #000;
  text-transform: capitalize;
  margin: 0 0 80px;
}
@media (min-width: 768px) {
  .section-account h2, .section-account .section-reviews .huflDf, .section-reviews .section-account .huflDf {
    margin-bottom: 40px;
  }
}
.section-account .login-wrapper {
  width: 100%;
  max-width: 95%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .section-account .login-wrapper {
    max-width: 660px;
  }
}
.section-account .login-wrapper h2, .section-account .login-wrapper .section-reviews .huflDf, .section-reviews .section-account .login-wrapper .huflDf {
  color: #D63F94;
  text-align: left;
  font-weight: 400;
  margin: 0 0 58px;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}
@media (max-width: 767px) {
  .section-account .login-wrapper h2, .section-account .login-wrapper .section-reviews .huflDf, .section-reviews .section-account .login-wrapper .huflDf {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-account .login-wrapper h2, .section-account .login-wrapper .section-reviews .huflDf, .section-reviews .section-account .login-wrapper .huflDf {
    margin-bottom: 85px;
  }
}
.section-account .login-wrapper input[type=text],
.section-account .login-wrapper input[type=tel],
.section-account .login-wrapper input[type=email],
.section-account .login-wrapper input[type=search],
.section-account .login-wrapper input[type=password],
.section-account .login-wrapper input[type=url],
.section-account .login-wrapper textarea {
  font-size: 16px;
  text-transform: capitalize;
}
.section-account p {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .section-account p {
    margin: 0 0 30px;
  }
}
.section-account .woocommerce-login-footer {
  text-align: center;
  margin: 44px 0 40px;
}
@media (min-width: 768px) {
  .section-account .woocommerce-login-footer {
    margin-block: 70px 50px;
  }
}

 
  
  
  .section-filter .heading-holder {
    margin-bottom: 50px;
  } 
 
 
.section-filter .load-more {
 
          margin-top: 50px;
}
.section-filter .load-more.btn, .section-filter .fancybox-content-filters .button-wrapper button.load-more, .fancybox-content-filters .button-wrapper .section-filter button.load-more, .section-filter form button.load-more, form .section-filter button.load-more,
.section-filter form input.load-more[type=button],
form .section-filter input.load-more[type=button],
.section-filter form input.load-more[type=file],
form .section-filter input.load-more[type=file],
.section-filter form input.load-more[type=submit],
form .section-filter input.load-more[type=submit] {
  max-width: 170px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .section-filter .load-more.btn, .section-filter .fancybox-content-filters .button-wrapper button.load-more, .fancybox-content-filters .button-wrapper .section-filter button.load-more, .section-filter form button.load-more, form .section-filter button.load-more,
  .section-filter form input.load-more[type=button],
  form .section-filter input.load-more[type=button],
  .section-filter form input.load-more[type=file],
  form .section-filter input.load-more[type=file],
  .section-filter form input.load-more[type=submit],
  form .section-filter input.load-more[type=submit] {
    font-size: 13px;
    color: #4a4948;
    border-color: #4a4948;
    padding: 19px 25px;
  }
  .section-filter .load-more.btn:hover, .section-filter .fancybox-content-filters .button-wrapper button.load-more:hover, .fancybox-content-filters .button-wrapper .section-filter button.load-more:hover, .section-filter form button.load-more:hover, form .section-filter button.load-more:hover,
  .section-filter form input.load-more[type=button]:hover,
  form .section-filter input.load-more[type=button]:hover,
  .section-filter form input.load-more[type=file]:hover,
  form .section-filter input.load-more[type=file]:hover,
  .section-filter form input.load-more[type=submit]:hover,
  form .section-filter input.load-more[type=submit]:hover, .section-filter .load-more.btn:focus, .section-filter .fancybox-content-filters .button-wrapper button.load-more:focus, .fancybox-content-filters .button-wrapper .section-filter button.load-more:focus, .section-filter form button.load-more:focus, form .section-filter button.load-more:focus,
  .section-filter form input.load-more[type=button]:focus,
  form .section-filter input.load-more[type=button]:focus,
  .section-filter form input.load-more[type=file]:focus,
  form .section-filter input.load-more[type=file]:focus,
  .section-filter form input.load-more[type=submit]:focus,
  form .section-filter input.load-more[type=submit]:focus {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .section-filter .load-more.btn, .section-filter .fancybox-content-filters .button-wrapper button.load-more, .fancybox-content-filters .button-wrapper .section-filter button.load-more, .section-filter form button.load-more, form .section-filter button.load-more,
  .section-filter form input.load-more[type=button],
  form .section-filter input.load-more[type=button],
  .section-filter form input.load-more[type=file],
  form .section-filter input.load-more[type=file],
  .section-filter form input.load-more[type=submit],
  form .section-filter input.load-more[type=submit] {
    margin-top: 90px;
    max-width: 191px;
  }
}
@media (min-width: 1024px) {
  .section-filter .load-more.btn, .section-filter .fancybox-content-filters .button-wrapper button.load-more, .fancybox-content-filters .button-wrapper .section-filter button.load-more, .section-filter form button.load-more, form .section-filter button.load-more,
  .section-filter form input.load-more[type=button],
  form .section-filter input.load-more[type=button],
  .section-filter form input.load-more[type=file],
  form .section-filter input.load-more[type=file],
  .section-filter form input.load-more[type=submit],
  form .section-filter input.load-more[type=submit] {
    margin-top: 114px;
  }
}
.section-filter .link-wrap {
  text-align: center;
}

.section-filter .search-holder { 
  width: 100%;
}

.section-filter .ajax-filter-holder {
  padding: 150px 0 50px;
} 
 
.section-filter .ajax-filter-holder.faq-holder {
  padding-bottom: 40px;
}
 
 
.section-filter .ajax-filters-container .ajax-filter-holder > *,
.section-filter .ajax-filters-container .ajax-load-content > * {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.section-filter .ajax-filters-container .ajax-filter-holder .new-item {
  opacity: 0;
}
@media (max-width: 767px) {
  .section-filter .ajax-load-content {
    margin: 0;
  }
}
.section-filter .popup-holder {
  display: none;
}
@media (max-width: 767px) {
  .section-filter .accordion .slide {
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-filter .accordion .opener:before {
    right: 9px;
  }
}
@media (max-width: 767px) {
  .section-filter .accordion .opener:after {
    right: 4px;
  }
}
.section-filter .fancybox-close-small:after {
  display: none;
}

.fancybox-content-filters {
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  max-width: 986px;
  width: 100%;
  padding: 0;
  background: transparent;
}
 
 
.fancybox-content-filters .title-holder h2, .fancybox-content-filters .title-holder .section-reviews .huflDf, .section-reviews .fancybox-content-filters .title-holder .huflDf {
  margin: 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1538461538;
  text-align: left;
  color: inherit;
}
@media (min-width: 768px) {
  .fancybox-content-filters .title-holder h2, .fancybox-content-filters .title-holder .section-reviews .huflDf, .section-reviews .fancybox-content-filters .title-holder .huflDf {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .fancybox-content-filters .title-holder h2, .fancybox-content-filters .title-holder .section-reviews .huflDf, .section-reviews .fancybox-content-filters .title-holder .huflDf {
    font-size: 45px;
    line-height: 1.2222222222;
  }
}
 
.fancybox-content-filters .body-holder h4, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
.fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .huflDf,
.fancybox-content-filters .body-holder form.checkout h3,
.fancybox-content-filters .body-holder form.checkout .single-post h2,
.fancybox-content-filters .body-holder form.checkout .single-post .section-reviews .huflDf,
.section-reviews .fancybox-content-filters .body-holder form.checkout .single-post .huflDf,
.single-post .fancybox-content-filters .body-holder form.checkout h2,
.single-post .fancybox-content-filters .body-holder form.checkout .section-reviews .huflDf,
.section-reviews .single-post .fancybox-content-filters .body-holder form.checkout .huflDf,
.fancybox-content-filters .body-holder form.checkout .single-post-container h2,
.fancybox-content-filters .body-holder form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews .fancybox-content-filters .body-holder form.checkout .single-post-container .huflDf,
.single-post-container .fancybox-content-filters .body-holder form.checkout h2,
.single-post-container .fancybox-content-filters .body-holder form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container .fancybox-content-filters .body-holder form.checkout .huflDf,
form.checkout .fancybox-content-filters .body-holder h3,
form.checkout .fancybox-content-filters .body-holder .single-post h2,
form.checkout .fancybox-content-filters .body-holder .single-post .section-reviews .huflDf,
.section-reviews form.checkout .fancybox-content-filters .body-holder .single-post .huflDf,
.single-post form.checkout .fancybox-content-filters .body-holder h2,
.single-post form.checkout .fancybox-content-filters .body-holder .section-reviews .huflDf,
.section-reviews .single-post form.checkout .fancybox-content-filters .body-holder .huflDf,
form.checkout .fancybox-content-filters .body-holder .single-post-container h2,
form.checkout .fancybox-content-filters .body-holder .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout .fancybox-content-filters .body-holder .single-post-container .huflDf,
.single-post-container form.checkout .fancybox-content-filters .body-holder h2,
.single-post-container form.checkout .fancybox-content-filters .body-holder .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout .fancybox-content-filters .body-holder .huflDf {
  font-size: 20px;
  line-height: 1.25;
  text-align: left;
  font-weight: 500;
  color: #000;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .fancybox-content-filters .body-holder h4, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
  .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
  .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
  .section-reviews .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
  .single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
  .single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
  .section-reviews .single-post-container .fancybox-content-filters .body-holder .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .huflDf,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container h2,
  .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container .section-reviews .huflDf,
  .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .single-post-container .huflDf,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder h2,
  .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .section-reviews .huflDf,
  .section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .body-holder .huflDf,
  .fancybox-content-filters .body-holder form.checkout h3,
  .fancybox-content-filters .body-holder form.checkout .single-post h2,
  .fancybox-content-filters .body-holder form.checkout .single-post .section-reviews .huflDf,
  .section-reviews .fancybox-content-filters .body-holder form.checkout .single-post .huflDf,
  .single-post .fancybox-content-filters .body-holder form.checkout h2,
  .single-post .fancybox-content-filters .body-holder form.checkout .section-reviews .huflDf,
  .section-reviews .single-post .fancybox-content-filters .body-holder form.checkout .huflDf,
  .fancybox-content-filters .body-holder form.checkout .single-post-container h2,
  .fancybox-content-filters .body-holder form.checkout .single-post-container .section-reviews .huflDf,
  .section-reviews .fancybox-content-filters .body-holder form.checkout .single-post-container .huflDf,
  .single-post-container .fancybox-content-filters .body-holder form.checkout h2,
  .single-post-container .fancybox-content-filters .body-holder form.checkout .section-reviews .huflDf,
  .section-reviews .single-post-container .fancybox-content-filters .body-holder form.checkout .huflDf,
  form.checkout .fancybox-content-filters .body-holder h3,
  form.checkout .fancybox-content-filters .body-holder .single-post h2,
  form.checkout .fancybox-content-filters .body-holder .single-post .section-reviews .huflDf,
  .section-reviews form.checkout .fancybox-content-filters .body-holder .single-post .huflDf,
  .single-post form.checkout .fancybox-content-filters .body-holder h2,
  .single-post form.checkout .fancybox-content-filters .body-holder .section-reviews .huflDf,
  .section-reviews .single-post form.checkout .fancybox-content-filters .body-holder .huflDf,
  form.checkout .fancybox-content-filters .body-holder .single-post-container h2,
  form.checkout .fancybox-content-filters .body-holder .single-post-container .section-reviews .huflDf,
  .section-reviews form.checkout .fancybox-content-filters .body-holder .single-post-container .huflDf,
  .single-post-container form.checkout .fancybox-content-filters .body-holder h2,
  .single-post-container form.checkout .fancybox-content-filters .body-holder .section-reviews .huflDf,
  .section-reviews .single-post-container form.checkout .fancybox-content-filters .body-holder .huflDf {
    margin: 0 0 15px;
  }
}
 
.fancybox-content-filters .checkbox-row,
.fancybox-content-filters .radio-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -10px;
}
.fancybox-content-filters .checkbox-row .checkbox,
.fancybox-content-filters .checkbox-row .radio,
.fancybox-content-filters .radio-row .checkbox,
.fancybox-content-filters .radio-row .radio {
  width: 100%;
}
@media (min-width: 768px) {
  .fancybox-content-filters .checkbox-row .checkbox,
  .fancybox-content-filters .checkbox-row .radio,
  .fancybox-content-filters .radio-row .checkbox,
  .fancybox-content-filters .radio-row .radio {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .fancybox-content-filters .checkbox-row .checkbox,
  .fancybox-content-filters .checkbox-row .radio,
  .fancybox-content-filters .radio-row .checkbox,
  .fancybox-content-filters .radio-row .radio {
    width: 25%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fancybox-content-filters .checkbox-row label,
.fancybox-content-filters .radio-row label {
  position: relative;
  margin: 10px 0px 2px 10px;
  display: block;
}
@media (min-width: 768px) {
  .fancybox-content-filters .checkbox-row label,
  .fancybox-content-filters .radio-row label {
    margin: 10px 0px 2px 10px;
  }
}
.fancybox-content-filters .checkbox-row label input,
.fancybox-content-filters .radio-row label input {
  position: absolute;
  left: -999999px;
  visibility: hidden;
}
.fancybox-content-filters .checkbox-row label input:checked + .label:before,
.fancybox-content-filters .radio-row label input:checked + .label:before {
  /* background-color: #07E2C3;
  border-color: #07E2C3; */
}
.fancybox-content-filters .checkbox-row label input:checked + .label::after,
.fancybox-content-filters .radio-row label input:checked + .label::after {
  content: "";
}
.fancybox-content-filters .checkbox-row label .label,
.fancybox-content-filters .radio-row label .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.875;
  line-height: 24px;
  text-align: left;
  color: var(--text-gray);
  position: relative;
}
.fancybox-content-filters .checkbox-row label .label::after,
.fancybox-content-filters .radio-row label .label::after {
    background-repeat: no-repeat;
    background: url(../images/check-mark.svg) no-repeat 0 0;
    position: absolute;
    left: 3px;
    top: 7px;
    width: 16px;
    height: 10px;
    background-size: contain;
}
@media (max-width: 767px) {
  .fancybox-content-filters .checkbox-row label .label::after,
  .fancybox-content-filters .radio-row label .label::after {
    background-size: 14px;
  }
}
.fancybox-content-filters .checkbox-row label .label::before,
.fancybox-content-filters .radio-row label .label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: block;
    background: #FFF;
    border: 1px solid #AFAFBA;
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
}
.fancybox-content-filters h4, .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title h3, .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post h2, .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .section-reviews .huflDf, .section-reviews .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post .huflDf, .single-post .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title h2, .single-post .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf, .section-reviews .single-post .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf,
.fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container h2,
.fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .section-reviews .huflDf,
.section-reviews .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .single-post-container .huflDf,
.single-post-container .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title h2,
.single-post-container .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .section-reviews .huflDf,
.section-reviews .single-post-container .fancybox-content-filters .woocommerce-MyAccount-content header.woocommerce-Address-title .huflDf, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters h3, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post h2, .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post .section-reviews .huflDf, .section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post .huflDf, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters h2, .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .section-reviews .huflDf, .section-reviews .single-post .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .huflDf,
.woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post-container h2,
.woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post-container .section-reviews .huflDf,
.section-reviews .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .single-post-container .huflDf,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters h2,
.single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .section-reviews .huflDf,
.section-reviews .single-post-container .woocommerce-MyAccount-content header.woocommerce-Address-title .fancybox-content-filters .huflDf,
.fancybox-content-filters form.checkout h3,
.fancybox-content-filters form.checkout .single-post h2,
.fancybox-content-filters form.checkout .single-post .section-reviews .huflDf,
.section-reviews .fancybox-content-filters form.checkout .single-post .huflDf,
.single-post .fancybox-content-filters form.checkout h2,
.single-post .fancybox-content-filters form.checkout .section-reviews .huflDf,
.section-reviews .single-post .fancybox-content-filters form.checkout .huflDf,
.fancybox-content-filters form.checkout .single-post-container h2,
.fancybox-content-filters form.checkout .single-post-container .section-reviews .huflDf,
.section-reviews .fancybox-content-filters form.checkout .single-post-container .huflDf,
.single-post-container .fancybox-content-filters form.checkout h2,
.single-post-container .fancybox-content-filters form.checkout .section-reviews .huflDf,
.section-reviews .single-post-container .fancybox-content-filters form.checkout .huflDf,
form.checkout .fancybox-content-filters h3,
form.checkout .fancybox-content-filters .single-post h2,
form.checkout .fancybox-content-filters .single-post .section-reviews .huflDf,
.section-reviews form.checkout .fancybox-content-filters .single-post .huflDf,
.single-post form.checkout .fancybox-content-filters h2,
.single-post form.checkout .fancybox-content-filters .section-reviews .huflDf,
.section-reviews .single-post form.checkout .fancybox-content-filters .huflDf,
form.checkout .fancybox-content-filters .single-post-container h2,
form.checkout .fancybox-content-filters .single-post-container .section-reviews .huflDf,
.section-reviews form.checkout .fancybox-content-filters .single-post-container .huflDf,
.single-post-container form.checkout .fancybox-content-filters h2,
.single-post-container form.checkout .fancybox-content-filters .section-reviews .huflDf,
.section-reviews .single-post-container form.checkout .fancybox-content-filters .huflDf {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #4a4948;
}
.fancybox-content-filters .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .fancybox-content-filters .button-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .fancybox-content-filters .button-wrapper {
    margin: 0;
  }
}
.fancybox-content-filters .button-wrapper input[type=reset] {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: var(--secondary-blue);
  cursor: pointer;
}
.fancybox-content-filters .button-wrapper input[type=reset]:hover, .fancybox-content-filters .button-wrapper input[type=reset]:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .fancybox-content-filters .button-wrapper button {
    width: calc(100% + 20px);
    margin: 37px -10px 0;
    font-size: 20px;
    padding: 19px 25px;
  }
}
 

 
.filter-box .opener:hover {
  opacity: 1;
  background-color: var(--dark-blue);
  border: 2px solid transparent;
  color: #fff;
}
.filter-box .opener:hover svg {
  width: 30px;    filter: brightness(0) invert(1);
}
.filter-box .opener:hover svg path,
.filter-box .opener:hover svg g {
  stroke: #fff;
}

 
.single-post-section .wp-block-columns figure {
  margin: 0;
}
.single-post-section figure {
  margin: 100px 0;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .single-post-section figure {
    margin: 42px 0;
  }
}
.single-post-section figure img {
  width: 100%;
}
@media (max-width: 767px) {
  .single-post-section figure img {
    height: 112vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-post-section .social-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin: 19px -11px 35px;
}
@media (min-width: 768px) {
  .single-post-section .social-holder {
    margin: 15px 0 35px;
  }
}
@media (min-width: 1024px) {
  .single-post-section .social-holder {
    width: 25%;
    margin: -108px 0 98px auto;
  }
}
.single-post-section .social-holder .time-data {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .single-post-section .social-holder .time-data {
    font-size: 13px;
  }
}
.single-post-section .social-holder .addtoany_list a {
  margin: 0 8px;
}
@media (max-width: 1023px) {
  .single-post-section .social-holder .addtoany_list a {
    margin: 0 0 0 14px;
  }
  .single-post-section .social-holder .addtoany_list a img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.single-post-section .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1 !important;
}
.single-post-section .addtoany_list a {
  display: block;
}
.single-post-section .addtoany_list a img {
  display: block;
}
.single-post-section #copy-url {
  display: block;
  margin-left: 14px;
  position: relative;
}
@media (min-width: 1024px) {
  .single-post-section #copy-url {
    margin-left: 8px;
  }
}
.single-post-section #copy-url:hover:before {
  visibility: visible;
}
.single-post-section #copy-url:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAXCAYAAAAC9s/ZAAAABHNCSVQICAgIfAhkiAAAAeJJREFUOE/dk8svA1EUxu+ZlngkLU3EKxISEloJYkcwewstfwB2EiSsbKxExK4eFUtd2HptLOVWJSJCiKhliUcspFRSFto57rmZkaHTpizN5s7c+53fnPPlu8CyPJHuQBAQeFN4NJhJBpkOqJgBG6Rz0GA4E8QSYC42fpAJkgb4Vox6ua6ygnwDRFV/yRvaOTBoITEquGaMQO/I8NwTGm81j53WAUHeU3bVHR7fjvQEZA/u0BhEupa9hbYkr+OTL1kBr08PjcBwnkS3A1t9tNZs+HZoVexsprik+tQScKmutCopcDqGPM0Ob31AAvq3pLZm0yfXt727qdjSyZFmw7iHj57J8WTLmEdKlTbyG12sfK5HFvwEPM0esvfTR6MBXggfPjC5fsMQrwvaKxxl0x1tVoCY//gisX8bYwBkpFPoF0EYRaY4Ba2UDHqN3XcCsgMrgAJKb7GrcvdKXa1FTEWF5poAX05TUS4A0hl1aYDE832bprF1vQO3bmKEVgQYcbiqwlkBhkNmEeXAvP8bQFTMl/SExhr+BPhZZNVdmgfZiv4RQI//sxgpLqK8zEU0RfhxGzTbQi4eoJKaENfIi8h2gG4hIHKZ7d89cREsVQaEsq1pySHxoebCENngRUpyge7OJ+nTC6471+kVAAAAAElFTkSuQmCC);
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 14.59px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-post-section #copy-url img {
  display: block;
  height: 14px;
  width: auto;
}
@media (min-width: 1024px) {
  .single-post-section #copy-url img {
    height: 21px;
  }
}
.single-post-section #copy-url[title]:after {
  content: attr(title);
  padding: 3px 5px;
  position: absolute;
  background: #4a4948;
  bottom: calc(100% + 5px);
  right: 0;
  color: #fff;
  border-radius: 99px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .single-post-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.single-post-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 27px;
}
.single-post-container .container,
.single-post-container .wp-block-group__inner-container {
  padding: 0;
}

.single-post p,
.single-post-container p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .single-post p,
  .single-post-container p {
    margin-bottom: 33px;
  }
}

 

.single-post-image {
  background: #545454;
  overflow: hidden;
}

.single-post-image-inner {
  position: relative;
  padding-top: 125%;
  background: #545454;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s, -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.1s;
}
@media (min-width: 768px) {
  .single-post-image-inner {
    padding-top: 52.8%;
  }
}
.single-post-image-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #232221;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415), -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
  z-index: 2;
}
.in-viewport .single-post-image-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  transition: transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s, -webkit-transform 0.7s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.1s;
  will-change: transform;
}
.in-viewport .single-post-image-inner:before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
  transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
  transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s, -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
}
.single-post-image-inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-group {
  text-align: left;
  color: #000;
  margin: 0 0 62px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .wp-block-group {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group {
    font-size: 22px;
    line-height: 1.3636363636;
    margin: 0 0 50px;
  }
}

.a2a_kit .a2a_button_linkedin {
  position: relative;
  padding: 0;
  height: 22px;
  display: block;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_linkedin {
    height: 15px;
  }
}
.a2a_kit .a2a_button_linkedin:hover {
  opacity: 1;
}
.a2a_kit .a2a_button_linkedin:hover::before {
  visibility: visible;
}
.a2a_kit .a2a_button_linkedin:hover img {
  opacity: 1;
}
.a2a_kit .a2a_button_linkedin::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAAABHNCSVQICAgIfAhkiAAAATdJREFUOE9jvO/QL/D9H2v9f8b/CYwMjAIM5IMHDP//T9A6lDuR8Zrd5AkMjIz55JuFqpPxH2Mi4zX7KR+AwvzUMhTo2oMgQ/9TzUCQQdgMZeJmZeB2kGP48/obw/dTz0m3D5uhvD4qDAJJumDDnmfsZPjz6htpBmMzlFWRn0GsyZbh9/2PDK/qDpNmIC7vEzKFRYyLgVmUi+Hn1TfYlWJzKX+4JgNfuAZYw+Og9Qww/s8rbxh+PfjAAAoeEPj39RfDm85TDD+vvEY1nBRDYTpBYQxyLQiA2KBwRwGkGvpu8lmGr/sfwV2PNTJJNRQUHCDAriMKjEwbMPtV3RHUIBg1FCPv40pSsCRGVpgSSvwE5WlZStGgPKVyyc/wj6GQEVJHsTRQoUr5+B9YR2kfym1gJBjwZCgAAEEF+Q55g/LoAAAAAElFTkSuQmCC");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 21px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_linkedin::before {
    background-size: 15px;
  }
}
.a2a_kit .a2a_button_linkedin img {
  width: 21px;
  height: 22px;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_linkedin img {
    width: 15px;
    height: 15px;
  }
}
.a2a_kit .a2a_button_facebook {
  position: relative;
  padding: 0;
  height: 22px;
  display: block;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_facebook {
    height: 15px;
    width: 15px;
  }
}
.a2a_kit .a2a_button_facebook:hover {
  opacity: 1;
}
.a2a_kit .a2a_button_facebook:hover::before {
  visibility: visible;
}
.a2a_kit .a2a_button_facebook:hover img {
  opacity: 1;
}
.a2a_kit .a2a_button_facebook::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAWCAYAAAAvg9c4AAAABHNCSVQICAgIfAhkiAAAATFJREFUOE9jvO/QL/D9H2v9f8b/CYwMjAIM5IMHDP//T9A6lDuR8Zrd5AkMjIz55JuFqpPxH2Mi4zX7KR+AwvzUMhTo2oMgQ/9TzUCQQSPDUHYdUYafV15jhhyp3mfiZmUQyjZi4LSQghv2qu4IquGkGiqUa8zA7SiH4jqKDZVdFwg28M+rbwwf5l1i+PftD8Pv+x8Y/n39jbCIVJfCDP155Q3Dq7rD2FPigBnKqsjPIJigC3YVu64omP739RfD73sfwew3XSdJ9z4o6Yg12eDMdI+D1qPKEeN9sEsT9SAu1RGBuvQ3MII+gl34pvME6YYi6xjcEUWuS4kuT4n3PgklP1GG/mMoZITUUSwNxFQpBAz9+B9YR2kfym1gJKXU//z+uQNIPSPD3w88gjIXcOkFABrt6g50+/bjAAAAAElFTkSuQmCC");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 21px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_facebook::before {
    background-size: 15px;
  }
}
.a2a_kit .a2a_button_facebook img {
  width: 21px;
  height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  .a2a_kit .a2a_button_facebook img {
    width: 15px;
    height: 15px;
  }
}

 
 
 
 

 

.single-post-holder {
  text-align: center;
  max-width: 650px;
  margin-inline: auto;
}
.single-post-holder h2, .single-post-holder .section-reviews .huflDf, .section-reviews .single-post-holder .huflDf {
  font-size: 26px;
  line-height: 1.0769230769;
  margin: 0 0 33px;
}
@media (min-width: 768px) {
  .single-post-holder h2, .single-post-holder .section-reviews .huflDf, .section-reviews .single-post-holder .huflDf {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .single-post-holder h2, .single-post-holder .section-reviews .huflDf, .section-reviews .single-post-holder .huflDf {
    font-size: 45px;
    line-height: 1.1111111111;
    margin-bottom: 50px;
  }
}
.single-post-holder .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .single-post-holder .btn-wrap > .btn, .single-post-holder form .btn-wrap > button, form .single-post-holder .btn-wrap > button,
  .single-post-holder form .btn-wrap > input[type=button],
  form .single-post-holder .btn-wrap > input[type=button],
  .single-post-holder form .btn-wrap > input[type=file],
  form .single-post-holder .btn-wrap > input[type=file],
  .single-post-holder form .btn-wrap > input[type=submit],
  form .single-post-holder .btn-wrap > input[type=submit], .single-post-holder .fancybox-content-filters .button-wrapper .btn-wrap > button, .fancybox-content-filters .button-wrapper .single-post-holder .btn-wrap > button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 9px 8px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .single-post-holder .btn-wrap > .btn.btn-arrow, .single-post-holder form .btn-wrap > button.btn-arrow, form .single-post-holder .btn-wrap > button.btn-arrow,
  .single-post-holder form .btn-wrap > input.btn-arrow[type=button],
  form .single-post-holder .btn-wrap > input.btn-arrow[type=button],
  .single-post-holder form .btn-wrap > input.btn-arrow[type=file],
  form .single-post-holder .btn-wrap > input.btn-arrow[type=file],
  .single-post-holder form .btn-wrap > input.btn-arrow[type=submit],
  form .single-post-holder .btn-wrap > input.btn-arrow[type=submit], .single-post-holder .fancybox-content-filters .button-wrapper .btn-wrap > button.btn-arrow, .fancybox-content-filters .button-wrapper .single-post-holder .btn-wrap > button.btn-arrow {
    padding-left: 40px;
  }
}

 
 

.items-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 37px 54px;
  max-width: 1225px;
  margin-inline: -12px;
}
@media (min-width: 768px) {
  .items-holder {
    margin-inline: auto;
  }
}
.items-holder .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 25px;
  background: #F7F7F7;
  text-align: center;
  padding: 23px 35px;
}
@media (min-width: 768px) {
  .items-holder .item {
    width: calc((100% - 108px) / 3);
    padding: 30px 35px;
  }
}
.section-border-left .items-holder .item {
  background: #fff;
}
.items-holder .item > *:last-child {
  margin-bottom: 0;
}
.items-holder .item h3, .items-holder .item .single-post h2, .items-holder .item .single-post .section-reviews .huflDf, .section-reviews .items-holder .item .single-post .huflDf, .single-post .items-holder .item h2, .single-post .items-holder .item .section-reviews .huflDf, .section-reviews .single-post .items-holder .item .huflDf,
.items-holder .item .single-post-container h2,
.items-holder .item .single-post-container .section-reviews .huflDf,
.section-reviews .items-holder .item .single-post-container .huflDf,
.single-post-container .items-holder .item h2,
.single-post-container .items-holder .item .section-reviews .huflDf,
.section-reviews .single-post-container .items-holder .item .huflDf {
 
}
@media (min-width: 768px) {
  .items-holder .item h3, .items-holder .item .single-post h2, .items-holder .item .single-post .section-reviews .huflDf, .section-reviews .items-holder .item .single-post .huflDf, .single-post .items-holder .item h2, .single-post .items-holder .item .section-reviews .huflDf, .section-reviews .single-post .items-holder .item .huflDf,
  .items-holder .item .single-post-container h2,
  .items-holder .item .single-post-container .section-reviews .huflDf,
  .section-reviews .items-holder .item .single-post-container .huflDf,
  .single-post-container .items-holder .item h2,
  .single-post-container .items-holder .item .section-reviews .huflDf,
  .section-reviews .single-post-container .items-holder .item .huflDf {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .items-holder .item h3, .items-holder .item .single-post h2, .items-holder .item .single-post .section-reviews .huflDf, .section-reviews .items-holder .item .single-post .huflDf, .single-post .items-holder .item h2, .single-post .items-holder .item .section-reviews .huflDf, .section-reviews .single-post .items-holder .item .huflDf,
  .items-holder .item .single-post-container h2,
  .items-holder .item .single-post-container .section-reviews .huflDf,
  .section-reviews .items-holder .item .single-post-container .huflDf,
  .single-post-container .items-holder .item h2,
  .single-post-container .items-holder .item .section-reviews .huflDf,
  .section-reviews .single-post-container .items-holder .item .huflDf {
    font-size: 28px;
    line-height: 1.0714285714;
  }
}
.items-holder .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 16px;
  height: 39px;
}
@media (max-width: 767px) {
  .items-holder .item-icon {
    max-width: 40px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .items-holder .item-icon {
    height: 45px;
    margin-bottom: 25px;
  }
}

.section-reviews {
  margin: 66px 0;
}
@media (min-width: 768px) {
  .section-reviews {
    margin: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-reviews {
    margin: 178px 0;
  }
}
.section-reviews.section-border, .section-reviews.bg-light {
  margin: 0;
  padding: 66px 0;
}
@media (min-width: 768px) {
  .section-reviews.section-border, .section-reviews.bg-light {
    padding: 120px 0 90px;
  }
}
@media (min-width: 1024px) {
  .section-reviews.section-border, .section-reviews.bg-light {
    padding: 178px 0;
  }
}
.section-reviews.section-border-last + .section-manage {
  padding-top: 0;
  margin-top: 0;
}
.section-reviews .es-review-background-container {
  padding: 14px;
}
.section-reviews .es-review-content-text-container {
  text-align: right;
}
.section-reviews .es-review-source-source-bottom-container,
.section-reviews .es-ai-summary-author-block-container svg,
.section-reviews .es-review-author-block-avatar-link {
  display: none;
}
.section-reviews .es-review-background-container {
  border-radius: 15px !important;
  background: #F7F7F7;
}
.section-reviews .YusbI {
  max-height: 81px !important;
}
.section-reviews .eWYNAh {
  margin-bottom: 0;
}
.section-reviews .GFIti {
  gap: 0;
}
.section-reviews .iDWpTr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.section-reviews .kBfvhj:after {
  content: ",";
}
.section-reviews .kBfvhj,
.section-reviews .gtxcNj {
  color: #707070;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
}
.section-reviews .gpCFLa {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .section-reviews .es-grid-layout {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 50px !important;
    margin-inline: auto;
    max-width: 1050px;
  }
}
.section-reviews .es-review-content-rating {
  margin-bottom: 11px !important;
}
.section-reviews .es-rating-bar-container {
  gap: 3px;
}
.section-reviews .bBmSuk {
  width: 23px;
  height: 23px;
}
.section-reviews .kILDIn path {
  fill: #F5B44B !important;
}
.section-reviews .iYMCkc .AISummaryContent__StyledCheckmark-sc-1rdgk7n-4 {
  width: 0.7em;
  height: 0.7em;
}
.section-reviews .es-review-content-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2142857143;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-reviews .fQOHTN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
}
.section-reviews .cEyxVb {
  background-image: none;
}
.section-reviews .es-ai-summary-caption.es-review-info-caption,
.section-reviews .section-reviews .kBfvhj,
.section-reviews .section-reviews .gtxcNj {
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
  color: #707070;
}
.section-reviews .es-review-content-control.es-review-content-control-open,
.section-reviews .es-review-content-control.es-review-content-control-hide {
  font-size: 14px;
  line-height: 1.1428571429;
  color: #2591FD;
}
.section-reviews .es-review-content-text,
.section-reviews .es-ai-summary-content.es-review-content {
  font-size: 14px;
  line-height: 1.1428571429;
  text-align: left;
}
@media (min-width: 768px) {
  .section-reviews .huflDf {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-reviews .huflDf {
    margin-bottom: 85px;
  }
}
.section-reviews .es-load-more-button {
  -webkit-transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border 0.2s ease-in-out, background 0.2s ease-in-out, padding 0.2s ease-in-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  border-radius: 55px !important;
  padding: 8px 11px;
  background: transparent !important;
 
  color: #000;
  z-index: 1;
  cursor: pointer;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .section-reviews .es-load-more-button {
    font-size: 18px;
    line-height: 1.15;
    padding-block: 18px;
    padding-inline: 25px;
  }
}
@media (min-width: 1024px) {
  .section-reviews .es-load-more-button {
    font-size: 20px;
    padding-block: 20px;
  }
}
.section-reviews .es-load-more-button:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  inset: -2px;
  content: "";
  z-index: -2;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#B8519E), to(#D63F94));
  background: linear-gradient(90deg, #B8519E 0%, #D63F94 100%);
  opacity: 0;
}
.section-reviews .es-load-more-button:hover, .section-reviews .es-load-more-button:focus {
  color: #fff !important;
  border-color: transparent !important;
}
.section-reviews .es-load-more-button:hover:after, .section-reviews .es-load-more-button:focus:after {
  opacity: 1;
}
.section-reviews .es-load-more-button span {
  padding: 0 !important;
  background: transparent !important;
}

.section-intro {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .section-intro {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .section-intro {
    padding: 100px 0 70px;
  }
}
.section-intro .block-holder {
  display: grid;
  gap: 35px;
}
@media (min-width: 1024px) {
  .section-intro .block-holder {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .section-intro .block-holder {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .section-intro .text-block {
    font-size: 26px;
    line-height: 1.3846153846;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-intro .image-block {
  aspect-ratio: 666/695;
}
@media (min-width: 1024px) {
  .section-intro .image-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1400px) {
  .section-intro .image-block {
    margin: 0 -60px 0 50px;
  }
}
.section-intro .image-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-intro .btn-area {
  display: block;
  margin-inline: 0;
}
@media (min-width: 1024px) {
  .section-intro .btn-area {
    margin: auto 0 0;
  }
}

.section-video-alt {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .section-video-alt {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .section-video-alt {
    padding: 95px 0 180px;
  }
}
.section-video-alt .container {
  max-width: 1540px;
}

@media (min-width: 1024px) {
  .section-video-alt h2, .section-video-alt .section-reviews .huflDf, .section-reviews .section-video-alt .huflDf,
  .section-video-alt .h2 {
    margin: 0 0 97px;
  }
}
  





