:root {
  --gray-50: #FFFFFF;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;
  --gray-950: #030712;
  --primary-50: #fff4ed;
  --primary-100: #fee6d6;
  --primary-200: #fcc9ac;
  --primary-300: #faa377;
  --primary-400: #f67341;
  --primary-500: #f34610;
  --primary-600: #e53611;
  --primary-700: #be2510;
  --primary-800: #972015;
  --primary-900: #791d15;
  --primary-950: #420b08;
  --secondary-50: #ebf7ff;
  --secondary-100: #d2eeff;
  --secondary-200: #aee2ff;
  --secondary-300: #76d3ff;
  --secondary-400: #36b9ff;
  --secondary-500: #0893ff;
  --secondary-600: #006dff;
  --secondary-700: #0054ff;
  --secondary-800: #0044d6;
  --secondary-900: #013fa7;
  --secondary-950: #072a6c;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;
  --green-50: #f6ffed;
  --green-100: #f6ffed;
  --green-200: #d9f7be;
  --green-300: #b7eb8f;
  --green-400: #95de64;
  --green-500: #73d13d;
  --green-600: #52c41a;
  --green-700: #389e0d;
  --green-800: #237804;
  --green-900: #135200;
  --green-950: #092b00;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  letter-spacing: -0.01rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 1rem;
  font-optical-sizing: auto;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body h1,
body h2,
body h3,
body h4 {
  font-weight: 600;
}

body h1, body .h1, body h1.elementor-heading-title {
  font-size: 32px;
  line-height: calc(32px * 1.3);
}

@media (min-width: 1024px) {
  body h1, body .h1, body h1.elementor-heading-title {
    font-size: 40px;
    line-height: calc(40px * 1.4);
  }
}

@media (min-width: 1280px) {
  body h1, body .h1, body h1.elementor-heading-title {
    font-size: 48px;
    line-height: calc(48px * 1.4);
  }
}

body h2, body .h2, body h2.elementor-heading-title {
  font-size: 24px;
  line-height: calc(24px * 1.4);
}

@media (min-width: 1024px) {
  body h2, body .h2, body h2.elementor-heading-title {
    font-size: 32px;
    line-height: calc(32px * 1.4);
  }
}

@media (min-width: 1280px) {
  body h2, body .h2, body h2.elementor-heading-title {
    font-size: 34px;
    line-height: calc(34px * 1.4);
  }
}

body h3, body .h3, body h3.elementor-heading-title {
  font-size: 18px;
  line-height: calc(18px * 1.5);
}

@media (min-width: 768px) {
  body h3, body .h3, body h3.elementor-heading-title {
    line-height: calc(18px * 1.5);
  }
}

@media (min-width: 1024px) {
  body h3, body .h3, body h3.elementor-heading-title {
    font-size: 20px;
    line-height: calc(20px * 1.4);
  }
}

@media (min-width: 1280px) {
  body h3, body .h3, body h3.elementor-heading-title {
    font-size: 24px;
    line-height: calc(24px * 1.4);
  }
}

body h4, body .h4, body h4.elementor-heading-title {
  font-size: 18px;
  line-height: calc(18px * 1.5);
}

@media (min-width: 768px) {
  body h4, body .h4, body h4.elementor-heading-title {
    line-height: calc(18px * 1.5);
  }
}

@media (min-width: 1024px) {
  body h4, body .h4, body h4.elementor-heading-title {
    font-size: 20px;
    line-height: calc(20px * 1.4);
  }
}

body .text-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18px * 1.4);
  letter-spacing: 0.01em;
}

@media (min-width: 1024px) {
  body .text-lead {
    font-size: 18px;
    line-height: calc(18px * 1.4);
  }
}

@media (min-width: 1280px) {
  body .text-lead {
    font-size: 20px;
    line-height: calc(20px * 1.6);
  }
}

body p {
  font-size: 15px;
  line-height: calc(15px * 1.8);
}

@media (min-width: 1024px) {
  body p {
    font-size: 16px;
    line-height: calc(16px * 1.8);
  }
}

body p.text-md {
  font-size: 15px;
  letter-spacing: 0.02em;
}

body a.btn {
  font-size: 16px;
  line-height: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 1024px) {
  body a.btn {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  body a.btn:hover {
    -webkit-transform: scalex(0.92) translateY(1px);
            transform: scalex(0.92) translateY(1px);
  }
}

@media (min-width: 1280px) {
  body a.btn {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  body a.btn:hover {
    -webkit-transform: scalex(1.02) translateY(1px);
            transform: scalex(1.02) translateY(1px);
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* Arrows */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* Iframe */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

/* Bottom Bar */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Animate */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content {
  max-width: 768px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: 0 3px 7px #000;
          box-shadow: 0 3px 7px #000;
}

.mfp-content .modal-header {
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}

.mfp-content .modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.mfp-content .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 460px;
  padding: 15px;
}

.mfp-content .modal-footer {
  padding: 20px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 #fff;
}

.mfp-content .modal-footer:before, .mfp-content .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.mfp-content .modal-footer:after {
  clear: both;
}

.mfp-content .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

.mfp-content .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.mfp-content .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.mfp-image-holder .mfp-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff
;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px
;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Slide styles end */
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: red;
  height: 8px;
  width: 10px;
  margin: 0 10px;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

.link i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.link i::before {
  font-size: 16px;
}

.link:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.btn .elementor-button {
  font-weight: 700;
  padding: 16px 24px;
  position: relative;
  background: transparent;
  z-index: 1;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
}

.btn .elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.btn .elementor-button:before, .btn .elementor-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn .elementor-button:before {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
}

.btn .elementor-button:after {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  -webkit-transform: scale3d(0.85, 0.65, 1);
          transform: scale3d(0.85, 0.65, 1);
}

.btn .elementor-button:hover {
  color: #fff;
}

.btn .elementor-button:hover:before {
  -webkit-transform: scale3d(0.95, 0.8, 1);
          transform: scale3d(0.95, 0.8, 1);
}

.btn .elementor-button:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-primary .elementor-button {
  background-color: transparent !important;
  color: #fff;
}

.btn-primary .elementor-button::before {
  background: #f34610;
}

.btn-primary .elementor-button:after {
  border: 1px solid #f34610;
}

.btn-primary-outline .elementor-button {
  color: #f34610;
  fill: #f34610;
  background-color: transparent;
}

.btn-primary-outline .elementor-button::before {
  background: transparent;
  -webkit-transform: scale3d(0.95, 0.8, 1);
          transform: scale3d(0.95, 0.8, 1);
}

.btn-primary-outline .elementor-button::after {
  border: solid 1px #f34610;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-primary-outline .elementor-button:visited {
  color: #f34610;
}

.btn-primary-outline .elementor-button:hover {
  color: #fff;
  fill: #fff;
}

.btn-primary-outline .elementor-button:hover::before {
  background: #f34610;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-secondary .elementor-button {
  color: #fff;
  background-color: transparent !important;
}

.btn-secondary .elementor-button::before {
  background: #072a6c;
}

.btn-secondary .elementor-button::after {
  border: 1px solid #072a6c;
}

.btn-black .elementor-button {
  color: #fff;
  background-color: transparent !important;
}

.btn-black .elementor-button::before {
  background: #030712;
}

.btn-black .elementor-button::after {
  border: 1px solid #030712;
}

.btn-secondary-outline .elementor-button {
  color: #072a6c;
}

.btn-secondary-outline .elementor-button::before {
  background: transparent;
  -webkit-transform: scale3d(0.95, 0.8, 1);
          transform: scale3d(0.95, 0.8, 1);
}

.btn-secondary-outline .elementor-button::after {
  border: solid 1px #072a6c;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-secondary-outline .elementor-button:visited {
  color: #072a6c;
}

.btn-secondary-outline .elementor-button:hover {
  color: #fff;
}

.btn-secondary-outline .elementor-button:hover::before {
  background: #072a6c;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.btn-white .elementor-button {
  background-color: transparent !important;
  color: #e53611;
  fill: #e53611;
}

.btn-white .elementor-button::before {
  background: #fff;
}

.btn-white .elementor-button::after {
  border: 1px solid #fff;
}

.top-bar {
  background: #be2510;
  padding: 10px 0;
  display: none;
}

@media (min-width: 768px) {
  .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-bar a {
  color: #fff;
}

.top-bar .social-links a {
  padding: 0 10px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #e53611;
  padding: 10px 0;
  top: 0;
}

.header .site-branding {
  position: relative;
  z-index: 20;
}

.header .site-branding img {
  max-width: 80px;
}

@media (min-width: 768px) {
  .header .site-branding img {
    max-width: 100px;
  }
}

@media (min-width: 1280px) {
  .header .site-branding img {
    max-width: 120px;
  }
}

.header .sf-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
  z-index: 20;
}

@media (min-width: 1024px) {
  .header .sf-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    top: auto;
    opacity: 1;
    pointer-events: auto;
  }
}

.header .sf-menu li {
  background: none;
}

.header .sf-menu li a {
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
}

.header .sf-menu li a:hover {
  background: #972015;
}

.header .sf-menu li.button a {
  background: #fff;
  color: #e53611;
  margin-left: 10px;
}

.header .sf-menu.sf-arrows .sf-with-ul {
  padding-right: 36px;
}

.header .sf-menu.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-top-color: white;
}

.header .sf-menu ul.sub-menu {
  background: #e53611;
}

.header .sf-menu ul.sub-menu a {
  padding: 10px;
}

.header .mobile-menu {
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 50px;
  z-index: 20;
  display: block;
}

@media (min-width: 1024px) {
  .header .mobile-menu {
    display: none;
  }
}

.header .mobile-menu span {
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.header .mobile-menu span:nth-child(1) {
  top: 0;
  left: 0;
}

.header .mobile-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.header .mobile-menu span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.header .mobile-menu.open {
  position: relative;
}

.header .mobile-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.header .mobile-menu.open span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.header .mobile-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}

.header .mobile-wrapper {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
}

.header .mobile-wrapper .mobile-menu-items {
  color: #fff;
  background: #0F172A;
  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;
}

.header .mobile-wrapper .mobile-menu-items a {
  display: block;
}

@media (min-width: 1024px) {
  .header .mobile-wrapper .mobile-menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .header .mobile-wrapper .mobile-menu-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header .mobile-wrapper .mobile-menu-items > li {
  padding: 14px;
  position: relative;
  margin: 0 16px;
  border-bottom: solid 1px #334155;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .mobile-wrapper .mobile-menu-items > li.menu-item-has-children {
  padding-right: 0;
}

.header .mobile-wrapper .mobile-menu-items > li.menu-item-has-children.active::after {
  -webkit-transform: rotate(180deg) scale(0.7);
          transform: rotate(180deg) scale(0.7);
}

.header .mobile-wrapper .mobile-menu-items > li.menu-item-has-children::after {
  top: 0;
  content: "\F229";
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg) scale(0.7);
          transform: rotate(0deg) scale(0.7);
  width: 20px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .header .mobile-wrapper .mobile-menu-items > li {
    border-bottom: none;
  }
}

@media (min-width: 1280px) {
  .header .mobile-wrapper .mobile-menu-items > li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}

.header .mobile-wrapper .mobile-menu-items > li .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0F172A;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  margin-top: 10px;
  display: none;
}

