/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.editor-styles-wrapper .is-root-container .image-popup-overlay, body.frontend .image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.editor-styles-wrapper .is-root-container .image-popup-content, body.frontend .image-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.editor-styles-wrapper .is-root-container .image-popup-content img, body.frontend .image-popup-content img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
  display: block;
  border-radius: 5px;
}
.editor-styles-wrapper .is-root-container .image-popup-close, body.frontend .image-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside, body.frontend .slider-with-content-inside {
  width: 100%;
  background: #FDF9EE;
  padding-bottom: 0;
  padding-bottom: 50px;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside .bg-cover-one, body.frontend .slider-with-content-inside .bg-cover-one {
  background: #FDF9EE;
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 4;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside .bg-cover-one, body.frontend .slider-with-content-inside .bg-cover-one {
    width: 100%;
    height: 35%;
    top: 0;
    left: 0;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside .bg-cover-two, body.frontend .slider-with-content-inside .bg-cover-two {
  background: #FDF9EE;
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: 4;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside .bg-cover-two, body.frontend .slider-with-content-inside .bg-cover-two {
    height: 30%;
    width: 100%;
    top: unset;
    left: 0;
    bottom: 0;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__mask, body.frontend .slider-with-content-inside__mask {
  pointer-events: none;
  transition: all 1.3s ease;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__mask, body.frontend .slider-with-content-inside__mask {
    top: -236px;
    height: 480px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__mask, body.frontend .slider-with-content-inside__mask {
    height: calc(100vw * 480 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__mask, body.frontend .slider-with-content-inside__mask {
    height: calc(100vw * 860 / 768);
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__mask .diamond-svg, body.frontend .slider-with-content-inside__mask .diamond-svg {
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__mask svg, body.frontend .slider-with-content-inside__mask svg {
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__mask.animate-mask, body.frontend .slider-with-content-inside__mask.animate-mask {
  transform: scale(11);
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__mask.animate-mask, body.frontend .slider-with-content-inside__mask.animate-mask {
    transform: scale(22);
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside .slick-list, body.frontend .slider-with-content-inside .slick-list {
  margin: -7px 0;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside, body.frontend .slider-with-content-inside {
    padding-bottom: calc(100vw * 50 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside, body.frontend .slider-with-content-inside {
    padding-bottom: calc(100vw * 75 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside, body.frontend .slider-with-content-inside {
    padding-bottom: calc(100vw * 100 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside, body.frontend .slider-with-content-inside {
    padding-bottom: 100px;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside.left .overlay, body.frontend .slider-with-content-inside.left .overlay {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 75%);
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside.left .overlay, body.frontend .slider-with-content-inside.left .overlay {
    display: none;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside.left .container, body.frontend .slider-with-content-inside.left .container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside.left .container, body.frontend .slider-with-content-inside.left .container {
    position: relative;
    display: block;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider, body.frontend .slider-with-content-inside__slider {
  position: relative;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .overlay, body.frontend .slider-with-content-inside__slider .overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 75%);
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .overlay, body.frontend .slider-with-content-inside__slider .overlay {
    display: none;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slide, body.frontend .slider-with-content-inside__slider .slide {
  position: relative;
  overflow: hidden;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider img, body.frontend .slider-with-content-inside__slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider img, body.frontend .slider-with-content-inside__slider img {
    height: 436px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider img, body.frontend .slider-with-content-inside__slider img {
    height: calc(100vw * 436 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider img, body.frontend .slider-with-content-inside__slider img {
    height: calc(100vw * 752 / 768);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider img, body.frontend .slider-with-content-inside__slider img {
    height: 720px;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev, body.frontend .slider-with-content-inside__slider .slick-prev {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 72px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev, body.frontend .slider-with-content-inside__slider .slick-prev {
    width: 50px;
    bottom: unset;
    top: 360px;
    left: calc(50% - 52px);
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev, body.frontend .slider-with-content-inside__slider .slick-prev {
    top: calc(100vw * 360 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev, body.frontend .slider-with-content-inside__slider .slick-prev {
    top: calc(100vw * 660 / 768);
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg, body.frontend .slider-with-content-inside__slider .slick-prev svg {
    width: 100%;
    height: 100%;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg rect, .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg path, body.frontend .slider-with-content-inside__slider .slick-prev svg rect, body.frontend .slider-with-content-inside__slider .slick-prev svg path {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg, body.frontend .slider-with-content-inside__slider .slick-prev svg {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg:hover rect, body.frontend .slider-with-content-inside__slider .slick-prev svg:hover rect {
  fill: #a61d3a;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-prev svg:hover path, body.frontend .slider-with-content-inside__slider .slick-prev svg:hover path {
  fill: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next, body.frontend .slider-with-content-inside__slider .slick-next {
  position: absolute;
  bottom: 50px;
  left: calc(50% + 1px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next, body.frontend .slider-with-content-inside__slider .slick-next {
    left: calc(50% + 4px);
    bottom: unset;
    top: 360px;
    width: 50px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next, body.frontend .slider-with-content-inside__slider .slick-next {
    top: calc(100vw * 360 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next, body.frontend .slider-with-content-inside__slider .slick-next {
    top: calc(100vw * 660 / 768);
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next svg, body.frontend .slider-with-content-inside__slider .slick-next svg {
    width: 100%;
    height: 100%;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next svg rect, .editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next svg path, body.frontend .slider-with-content-inside__slider .slick-next svg rect, body.frontend .slider-with-content-inside__slider .slick-next svg path {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next svg:hover rect, body.frontend .slider-with-content-inside__slider .slick-next svg:hover rect {
  fill: #a61d3a;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__slider .slick-next svg:hover path, body.frontend .slider-with-content-inside__slider .slick-next svg:hover path {
  fill: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside .container, body.frontend .slider-with-content-inside .container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside .container, body.frontend .slider-with-content-inside .container {
    display: block;
    position: relative;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content, body.frontend .slider-with-content-inside__content {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  height: fit-content;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content, body.frontend .slider-with-content-inside__content {
    width: calc(100vw * 320 / 1440);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content, body.frontend .slider-with-content-inside__content {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content, body.frontend .slider-with-content-inside__content {
    position: relative;
    width: 100%;
    padding-top: 40px;
  }
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .inner > *, body.frontend .slider-with-content-inside__content .inner > * {
    color: #a61d3a;
    text-align: center;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .inner, body.frontend .slider-with-content-inside__content .inner {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform: translateX(0);
  opacity: 1;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .inner.translate-hidden-left, body.frontend .slider-with-content-inside__content .inner.translate-hidden-left {
  transform: translateX(-100%);
  opacity: 0;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .inner.translate-hidden-right, body.frontend .slider-with-content-inside__content .inner.translate-hidden-right {
  transform: translateX(100%);
  opacity: 0;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger, body.frontend .slider-with-content-inside__content .arrow-trigger {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 28px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger, body.frontend .slider-with-content-inside__content .arrow-trigger {
    font-size: calc(100vw * 28 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger, body.frontend .slider-with-content-inside__content .arrow-trigger {
    font-size: calc(100vw * 28 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger, body.frontend .slider-with-content-inside__content .arrow-trigger {
    font-size: calc(100vw * 28 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger, body.frontend .slider-with-content-inside__content .arrow-trigger {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger svg, body.frontend .slider-with-content-inside__content .arrow-trigger svg {
    transition: all 0.4s ease;
    margin-top: 20px;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger svg.rotated, body.frontend .slider-with-content-inside__content .arrow-trigger svg.rotated {
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext {
    font-size: calc(100vw * 14 / 375);
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext {
    font-size: calc(100vw * 17 / 768);
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext {
    font-size: calc(100vw * 17 / 1440);
  }
}
@media only screen and (max-width: 991px) and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .mobile-tooltiptext {
    font-size: 17px;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext {
  opacity: 0;
  margin-top: -20px;
  font-weight: 300;
  visibility: hidden;
  width: fit-content;
  background-color: #FDF9EE;
  color: #a61d3a;
  text-align: center;
  padding: 8px;
  position: absolute;
  z-index: 1;
  left: 0;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible {
  transition: all 0.4s ease;
  opacity: 1;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #FDF9EE;
  visibility: visible;
  font-size: 14px;
  margin-top: 40px;
  left: 0;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible {
    font-size: calc(100vw * 14 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible {
    font-size: calc(100vw * 17 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible {
    font-size: calc(100vw * 17 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible, body.frontend .slider-with-content-inside__content .arrow-trigger .tooltiptext.visible {
    font-size: 17px;
  }
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger:hover, body.frontend .slider-with-content-inside__content .arrow-trigger:hover {
  transition: all 0.4s ease;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content .arrow-trigger:hover .tooltiptext, body.frontend .slider-with-content-inside__content .arrow-trigger:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content > *, body.frontend .slider-with-content-inside__content > * {
  color: #FDF9EE;
}
.editor-styles-wrapper .is-root-container .slider-with-content-inside__content ul li, body.frontend .slider-with-content-inside__content ul li {
  font-size: 14px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content ul li, body.frontend .slider-with-content-inside__content ul li {
    font-size: calc(100vw * 14 / 375);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content ul li, body.frontend .slider-with-content-inside__content ul li {
    font-size: calc(100vw * 17 / 768);
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content ul li, body.frontend .slider-with-content-inside__content ul li {
    font-size: calc(100vw * 17 / 1440);
  }
}
@media only screen and (min-width: 1440px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content ul li, body.frontend .slider-with-content-inside__content ul li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .is-root-container .slider-with-content-inside__content .text, body.frontend .slider-with-content-inside__content .text {
    display: flex;
    justify-content: space-between;
  }
}

.wp-admin .slider-with-content-inside__mask {
  display: none;
}