@media (min-width: 1024px) {
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.header .mobile-wrapper .mobile-menu-items > li .sub-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .mobile-wrapper .mobile-menu-items > li .sub-menu li::before {
  content: "\F63B";
  font-family: 'bootstrap-icons';
  margin-right: 8px;
}

@media (min-width: 768px) {
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu li:first-child {
    border-top: solid 1px #334155;
  }
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu li:last-child {
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu li {
    padding: 8px 16px;
  }
  .header .mobile-wrapper .mobile-menu-items > li .sub-menu li:hover {
    background: #e53611;
  }
}

.header .cart-button {
  background-color: #0F172A;
  color: #fff;
  width: 100%;
  font-weight: bold;
  position: relative;
  margin-left: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  z-index: 20;
}

@media (min-width: 1024px) {
  .header .cart-button {
    padding: 10px 16px;
    margin-left: 0;
  }
}

.header .mini-cart {
  background-color: #0F172A;
  color: #fff;
  padding: 100px 0 60px;
  position: absolute;
  width: 100%;
  z-index: 19;
  top: 100%;
}

@media (min-width: 1024px) {
  .header .mini-cart {
    padding: 140px 0 60px;
    top: 0;
  }
}

.header .mini-cart h2,
.header .mini-cart h3,
.header .mini-cart h4 {
  padding: 0;
}

.header .mini-cart h2.title {
  display: block;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}

.header .mini-cart .widget_shopping_cart_content {
  max-height: 350px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .mini-cart .widget_shopping_cart_content .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  margin-bottom: 16px;
}

.header .mini-cart .widget_shopping_cart_content .item:last-of-type, .header .mini-cart .widget_shopping_cart_content .item:last-child {
  margin-bottom: 0;
}

.header .mini-cart .widget_shopping_cart_content .item .thumb {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header .mini-cart .widget_shopping_cart_content .item .thumb img {
  display: none;
}

.header .mini-cart .widget_shopping_cart_content .item h3 {
  font-size: 16px;
  line-height: 1.6;
}

.header .mini-cart .widget_shopping_cart_content .item .quantity {
  font-size: 14px;
  line-height: 1.6;
}

.header .mini-cart .widget_shopping_cart_content .item a.remove {
  all: unset;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #faa377 !important;
  cursor: pointer;
  background: transparent;
  padding: 0;
  height: 30px;
  line-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.02em;
  margin-top: 6px;
}

.header .mini-cart .widget_shopping_cart_content .item a.remove i {
  font-size: 12px;
  margin-right: 8px;
}

.header .mini-cart .widget_shopping_cart_content .item a.remove:hover {
  color: #f34610;
}

.header .mini-cart .cart-empty {
  text-align: center;
}

.header .mini-cart .cart-empty .icon {
  background-color: #fff;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 2em;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
          mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5em;
          mask-size: 5em;
  width: 5em;
}

.header .mini-cart .cart-empty h2 {
  text-transform: none;
  font-size: 24px;
  margin-bottom: 0;
}

.header .mini-cart .cart-empty p {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

.header .mini-cart .cart-empty a {
  max-width: 200px;
  margin: 0 auto;
}

.header .mini-cart .elementor-button {
  padding: 12px 24px;
  background: #f34610;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .mini-cart .elementor-button:first-child {
  margin-right: 16px;
}

.header .mini-cart .elementor-button:hover {
  background: #be2510;
}

.header .mini-cart .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.header .mini-cart button.close {
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
}

.header .mini-cart button.close i {
  font-size: 26px;
}

.page-header, .page-header.e-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 480px;
  z-index: 1;
  background-image: url("../assets/images/page-header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-header:before, .page-header.e-con:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(3, 7, 18, 0.85);
  top: 0;
  left: 0;
}

.page-header .e-child, .page-header.e-con .e-child {
  position: relative;
  z-index: 2;
}

.page-header .container, .page-header.e-con .container {
  max-width: 90%;
  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;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .page-header .container, .page-header.e-con .container {
    max-width: 50%;
    text-align: center;
    -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;
  }
}

.page-header .breadcrumbs, .page-header.e-con .breadcrumbs {
  height: auto;
}

.page-header .breadcrumbs > span, .page-header.e-con .breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  display: flex;
}

.page-header .breadcrumbs > span span, .page-header.e-con .breadcrumbs > span span {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
}

.page-header .breadcrumbs > span span:first-child, .page-header.e-con .breadcrumbs > span span:first-child {
  padding-left: 0;
}

.page-header .breadcrumbs > span span.breadcrumb_last, .page-header.e-con .breadcrumbs > span span.breadcrumb_last {
  max-width: 240px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-header .breadcrumbs > span a, .page-header.e-con .breadcrumbs > span a {
  color: #fff;
}

.page-header .post-meta, .page-header.e-con .post-meta {
  color: #fff;
}

.page-header .post-meta span, .page-header.e-con .post-meta span {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.6);
}

.page-header .post-meta span:last-child, .page-header.e-con .post-meta span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.page-header .post-meta span a:hover, .page-header.e-con .post-meta span a:hover {
  color: #fff;
}

.page-header:not(.elementor-element) h1, .page-header.e-con:not(.elementor-element) h1 {
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin: 15px auto 10px;
  width: 90%;
  text-align: center;
}

@media (min-width: 1024px) {
  .page-header:not(.elementor-element) h1, .page-header.e-con:not(.elementor-element) h1 {
    width: 70%;
  }
}

footer {
  background: #0F172A;
}

footer img {
  max-width: 200px !important;
  display: block;
}

footer .footer-logo + p {
  color: #FFFFFF;
}

footer .widget {
  color: #fff;
}

footer .widget h3 {
  color: #FFFFFF;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  opacity: 0.8;
}

footer .widget h3:before, footer .widget h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}

footer .widget h3:before {
  width: 100px;
  background: #FFFFFF;
  -webkit-transform: scaleY(2);
          transform: scaleY(2);
}

footer .widget h3:after {
  opacity: 0.5;
}

footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .widget ul li {
  display: block;
  padding: 10px 0;
}

footer .widget ul li a {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer .widget ul li a:hover {
  color: #fff;
}

footer .copyright {
  border-top: solid 1px #1E293B;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}

footer .copyright span:last-child {
  font-size: 13px;
}

footer .copyright a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .copyright a:hover {
  color: #fff;
}

body .gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  body .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body .gallery br {
  display: none;
}

body .gallery.-columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body .gallery.-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body .gallery.-columns-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  body .gallery.-columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body .gallery.-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body .gallery.-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body .gallery.-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

body .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .gallery .gallery-item {
  width: 100% !important;
  margin: 0 !important;
}

body .gallery img {
  border: none !important;
  max-width: none;
  width: 100%;
  height: auto;
}

body {
  background: #F1F5F9;
  color: #334155;
}

@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed;
    top: 0;
  }
}

body .content-wrapper {
  max-width: 95%;
  margin: 0 auto;
  padding: 60px 20px;
}

@media (min-width: 1024px) {
  body .content-wrapper {
    padding: 80px 0;
  }
}

@media (min-width: 1280px) {
  body .content-wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }
}

body .content-wrapper .content {
  padding: 0px;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  body .content-wrapper .content {
    padding: 0 40px 0 0;
  }
}

body .content-wrapper .sidebar {
  padding: 20px;
}

body .post .entry p {
  line-height: 2;
}

body .post .entry ul:not(.gallery) {
  list-style: disc;
  margin-left: 24px;
}

body .post .entry ul:not(.gallery) li {
  margin-bottom: 16px;
  line-height: 2;
}

body .post .entry .job-details h4 {
  margin-bottom: 20px;
}

body .post .entry h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 20px;
  z-index: 2;
  margin-bottom: 14px;
}

body .post .entry h2:before, body .post .entry h2:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .post .entry h2:before {
  background: #e53611;
  z-index: 1;
  width: 50%;
  height: 3px;
  bottom: -1px;
}

body .post .entry h2:after {
  background: #faa377;
  z-index: -1;
}

body .post .entry #h3 h2 {
  padding-bottom: 6px;
  color: #343a46;
}

body .post .entry #h3 h2::before, body .post .entry #h3 h2:after {
  background: rgba(52, 58, 70, 0.2);
}

body .post .entry .white-deco h2::before, body .post .entry .white-deco h2:after {
  background: #fff;
}

body .post .entry .elementor-widget-text-editor a {
  color: #f34610;
}

body .post .entry #centered h2:before {
  left: 0;
  right: 0;
  margin: auto;
}

body .post .entry #centered.white h2::before, body .post .entry #centered.white h2:after {
  background: #fff;
}

@media (min-width: 1024px) {
  body .post .entry #hero {
    min-height: 90vh;
  }
}

body .post .entry #hero .elementor-element h4.elementor-heading-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

body .post .entry #hero .elementor-element h4.elementor-heading-title:before, body .post .entry #hero .elementor-element h4.elementor-heading-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .post .entry #hero .elementor-element h4.elementor-heading-title:before {
  background: #fff;
  z-index: 1;
  width: 50%;
  height: 3px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  body .post .entry #hero .elementor-element h4.elementor-heading-title:before {
    left: 0;
    right: auto;
  }
}

body .post .entry #hero .elementor-element h4.elementor-heading-title:after {
  background: rgba(255, 255, 255, 0.7);
}

body .post .entry #hero .elementor-element h1.elementor-heading-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  body .post .entry #hero .elementor-element {
    padding: 0 20px;
    max-width: 768px;
  }
  body .post .entry #hero .elementor-element h1.elementor-heading-title {
    font-size: 36px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  body .post .entry #hero .elementor-element {
    padding: 0;
    max-width: none;
  }
  body .post .entry #hero .elementor-element h1.elementor-heading-title {
    font-size: 52px;
  }
}

body .post .entry #hero .elementor-element.elementor-element-3ac65d2:first-child {
  left: 0;
}

body .post .entry #hero .elementor-element.elementor-element-3ac65d2:last-child {
  right: 0;
}

@media (min-width: 1024px) {
  body .post .entry #hero .elementor-element.elementor-element-3ac65d2:first-child {
    left: 0;
  }
  body .post .entry #hero .elementor-element.elementor-element-3ac65d2:last-child {
    right: 0;
  }
}

body .post .entry .project, body .post .entry .impact {
  position: relative;
  overflow: hidden;
}

body .post .entry .project .image, body .post .entry .impact .image {
  overflow: hidden;
  position: relative;
  min-height: 280px;
}

body .post .entry .project .image::before, body .post .entry .impact .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.5);
  z-index: 1;
}

body .post .entry .project .image img, body .post .entry .impact .image img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .post .entry .project .content, body .post .entry .impact .content {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  background: #e53611;
}

@media (min-width: 1024px) {
  body .post .entry .project .content, body .post .entry .impact .content {
    position: absolute;
    bottom: -45px;
  }
}

body .post .entry .project .content h3, body .post .entry .impact .content h3 {
  font-size: 20px;
}

body .post .entry .project .content h4, body .post .entry .impact .content h4 {
  font-size: 18px;
}

body .post .entry .project .content span, body .post .entry .impact .content span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .post .entry .project .content span::before, body .post .entry .impact .content span::before {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin: 10px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .post .entry .project:hover .image img, body .post .entry .impact:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 1024px) {
  body .post .entry .project:hover .content, body .post .entry .impact:hover .content {
    bottom: 0;
  }
  body .post .entry .project:hover .content span::before, body .post .entry .impact:hover .content span::before {
    width: 80px;
  }
}

body .post .entry .impact .content {
  background: #03112b;
}

body .post .entry #sponsor .elementskit-info-image-box {
  position: relative;
  overflow: hidden;
}

body .post .entry #sponsor .elementskit-info-image-box:hover .elementskit-box-body {
  bottom: 0;
}

body .post .entry #sponsor .elementskit-box-body {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  padding: 0;
  background: rgba(15, 23, 42, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  body .post .entry #sponsor .elementskit-box-body {
    bottom: -40px;
  }
}

body .post .entry #sponsor .elementskit-info-box-title {
  font-size: 18px;
  color: white;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 15px 10px;
}

body .post .entry #sponsor .elementskit-box-footer {
  margin: 0;
}

body .post .entry #sponsor .elementskit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e53611;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

body .post .entry #sponsor .elementskit-btn svg {
  margin-left: 10px;
  fill: #fff;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
  background: #F1F5F9;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  padding-left: 100px;
  position: relative;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media (min-width: 768px) {
  body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding-left: 0;
    padding: 10px;
    font-size: 16px;
  }
  body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after {
    display: none;
  }
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(1)::after {
  content: "";
  background: url("../assets/images/tab-1.png") no-repeat center center;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(2)::after {
  content: "";
  background: url("../assets/images/tab-2.png") no-repeat center center;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(3)::after {
  content: "";
  background: url("../assets/images/tab-3.png") no-repeat center center;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:nth-child(4)::after {
  content: "";
  background: url("../assets/images/tab-4.png") no-repeat center center;
}

body .post .entry #our-stories .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: #fff;
}

body .post .entry .ctoa p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}

body .post .entry .page-header {
  min-height: 60vh;
}

body .post .entry .page-header .e-con-inner {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  body .post .entry .page-header .e-con-inner {
    max-width: 50%;
  }
}

body .post .entry .page-header .e-con-inner h1 {
  font-size: 30px;
}

@media (min-width: 768px) {
  body .post .entry .page-header .e-con-inner h1 {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  body .post .entry .page-header .e-con-inner h1 {
    font-size: 40px;
    line-height: 1.3;
  }
}

body .post .entry .page-header h3 {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

body .post .entry .page-header h3:before, body .post .entry .page-header h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body .post .entry .page-header h3:before {
  width: 40%;
  height: 3px;
  bottom: -1px;
  background: #f34610;
  z-index: 1;
}

body .post .entry .page-header h1 {
  font-size: 40px;
}

body .post .entry .sponsor-carousel img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

body .post .entry .box-shadow {
  position: relative;
  -webkit-box-shadow: 0 0px 10px 8px rgba(15, 23, 42, 0.1);
          box-shadow: 0 0px 10px 8px rgba(15, 23, 42, 0.1);
  overflow: visible;
  z-index: 1;
}

body .post .entry .box-shadow:after {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body .post .entry .ov-visible {
  overflow: visible;
}

body .post .entry .elementskit-infobox .elementskit-info-box-icon > svg {
  width: 60px;
  fill: transparent;
  stroke: #013fa7;
}

body .post .entry .elementskit-infobox .elementskit-info-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #334155 !important;
}

body .post .entry .elementskit-infobox .elementskit-btn {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 0.08em;
}

body .post .entry .elementor-image-gallery .gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  body .post .entry .elementor-image-gallery .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body .post .entry .elementor-image-gallery .gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

body .post .entry .elementor-image-gallery .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  body .post .entry .elementor-image-gallery .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body .post .entry .elementor-image-gallery .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body .post .entry .elementor-image-gallery .gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

body .post .entry .elementor-image-gallery .gallery br {
  display: none;
}

body .post .entry .elementor-image-gallery .gallery#gallery-1 .gallery-item, body .post .entry .elementor-image-gallery .gallery .gallery-item {
  float: none;
  width: 100%;
  margin: 0;
  max-width: none;
}

body .post .entry .elementor-image-gallery .gallery img {
  display: block;
  width: 100%;
  border: none !important;
}

body .post .entry #club-icons .elementor-element .elementskit-info-box-icon > svg path {
  fill: transparent;
  stroke: #0F172A;
  stroke-width: 15px;
}

body .post .entry #club-icons .elementor-element .elementskit-info-box {
  min-height: 200px;
}

body .post .entry #club-icons .elementor-element .ekit-wid-con:hover .elementskit-info-box .elementskit-info-box-icon > svg path {
  fill: transparent;
  stroke: #013fa7;
}

body .post .entry #club-icons .yoga-icon .elementskit-info-box-icon > svg path {
  fill: #0F172A;
  stroke: transparent;
  stroke-width: 15px;
}

body .post .entry .team {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .post .entry .team h3 {
  font-size: 20px;
  color: #072a6c;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

body .post .entry .team h3:before, body .post .entry .team h3:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .post .entry .team h3:before {
  background: #072a6c;
  z-index: 1;
  width: 50%;
  height: 3px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .post .entry .team h3:after {
  background: #b1bbc8;
  z-index: -1;
}

body .post .entry .team p {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0px;
  text-align: center;
}

body .post .entry .team .social-links {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 2;
}

body .post .entry .team .social-links a {
  text-align: center;
  padding: 6px;
  background: #f34610;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-right: 10px;
}

body .post .entry .team .social-links a:last-child {
  margin-right: 0;
}

body .post .entry .team .social-links a:hover {
  background: #e53611;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

body .post .entry .team .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

body .post .entry .team .image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

body .post .entry .team .image a.bio-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

body .post .entry .team .info {
  position: relative;
  overflow: hidden;
}

body .post .entry .team .info a.bio-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .post .entry .team .info a.bio-link span {
  display: block;
  margin: 0 auto;
  padding: 16px;
  background: #f34610;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
}

body .post .entry .team:hover h3:before {
  width: 100%;
}

body .post .entry .team:hover .image:before {
  background: rgba(15, 23, 42, 0.5);
}

body .post .entry .team:hover .social-links {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .post .entry .team:hover a.bio-link span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

body .post-entry p {
  font-size: 16px;
  margin-bottom: 18px;
}

body .post-entry p:last-child, body .post-entry p:last-of-type {
  margin-bottom: 0;
}

body .posts-carousel {
  overflow: hidden;
}

body .posts-carousel .swiper-pagination {
  all: unset;
  position: relative;
  top: -3px;
}

body .posts-carousel .post .image {
  display: block;
  margin-bottom: 20px;
}

body .posts-carousel .post .content {
  width: 100%;
}

body .posts-carousel .post .content h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #334155;
}

body .posts-carousel .post .content p {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

body .posts-carousel .swiper-controll {
  margin-top: 40px;
}

body .posts-carousel .button .bi::before {
  font-size: 24px;
  font-weight: bold !important;
}

body div.wpforms-container-full form#wpforms-form-20620 .wpforms-field-label, body div.wpforms-container-full form#wpforms-form-20620 .wpforms-field-sublabel {
  color: #fff;
}

body div.wpforms-container-full form#wpforms-form-20620 .wpforms-field-sublabel.after {
  margin-top: 8px;
}

body div.wpforms-container-full form#wpforms-form-20620 button[type=submit] {
  font-weight: 700;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  height: auto;
  display: block;
  width: 100%;
  background: #f34610;
  margin-top: 16px;
  text-transform: uppercase;
}

body div.wpforms-container-full form#wpforms-form-20620 button[type=submit]:hover {
  background: #be2510 !important;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items {
  margin-left: 0;
  font-size: 18px;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items li.elementor-icon-list-item {
  margin: 0;
  padding: 16px 10px !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  line-height: 1;
  border-bottom: solid 1px #CBD5E1;
  transition: all 0.4s ease-in-out;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items li.elementor-icon-list-item:hover {
  background: #F1F5F9;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items li.elementor-icon-list-item:last-child {
  border: none;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items li.elementor-icon-list-item a {
  font-weight: 500;
}

body.page-id-20669 .elementor .elementor-element ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
  color: #f34610 !important;
}

body .news-elementor .swiper-slide {
  background: #fff4ed;
  height: auto;
}

body .news-elementor .swiper-slide .image {
  display: block;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .news-elementor .swiper-slide .content {
  padding: 20px;
  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;
}

body .news-elementor .swiper-slide .content h3 {
  font-size: 20px !important;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}

body .news-swiper {
  overflow: hidden;
}

body .news-swiper .swiper-controll {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body .news-swiper .swiper-controll .swiper-pagination {
  all: unset;
  position: relative;
  padding: 0 20px;
  top: -2px;
}

body .news-swiper .swiper-slide {
  background: #fff4ed;
  border: solid 1px #fee6d6;
  height: auto;
}

body .news-swiper .swiper-slide .btn-primary .elementor-button {
  padding: 10px 18px;
}

body .news-swiper .swiper-slide .image {
  display: block;
  height: 300px;
  margin: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .news-swiper .swiper-slide .content {
  padding: 20px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .news-swiper .swiper-slide .content h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

body #supporters .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #supporters .swiper-slide-inner {
  border: solid 1px #CBD5E1;
}

body #supporters .swiper .elementor-swiper-button-prev {
  left: -20px;
}

body #supporters .swiper .elementor-swiper-button-next {
  right: -20px;
}

body .events-carousel .events-carousel-wrapper .swiper-controll .swiper-pagination .swiper-pagination-bullet {
  background: rgba(243, 70, 16, 0.2);
}

body .events-carousel .events-carousel-wrapper .swiper-controll .swiper-pagination .swiper-pagination-bullet-active {
  background: #f34610;
}

body .events-carousel .events-carousel-wrapper .swiper-controll .button {
  color: #0F172A;
}

.sep {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #0044d6;
}

@media (min-width: 1024px) {
  .sep {
    font-size: 16px;
  }
}

.sep:before, .sep:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #0044d6;
  width: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sep-left {
  padding-left: 40px;
}

.sep-left:before {
  left: 0;
  right: auto;
}

.sep-left:after {
  display: none;
}

.sep-right {
  padding-right: 40px;
}

.sep-right:before {
  display: none;
}

.sep-right:after {
  left: auto;
  right: 0;
}

.sep-center {
  padding: 0 50px;
}

.sep-center:before {
  left: 0;
  right: auto;
}

.sep-center:after {
  left: auto;
  right: 0;
}

.sep.text-white:before, .sep.text-white:after {
  background: #fff;
}

.sep-primary {
  color: #f34610;
}

.sep-primary:before, .sep-primary:after {
  background: #f34610;
}

.shadow {
  -webkit-box-shadow: 30px 30px 0px -10px rgba(243, 70, 16, 0.1);
          box-shadow: 30px 30px 0px -10px rgba(243, 70, 16, 0.1);
}

.shadow-top-right {
  -webkit-box-shadow: 25px -25px 0px -10px rgba(243, 70, 16, 0.1);
          box-shadow: 25px -25px 0px -10px rgba(243, 70, 16, 0.1);
}

.shadow-top-left {
  -webkit-box-shadow: -25px -25px 0px -10px rgba(243, 70, 16, 0.1);
          box-shadow: -25px -25px 0px -10px rgba(243, 70, 16, 0.1);
}

.shadow-bottom-right {
  -webkit-box-shadow: 25px 25px 0px -10px rgba(243, 70, 16, 0.1);
          box-shadow: 25px 25px 0px -10px rgba(243, 70, 16, 0.1);
}

.shadow-bottom-left {
  -webkit-box-shadow: -25px 25px 0px -10px rgba(243, 70, 16, 0.1);
          box-shadow: -25px 25px 0px -10px rgba(243, 70, 16, 0.1);
}

.counter-wrap-item h2 {
  font-size: 60px;
}

.counter-wrap-item h2::after {
  content: attr(data-suffix);
}

.counter-wrap-item .sub-text {
  color: #64748b;
  font-size: 16px;
}

.gallery .item {
  position: relative;
  overflow: hidden;
}

.gallery .item:before {
  content: "";
  background: rgba(17, 24, 39, 0.4);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery .item img {
  width: 100%;
  height: auto;
}

.gallery .item span {
  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;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery .item span i {
  color: #fff;
}

.gallery .item:hover:before {
  background: rgba(17, 24, 39, 0.8);
}

.gallery .item:hover span {
  opacity: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

body .pgcsimplygalleryblock-grid-collection .pgcsimplygalleryblock-grid-content {
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
}

body .pgcsimplygalleryblock-grid-collection .pgcsimplygalleryblock-grid-content img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  body .pgcsimplygalleryblock-grid-collection .pgcsimplygalleryblock-grid-content {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

body .pgcsimplygalleryblock-grid-collection .pgcsimplygalleryblock-grid-content .pgcsimplygalleryblock-grid-item {
  overflow: hidden;
  max-width: 100%;
  max-height: 300px;
}

body .pgcsimplygalleryblock-grid-collection .pgcsimplygalleryblock-grid-content .pgcsimplygalleryblock-grid-item .pgcsimplygalleryblock-grid-item-inner .pgcsimplygalleryblock-grid-item-title {
  display: none !important;
}

.team-member {
  background: #ebf7ff;
}

.team-member .image {
  overflow: hidden;
  position: relative;
}

.team-member .image .icons {
  background: rgba(17, 24, 39, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member .image .icons i {
  color: #fff;
}

.team-member:hover .image .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-member .text-truncate-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

/* Tabs */
.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-nav ul li {
  background: #f6f7f9;
  color: #64748b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tabs-nav ul li.active {
  background: #23272e;
  color: #FFF;
}

.tabs-nav ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tabs-nav ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tabs-nav a {
  display: block;
  font-weight: 500;
  padding: 10px 20px;
}

/* Tab content */
.tabs-content {
  display: block;
}

.tabs-content > div {
  display: none;
}

.tabs-content > div.active {
  display: block;
}

form label {
  display: block;
}

form input, form textarea {
  display: block;
  border: solid 1px #8695aa;
  width: 100%;
}

body .not-found {
  background: url(../assets/images/page-header.jpg) no-repeat center center;
  background-size: cover;
}

body .not-found .wrap {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  body .not-found .wrap {
    max-width: 50%;
  }
}

body .not-found h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 168px 168px 67px rgba(0, 0, 0, 0.02), 108px 108px 61px rgba(0, 0, 0, 0.15), 61px 61px 51px rgba(0, 0, 0, 0.5), 27px 27px 38px rgba(0, 0, 0, 0.85), 7px 7px 21px rgba(0, 0, 0, 0.98);
}

body .not-found h3 {
  font-size: 28px;
  line-height: calc(24px * 1.4);
  color: white;
  margin: 40px 0 30px;
}

body .not-found p {
  color: #fff;
  font-size: 18px;
  line-height: calc(18px * 1.8);
  margin-bottom: 40px;
}

.blog, .archive {
  position: relative;
}

.blog .content .post, .archive .content .post {
  margin-bottom: 20px;
}

.blog .content .post-thumbnail, .archive .content .post-thumbnail {
  position: relative;
  margin-bottom: 20px;
}

.blog .content .post-thumbnail img, .archive .content .post-thumbnail img {
  width: 100%;
  height: auto;
}

.blog .content .post-thumbnail .post-content-meta, .archive .content .post-thumbnail .post-content-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
  background: #be2510;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.blog .content .post-thumbnail .post-content-meta div, .archive .content .post-thumbnail .post-content-meta div {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
}

.blog .content .post-thumbnail .post-content-meta div svg, .archive .content .post-thumbnail .post-content-meta div svg {
  fill: #fff;
  max-width: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.blog .content .post-thumbnail .post-content-meta div.views, .archive .content .post-thumbnail .post-content-meta div.views {
  margin-right: 18px;
  padding-right: 12px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.blog .content .post-thumbnail .post-content-meta div.views svg, .archive .content .post-thumbnail .post-content-meta div.views svg {
  max-width: 13px;
  top: 1px;
}

.blog .content .post-thumbnail .post-content-meta div.reading-time, .archive .content .post-thumbnail .post-content-meta div.reading-time {
  margin-right: 18px;
  padding-right: 12px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.blog .content .post-thumbnail .post-content-meta div.reading-time svg, .archive .content .post-thumbnail .post-content-meta div.reading-time svg {
  max-width: 14px;
}

.blog .content .post-thumbnail .post-content-meta div.comments, .archive .content .post-thumbnail .post-content-meta div.comments {
  padding-left: 24px;
}

.blog .content .post-content h2, .archive .content .post-content h2 {
  font-size: 20px;
  line-height: calc(24px * 1.4);
  color: #334155;
  margin-bottom: 8px;
}

.blog .content .post-meta, .archive .content .post-meta {
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
}

.blog .content .post-meta:before, .archive .content .post-meta:before {
  content: "";
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #CBD5E1;
  top: 2px;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  .blog .content .post-meta:before, .archive .content .post-meta:before {
    display: block;
  }
}

.blog .content .post-categories, .archive .content .post-categories {
  background: #F1F5F9;
  padding-right: 20px;
  z-index: 2;
  font-weight: 500;
}

.blog .content .post-categories a, .archive .content .post-categories a {
  font-size: 15px;
  color: #f34610;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.blog .content .post-categories a:hover, .archive .content .post-categories a:hover {
  color: #be2510;
}

.blog .content .post-link a, .archive .content .post-link a {
  position: relative;
  z-index: 2;
  padding: 8px 20px;
  padding-right: 50px;
  background: #1E293B;
  border: solid 1px #1E293B;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog .content .post-link a i, .archive .content .post-link a i {
  position: absolute;
  top: 10px;
  display: inline-block;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.blog .content .post-link a:hover, .archive .content .post-link a:hover {
  background: #334155;
  border-color: #334155;
}

.blog .content .post-link a:hover i, .archive .content .post-link a:hover i {
  padding-left: 20px;
}

.blog .pagination, .archive .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .pagination ul, .archive .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

body.single-post .content-wrapper .content .post-thumbnail img {
  display: block;
  width: 100%;
}

body.single-post .content-wrapper .content .post-meta {
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}

body.single-post .content-wrapper .content .post-meta > div {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #CBD5E1;
  color: #475569;
}

body.single-post .content-wrapper .content .post-meta > div:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

body.single-post .content-wrapper .content .post-meta > div a {
  color: #f34610;
  font-weight: 500;
}

body.single-post .content-wrapper .content .post-meta > div a:hover {
  color: #be2510;
}

body.single-post .content-wrapper .content .post-title {
  font-size: 30px;
  line-height: calc(30px * 1.3);
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry {
  color: #1E293B;
}

body.single-post .content-wrapper .content .post-entry h1, body.single-post .content-wrapper .content .post-entry h2, body.single-post .content-wrapper .content .post-entry h3, body.single-post .content-wrapper .content .post-entry h4, body.single-post .content-wrapper .content .post-entry h5, body.single-post .content-wrapper .content .post-entry h6 {
  font-weight: 600;
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry h1 {
  font-size: 28px;
  line-height: calc(28px * 1.4);
}

body.single-post .content-wrapper .content .post-entry h2 {
  font-size: 24px;
  line-height: calc(24px * 1.5);
}

body.single-post .content-wrapper .content .post-entry h3 {
  font-size: 20px;
  line-height: calc(20px * 1.6);
}

body.single-post .content-wrapper .content .post-entry h4 {
  font-size: 18px;
  line-height: calc(18px * 1.6);
}

body.single-post .content-wrapper .content .post-entry h5 {
  font-size: 16px;
  line-height: calc(16px * 1.6);
}

body.single-post .content-wrapper .content .post-entry h6 {
  font-size: 14px;
  line-height: calc(14px * 1.6);
}

body.single-post .content-wrapper .content .post-entry hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #CBD5E1;
}

body.single-post .content-wrapper .content .post-entry p {
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry ul li {
  padding: 8px 0;
}

body.single-post .content-wrapper .content .post-entry ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry ol li {
  padding: 8px 0;
}

body.single-post .content-wrapper .content .post-entry pre {
  font-family: courier, monospace;
  padding: 20px;
  background: #E2E8F0;
  color: #0F172A;
  margin-bottom: 20px;
}

body.single-post .content-wrapper .content .post-entry blockquote {
  background: rgba(243, 70, 16, 0.08);
  color: #1E293B;
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding: 20px;
  margin-bottom: 32px;
  margin-top: 50px;
}

body.single-post .content-wrapper .content .post-entry blockquote::before {
  content: '\F6B0';
  font-family: 'bootstrap-icons';
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0.15;
  font-size: 36px;
}

body.single-post .content-wrapper .content .post-entry blockquote p {
  margin-bottom: 0;
}

body.single-post .post-nav {
  border-top: solid 1px #CBD5E1;
  border-bottom: solid 1px #CBD5E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  margin: 30px 0;
}

body.single-post .post-nav .prev-post, body.single-post .post-nav .next-post {
  position: relative;
  max-width: 50%;
}

body.single-post .post-nav .prev-post a, body.single-post .post-nav .next-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.single-post .post-nav .prev-post a:hover .post-thumbnail::before, body.single-post .post-nav .prev-post a:hover .post-thumbnail::after, body.single-post .post-nav .next-post a:hover .post-thumbnail::before, body.single-post .post-nav .next-post a:hover .post-thumbnail::after {
  opacity: 1;
}

body.single-post .post-nav .prev-post .post-thumbnail, body.single-post .post-nav .next-post .post-thumbnail {
  position: relative;
  max-width: 80px;
}

body.single-post .post-nav .prev-post .post-thumbnail::before, body.single-post .post-nav .prev-post .post-thumbnail::after, body.single-post .post-nav .next-post .post-thumbnail::before, body.single-post .post-nav .next-post .post-thumbnail::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.single-post .post-nav .prev-post .post-thumbnail::before, body.single-post .post-nav .next-post .post-thumbnail::before {
  font-family: 'bootstrap-icons';
  font-size: 16px;
  color: #fff;
  z-index: 2;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

body.single-post .post-nav .prev-post .post-thumbnail::after, body.single-post .post-nav .next-post .post-thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(243, 70, 16, 0.8);
}

body.single-post .post-nav .prev-post small, body.single-post .post-nav .next-post small {
  font-size: 14px;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #CBD5E1;
  color: #072a6c;
  font-weight: 500;
}

body.single-post .post-nav .prev-post h4.post-title, body.single-post .post-nav .next-post h4.post-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

body.single-post .post-nav .prev-post {
  padding-right: 20px;
}

body.single-post .post-nav .prev-post .post-thumbnail {
  margin-right: 16px;
}

body.single-post .post-nav .prev-post .post-thumbnail:before {
  content: "\F284";
}

body.single-post .post-nav .next-post {
  margin-left: auto;
  padding-left: 20px;
}

body.single-post .post-nav .next-post .post-thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 16px;
}

body.single-post .post-nav .next-post .post-thumbnail:before {
  content: "\F285";
}

body.single-post .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0 0;
  margin: 30px 0;
  border-top: solid 1px #CBD5E1;
}

body.single-post .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.single-post .tags span {
  font-weight: 600;
}

body.single-post .tags a {
  color: #f34610;
  font-weight: 500;
}

body.single-post .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-post .share h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(243, 70, 16, 0.8);
  margin-right: 4px;
}

body.single-post .share h3:after {
  content: ":";
  padding: 0 6px;
}

body.single-post .share a {
  margin-right: 10px;
  padding: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.single-post .share a svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}

body.single-post .share a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body.single-post .share a.facebook {
  background: #1877f2;
}

body.single-post .share a.twitter {
  background: #14171a;
}

body.single-post .share a.linkedin {
  background: #0a66c2;
}

body.single-post .share a.pinterest {
  background: #e60023;
}

body.single-post .related-posts {
  position: relative;
}

body.single-post .related-posts h2 {
  font-size: 18px;
  color: #e53611;
  margin-bottom: 16px;
  line-height: calc(1.5 * 18px);
  max-width: 300px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

body.single-post .related-posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

body.single-post .related-posts ul li {
  width: 33.33%;
  background: #fff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

body.single-post .related-posts ul li .desc {
  padding: 16px;
}

body.single-post .related-posts ul li h2 {
  color: #1E293B;
  text-transform: none;
}

body.single-post .related-posts ul li .post-link {
  color: #f34610;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

body.single-post .related-posts ul li .post-link i {
  position: relative;
  top: 2px;
  padding-left: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.single-post .related-posts ul li .post-link:hover {
  color: #f34610;
}

body.single-post .related-posts ul li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

body.single-post .related-posts ul li:hover .post-link i {
  padding-left: 12px;
}

.sidebar {
  background: #fff;
}

.sidebar .widget {
  margin: 40px 0;
}

.sidebar .widget:first-child {
  margin-top: 0;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget-title {
  position: relative;
  color: #f34610;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  padding-bottom: 16px;
  margin-bottom: 24px;
  letter-spacing: 0 !important;
}

.sidebar .widget-title:before, .sidebar .widget-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar .widget-title:before {
  background: #e53611;
  z-index: 1;
  width: 40%;
  height: 2px;
  bottom: -0.7px;
}

.sidebar .widget-title:after {
  background: #f34610;
}

.sidebar .news-letter {
  background: #fee6d6;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.sidebar .news-letter h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.sidebar .news-letter p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.sidebar .tag-cloud-link {
  font-size: 16px !important;
  margin-right: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 400;
  background: #E2E8F0;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  margin-bottom: 8px;
  display: inline-block;
}

.sidebar .tag-cloud-link:last-child {
  margin-right: 0;
}

.sidebar .tag-cloud-link:last-child::after {
  content: "";
}

.sidebar .tag-cloud-link:hover {
  color: #be2510;
  background: rgba(243, 70, 16, 0.3);
}

.sidebar .widget_recent_entries .post {
  padding: 10px;
  border: solid 1px #CBD5E1;
  border-bottom: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar .widget_recent_entries .post:last-child {
  border: solid 1px #CBD5E1;
}

.sidebar .widget_recent_entries .post:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(7, 42, 108, 0.2);
          box-shadow: 0 0 10px 0 rgba(7, 42, 108, 0.2);
}

.sidebar .widget_recent_entries .post > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sidebar .widget_recent_entries .post .post-thumbnail {
  margin-right: 16px;
}

.sidebar .widget_recent_entries .post .post-thumbnail img {
  max-width: 80px;
  height: auto;
}

.sidebar .widget_recent_entries .post-content {
  max-width: 100%;
  overflow: hidden;
  padding-left: 0;
}

.sidebar .widget_recent_entries .post h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #1E293B;
  letter-spacing: 0.005em;
}

.sidebar .widget_recent_entries .post h4 a {
  color: #475569;
}

.sidebar .widget_recent_entries .post-meta {
  line-height: 1;
}

.sidebar .widget_recent_entries .post-date {
  font-style: italic;
  font-size: 14px;
  color: #64748B;
  line-height: 1;
  font-weight: 500;
}

.sidebar .widget_featured_entries {
  overflow: hidden;
  background: #ebf7ff;
  padding: 20px;
  margin-bottom: 0;
}

.sidebar .widget_featured_entries .featured-posts {
  position: relative;
  padding-bottom: 35px;
}

.sidebar .widget_featured_entries .featured-posts .post-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar .widget_featured_entries .featured-posts .post-content-meta span {
  margin-right: 10px;
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail {
  position: relative;
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail img {
  max-width: none;
  width: 100%;
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta {
  position: absolute;
  bottom: 0;
  padding: 10px 12px;
  background: #be2510;
  color: #fff;
  display: none;
}

@media (min-width: 1280px) {
  .sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta div {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta div svg {
  fill: #fff;
  max-width: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta div.views {
  margin-right: 16px;
  padding-right: 10px;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.sidebar .widget_featured_entries .featured-posts .post-thumbnail .post-content-meta div.views svg {
  max-width: 14px;
}

.sidebar .widget_featured_entries .featured-posts .post-content h4 {
  font-size: 18px;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 10px 0 6px;
}

.sidebar .widget_featured_entries .featured-posts .post-content p {
  font-size: 15px;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 10px;
}

.sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
}

.sidebar .widget_categories ul li {
  padding: 10px;
  border-bottom: solid 1px #CBD5E1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar .widget_categories ul li:last-child {
  border-bottom: none;
}

.sidebar .widget_categories ul li:hover {
  background: rgba(243, 70, 16, 0.08);
  border-color: rgba(243, 70, 16, 0.15);
}

.sidebar .widget_categories ul li a {
  font-size: 16px;
  color: #475569;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .widget_categories ul li a:hover {
  color: #f34610;
}

.sidebar .em.em-events-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .em.em-events-widget ul li {
  margin: 0;
  padding: 10px;
  border: solid 1px #CBD5E1;
  border-bottom: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar .em.em-events-widget ul li:last-child {
  border: solid 1px #CBD5E1;
}

.sidebar .em.em-events-widget ul li:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(7, 42, 108, 0.2);
          box-shadow: 0 0 10px 0 rgba(7, 42, 108, 0.2);
}

.sidebar .em.em-events-widget .em-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar .em.em-events-widget .em-item-image {
  max-width: 80px !important;
}

.sidebar .em.em-events-widget .em-item-image img {
  padding: 0;
  max-width: 100%;
  height: auto;
}

.sidebar .em.em-events-widget .em-item-info {
  padding: 0 0 0 10px;
  border: none;
}

.sidebar .em.em-events-widget .em-item-name {
  font-weight: 500;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 8px !important;
}

.sidebar .em.em-events-widget .em-item-name a {
  color: #0F172A;
}

.sidebar .em.em-events-widget .em-item-meta-line {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-style: italic;
  font-size: 14px;
  color: #64748B;
  line-height: 1;
  font-weight: 500;
}

.sidebar .em.em-events-widget .em-item-meta-line .em-icon {
  display: none;
}

.sidebar .em.em-events-widget .em-item-meta-line.em-event-meta-location {
  display: none !important;
}

.gallery-page {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gallery-page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .gallery-page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .gallery-page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.gallery-page-item {
  border: solid 1px #CBD5E1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .gallery-page-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(3, 7, 18, 0.2);
            box-shadow: 0 0 10px 0 rgba(3, 7, 18, 0.2);
  }
  .gallery-page-item:hover .thumb:before {
    opacity: 1;
  }
  .gallery-page-item:hover .thumb .views {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .gallery-page-item:hover .detail .link i {
    -webkit-transform: translate(10px, 1px);
            transform: translate(10px, 1px);
  }
}

.gallery-page-item .thumb {
  position: relative;
  overflow: hidden;
  margin: 10px;
  margin-bottom: 0;
}

.gallery-page-item .thumb img {
  width: 100%;
  max-width: none;
}

.gallery-page-item .thumb:before {
  content: "";
  background: rgba(3, 7, 18, 0.7);
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-page-item .thumb .views {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  text-align: center;
  padding: 10px 16px;
  background: #0F172A;
  line-height: 1;
  font-size: 14px;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .gallery-page-item .thumb .views {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.gallery-page-item .thumb .views i {
  margin-right: 10px;
}

.gallery-page-item .detail {
  padding: 16px;
  text-align: center;
}

.gallery-page-item .detail h3.title {
  color: #072a6c;
  font-size: 18px;
  margin-bottom: 6px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery-page-item .detail .link {
  color: #f34610;
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}

.gallery-page-item .detail .link i {
  position: absolute;
  right: 10px;
  -webkit-transform: translate(0px, 1px);
          transform: translate(0px, 1px);
}

.woocommerce-products-header {
  background: url(../assets/images/page-header.jpg) no-repeat center center;
  background-size: cover;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.woocommerce-products-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(3, 7, 18, 0.85);
  top: 0;
  left: 0;
}

.woocommerce-products-header .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.woocommerce-products-header h1 {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .woocommerce-products-header h1 h1 {
    font-size: 36px;
  }
}

.woocommerce-products-header .breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-products-header .breadcrumbs > span span {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
}

.woocommerce-products-header .breadcrumbs > span span:first-child {
  padding-left: 0;
}

.woocommerce-products-header .breadcrumbs > span span:last-child {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}

.woocommerce-products-header .breadcrumbs > span a {
  color: #fff;
}

body.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  background: #FFFFFF;
  border-right: solid 1px #CBD5E1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
  padding: 10px 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 16px 24px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  color: #e53611;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  color: #e53611;
  background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  padding: 30px;
  background: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content form legend {
  font-weight: bold;
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content form label {
  font-weight: 500;
  margin-bottom: 4px;
  color: #64748B;
}

body.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
  padding: 10px;
  width: 100%;
  margin-bottom: 8px;
  border: solid 1px #CBD5E1;
}

body.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text:focus, body.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text:active,
body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:focus,
body.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:active {
  border-color: #3b82f6;
}

body.woocommerce-account .woocommerce-MyAccount-content form .show-password-input {
  top: 6px;
  right: 14px;
}

body.woocommerce-account .woocommerce-MyAccount-content form .show-password-input:after {
  margin: 0;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div {
  width: 100%;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div:first-child {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #CBD5E1;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div .title h3 {
  font-size: 18px;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div .title a {
  margin-left: auto;
  color: #f34610;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses > div address {
  font-style: normal;
  margin-top: 10px;
  color: #64748B;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items {
  background: #fff;
  border: none;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items thead {
  border-bottom: solid 1px #94A3B8;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items thead th {
  padding: 10px 16px 10px 0;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items td {
  padding-left: 30px;
  border: none;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items td:first-child {
  padding-left: 10px;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items tbody tr {
  border-bottom: solid 1px #94A3B8;
}

.woocommerce-cart .content-wrapper .wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link {
  color: red;
}

.woocommerce-cart .content-wrapper .wc-block-components-product-name {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-cart .content-wrapper .wc-block-cart-item__prices {
  font-weight: 600;
  color: #f34610;
}

.woocommerce-cart .content-wrapper .wc-block-cart-item__prices .wc-block-components-product-price__regular {
  opacity: 0.5;
}

.woocommerce-cart .content-wrapper .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p {
  line-height: 1.6;
}

.woocommerce-cart .content-wrapper .wc-block-components-quantity-selector {
  background: #fff;
  border-radius: 0;
}

.woocommerce-cart .content-wrapper .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.woocommerce-cart .content-wrapper .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  border-radius: 0;
  background: #1E293B;
  opacity: 1;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.woocommerce-cart .content-wrapper .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus:hover,
.woocommerce-cart .content-wrapper .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus:hover {
  background: #f34610;
}

.woocommerce-cart .content-wrapper .wc-block-components-sale-badge {
  background: #389e0d;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 4px 8px;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block {
  background: #fff;
  padding: 20px;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  background: #F1F5F9;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-panel__button {
  font-weight: bold;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-text-input input[type="text"] {
  border: 1px solid #94A3B8;
  border-radius: 0;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-text-input input[type="text"]:focus {
  border: 1px solid #013fa7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-text-input.has-error input[type="text"] {
  border: solid 1px red;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-validation-error p {
  font-size: 14px;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-button {
  background: #072a6c;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.woocommerce-cart .content-wrapper .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon .wc-block-components-button:disabled {
  opacity: 0.5;
}

.woocommerce-cart .content-wrapper .wc-block-cart__submit-container a.wc-block-cart__submit-button {
  display: block;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.04em;
  background: #f34610;
  width: 100%;
  min-height: auto;
  padding: 12px 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.woocommerce-cart .content-wrapper .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
  background: #be2510;
}

.woocommerce-cart .content-wrapper td.wc-block-cart-item__total {
  font-weight: 600;
}

.woocommerce-cart .content-wrapper td.wc-block-cart-item__total .wc-block-components-sale-badge {
  display: none;
}

body.woocommerce-checkout .content-wrapper .wp-block-checkout {
  padding-top: 0;
}

body.woocommerce-checkout .content-wrapper .wp-block-woocommerce-checkout-order-summary-block {
  background: #fff;
  padding: 20px;
}

body.woocommerce-checkout .content-wrapper .wp-block-components-title {
  line-height: 1;
  padding-bottom: 10px;
  font-size: 18px;
  color: #f34610;
}

body.woocommerce-checkout .content-wrapper .wp-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 30px;
}

body.woocommerce-checkout .content-wrapper .wp-block-components-form .wc-block-components-checkout-step:last-of-type {
  margin-bottom: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-address-card, body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control {
  background: #fff;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-address-card {
  border: solid 1px #94A3B8;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-address-card address > span:first-child {
  margin-bottom: 8px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-form .wc-block-components-text-input input[type=email] {
  border: solid 1px #94A3B8;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-form .wc-block-components-text-input input[type=email]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0054ff;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-textarea {
  border: solid 1px #94A3B8;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0054ff;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox input {
  border: solid 1px #94A3B8;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0054ff;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox input:checked {
  background: #3b82f6;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox__mark {
  fill: #fff;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__option {
  padding: 0 0 0 60px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control-accordion-option {
  background: #fff;
  border: solid 1px #CBD5E1;
  padding: 16px 8px;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control-accordion-option:first-child {
  border-bottom: none;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control-accordion-content {
  padding: 10px 0 0 60px;
  font-size: 16px;
  line-height: 1.6;
  color: #64748B;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__label-group span {
  font-weight: 600;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__input {
  border: solid 1px #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  height: 20px;
  width: 20px;
  min-height: auto;
  min-width: auto;
  top: 45%;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__input:before {
  all: unset;
  content: "";
  width: 10px;
  height: 10px;
  min-height: auto;
  min-width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  opacity: 1;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__input:checked {
  background: #3b82f6;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__input:checked:before {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body.woocommerce-checkout .content-wrapper .wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 28px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-form .wc-block-checkout__order-notes {
  margin: 36px 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-button {
  background: #f34610;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 1;
  padding: 12px 24px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-button:hover {
  background: #be2510;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control-accordion-option--checked-option-highlighted, body.woocommerce-checkout .content-wrapper .wc-block-components-radio-control__input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-panel__content {
  border-top: 1px solid rgba(18, 18, 18, 0.11);
  padding: 20px 0 10px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-order-summary-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-order-summary-item__image {
  margin-top: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-order-summary-item__quantity {
  top: 2px;
  right: 5px;
  background: #0893ff;
  color: #fff;
  font-weight: bold;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-order-summary-item__description {
  padding-bottom: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-product-name {
  font-weight: bold;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-product-price {
  color: #f34610;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-checkbox__label {
  font-weight: 600;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 40px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-product-metadata__description {
  display: none;
}

body.woocommerce-checkout .content-wrapper .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  background: #F1F5F9;
}

body.woocommerce-checkout .content-wrapper .wc-block-checkout__terms {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

body.woocommerce-checkout .content-wrapper .wc-block-checkout__sidebar {
  padding-left: 0;
  margin-top: 0;
  top: 100px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-order-summary .wc-block-components-order-summary__button-text,
body.woocommerce-checkout .content-wrapper .wc-block-components-totals-item__label {
  font-weight: bold;
  color: #334155;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-item__value {
  color: #f34610;
}

body.woocommerce-checkout .content-wrapper .wc-blocks-components-select .wc-blocks-components-select__container {
  margin-top: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-panel__button {
  font-weight: bold;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-text-input input[type="text"] {
  border: 1px solid #94A3B8;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-text-input input[type="text"]:focus {
  border: 1px solid #0054ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-text-input.has-error input[type="text"] {
  border: solid 1px red;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-validation-error p {
  font-size: 14px;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-button {
  background: #072a6c;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}

body.woocommerce-checkout .content-wrapper .wc-block-components-totals-wrapper .wc-block-components-button:disabled {
  opacity: 0.5;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-notice--success {
  padding: 20px;
  background: green;
  color: #fff;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-notice--success:before {
  content: "\F26A";
  font-family: bootstrap-icons;
  -webkit-transform: scale(1.3) translateY(2px);
          transform: scale(1.3) translateY(2px);
  display: inline-block;
  margin-right: 8px;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order ul.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
  background: #fff;
  padding: 20px;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order ul.order_details li {
  padding: 0;
  margin: 0 20px 0 0;
  padding-right: 20px;
  width: 20%;
  color: #64748B;
  font-size: 14px;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order ul.order_details li strong {
  font-size: 16px;
  margin-top: 5px;
  color: #0F172A;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-order-details h2,
body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-customer-details h2 {
  font-size: 18px;
  padding-bottom: 0;
  margin-bottom: 18px;
  line-height: 1;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-order-details table.shop_table, body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-order-details address,
body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-customer-details table.shop_table,
body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-customer-details address {
  background: #fff;
  border-radius: 0;
}

body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-order-details table.shop_table .woocommerce-Price-amount, body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-order-details address .woocommerce-Price-amount,
body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-customer-details table.shop_table .woocommerce-Price-amount,
body.woocommerce-checkout .content-wrapper .woocommerce-order .woocommerce-customer-details address .woocommerce-Price-amount {
  color: #f34610;
}

body.woocommerce .sidebar,
body.woocommerce-page .sidebar {
  display: none;
}

body.woocommerce span.onsale,
body.woocommerce-page span.onsale {
  all: unset;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 0;
  --r: .8em;
  border-inline: .5em solid #0000;
  padding: 0.5em 0.6em calc(var(--r) + .2em);
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - .5em) 100%, 50% calc(100% - var(--r)), 0.5em 100%, 0 100%);
  background: radial-gradient(50% 0.2em at top, #000a, #0000) border-box, #e53611 padding-box;
  /* the color  */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

body.woocommerce .ordering,
body.woocommerce-page .ordering {
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

body.woocommerce .ordering .woocommerce-result-count,
body.woocommerce .ordering .woocommerce-ordering,
body.woocommerce-page .ordering .woocommerce-result-count,
body.woocommerce-page .ordering .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}

body.woocommerce .ordering .woocommerce-ordering,
body.woocommerce-page .ordering .woocommerce-ordering {
  margin-left: auto;
}

body.woocommerce .ordering .woocommerce-ordering select,
body.woocommerce-page .ordering .woocommerce-ordering select {
  padding: 10px 18px;
  border: solid 1px #CBD5E1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  border-radius: 2px;
}

body.woocommerce .ordering:after,
body.woocommerce-page .ordering:after {
  content: "";
  display: block;
  clear: both;
}

body.woocommerce .products ul,
body.woocommerce ul.products,
body.woocommerce-page .products ul,
body.woocommerce-page ul.products {
  margin: 0;
  display: grid;
  gap: 30px;
}

body.woocommerce .products ul:before, body.woocommerce .products ul:after,
body.woocommerce ul.products:before,
body.woocommerce ul.products:after,
body.woocommerce-page .products ul:before,
body.woocommerce-page .products ul:after,
body.woocommerce-page ul.products:before,
body.woocommerce-page ul.products:after {
  display: none;
}

body.woocommerce .products ul.columns-2,
body.woocommerce ul.products.columns-2,
body.woocommerce-page .products ul.columns-2,
body.woocommerce-page ul.products.columns-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  body.woocommerce .products ul.columns-2,
  body.woocommerce ul.products.columns-2,
  body.woocommerce-page .products ul.columns-2,
  body.woocommerce-page ul.products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.woocommerce .products ul.columns-3,
body.woocommerce ul.products.columns-3,
body.woocommerce-page .products ul.columns-3,
body.woocommerce-page ul.products.columns-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  body.woocommerce .products ul.columns-3,
  body.woocommerce ul.products.columns-3,
  body.woocommerce-page .products ul.columns-3,
  body.woocommerce-page ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.woocommerce .products ul.columns-4,
body.woocommerce ul.products.columns-4,
body.woocommerce-page .products ul.columns-4,
body.woocommerce-page ul.products.columns-4 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  body.woocommerce .products ul.columns-4,
  body.woocommerce ul.products.columns-4,
  body.woocommerce-page .products ul.columns-4,
  body.woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.woocommerce .products ul.columns-4,
  body.woocommerce ul.products.columns-4,
  body.woocommerce-page .products ul.columns-4,
  body.woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.woocommerce .products ul li.product,
body.woocommerce ul.products li.product,
body.woocommerce-page .products ul li.product,
body.woocommerce-page ul.products li.product {
  border: solid 1px #CBD5E1;
  padding-bottom: 20px;
  height: auto;
  float: none;
  width: 100% !important;
  margin: 0;
  background: #fff;
  padding: 10px 10px 30px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

body.woocommerce .products ul li.product:hover,
body.woocommerce ul.products li.product:hover,
body.woocommerce-page .products ul li.product:hover,
body.woocommerce-page ul.products li.product:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

body.woocommerce .products ul li.product span.onsale,
body.woocommerce ul.products li.product span.onsale,
body.woocommerce-page .products ul li.product span.onsale,
body.woocommerce-page ul.products li.product span.onsale {
  top: 0;
  right: auto;
  left: 0;
  margin: 0;
}

body.woocommerce .products ul li.product:nth-child(-n+4),
body.woocommerce ul.products li.product:nth-child(-n+4),
body.woocommerce-page .products ul li.product:nth-child(-n+4),
body.woocommerce-page ul.products li.product:nth-child(-n+4) {
  margin-right: 0;
}

body.woocommerce .products ul li.product .woocommerce-loop-product__link,
body.woocommerce ul.products li.product .woocommerce-loop-product__link,
body.woocommerce-page .products ul li.product .woocommerce-loop-product__link,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: block;
  width: 100%;
}

body.woocommerce .products ul li.product h2.woocommerce-loop-product__title,
body.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
body.woocommerce-page .products ul li.product h2.woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  line-height: 1.4;
}

body.woocommerce .products ul li.product img,
body.woocommerce ul.products li.product img,
body.woocommerce-page .products ul li.product img,
body.woocommerce-page ul.products li.product img {
  background: #E2E8F0;
}

body.woocommerce .products ul li.product .star-rating,
body.woocommerce ul.products li.product .star-rating,
body.woocommerce-page .products ul li.product .star-rating,
body.woocommerce-page ul.products li.product .star-rating {
  display: none;
  margin: 0 auto 20px;
}

body.woocommerce .products ul li.product .star-rating:before, body.woocommerce .products ul li.product .star-rating span:before,
body.woocommerce ul.products li.product .star-rating:before,
body.woocommerce ul.products li.product .star-rating span:before,
body.woocommerce-page .products ul li.product .star-rating:before,
body.woocommerce-page .products ul li.product .star-rating span:before,
body.woocommerce-page ul.products li.product .star-rating:before,
body.woocommerce-page ul.products li.product .star-rating span:before {
  color: #eab308;
}

body.woocommerce .products ul li.product .price,
body.woocommerce ul.products li.product .price,
body.woocommerce-page .products ul li.product .price,
body.woocommerce-page ul.products li.product .price {
  text-align: center;
  font-size: 20px;
  color: #e53611;
  font-weight: 700;
  margin-bottom: 20px;
}

body.woocommerce .products ul li.product .price del,
body.woocommerce ul.products li.product .price del,
body.woocommerce-page .products ul li.product .price del,
body.woocommerce-page ul.products li.product .price del {
  font-weight: 400;
}

body.woocommerce .products ul li.product .price ins,
body.woocommerce ul.products li.product .price ins,
body.woocommerce-page .products ul li.product .price ins,
body.woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
  margin-left: 8px;
}

body.woocommerce .products ul li.product .button,
body.woocommerce ul.products li.product .button,
body.woocommerce-page .products ul li.product .button,
body.woocommerce-page ul.products li.product .button {
  display: block;
  padding: 0 24px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  padding: 12px 24px;
  background: #f34610;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.woocommerce .products ul li.product .button:hover,
body.woocommerce ul.products li.product .button:hover,
body.woocommerce-page .products ul li.product .button:hover,
body.woocommerce-page ul.products li.product .button:hover {
  background: #be2510;
}

body.woocommerce ul.products[class*=columns-] li.product,
body.woocommerce ul.products[class*=columns-] li.product,
body.woocommerce-page ul.products[class*=columns-] li.product,
body.woocommerce-page ul.products[class*=columns-] li.product {
  margin-bottom: 0;
}

body.woocommerce nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

body.woocommerce nav.woocommerce-pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
  display: block;
  padding: 8px 16px;
  display: block;
  min-width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.woocommerce nav.woocommerce-pagination ul li a.current, body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li span:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a.current,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span:hover {
  color: #fff;
  background: #e53611;
}

body.woocommerce .share h3,
body.woocommerce-page .share h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

body.woocommerce .share a,
body.woocommerce-page .share a {
  background: #334155;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  z-index: 1;
}

body.woocommerce .share a svg,
body.woocommerce-page .share a svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}

body.woocommerce .share a:before,
body.woocommerce-page .share a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #030712;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

body.woocommerce .share a:hover:before,
body.woocommerce-page .share a:hover:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

body.woocommerce .related.products > h2,
body.woocommerce-page .related.products > h2 {
  font-size: 24px;
  margin-bottom: 24px;
  color: #f34610;
}

body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message {
  background: #E2E8F0;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

body.woocommerce .woocommerce-message p,
body.woocommerce-page .woocommerce-message p {
  color: #475569;
}

body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message {
  background: #389e0d;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  padding-left: 60px;
  margin-bottom: 40px;
}

body.woocommerce .woocommerce-message:before,
body.woocommerce-page .woocommerce-message:before {
  content: "\F270";
  font-family: bootstrap-icons;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

body.woocommerce .woocommerce-message a,
body.woocommerce-page .woocommerce-message a {
  margin-left: auto;
  background: #0F172A;
  padding: 12px 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  -webkit-box-shadow: 0 2px 0px #73d13d;
          box-shadow: 0 2px 0px #73d13d;
}

body.woocommerce .woocommerce-message a:hover,
body.woocommerce-page .woocommerce-message a:hover {
  color: #fff;
  background: #135200;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 1px 0px #73d13d;
          box-shadow: 0 1px 0px #73d13d;
}

.woocommerce .content-wrapper div.product .woo-content,
.woocommerce-page .content-wrapper div.product .woo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .woocommerce .content-wrapper div.product .woo-content,
  .woocommerce-page .content-wrapper div.product .woo-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.woocommerce .content-wrapper div.product .woo-content div.images, .woocommerce .content-wrapper div.product .woo-content div.summary,
.woocommerce-page .content-wrapper div.product .woo-content div.images,
.woocommerce-page .content-wrapper div.product .woo-content div.summary {
  float: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .woocommerce .content-wrapper div.product .woo-content div.images, .woocommerce .content-wrapper div.product .woo-content div.summary,
  .woocommerce-page .content-wrapper div.product .woo-content div.images,
  .woocommerce-page .content-wrapper div.product .woo-content div.summary {
    width: 48.5%;
  }
}

.woocommerce .content-wrapper div.product .woo-content div.images,
.woocommerce-page .content-wrapper div.product .woo-content div.images {
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child,
.woocommerce-page .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
  border: solid 1px #CBD5E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .woocommerce .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child,
  .woocommerce-page .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child {
    min-height: 400px;
  }
}

.woocommerce .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child a,
.woocommerce-page .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child a {
  display: block;
  width: 100%;
}

.woocommerce .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce-page .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:first-child img {
  width: 100%;
  height: auto;
  max-width: none;
}

.woocommerce .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:nth-child(n+2),
.woocommerce-page .content-wrapper div.product .woo-content div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  max-width: 90px;
  margin-right: 15px;
  background: #fff;
  padding: 4px;
  border: solid 1px #CBD5E1;
}

.woocommerce .content-wrapper div.product .woo-content .summary,
.woocommerce-page .content-wrapper div.product .woo-content .summary {
  margin-bottom: 40px;
  padding: 20px 0 0;
}

@media (min-width: 1024px) {
  .woocommerce .content-wrapper div.product .woo-content .summary,
  .woocommerce-page .content-wrapper div.product .woo-content .summary {
    margin-bottom: 0;
  }
}

.woocommerce .content-wrapper div.product .woo-content .summary .product_title,
.woocommerce-page .content-wrapper div.product .woo-content .summary .product_title {
  font-size: 26px;
  line-height: 1.2;
}

.woocommerce .content-wrapper div.product .woo-content .summary p.price,
.woocommerce-page .content-wrapper div.product .woo-content .summary p.price {
  font-size: 24px;
  color: #f34610;
  font-weight: 600;
  margin: 0;
  margin: 20px 0;
}

.woocommerce .content-wrapper div.product .woo-content .summary p.price del,
.woocommerce-page .content-wrapper div.product .woo-content .summary p.price del {
  color: #f34610;
  opacity: 0.5;
  font-weight: 300;
}

.woocommerce .content-wrapper div.product .woo-content .summary p.price ins,
.woocommerce-page .content-wrapper div.product .woo-content .summary p.price ins {
  text-decoration: none;
  margin-left: 8px;
}

.woocommerce .content-wrapper div.product .woo-content .summary .woocommerce-product-details__short-description,
.woocommerce-page .content-wrapper div.product .woo-content .summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.woocommerce .content-wrapper div.product .woo-content .summary .woocommerce-product-rating,
.woocommerce-page .content-wrapper div.product .woo-content .summary .woocommerce-product-rating {
  margin-top: 5px;
}

.woocommerce .content-wrapper div.product .woo-content .summary .woocommerce-product-rating .star-rating span::before,
.woocommerce-page .content-wrapper div.product .woo-content .summary .woocommerce-product-rating .star-rating span::before {
  color: #eab308;
}

.woocommerce .content-wrapper div.product .woo-content .summary .woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page .content-wrapper div.product .woo-content .summary .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  padding-left: 5px;
  color: #006dff;
  font-weight: 500;
}

.woocommerce .content-wrapper div.product .woo-content .summary .product_meta,
.woocommerce-page .content-wrapper div.product .woo-content .summary .product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .content-wrapper div.product .woo-content .summary .product_meta span.posted_in,
.woocommerce-page .content-wrapper div.product .woo-content .summary .product_meta span.posted_in {
  color: #475569;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.woocommerce .content-wrapper div.product .woo-content .summary .product_meta span a,
.woocommerce-page .content-wrapper div.product .woo-content .summary .product_meta span a {
  color: #013fa7;
  font-weight: 600;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart {
  margin-bottom: 30px;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity input,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity input {
  padding: 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  font-weight: bold;
  height: 41px;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity input::-webkit-outer-spin-button, .woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity input.qty,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity input.qty {
  border: solid 1px #94A3B8;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .plus,
.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .minus,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .plus,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .minus {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: #1E293B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 40px;
  cursor: pointer;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .plus:hover,
.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .minus:hover,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .plus:hover,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .minus:hover {
  background: #e53611;
  border-color: #e53611;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .plus,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .plus {
  border-left: solid 1px #94A3B8;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .quantity .minus,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .quantity .minus {
  border-right: solid 1px #94A3B8;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .single_add_to_cart_button, .woocommerce .content-wrapper div.product .woo-content .summary form.cart .button,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .single_add_to_cart_button,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .button {
  float: none;
  font-weight: 700;
  padding: 12px 24px;
  position: relative;
  background: #f34610;
  z-index: 1;
  letter-spacing: 0.06em;
  border-radius: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.7, 1);
  min-width: 200px;
}

.woocommerce .content-wrapper div.product .woo-content .summary form.cart .single_add_to_cart_button:hover, .woocommerce .content-wrapper div.product .woo-content .summary form.cart .button:hover,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .single_add_to_cart_button:hover,
.woocommerce-page .content-wrapper div.product .woo-content .summary form.cart .button:hover {
  background: #be2510;
}

.woocommerce .content-wrapper div.product .woo-content .summary .product_meta,
.woocommerce-page .content-wrapper div.product .woo-content .summary .product_meta {
  margin-bottom: 30px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs {
  margin: 30px 0 40px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs {
  border: none;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background: #0F172A;
  color: #fff;
  padding: 5px 40px;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li::before, .woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li:hover {
  background: #be2510;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li.active {
  border: solid 1px #CFC8D8;
  z-index: 2;
  background: #fff;
  border-bottom: none;
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li.active a {
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li.active:hover,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li.active:hover {
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li.active:hover a {
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel {
  padding: 30px;
  background: #fff;
  border: solid 1px #CFC8D8;
  border-top: none;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel h2,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel p,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel p {
  margin-bottom: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel p:last-of-type(not:first-of-type),
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel p:last-of-type(not:first-of-type) {
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel ul,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel ul {
  margin-bottom: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs .panel ul li,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs .panel ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding: 5px 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments {
  margin-bottom: 40px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments h2,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments h2 {
  font-size: 20px;
  font-weight: 600;
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li:last-of-type,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li:last-of-type {
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px #CBD5E1;
  padding: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment_container .comment-text {
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  position: relative;
  margin-right: 20px;
  background: none;
  border: none;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0;
  display: inline-block;
  gap: 5px;
  line-height: 1;
  position: relative;
  padding: 10px 0;
  font-size: 15px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta .woocommerce-review__author,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta .woocommerce-review__author {
  font-size: 16px;
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .meta .woocommerce-review__published-date {
  font-size: 14px;
  margin: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating {
  float: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating::before, .woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating span::before,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating::before,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .star-rating span::before {
  color: #eab308;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .description,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #comments ol.commentlist li .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper span.comment-reply-title,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper span.comment-reply-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e53611;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform > p,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform > p {
  margin-bottom: 20px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform > p.form-submit,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform > p.form-submit {
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform label,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform label {
  line-height: 1;
  color: #334155;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform input, .woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform textarea,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform input,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform textarea {
  padding: 6px 10px;
  border: solid 1px #94A3B8;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform input:focus, .woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform textarea:focus,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform input:focus,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform textarea:focus {
  border-color: #3b82f6;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform p.comment-notes,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform p.comment-notes {
  font-weight: 500;
  margin-bottom: 40px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating label,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating label {
  margin-bottom: 0;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating p.stars,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating p.stars {
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating p.stars a::before,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-rating p.stars a::before {
  color: #eab308;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-comment,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-comment {
  margin-bottom: 16px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent input,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent input {
  width: 30px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent label,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .comment-form-cookies-consent label {
  margin: 0;
  color: #1E293B;
  font-weight: normal;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform #comment,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform #comment {
  height: auto;
  padding: 16px;
  max-height: 160px;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .submit,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .submit {
  background: #f34610;
  padding: 16px;
  margin-top: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.woocommerce .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .submit:hover,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs #reviews #review_form_wrapper #commentform .submit:hover {
  background: #e53611;
}

.events-carousel-wrapper {
  padding: 30px 0;
}

.events-carousel-wrapper .events-carousel {
  padding: 0 20px;
  margin: 0 -20px;
  overflow: hidden;
}

.events-carousel-wrapper a.calender-link {
  color: #fff;
  padding: 5px 20px 5px 15px;
  background: #1E293B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-carousel-wrapper a.calender-link i {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 4px;
  -webkit-transform: translate(2px, 1px);
          transform: translate(2px, 1px);
}

.events-carousel-wrapper a.calender-link:hover {
  background: #334155;
}

.events-carousel-wrapper a.calender-link:hover i {
  -webkit-transform: translate(5px, 1px);
          transform: translate(5px, 1px);
}

.events-carousel-wrapper .swiper-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}

.events-carousel-wrapper .swiper-controll .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  width: auto;
  margin: 0;
}

.events-carousel-wrapper .swiper-controll .swiper-pagination-bullet {
  background: #F1F5F9;
  margin: 0 5px;
}

.events-carousel-wrapper .swiper-controll .swiper-pagination-bullet-active {
  background: #f34610;
}

.events-carousel-wrapper .swiper-controll .button {
  color: #fff;
  margin: 0 10px;
}

.events-carousel-wrapper .event {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.events-carousel-wrapper .event-image {
  position: relative;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
}

.events-carousel-wrapper .event-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(3, 7, 18, 0.5);
  left: 0;
  top: 0;
}

.events-carousel-wrapper .event-date {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -10px;
  top: 10px;
  background: #000;
  z-index: 2;
}

.events-carousel-wrapper .event-date:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #94A3B8;
  border-left: 10px solid transparent;
}

.events-carousel-wrapper .event-date span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.events-carousel-wrapper .event-date span:first-child {
  font-size: 20px;
  padding: 10px 20px;
  background: #f34610;
  line-height: 20px;
}

.events-carousel-wrapper .event-date span:last-child {
  font-size: 14px;
  padding: 2px 20px;
  background: #fff;
  color: #1E293B;
}

.events-carousel-wrapper .event-content {
  padding: 12px 16px;
}

.events-carousel-wrapper .event-content h5 {
  font-size: 18px;
  font-weight: 500;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
}

.events-carousel-wrapper .event-content .date {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.events-carousel-wrapper .event-content .link {
  color: #fcc9ac;
}

.events-carousel-wrapper .event-content .link i {
  position: relative;
  -webkit-transform: translate(4px, 1px);
          transform: translate(4px, 1px);
}

body .em .em-event-content * {
  color: #475569;
  letter-spacing: 0;
}

body .em .em-event-content h1,
body .em .em-event-content h2,
body .em .em-event-content h3,
body .em .em-event-content h4,
body .em .em-event-content h5,
body .em .em-event-content h6 {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #1E293B;
}

body .em .em-event-content h1 {
  font-size: 28px;
  line-height: calc(28px * 1.4);
}

body .em .em-event-content h2 {
  font-size: 24px;
  line-height: calc(24px * 1.5);
}

body .em .em-event-content h3 {
  font-size: 20px;
  line-height: calc(20px * 1.6);
}

body .em .em-event-content h4 {
  font-size: 18px;
  line-height: calc(18px * 1.6);
}

body .em .em-event-content h5 {
  font-size: 16px;
  line-height: calc(16px * 1.6);
}

body .em .em-event-content h6 {
  font-size: 14px;
  line-height: calc(14px * 1.6);
}

body .em .em-event-content hr {
  margin: 25px 0;
  border: none;
  border-top: 1px solid #ccc;
}

body .em .em-event-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}

body .em .em-event-content ul,
body .em .em-event-content ol {
  list-style-position: outside;
  margin-left: 12px;
  margin-bottom: 20px;
}

body .em .em-event-content ul li,
body .em .em-event-content ol li {
  padding: 8px 0;
  line-height: 1.8;
}

body .em .em-event-content ul {
  list-style-type: disc;
}

body .em .em-event-content ol {
  list-style-type: decimal;
}

body .em .em-search-main {
  position: relative;
}

body .em .em-search-main.em-search-main-bar {
  background: #fff;
}

body .em .em-search-main .em-search-submit button {
  background: #f34610;
  border-color: #f34610;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .em .em-search-main .em-search-submit button:hover {
  background: #be2510;
  border-color: #972015;
}

body .em .em-cal-head {
  border-radius: 0;
}

body .em .em-cal-head > div {
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  font-weight: bold;
  color: var(--gray-700);
  border-color: #CBD5E1;
  font-size: 14px;
}

body .em.em.em-calendar {
  position: relative;
}

body .em.em.em-calendar .em-cal-nav {
  background: #E2E8F0;
  padding: 16px 24px;
  border: solid 1px #CBD5E1;
  border-bottom: none;
}

body .em.em.em-calendar .em-cal-nav > div {
  margin: 0;
}

body .em.em.em-calendar .em-cal-nav .month form {
  position: relative;
}

body .em.em.em-calendar .em-cal-nav .month input[type=text] {
  background: #fff;
  border: solid 1px #CBD5E1;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
  border-radius: 0;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: solid 1px #CBD5E1;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav[data-disabled="1"] {
  background: #F1F5F9;
  opacity: 0.5;
  cursor: not-allowed;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav:hover:not([data-disabled="1"]) {
  background: #fccaba;
  -webkit-filter: unset;
          filter: unset;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav svg {
  width: 18px;
  height: 18px;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav-today {
  border: none;
  min-width: 100px;
  border-radius: 0;
  cursor: pointer;
  border-right: solid 1px #CBD5E1;
  border-left: solid 1px #CBD5E1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav-today:hover:not(.is-today) {
  background: #fccaba;
  -webkit-filter: unset;
          filter: unset;
}

body .em.em.em-calendar .em-cal-nav .month-nav.input .em-calnav-today.is-today {
  opacity: 0.5;
  cursor: not-allowed;
}

body .em.em.em-calendar .em-cal-nav span.toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

body .em.em.em-calendar .em-cal-nav span.toggle:before {
  content: "\F229";
  font-family: 'bootstrap-icons';
  position: relative;
  width: 100%;
  line-height: 20px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: block;
}

body .em.em.em-calendar .em-cal-body {
  text-align: left;
  --grid-auto-rows: minmax(150px, auto) !important;
}

body .em.em.em-calendar .em-cal-body .em-cal-day {
  text-align: left !important;
  color: #2563eb;
  font-weight: bold;
  position: relative;
  padding: 0;
}

body .em.em.em-calendar .em-cal-body .em-cal-day.eventful {
  background: inherit;
}

body .em.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date {
  position: relative;
  left: -1px;
  top: -1px;
}

body .em.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date span {
  background: rgba(219, 234, 254, 0.8);
}

body .em.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a,
body .em.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
  color: #2563eb;
  position: relative;
  border-radius: 0;
  border: 1px solid #dedede;
}

body .em.em.em-calendar .em-cal-body.event-style-pill .em-cal-event {
  opacity: 1;
  overflow: hidden;
}

body .em.em.em-calendar .em-cal-body.event-style-pill .em-cal-event:nth-child(2) > div {
  background: #52c41a;
}

body .em.em.em-calendar .em-cal-body.event-style-pill .em-cal-event:nth-child(3) > div {
  background: #2563eb;
}

body .em.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
  border-radius: 0;
  border-color: transparent;
  line-height: 1;
}

body .em .em-item.em-item-single .content .em-item-header {
  margin-bottom: 30px;
}

body .em .em-item.em-item-single .content .em-item-image {
  padding: 0;
  border: none;
}

body .em .em-item.em-item-single .content .em-item-image img {
  padding: 0 !important;
  border: none;
  max-width: none;
  height: auto;
}

body .em .em-item.em-item-single .content h3.em-item-title {
  font-size: 20px;
  line-height: calc(20px * 1.5);
  color: #e53611;
  font-weight: 500;
  margin-bottom: 20px;
}

body .em .em-item.em-item-single .content .em-event-bookings {
  position: relative;
}

body .em .em-item.em-item-single .content .em-event-bookings h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form {
  background: #fff;
  border: solid 1px #CBD5E1;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form h3.em-booking-section-title {
  background: #ebf7ff;
  border: none;
  font-size: 18px !important;
  padding: 10px 20px;
  color: #072a6c;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-form {
  border: none;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form > section {
  all: unset;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section {
  padding: 20px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section label {
  font-weight: 500;
  color: #64748b;
  font-size: 15px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section textarea, body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section input {
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #CBD5E1;
  padding: 8px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section .em-consent-checkbox {
  padding: 20px 10px 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section .em-consent-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-booking-section .em-consent-checkbox input[type="checkbox"] {
  max-width: 16px;
  margin-right: 10px;
  border: solid 1px #CBD5E1;
  border-radius: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets {
  margin: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets thead {
  all: unset;
  width: 100%;
  display: none;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets td {
  vertical-align: middle;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets td:first-child {
  width: 60%;
  padding: 10px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets td:nth-child(2) {
  width: calc(40%  - 100px);
  text-align: right;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-tickets td:last-child {
  text-align: right;
  width: 100px;
  padding-right: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-ticket select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100% !important;
  display: block;
  font-size: 1.15rem;
  padding: 4px 8px 4px 16px !important;
  background-color: #fff;
  border: 1px solid #CBD5E1;
  color: #475569;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23475569"><polygon points="0,0 100,0 50,50"/></svg>') no-repeat;
  background-size: 10px;
  background-position: 85% 60%;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-bookings-ticket-table-type {
  font-weight: bold;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-bookings-ticket-table-type span {
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-bookings-ticket-table-price {
  font-weight: bold;
  color: #f34610;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login {
  margin: 0;
  padding: 0;
  background: #d2eeff;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-trigger {
  font-style: normal;
  margin: 0 !important;
  background: #fefce8;
  padding: 10px 16px;
  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;
  color: #a16207;
  font-weight: 500;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-trigger a {
  padding: 4px 10px;
  margin-left: 16px;
  background: #072a6c;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-trigger a:hover {
  background: #013fa7;
  color: #fff;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-trigger:before {
  content: "\F336";
  font-family: 'bootstrap-icons';
  margin-right: 10px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-content {
  padding: 30px;
  margin-bottom: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-content > p {
  text-align: center;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-content form {
  max-width: 400px;
  margin: 0 auto;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-form label {
  font-size: 14px;
  font-weight: normal;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-form input[type="text"], body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-form input[type="password"] {
  padding: 4px 10px;
  width: 100%;
  margin-bottom: 8px;
  border: solid 1px #CBD5E1;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-actions {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-actions > div {
  width: 100%;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-meta {
  margin-top: 10px;
  margin-bottom: 18px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-meta > * {
  width: 100%;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-meta .em-login-rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-meta .em-login-rememberme input[type="checkbox"] {
  max-width: 16px;
  margin-right: 6px;
  border: solid 1px #CBD5E1 !important;
  border-radius: 0;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-meta .em-login-links {
  text-align: right;
  color: #f67341;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 16px;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons button {
  color: #fff;
  padding: 6px  20px;
  width: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons button[type="submit"] {
  background: #072a6c;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons button[type="submit"]:hover {
  background: #013fa7;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons button:last-child {
  background: #CBD5E1;
}

body .em .em-item.em-item-single .content .em-event-bookings .em.em-event-booking-form .em-login-buttons button:last-child:hover {
  background: #64748B;
}

body .em .em-item.em-item-single .sidebar {
  position: relative;
}

@media (min-width: 1024px) {
  body .em .em-item.em-item-single .sidebar {
    position: sticky;
    top: 40px;
  }
}

body .em .em-item.em-item-single .sidebar h3.sidebar-title {
  --font-size: 6px;
  color: #f34610;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-weight: 600;
}

body .em .em-item.em-item-single .sidebar h3.sidebar-title:before, body .em .em-item.em-item-single .sidebar h3.sidebar-title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .em .em-item.em-item-single .sidebar h3.sidebar-title:before {
  background: rgba(243, 70, 16, 0.4);
  z-index: 1;
  width: 40%;
  height: 2px;
  bottom: -0.7px;
}

body .em .em-item.em-item-single .sidebar h3.sidebar-title:after {
  background: rgba(243, 70, 16, 0.2);
}

body .em .em-item.em-item-single .sidebar .em-item-meta {
  gap: 0;
  background: #ebf7ff;
  padding: 15px;
  font-weight: 500;
  margin: 0 !important;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column {
  margin-bottom: 16px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column .em-event-meta-datetime:first-of-type {
  margin-bottom: 5px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column.em-event-bookings {
  margin-bottom: 5px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column.em-event-bookings .em-item-meta-line {
  margin: 0;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column.em-event-bookings .em-item-meta-line .em-icon {
  display: none;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column.em-event-bookings .em-event-prices {
  font-weight: 600;
  font-size: 24px;
  color: #013fa7;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-column.em-event-bookings .space {
  font-style: italic;
  font-size: 13px;
  color: rgba(1, 63, 167, 0.7);
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  gap: 10px;
  width: 100%;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .button, body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .em-event-add-to-calendar {
  font-size: 15px;
  padding: 12px 16px !important;
  background: #fff;
  color: #1E293B;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  background-position: 95% 50% !important;
  border: solid 1px #CBD5E1 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  text-align: center;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .button:hover, body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .em-event-add-to-calendar:hover {
  background: #aee2ff;
  border-color: #aee2ff;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .button {
  color: #fff;
  background: #f34610;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .button i {
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .button:hover {
  color: #fff;
  background: #be2510;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .em-event-add-to-calendar {
  padding-right: 30px !important;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .btn-group .em-event-add-to-calendar .em-icon {
  display: none;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-line {
  font-size: 16px;
  line-height: 1.8;
  padding: 4px 0 4px 0;
  margin: 0 10px;
  position: relative;
  color: #334155;
  grid-template-columns: 35px 1fr;
  font-weight: 400;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-line .em-icon {
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-line .em-icon.em-icon-location {
  top: 8px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-line .em-icon:before {
  font-size: 16px;
  position: relative;
  color: #030712;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-line.em-event-location .location-name {
  font-weight: 500;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-booking-column {
  background: #fff4ed;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-booking-column .em-event-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #f34610;
}

body .em .em-item.em-item-single .sidebar .em-item-meta .em-item-meta-booking-column .em-event-prices .em-icon:before {
  font-size: 20px;
}

.newsletter-item {
  background: rgba(243, 70, 16, 0.1);
  border: solid 1px #fee6d6;
  height: auto;
}

.newsletter-item .thumb {
  position: relative;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  margin: 10px;
}

.newsletter-item .detail {
  padding: 10px;
  padding-bottom: 26px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-item .detail h3 {
  font-size: 20px;
  line-height: calc( 1.4 * 20px);
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 20px;
}

.newsletter-item .detail .btn-primary .elementor-button {
  padding: 10px 18px;
}
