@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;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: flex;
  position: relative;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  position: relative;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

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

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

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

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

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

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

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

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

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

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

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

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

.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-prev, .swiper-button-next {
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
}

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

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

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

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

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

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

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  bottom: 10px;
  left: 0;
}

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.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));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  border-radius: 50%;
  display: inline-block;
}

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

.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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

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

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

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

.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 {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.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 {
  transition: transform .2s, left .2s;
}

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

.swiper-pagination-progressbar {
  background: #00000040;
  position: absolute;
}

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

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

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

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

.swiper-scrollbar {
  -ms-touch-action: none;
  background: #0000001a;
  border-radius: 10px;
  position: relative;
}

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  width: 98%;
  height: 5px;
  position: absolute;
  bottom: 3px;
  left: 1%;
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  z-index: 50;
  width: 5px;
  height: 98%;
  position: absolute;
  top: 1%;
  right: 3px;
}

.swiper-scrollbar-drag {
  background: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  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, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.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-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.-right-10 {
  right: -2.5rem;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0;
}

.right-3 {
  right: .75rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: .75rem;
}

.top-8 {
  top: 2rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[100px\] {
  top: 100px;
}

.z-10, .z-\[10\] {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[9999999999999\] {
  z-index: 2147483647;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.z-\[9\] {
  z-index: 9;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.m-0 {
  margin: 0;
}

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\!mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[-40px\] {
  margin-top: -40px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[6px\] {
  height: 6px;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-\[45px\] {
  height: 45px;
}

.max-h-\[40px\] {
  max-height: 40px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.max-h-\[700px\] {
  max-height: 700px;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[90px\] {
  max-height: 90px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[450px\] {
  min-height: 450px;
}

.w-1\/2 {
  width: 50%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[6px\] {
  width: 6px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-full {
  width: 100%;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.\!max-w-\[1000px\] {
  max-width: 1000px !important;
}

.\!max-w-\[1090px\] {
  max-width: 1090px !important;
}

.\!max-w-\[1200px\] {
  max-width: 1200px !important;
}

.\!max-w-\[500px\] {
  max-width: 500px !important;
}

.\!max-w-\[990px\] {
  max-width: 990px !important;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[100vw\] {
  max-width: 100vw;
}

.max-w-\[1160px\] {
  max-width: 1160px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[710px\] {
  max-width: 710px;
}

.max-w-\[74\.5rem\] {
  max-width: 74.5rem;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[875px\] {
  max-width: 875px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[990px\] {
  max-width: 990px;
}

.max-w-\[calc\(100\%-30px\)\] {
  max-width: calc(100% - 30px);
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.animate-marquee {
  animation: 55s linear infinite marquee;
}

@keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.animate-marquee2 {
  animation: 55s linear infinite marquee2;
}

.animate-marqueeLong {
  animation: 150s linear infinite marquee;
}

.animate-marqueeLong2 {
  animation: 150s linear infinite marquee2;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-items-center {
  justify-items: center;
}

.gap-1 {
  gap: .25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-\[400px\] {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.rounded-bl-\[400px\] {
  border-bottom-left-radius: 400px;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.rounded-br-\[400px\] {
  border-bottom-right-radius: 400px;
}

.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tl-\[400px\] {
  border-top-left-radius: 400px;
}

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.rounded-tr-\[400px\] {
  border-top-right-radius: 400px;
}

.rounded-tr-\[40px\] {
  border-top-right-radius: 40px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-brand-primary {
  border-color: var(--color-brand-dark-blue);
}

.border-brand-secondary {
  border-color: var(--color-brand-blue-cta);
}

.border-white {
  border-color: var(--color-white);
}

.border-b-brand-secondary {
  border-bottom-color: var(--color-brand-blue-cta);
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

.bg-black {
  background-color: var(--color-black);
}

.bg-brand-light-blue {
  background-color: var(--color-brand-light-blue);
}

.bg-brand-primary {
  background-color: var(--color-brand-dark-blue);
}

.bg-brand-red {
  background-color: var(--color-red);
}

.bg-brand-secondary {
  background-color: var(--color-brand-blue-cta);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-opacity-70 {
  --tw-bg-opacity: .7;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: var(--color-black) var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-2 {
  padding: .5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!pl-\[10px\] {
  padding-left: 10px !important;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pr-2 {
  padding-right: .5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-body, .font-heading {
  font-family: dm-sans, sans-serif;
}

.\!text-\[14px\] {
  font-size: 14px !important;
}

.\!text-\[18px\] {
  font-size: 18px !important;
}

.\!text-\[20px\] {
  font-size: 20px !important;
}

.\!text-\[35px\] {
  font-size: 35px !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.\!text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black);
}

.text-brand-primary {
  color: var(--color-brand-dark-blue);
}

.text-brand-secondary {
  color: var(--color-brand-blue-cta);
}

.text-white {
  color: var(--color-white);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

html {
  font-size: 14px;
}

@media (width >= 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background-color: var(--color-body);
  padding-top: 120px;
  font-family: dm-sans, sans-serif;
  position: relative;
  overflow-x: hidden;
}

@media (width >= 768px) {
  body {
    padding-top: 140px;
  }
}

@media (width >= 992px) {
  body {
    padding-top: 170px;
  }
}

body.home {
  padding-top: 0;
}

input:focus, select:focus, .form-control:focus, button:focus, .btn:focus {
  box-shadow: none;
  border-color: inherit;
  outline: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  text-transform: inherit;
  margin-bottom: 0;
}

a, a:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all .3s linear;
}

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

.theme-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-icon {
  gap: 1.5rem;
}

.social-icon .icon-item {
  line-height: 0;
  display: block;
}

.social-icon .icon-item img {
  height: 1.4rem;
  transition: all .1s linear;
}

.social-icon .icon-item img[alt="youtube"] {
  height: 1.2rem;
}

.social-icon .icon-item:hover img {
  filter: invert(30%) sepia(15%) saturate(1676%) hue-rotate(352deg) brightness() contrast(90%);
}

.pills {
  text-transform: lowercase;
  border: 1px solid #71bacd;
  border-radius: 4rem;
  margin-bottom: 1rem;
  padding: .1rem .9rem;
  font-family: dm-sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

@media (width >= 768px) {
  .pills {
    margin-bottom: 0;
  }
}

.outer-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

@media (width >= 768px) {
  .outer-container {
    max-width: 1336px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.outer-container > .container {
  padding: 0;
}

.theme-btn {
  color: #f0f8fa;
  text-transform: capitalize;
  box-shadow: none;
  white-space: nowrap;
  background-color: #11a6be;
  border: none;
  border-radius: 50px;
  outline: none;
  align-items: center;
  gap: .5rem;
  padding: .625rem .625rem .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-flex;
  position: relative;
}

@media (width >= 1600px) {
  .theme-btn {
    font-size: 1rem;
  }
}

.theme-btn span {
  background-color: #f0f8fa;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
}

.theme-btn span:before {
  content: "";
  background: url("right-arrow.42f5b185.svg") center / 12px no-repeat;
  width: 100%;
  height: 100%;
  transition: all .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.theme-btn:hover {
  color: #11a6be;
  background: #f0f8fa;
}

.theme-btn:hover span {
  background-color: #11a6be;
  transform: rotate(45deg);
}

.theme-btn:hover span:before {
  filter: brightness(0) invert();
}

.theme-btn.white-btn {
  color: #11a6be;
  background-color: #f0f8fa;
}

.theme-btn.white-btn span {
  background-color: #11a6be;
}

.theme-btn.white-btn span:before {
  filter: brightness(0) invert();
}

.theme-btn.white-btn:hover {
  color: #f0f8fa;
  background-color: #11a6be;
}

.theme-btn.white-btn:hover span {
  background-color: #f0f8fa;
}

.theme-btn.white-btn:hover span:before {
  filter: none;
}

.sticky-bar-wrapper .sticky-bar .sticky-info .sticky-content h6 {
  color: #f0f8fa;
  font-family: dm-sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

@media (width >= 992px) {
  .sticky-bar-wrapper .sticky-bar .sticky-info .sticky-content h6 {
    font-size: 1rem;
  }
}

.sticky-bar-wrapper .sticky-bar .sticky-info .sticky-content p {
  color: #f0f8fa;
  font-family: dm-sans, sans-serif;
  font-size: .875rem;
  line-height: 1;
}

@media (width >= 992px) {
  .sticky-bar-wrapper .sticky-bar .sticky-info .sticky-content p {
    font-size: 1rem;
  }
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (width >= 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

[x-cloak] {
  display: none !important;
}

.iframe-wrap iframe {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  max-width: 100vw;
  position: relative;
  overflow-x: hidden;
}

@media screen and (width <= 768px) {
  body .bot-eb-trigger {
    z-index: 2147483647 !important;
    bottom: 90px !important;
  }
}

.quote-section + .request-wrapper .outer-container {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: dm-sans, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: var(--color-brand-blue-cta);
}

.hero h1 span, .hero h2 span, .hero h3 span, .hero h4 span, .hero h5 span, .hero h6 span, .hero .h1 span, .hero .h2 span, .hero .h3 span, .hero .h4 span, .hero .h5 span, .hero .h6 span {
  color: var(--color-brand-light-blue);
}

h1 p, h2 p, h3 p, h4 p, h5 p, h6 p, .h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p {
  line-height: 1.3;
}

h2, h1, .h2, .h1 {
  font-size: 40px;
}

@media (width >= 768px) {
  h2, h1, .h2, .h1 {
    font-size: 46px;
  }
}

@media (width >= 992px) {
  h2, h1, .h2, .h1 {
    font-size: 50px;
  }
}

@media (width >= 1200px) {
  h2, h1, .h2, .h1 {
    font-size: 54px;
  }
}

@media (width >= 1600px) {
  h2, h1, .h2, .h1 {
    font-size: 60px;
  }
}

h3, .h3 {
  font-family: dm-sans, sans-serif;
  font-size: 28px;
}

@media (width >= 576px) {
  h3, .h3 {
    font-size: 34px;
  }
}

@media (width >= 768px) {
  h3, .h3 {
    font-size: 40px;
  }
}

@media (width >= 992px) {
  h3, .h3 {
    font-size: 44px;
  }
}

@media (width >= 1600px) {
  h3, .h3 {
    font-size: 50px;
  }
}

h4, .h4 {
  font-family: dm-sans, sans-serif;
  font-size: 1.5rem;
}

@media (width >= 576px) {
  h4, .h4 {
    font-size: 28px;
  }
}

@media (width >= 768px) {
  h4, .h4 {
    font-size: 30px;
  }
}

@media (width >= 992px) {
  h4, .h4 {
    font-size: 34px;
  }
}

@media (width >= 1600px) {
  h4, .h4 {
    font-size: 40px;
  }
}

h5, .h5 {
  font-family: dm-sans, sans-serif;
  font-size: 1.375rem;
}

@media (width >= 768px) {
  h5, .h5 {
    font-size: 1.625rem;
  }
}

@media (width >= 992px) {
  h5, .h5 {
    font-size: 1.875rem;
  }
}

h6, .h6 {
  font-family: dm-sans, sans-serif;
  font-size: 1.25rem;
}

@media (width >= 768px) {
  h6, .h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-bottom: 1.25rem;
  font-family: dm-sans, sans-serif;
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0;
}

span, a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

.button {
  text-align: center;
  background-color: var(--color-brand-blue-cta);
  color: var(--color-white);
  border-radius: 40px;
  padding: .375rem .375rem .375rem .9375rem;
  font-family: dm-sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

@media (width >= 992px) {
  .button {
    padding: .5rem .5rem .5rem .9375rem;
    font-size: 1rem;
  }
}

.button span:not(.button__arrow) {
  padding-right: 10px;
  font-size: inherit !important;
}

.button__arrow {
  background-color: var(--color-white);
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  color: var(--color-brand-blue-cta);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width >= 992px) {
  .button__arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
}

.button__arrow--first, .button__arrow--second {
  transition: all .3s ease-in-out;
  position: absolute;
}

.button__arrow--first {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button__arrow--second {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

.button:hover {
  color: var(--color-brand-dark-blue);
}

.button:hover .button__arrow--first {
  top: 0;
  left: 100%;
  transform: translate(0, 100%);
}

.button:hover .button__arrow--second {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button__white {
  background-color: var(--color-white);
  color: var(--color-brand-blue-cta);
}

.button__white .button__arrow {
  background-color: var(--color-brand-blue-cta);
  color: var(--color-white);
}

.read-more-press {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.read-more-press__arrow {
  color: #f0f8fa;
  background-color: var(--color-brand-blue-cta);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-desktop .read-more-press__arrow:hover, .is-desktop a:hover .read-more-press__arrow {
  background-color: var(--color-brand-blue-cta);
}

.read-more-press__first, .read-more-press__second {
  transition: all .3s ease-in-out;
  position: absolute;
}

.read-more-press__first {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.read-more-press__second {
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

.is-desktop .read-more-press:hover, .is-desktop a:hover .read-more-press {
  color: var(--color-brand-blue-cta);
}

.is-desktop .read-more-press:hover .read-more-press__first, .is-desktop a:hover .read-more-press .read-more-press__first {
  left: 100%;
  transform: translate(200%, -50%);
}

.is-desktop .read-more-press:hover .read-more-press__second, .is-desktop a:hover .read-more-press .read-more-press__second {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wpcf7-submit {
  text-align: center;
  background-color: var(--color-brand-blue-cta);
  color: var(--color-white);
  cursor: pointer;
  border-radius: 40px;
  padding: .9375rem 2.1875rem;
  font-family: dm-sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  display: inline-block;
}

@media (width >= 992px) {
  .wpcf7-submit {
    font-size: 1rem;
  }
}

@media only screen and (width >= 992px) {
  .js-fade-in {
    opacity: 0;
    transition: all .9s;
  }

  .js-fade-in.is-intersecting {
    opacity: 1;
  }

  .js-fade-up {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-fade-up.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee-inverted {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

:root {
  --logo-width: 172px;
  --logo-height: 131px;
}

@media (width <= 575.98px) {
  :root {
    --logo-width: 117px;
    --logo-height: 89px;
  }
}

header {
  z-index: 9;
  width: 100%;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
}

header .button {
  font-size: 14px;
}

header .main-header {
  gap: 2rem;
}

header .main-header .logo {
  width: var(--logo-width);
  height: var(--logo-height);
}

header .main-header .logo img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: all .3s linear;
}

header .main-header .logo img.white-logo {
  display: none;
}

header .main-header .nav {
  gap: 1rem 1.5rem;
}

@media (width >= 1400px) {
  header .main-header .nav {
    gap: 1rem 2rem;
  }
}

header .main-header .nav .nav-item .nav-link {
  color: var(--color-brand-dark-blue);
  padding: 0;
  font-family: dm-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s linear;
}

@media (width >= 1400px) {
  header .main-header .nav .nav-item .nav-link {
    font-size: 1.125rem;
  }
}

@media screen and (width >= 1920px) {
  header .main-header .nav .nav-item .nav-link {
    font-size: 1.25rem;
  }
}

header .main-header .nav .nav-item .nav-link:hover {
  color: #11a6be;
}

header .main-header .nav .nav-item.level-0 > a {
  padding-bottom: 40px;
}

header.sticky {
  padding: 0;
  animation: .95s forwards headerSticky;
  position: fixed;
}

header.sticky .main-header .logo img {
  transform: scale(.8);
}

header.sticky .main-header .logo img.white-logo {
  display: block;
}

header.sticky .main-header .logo img.blue-logo {
  display: none;
}

header.sticky .main-header .nav .nav-item .nav-link:hover {
  color: #11a6be;
}

.home header .main-header .logo img.blue-logo {
  display: none;
}

.home header .main-header .logo img.white-logo {
  display: block;
}

.home header .main-header .nav .nav-item .nav-link:hover {
  color: #11a6be;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar {
  z-index: 10;
  background-color: #ceefee;
  width: 100%;
  height: 100vh;
  transition: all .3s linear;
  position: fixed;
  top: -100%;
  left: 0;
}

.navbar .close {
  cursor: pointer;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.navbar .nav .nav-item {
  padding: 1rem 0;
}

.navbar .nav .nav-item .nav-link {
  color: #314c5f;
  padding: 0;
  font: 600 2.4rem / 1.4 dm-sans, sans-serif;
}

.navbar.active {
  top: 0;
}

#select-location-bg {
  z-index: 100;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  background: #314c5f;
  width: 100%;
  height: 100vh;
  transition: all .3s linear;
  position: fixed;
  top: 0;
  left: 0;
}

#select-location-bg.active {
  opacity: 1;
  visibility: visible;
}

.select-location {
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  transition: all .3s linear;
  position: fixed;
  top: 0;
  left: 0;
}

.select-location .close {
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.select-location .location-input {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.select-location .location-input h2 {
  color: #f0f8fa;
}

.select-location .location-input select {
  color: #f0f8fa;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-image: url("down-arrow-white.c06ae82f.svg");
  background-position: calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: 14px;
  border: 2px solid #eff8fa;
  border-radius: 40px;
  width: 100%;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  transition: all .3s linear;
}

.select-location .location-input select option {
  color: var(--color-brand-dark-blue);
}

.select-location.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

@media (width <= 575.98px) {
  .select-location .close {
    width: 3rem;
    height: 3rem;
    top: 3rem;
    right: 3rem;
  }

  .select-location .location-input select {
    background-position: calc(100% - 2.4rem);
    font-size: 2rem;
  }
}

.job-dtl-info {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.main-menu li.has-two-tier-submenu > .sub-menu {
  background-color: var(--color-white);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  --tw-drop-shadow: drop-shadow(0 20px 13px #00000008) drop-shadow(0 8px 5px #00000014);
  width: 100%;
  min-width: 900px;
  max-width: calc(100% - 60px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  border: 1px solid #58585a26;
  border-radius: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto;
  padding: 2rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: grid;
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
}

.main-menu li.has-two-tier-submenu.menu-item-85 > .sub-menu {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.is-desktop .main-menu li.has-two-tier-submenu:hover > .sub-menu {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  top: 5rem;
}

.main-menu li.has-two-tier-submenu > a {
  padding-bottom: 30px;
}

.main-menu li .sub-menu li.level-1 > a {
  color: var(--color-brand-dark-blue) !important;
  font-size: 18px !important;
}

.is-desktop .main-menu li .sub-menu li.level-1 > a:hover {
  color: var(--color-brand-blue-cta) !important;
}

.main-menu li .sub-menu li.level-1 .sub-menu {
  padding-top: 10px;
}

.main-menu li .sub-menu li.level-1 .sub-menu li a {
  font-weight: 400 !important;
}

.main-menu li .sub-menu li a {
  color: var(--color-black) !important;
}

.is-desktop .main-menu li .sub-menu li a:hover {
  color: var(--color-brand-blue-cta) !important;
}

.main-menu li .sub-menu .level-1 {
  display: block;
}

.main-menu li .sub-menu .level-2 {
  display: block;
  font-weight: 400 !important;
}

.main-menu li.has-one-tier-submenu {
  position: relative;
}

.main-menu li.has-one-tier-submenu > .sub-menu {
  background-color: var(--color-white);
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  --tw-drop-shadow: drop-shadow(0 20px 13px #00000008) drop-shadow(0 8px 5px #00000014);
  width: 100%;
  min-width: 200px;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  border: 1px solid #58585a26;
  border-radius: 10px;
  margin: 0 auto;
  padding: 1rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
}

.main-menu li.has-one-tier-submenu > .sub-menu li {
  margin-bottom: 4px;
  display: block;
}

.main-menu li.has-one-tier-submenu > .sub-menu li a {
  font-size: 14px !important;
}

.is-desktop .main-menu li.has-one-tier-submenu:hover > .sub-menu {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  top: 2rem;
}

.form-group {
  margin-bottom: 10px;
}

.filter-input {
  color: #314c5f;
  cursor: pointer;
  background-color: #ceefee;
  border: 1px solid #314c5f;
  border-radius: 4rem;
  width: 100%;
  padding: 15px 35px;
  font: 500 16px / 1.3 dm-sans, sans-serif;
}

@media (width >= 992px) {
  .filter-input {
    font-size: 18px;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  color: #314c5f;
  cursor: pointer;
  background-color: #0000;
  background-image: url("down-arrow.0b1c820b.svg");
  background-position: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #314c5f;
  border-radius: 4rem;
  width: 100%;
  padding: 10px 35px;
  font-size: 16px;
}

@media (width >= 992px) {
  select {
    font-size: 18px;
  }
}

select.filter-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("down-arrow.0b1c820b.svg");
  background-position: calc(100% - 1rem);
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 10px 35px;
  font-size: 16px;
}

@media (width >= 992px) {
  select.filter-input {
    font-size: 18px;
  }
}

textarea {
  min-height: 200px;
}

.form {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

label {
  color: #314c5f;
  margin-bottom: .5rem;
  font-family: dm-sans, sans-serif;
  font-weight: 700;
  display: block;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
  color: #314c5f;
  background-color: #0000;
  border: 2px solid #314c5f;
  border-radius: 40px;
  width: 100%;
  padding: .625rem 1.25rem;
  font: 400 1rem / 1.5 dm-sans, sans-serif;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  background-color: #0000;
}

@media (width <= 767.98px) {
  input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
    border-width: 1px;
  }
}

.location-filter-wrap input[type="text"], .location-filter-wrap input[type="number"], .location-filter-wrap input[type="email"], .location-filter-wrap input[type="tel"], .location-filter-wrap textarea {
  color: var(--color-white);
  border: 2px solid var(--color-white);
}

.location-filter-wrap input[type="text"]::-webkit-input-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="number"]::-webkit-input-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="email"]::-webkit-input-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="tel"]::-webkit-input-placeholder {
  color: var(--color-white);
}

.location-filter-wrap textarea::-webkit-input-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="text"]:-moz-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="number"]:-moz-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="email"]:-moz-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="tel"]:-moz-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap textarea:-moz-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="text"]::-moz-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="number"]::-moz-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="email"]::-moz-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="tel"]::-moz-placeholder {
  color: var(--color-white);
}

.location-filter-wrap textarea::-moz-placeholder {
  color: var(--color-white);
}

.location-filter-wrap input[type="text"]:-ms-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="number"]:-ms-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="email"]:-ms-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap input[type="tel"]:-ms-placeholder-shown {
  color: var(--color-white);
}

.location-filter-wrap textarea:-ms-placeholder-shown {
  color: var(--color-white);
}

.wpcf7-form-control-wrap {
  display: block;
}

.form .theme-btn {
  margin-top: 1.6rem;
}

.form .theme-btn input {
  color: inherit;
  background-color: #0000;
  border: none;
}

.bard h1, .bard h2, .bard h3, .bard h4, .bard h5, .bard h6 {
  color: var(--color-brand-dark-blue);
  margin-bottom: 10px;
}

.bard h1 {
  font-size: 36px;
}

.bard h2 {
  font-size: 32px;
}

.bard h3 {
  font-size: 28px;
}

.bard h4 {
  font-size: 24px;
}

.bard h5 {
  font-size: 20px;
}

.bard h6 {
  font-size: 18px;
  font-weight: 700;
}

.bard ul {
  list-style-type: disc;
}

.bard ul li {
  list-style-position: inside;
}

.bard p {
  font-size: 16px;
}

@media (width >= 992px) {
  .bard p {
    font-size: 18px;
  }
}

.bard a:not(.button) {
  font-weight: 700;
  text-decoration: underline;
}

.bard ul li, .bard ol li {
  margin-bottom: 5px;
  font-size: 16px;
}

@media (width >= 992px) {
  .bard ul li, .bard ol li {
    font-size: 18px;
  }
}

.bard ul li::marker, .bard ol li::marker {
  color: var(--color-brand-blue-cta);
}

.bard ul {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.bard ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  list-style-position: inside;
}

.bard img {
  width: 100%;
  margin: 1.875rem 0;
}

.nav-overlay {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-overlay .container {
  position: relative;
}

.nav-overlay__top {
  width: 100%;
}

.nav-overlay__inner {
  height: calc(100vh - 20px);
  overflow: auto;
}

.nav-overlay__top {
  background-color: var(--color-brand-primary);
  width: 100%;
  padding-left: inherit;
  padding-right: inherit;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-overlay #nav-hidden {
  margin-bottom: 40px;
}

.nav-overlay ul li a {
  color: var(--color-white);
}

.is-desktop .nav-overlay ul li a:hover, .nav-overlay p {
  color: var(--color-brand-blue-cta);
}

.nav-overlay .social-menu li {
  margin-right: 10px;
  display: inline-block;
}

.nav-overlay .social-menu li:last-child {
  margin-right: 0;
}

.nav-overlay .social-menu li a {
  border: 1px solid var(--color-brand-blue-cta);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  display: flex;
}

.is-desktop .nav-overlay .social-menu li a:hover {
  color: var(--color-brand-blue-cta);
  border: 1px solid var(--color-brand-blue-cta);
}

.nav-overlay__close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: var(--color-brand-blue-cta);
  background-color: var(--color-brand-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .3s ease-in-out .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is-desktop .nav-overlay__close:hover {
  color: var(--color-brand-blue-cta);
}

.nav-overlay p {
  color: var(--color-brand-blue-cta);
  margin-bottom: .3125rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (width >= 992px) {
  .nav-overlay p {
    font-size: 1.25rem;
  }
}

.nav-overlay__bottom {
  padding: 7.5rem 0 1.25rem;
}

@media (width >= 992px) {
  .nav-overlay__bottom {
    padding: 6.875rem 0 1.25rem;
  }
}

.nav-overlay__bottom--left {
  transition: all .3s ease-in-out;
}

.nav-overlay__bottom--left ul {
  margin: 0;
}

.nav-overlay__bottom--left ul li {
  overflow: hidden;
}

.nav-overlay__bottom--left ul li.level-0 {
  transform: translateY(120px);
}

.nav-overlay__bottom--left ul li a {
  font-size: max(18px, min(1.8vw, 22px));
  transition: all .3s ease-in-out;
  display: inline-block;
}

.nav-overlay__bottom--right a {
  color: var(--color-brand-blue-cta);
}

.is-desktop .nav-overlay__bottom--right a:hover {
  color: var(--color-brand-primary);
}

.fade-in-nav {
  opacity: 0;
  transform: translateY(50px);
}

@media (width >= 992px) {
  #nav-hidden {
    display: none;
  }
}

.mobile-menu li {
  color: var(--color-white);
  margin-bottom: 3px;
  display: block;
  position: relative;
}

.mobile-menu li.level-2 {
  padding-left: 8px;
}

.mobile-menu li .sub-menu {
  display: block;
}

.mobile-menu li .sub-menu li:first-of-type {
  padding-top: 10px;
}

.mobile-menu li .sub-menu li:last-of-type {
  padding-bottom: 10px;
}

.mobile-menu li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
}

.nav-toggle {
  width: 30px;
  color: var(--color-white);
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-menu .sub-menu {
  max-height: 0;
  transition: max-height .3s;
  overflow: hidden;
}

.mobile-menu .sub-menu.submenu-open {
  max-height: 500px;
}

.nav-toggle i {
  transition: transform .3s;
  display: inline-block;
}

.nav-toggle.active i {
  transform: rotate(180deg);
}

.is-desktop .footer a:not(.button):hover {
  color: var(--color-brand-blue-cta);
  text-decoration: none;
}

.hero-wrapper {
  height: 100vh;
  min-height: 600px;
}

.hero-wrapper__hero h1 span {
  color: #71bacd;
}

.hero-wrapper__hero p {
  color: var(--color-white);
  line-height: 1.5;
}

.hero-wrapper:before {
  content: "";
  opacity: .88;
  z-index: 3;
  background: linear-gradient(#3d3d3e 0%, #0000 100%) no-repeat padding-box padding-box;
  width: 100%;
  height: 35rem;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrapper:after {
  content: "";
  opacity: .7;
  z-index: 3;
  background: linear-gradient(0deg, #0000 0%, #314c5f 100%) no-repeat padding-box padding-box;
  width: 100%;
  height: 70rem;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.about-main-wrapper h1 span {
  color: #54afac;
}

.about-main-wrapper .about {
  --bs-gutter-x: 0;
}

.about-main-wrapper .about .about-img {
  width: 95%;
  margin-right: -50px;
}

@media (width >= 768px) {
  .about-main-wrapper .about .about-img {
    width: 100%;
  }
}

.about-main-wrapper .about .about-img img {
  aspect-ratio: 1 / .617;
  border-radius: 0 200px 30px 0;
}

@media (width >= 768px) {
  .about-main-wrapper .about .about-img img {
    border-radius: 0 350px 50px 0;
    margin-bottom: -2.75rem;
  }
}

.about-main-wrapper .about .about-img:before {
  content: "";
  opacity: .43;
  z-index: -1;
  background: linear-gradient(#11a6be00 0%, #12a5be 100%) no-repeat padding-box padding-box;
  border-radius: 100%;
  width: 33.4rem;
  height: 33.4rem;
  position: absolute;
  top: -7rem;
  right: 1.2rem;
}

.about-main-wrapper .about .about-content p {
  font-size: 1.25rem;
}

@media (width >= 992px) {
  .about-main-wrapper .about .about-content p {
    font-size: 1.625rem;
  }
}

.about-main-wrapper .about .about-content p:last-child {
  margin-bottom: 0;
}

.about-main-wrapper .about .about-content .client-logos h5 {
  font-family: dm-sans, sans-serif;
  font-weight: 500;
}

.about-main-wrapper .about .about-content .client-logos .client .slick-list .slick-track {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.about-main-wrapper:after {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#314c5f 0%, #426177 100%) no-repeat padding-box padding-box;
  border-radius: 0 5rem 50rem 0;
  width: 90%;
  height: 70%;
  position: absolute;
  top: 9rem;
  right: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.about-main-wrapper.bg-brand-light-blue:after {
  background: linear-gradient(#ceefee 0%, #c3e0df 100%) no-repeat padding-box padding-box;
}

@media (width <= 1699.98px) {
  .about-main-wrapper .about .about-content {
    max-width: 727.5px;
  }
}

@media (width <= 1599.98px) {
  .about-main-wrapper .about .about-content {
    max-width: 660px;
  }
}

.treatments-slider {
  overflow-x: visible !important;
}

.slider-count-bar {
  gap: 1rem;
}

.slider-count-bar span {
  color: var(--color-brand-blue-cta);
  margin-bottom: -.2rem;
  font-family: dm-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.slider-count-bar .progress-container {
  background-color: var(--color-brand-blue-cta);
  width: 23.4rem;
  height: .6rem;
  overflow: hidden;
}

.slider-count-bar .progress-container .progress-bar {
  background-color: #a0ddff;
  width: 0%;
  height: 100%;
  transition: width .5s;
}

@media (width <= 767.98px) {
  .slider-count-bar .slider-count-bar {
    padding-top: 4rem;
  }
}

.treatments-card {
  background-color: var(--color-brand-blue-cta);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.treatments-card .card-img img {
  aspect-ratio: 1 / .58;
}

.card-link {
  width: 50px;
  height: 50px;
  color: var(--color-brand-blue-cta);
  background-color: #f0f8fa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 15px;
  height: 15px;
}

.card-link:hover, a:hover .card-link {
  background-color: var(--color-brand-blue-cta);
  color: var(--color-brand-dark-blue);
  transform: rotate(45deg);
}

.card-link:hover img, a:hover .card-link img {
  filter: brightness(0) invert();
}

.choose-wrapper .choose-us {
  border: 1px solid #71bacd;
  border-radius: 20px;
}

.choose-wrapper .choose-us > div {
  border-bottom: 1px solid #71bacd;
}

.choose-wrapper .choose-us > div:last-child {
  border-bottom: 0;
}

@media (width >= 768px) {
  .choose-wrapper .choose-us > div {
    border-bottom: 0;
    border-right: 1px solid #71bacd;
  }

  .choose-wrapper .choose-us > div:last-child {
    border-right: 0;
  }
}

.emergency-wrapper .outer-container {
  background-color: #ceefee;
  border-radius: 40px 40px 0 0;
}

.emergency-wrapper .outer-container .emergency .emergency-img {
  max-width: 74.5rem;
}

.emergency-wrapper .outer-container .emergency .emergency-img img {
  aspect-ratio: 1 / 1.0215;
  border-radius: 400px 400px 20px 20px;
}

.emergency-wrapper .outer-container:before {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 0 5rem 50rem 0;
  width: 100%;
  max-width: 108.9rem;
  height: 70.7rem;
  position: absolute;
  top: 5.6rem;
  right: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

@media (width <= 991.98px) {
  .emergency-wrapper .outer-container .emergency {
    gap: 5rem 0;
  }

  .emergency-wrapper .outer-container .emergency .emergency-content {
    max-width: 100%;
  }
}

@media (width <= 575.98px) {
  .emergency-wrapper .outer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-main-wrapper .outer-container {
  background-color: var(--color-brand-blue-cta);
  border-radius: 0 0 40px 40px;
}

.service-main-wrapper .outer-container .service .service-item {
  display: block;
}

.service-main-wrapper .outer-container .service .service-item .service-img {
  border-radius: 20px;
  overflow: hidden;
}

.service-main-wrapper .outer-container .service .service-item .service-img img {
  aspect-ratio: 1 / .71;
  max-height: 370px;
  transition: all .4s linear;
}

.service-main-wrapper .outer-container .service .service-item .service-content {
  text-align: center;
  z-index: 1;
  background-color: #f0f8fa;
  border-radius: 20px;
  width: calc(100% - 30px);
  margin: -75px auto 0;
  padding: 30px;
  position: relative;
}

.service-main-wrapper .outer-container .service .service-item .service-content p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 1rem;
  font-family: dm-sans, sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
}

.service-main-wrapper .outer-container .service .service-item:hover .service-img img {
  transform: scale(1.1);
}

@media (width >= 768px) and (width <= 991px) {
  .service-main-wrapper .outer-container .service > div:last-child {
    display: none;
  }
}

@media (width <= 575.98px) {
  .service-main-wrapper .outer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-box-wrapper .outer-container {
  background-color: #ceefee;
  border-radius: 40px;
}

.service-box-wrapper .outer-container .service-box .service-img:after {
  content: "";
  opacity: .67;
  z-index: -1;
  background: linear-gradient(#11a6be 0%, #12a5be00 100%) no-repeat padding-box padding-box;
  border-radius: 100%;
  width: 33.4rem;
  height: 33.4rem;
  position: absolute;
  bottom: -6.6rem;
  left: -9.4rem;
}

.service-box-wrapper .outer-container .service-box .service-content .service-list .list-item .list-desc p {
  color: #707070;
}

.service-box-wrapper .outer-container:after {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 50px 0 0 500px;
  width: 100%;
  max-width: 84.6rem;
  height: 70.7rem;
  position: absolute;
  top: 5.8rem;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.testi-wrapper .outer-container {
  background-color: #314c5f;
  border-radius: 4rem 4rem 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testi-wrapper .outer-container .testi {
  max-width: 108rem;
  margin: auto;
}

.testi-wrapper .outer-container .testi .testi-info {
  max-width: 50rem;
}

.testi-wrapper .outer-container .testi .testi-info .icon {
  width: 7.6rem;
  margin-bottom: 2.8rem;
}

.testi-wrapper .outer-container .testi .testi-info > p {
  color: #f0f8fa;
  font: 500 2.4rem / 1.458 dm-sans, sans-serif;
}

.testi-wrapper .outer-container .testi .testi-info .testi-user {
  padding-top: 3.8rem;
}

.testi-wrapper .outer-container .testi .testi-info .testi-user h6 {
  color: #f0f8fa;
  padding-bottom: .6rem;
  font-family: dm-sans, sans-serif;
}

.testi-wrapper .outer-container .testi .testi-info .testi-user p {
  color: #f0f8fa;
}

.testi-wrapper .outer-container .testi .testi-img {
  max-width: 48rem;
}

.testi-wrapper .outer-container .testi .testi-img .thub {
  aspect-ratio: 1;
  border-radius: 4rem;
}

.testi-wrapper .outer-container .testi .testi-img .play {
  cursor: pointer;
  width: 11.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 767.98px) {
  .testi-wrapper .outer-container .testi {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testi-wrapper .outer-container .testi .testi-info {
    max-width: 100%;
  }
}

@media (width <= 575.98px) {
  .testi-wrapper .outer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.testi-video {
  z-index: 12;
  background-color: #f0f8fa;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.testi-video .close {
  z-index: 2;
  cursor: pointer;
  background-color: #314c5f;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  padding: 1.2rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.testi-video.active {
  display: block;
}

.request-wrapper .outer-container {
  background-color: #ceefee;
}

.request-wrapper .outer-container:after {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 50px 0 0 500px;
  width: 100%;
  max-width: 109rem;
  height: 51.6rem;
  position: absolute;
  top: 5rem;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.career-main-wrapper .outer-container {
  background-color: #12a5be;
  border-radius: 4rem;
  overflow: hidden;
}

.career-main-wrapper .outer-container .career .career-img img {
  clip-path: polygon(0% 0%, 9% 0%, 95% 0%, 94.9% 5.2%, 94.4% 18.3%, 92.7% 31.3%, 90.1% 44.4%, 86.4% 57.5%, 81.9% 70.5%, 75.7% 83.6%, 68.1% 100%, 0% 100%, 0% 94%);
}

.career-main-wrapper .outer-container .career .career-content {
  max-width: 80rem;
  min-height: 60rem;
  margin: auto;
  padding: 10rem 5rem 15rem;
}

.career-main-wrapper .outer-container .career .career-content .career-head {
  padding-bottom: 8rem;
}

.career-main-wrapper .outer-container .career .career-content .career-head h5 {
  color: #fefdfd;
  font-family: dm-sans, sans-serif;
}

.career-main-wrapper .outer-container .career .career-content .career-head:before {
  content: "";
  background-color: #fefdfd;
  width: 22.6rem;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.career-main-wrapper .outer-container .career .career-content h4 {
  color: #fefdfd;
  max-width: 70rem;
  font: 500 4.4rem / 1.318 dm-sans, sans-serif;
}

@media (width <= 991.98px) {
  .career-main-wrapper .outer-container .career .career-content {
    min-height: 45rem;
    padding: 8rem 5rem 10rem 2rem;
  }

  .career-main-wrapper .outer-container .career .career-content h4 {
    font-size: 3.6rem;
  }
}

@media (width <= 767.98px) {
  .career-main-wrapper .outer-container .career .career-img img {
    aspect-ratio: 1 / .6;
    clip-path: none;
  }

  .career-main-wrapper .outer-container .career .career-content {
    min-height: auto;
    padding: 6rem 2rem;
  }

  .career-main-wrapper .outer-container .career .career-content .career-head {
    padding-bottom: 5rem;
  }
}

@media (width <= 575.98px) {
  .career-main-wrapper .outer-container .career .career-content {
    padding: 4rem 2rem;
  }

  .career-main-wrapper .outer-container .career .career-content .career-head {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .career-main-wrapper .outer-container .career .career-content .career-head h5 {
    padding-bottom: 2rem;
  }

  .career-main-wrapper .outer-container .career .career-content h4 {
    font-size: 3rem;
  }
}

.gallary-wrapper .gallary-item {
  aspect-ratio: 1;
  width: 20%;
}

@media (width <= 575.98px) {
  .gallary-wrapper .gallary-item {
    width: 50%;
  }

  .gallary-wrapper .gallary-item:last-child {
    display: none;
  }
}

.banner-wrapper .container {
  border-radius: 3rem;
  min-height: 77.6rem;
  overflow: hidden;
}

.banner-wrapper .container .banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-wrapper .container .banner {
  max-width: 71.2rem;
  padding: 20rem 0 5.6rem;
}

.banner-wrapper .container .banner .pills {
  color: #f0f8fa;
}

.banner-wrapper .container .banner h3 {
  padding: .4rem 0 2rem;
}

.banner-wrapper .container .banner h3 span {
  color: #ceefee;
}

.banner-wrapper .container .banner p {
  color: #f0f8fa;
  max-width: 61.7rem;
  font-family: dm-sans, sans-serif;
  line-height: 1.5375;
}

.banner-wrapper .container .banner .theme-btn {
  margin-top: 4.6rem;
}

.banner-wrapper .container .banner select {
  width: 100%;
  max-width: 38.7rem;
  margin-top: 4rem;
}

.banner-wrapper .container:before {
  content: "";
  opacity: .69;
  z-index: -1;
  background: linear-gradient(#0000, #000 100%) no-repeat padding-box padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 767.98px) {
  .banner-wrapper .container {
    min-height: 66rem;
  }
}

@media (width <= 575.98px) {
  .banner-wrapper .container .banner .theme-btn, .banner-wrapper .container .banner select {
    margin-top: 3rem;
  }
}

.emergency-wrapper.pip-about .outer-container:before {
  border-radius: 5rem 0 0 50rem;
  max-width: 94.4rem;
  top: 9rem;
  left: 0;
}

@media (width <= 991.98px) {
  .emergency-wrapper.pip-about .container {
    padding: 8rem 0;
  }
}

@media (width <= 575.98px) {
  .emergency-wrapper.pip-about .container {
    padding: 6rem 0;
  }
}

.our_mission-wrapper .container {
  background-color: #f0f8fa;
  border-radius: 4rem;
  margin-bottom: 4rem;
  padding: 5.6rem 0;
}

.our_mission-wrapper .container .our_mission {
  gap: 4rem 11.7rem;
}

.our_mission-wrapper .container .our_mission .mission-img {
  flex-shrink: 0;
  width: 100%;
  max-width: 40rem;
}

.our_mission-wrapper .container .our_mission .mission-img img {
  aspect-ratio: 1 / .61;
  border-radius: 2rem;
}

.our_mission-wrapper .container .our_mission .mission-content {
  max-width: 88rem;
  margin: auto;
}

.our_mission-wrapper .container .our_mission .mission-content p {
  font-size: 3.6rem;
}

.our_mission-wrapper .container:nth-of-type(odd) .our_mission {
  flex-direction: row-reverse;
}

.our_mission-wrapper .container:last-child {
  margin-bottom: 0;
}

@media (width <= 991.98px) {
  .our_mission-wrapper .container .our_mission {
    gap: 4rem 5rem;
  }

  .our_mission-wrapper .container .our_mission .mission-content p {
    font-size: 2.8rem;
  }
}

@media (width <= 767.98px) {
  .our_mission-wrapper .container .our_mission {
    flex-direction: column !important;
  }

  .our_mission-wrapper .container .our_mission .mission-img {
    max-width: 100%;
  }

  .our_mission-wrapper .container .our_mission .mission-content p {
    font-size: 2.8rem;
  }
}

@media (width <= 575.98px) {
  .our_mission-wrapper .container {
    padding: 2rem 0 3rem;
  }

  .our_mission-wrapper .container .our_mission {
    gap: 2.8rem;
  }

  .our_mission-wrapper .container .our_mission .mission-content p {
    font-size: 2.4rem;
  }
}

.timeline-wrapper .outer-container {
  background-color: #314c5f;
  border-radius: 4rem;
}

.timeline-wrapper .outer-container .timeline h2 {
  color: #11a6be;
  z-index: 1;
  padding: 2.8rem 0;
  font-family: dm-sans, sans-serif;
  position: relative;
}

.timeline-wrapper .outer-container .timeline .timeline-img {
  padding: 5.2rem 0 9.3rem;
}

.timeline-wrapper .outer-container .timeline .timeline-img img {
  aspect-ratio: 1 / .68373;
  border-radius: 2rem;
  max-width: 74.3rem;
  display: block;
}

.timeline-wrapper .outer-container .timeline .timeline-content {
  box-sizing: content-box;
  border-left: 7rem solid #0000;
  max-width: 62rem;
  margin: auto;
  position: relative;
}

.timeline-wrapper .outer-container .timeline .timeline-content .blur-img {
  z-index: -1;
  filter: blur(5px);
  opacity: .7;
  aspect-ratio: 1 / .6823;
  border-radius: 2rem;
  width: calc(100% - 2.2rem);
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-wrapper .outer-container .timeline .timeline-content h4 {
  color: #f0f8fa;
  text-transform: uppercase;
  font: 400 4rem / 1.2 dm-sans, sans-serif;
}

.timeline-wrapper .outer-container .timeline .timeline-content h5 {
  color: #f0f8fa;
  text-transform: uppercase;
  gap: 2rem;
  padding-top: 1.6rem;
  font: 700 4rem / 1.3 dm-sans, sans-serif;
}

.timeline-wrapper .outer-container .timeline .timeline-content h5 img {
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  width: 3.66rem;
}

.timeline-wrapper .outer-container .timeline .timeline-content p {
  color: #f0f8fa;
  padding-top: 2rem;
  line-height: 1.5;
}

.timeline-wrapper .outer-container .timeline .timeline-content:before {
  content: "";
  opacity: .43;
  background: linear-gradient(#11a6be00 0%, #12a5be 100%) no-repeat padding-box padding-box;
  border-radius: 100%;
  width: 33.4rem;
  height: 33.4rem;
  position: absolute;
  bottom: calc(100% + 3.4rem);
  left: -7rem;
}

.timeline-wrapper .outer-container .timeline .col-md-6:nth-of-type(2) {
  position: relative;
}

.timeline-wrapper .outer-container .timeline .col-md-6:nth-of-type(2):after {
  content: "";
  background-color: #f0f8fa;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2px;
}

.timeline-wrapper .outer-container .timeline:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.timeline-wrapper .outer-container .timeline:nth-of-type(2n) .timeline-img img {
  margin-left: auto;
}

.timeline-wrapper .outer-container .timeline:nth-of-type(2n) .timeline-content {
  border-left: 0;
  border-right: 7rem solid #0000;
}

.timeline-wrapper .outer-container .timeline:nth-of-type(2n) .timeline-content:before {
  left: auto;
  right: -7rem;
}

.timeline-wrapper .outer-container .timeline:nth-of-type(2n) .col-md-6:nth-of-type(2):after {
  left: -3px;
}

.timeline-wrapper .outer-container .timeline:last-child {
  margin-bottom: 5rem;
}

@media (width <= 1199.98px) {
  .timeline-wrapper .container .timeline .timeline-img {
    padding-right: 6rem;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-img {
    padding-left: 6rem;
    padding-right: 0;
  }
}

@media (width <= 991.98px) {
  .timeline-wrapper .container .timeline .timeline-content {
    border-left-width: 4rem;
  }

  .timeline-wrapper .container .timeline .timeline-content h4 {
    font-size: 3.4rem;
  }

  .timeline-wrapper .container .timeline .timeline-content h5 {
    gap: 1.6rem;
    font-size: 3.4rem;
  }

  .timeline-wrapper .container .timeline .timeline-content h5 img {
    width: 3.3rem;
  }

  .timeline-wrapper .container .timeline .timeline-content:before {
    width: 22rem;
    height: 22rem;
    bottom: calc(100% + 1.4rem);
    left: -3rem;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-content {
    border-right-width: 4rem;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-content:before {
    right: -3rem;
  }
}

@media (width <= 767.98px) {
  .timeline-wrapper .container {
    padding: 4rem 0 8rem;
  }

  .timeline-wrapper .container .timeline {
    padding-bottom: 4rem;
  }

  .timeline-wrapper .container .timeline .timeline-img {
    padding: 0 0 4rem;
  }

  .timeline-wrapper .container .timeline .timeline-img img {
    max-width: 100%;
  }

  .timeline-wrapper .container .timeline .timeline-content {
    border-left: 0;
  }

  .timeline-wrapper .container .timeline .timeline-content .blur-img {
    display: none;
  }

  .timeline-wrapper .container .timeline .timeline-content:before {
    width: 18rem;
    height: 18rem;
    bottom: calc(100% - 3.6rem);
    left: auto;
    right: 0;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-img {
    padding-left: 0;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-content {
    border-right: 0;
  }

  .timeline-wrapper .container .timeline:nth-of-type(2n) .timeline-content:before {
    right: 0;
  }

  .timeline-wrapper .container .timeline .col-md-6:nth-of-type(2):after {
    display: none;
  }

  .timeline-wrapper .container .timeline:last-child {
    padding-bottom: 0;
  }
}

@media (width <= 575.98px) {
  .timeline-wrapper .container {
    padding: 2rem 0 6rem;
  }

  .timeline-wrapper .container .timeline .timeline-content h4, .timeline-wrapper .container .timeline .timeline-content h5 {
    font-size: 3rem;
  }

  .timeline-wrapper .container .timeline .timeline-content h5 img {
    width: 2.7rem;
  }
}

.extra-wrapper .container {
  background-color: #ceefee;
  border-radius: 4rem;
  padding: 9rem 0 10.5rem;
}

.extra-wrapper .container .sec-ttl {
  max-width: 80.8rem;
  padding-left: 7.2rem;
}

.extra-wrapper .container .extra-word .extra-item .extra-content {
  max-width: 61.7rem;
}

.extra-wrapper .container .extra-word .extra-item .extra-content p {
  padding-bottom: 4rem;
  font-size: 3rem;
  line-height: 1.367;
}

.extra-wrapper .container .extra-word .extra-item img {
  border-radius: 2rem;
}

.extra-wrapper .container .extra-word .extra-item.left-side .extra-content {
  max-width: 68.9rem;
  padding-bottom: 9.3rem;
  padding-left: 7.2rem;
}

.extra-wrapper .container .extra-word .extra-item.left-side img {
  aspect-ratio: 1 / .6954;
}

.extra-wrapper .container .extra-word .extra-item.right-side {
  padding-left: 14rem;
}

.extra-wrapper .container .extra-word .extra-item.right-side .img_2 {
  aspect-ratio: 1 / 1.05806;
  max-width: 53.4rem;
  margin-bottom: 8.2rem;
}

.extra-wrapper .container .extra-word .extra-item.right-side .img_3 {
  aspect-ratio: 1 / .80183;
  max-width: 32.8rem;
  margin-bottom: 7rem;
}

.extra-wrapper .container .extra-word .extra-item.right-side:before {
  content: "";
  opacity: .25;
  z-index: -1;
  background: linear-gradient(#11a6be 0%, #0000 100%) no-repeat padding-box padding-box;
  border-radius: 100%;
  width: 33.4rem;
  height: 33.4rem;
  position: absolute;
  top: 40%;
  left: 0;
}

.extra-wrapper .container:before {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 5rem 0 0 50rem;
  width: 100%;
  max-width: 94.4rem;
  height: 70.7rem;
  position: absolute;
  top: 13.7rem;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

@media (width <= 991.98px) {
  .extra-wrapper .container {
    padding: 8rem 0;
  }

  .extra-wrapper .container .sec-ttl {
    padding-left: 0;
  }

  .extra-wrapper .container .extra-word .extra-item.left-side .extra-content {
    padding-bottom: 5rem;
    padding-left: 0;
  }

  .extra-wrapper .container .extra-word .extra-item.right-side {
    padding-left: 6rem;
  }
}

@media (width <= 767.98px) {
  .extra-wrapper .container .extra-word {
    gap: 6rem 0;
  }

  .extra-wrapper .container .extra-word .extra-item .extra-content {
    max-width: 100%;
  }

  .extra-wrapper .container .extra-word .extra-item .extra-content p {
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
  }

  .extra-wrapper .container .extra-word .extra-item.left-side .extra-content {
    max-width: 100%;
    padding-bottom: 3rem;
  }

  .extra-wrapper .container .extra-word .extra-item.right-side {
    flex-wrap: wrap;
    align-items: flex-end;
    padding-left: 0;
    display: flex;
  }

  .extra-wrapper .container .extra-word .extra-item.right-side .img_2 {
    width: 58%;
    margin-bottom: 6rem;
  }

  .extra-wrapper .container .extra-word .extra-item.right-side .img_3 {
    width: 38%;
    margin-bottom: 3rem;
    margin-left: auto;
  }
}

@media (width <= 575.98px) {
  .extra-wrapper .container {
    padding: 6rem 0;
  }

  .extra-wrapper .container .extra-word .extra-item.right-side:before {
    width: 18rem;
    height: 18rem;
    top: -8%;
    left: 40%;
  }
}

.request-wrapper.location .container {
  border-radius: 4rem;
}

.location-wrapper .location {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 4.2rem;
}

.location-wrapper .location .location-item .location-img {
  border-radius: 2rem;
  overflow: hidden;
}

.location-wrapper .location .location-item .location-img img {
  aspect-ratio: 1 / .71;
}

.location-wrapper .location .location-item .location-content {
  z-index: 1;
  background-color: #f0f8fa;
  border-radius: 0 2rem 2rem;
  width: calc(100% - 2rem);
  margin-top: -6rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 3px 6px #00000029;
}

.location-wrapper .location .location-item .location-content .btns .theme-btn {
  gap: 1.3rem;
  padding: 1rem 1.2rem 1rem 2rem;
}

.location-wrapper .location .location-item .location-content .btns .theme-btn.white-btn {
  padding: 0;
}

.location-wrapper .location .location-item .location-content .btns .theme-btn.white-btn:hover {
  color: #11a6be;
  background-color: #0000;
}

.location-wrapper .location .location-item .location-content .btns .theme-btn.white-btn:hover span {
  background-color: #11a6be;
}

.location-wrapper .location .location-item .location-content .btns .theme-btn.white-btn:hover span:before {
  filter: brightness(0) invert();
}

@media (width <= 575.98px) {
  .location-wrapper .location {
    --bs-gutter-x: 1.5rem;
  }

  .location-wrapper .location .location-item .location-content .btns {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}

.location-info {
  padding: 2.2rem 0 2.6rem;
}

.location-info .info-item {
  gap: 1.8rem;
  padding-bottom: 1.6rem;
}

.location-info .info-item img {
  aspect-ratio: 1 / 1.1;
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 1;
  width: 2.2rem;
}

.location-info .info-item p, .location-info .info-item a, .location-info .info-item ul {
  color: #314c5f;
  padding-top: .2rem;
  font: 500 1.6rem / 1.4 dm-sans, sans-serif;
}

.location-info .info-item:last-child {
  padding-bottom: 0;
}

@media (width <= 575.98px) {
  .location-info .info-item img {
    width: 2.4rem;
  }

  .location-info .info-item p {
    font-size: 2rem;
  }
}

.inner_banner-wrapper .inner_banner .banner-img img {
  aspect-ratio: 1 / .955;
  border-radius: 3rem;
}

.inner_banner-wrapper .inner_banner .banner-content {
  padding-left: 10rem;
}

.inner_banner-wrapper .inner_banner .banner-content h3 {
  color: #58585a;
  padding-bottom: 2rem;
  font-family: dm-sans, sans-serif;
}

.inner_banner-wrapper .inner_banner .banner-content h3 span {
  color: #11a6be;
}

.inner_banner-wrapper .inner_banner .banner-content p {
  max-width: 61.7rem;
  padding-bottom: 3rem;
  font-family: dm-sans, sans-serif;
  line-height: 1.6;
}

@media (width <= 991.98px) {
  .inner_banner-wrapper .inner_banner .banner-content {
    padding-left: 4rem;
  }
}

@media (width <= 767.98px) {
  .inner_banner-wrapper .inner_banner {
    gap: 5rem 0;
  }

  .inner_banner-wrapper .inner_banner .banner-content {
    padding-left: 0;
  }

  .inner_banner-wrapper .inner_banner .banner-content p {
    max-width: 100%;
    padding-bottom: 2rem;
    line-height: 1.5;
  }
}

.service-box-wrapper.location-box .container .service-box .service-img {
  margin-left: 0;
}

.service-box-wrapper.location-box .container .service-box .service-img img {
  aspect-ratio: 1 / .94;
}

.service-box-wrapper.location-box .container .service-box .service-img:after {
  left: 4.4rem;
}

.top_service-wrapper .sec-ttl .titles h3 {
  color: #58585a;
}

.top_service-wrapper .sec-ttl .titles h3 span {
  color: #11a6be;
}

.top_service-wrapper .top_service {
  --bs-gutter-x: 3rem;
  gap: 3rem 0;
}

.top_service-wrapper .top_service .service-item {
  border-radius: 4rem;
}

.top_service-wrapper .top_service .service-item .service-img {
  aspect-ratio: 1 / 1.224;
}

.top_service-wrapper .top_service .service-item .service-content {
  z-index: 1;
  width: 100%;
  padding: 4.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_service-wrapper .top_service .service-item .service-content > * {
  color: #f0f8fa;
}

.top_service-wrapper .top_service .service-item .service-content h4 {
  padding-bottom: 2.4rem;
  font: 500 5.2rem / 1.3 dm-sans, sans-serif;
}

.top_service-wrapper .top_service .service-item .service-content p {
  font-size: 1.8rem;
  line-height: 1.4;
}

.top_service-wrapper .top_service .service-item .arrow-btn {
  background-color: #f0f8fa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.4rem;
  height: 7.4rem;
  transition: all .3s linear;
  display: flex;
  position: absolute;
  top: 4rem;
  right: 4rem;
}

.top_service-wrapper .top_service .service-item .arrow-btn img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 1.3rem;
  height: 1.3rem;
}

.top_service-wrapper .top_service .service-item:before {
  content: "";
  opacity: .69;
  z-index: 1;
  background: linear-gradient(#0000 0%, #000 100%) no-repeat padding-box padding-box;
  width: 100%;
  height: 100%;
  max-height: 38.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <= 1199.98px) {
  .top_service-wrapper .sec-ttl .theme-btn {
    margin-top: 3.4rem;
  }
}

@media (width >= 768px) and (width <= 991px) {
  .top_service-wrapper .top_service > div:last-child {
    display: none;
  }
}

.location_info-wrapper .location_info {
  background-color: #d1f0ef;
  border-radius: 4rem;
}

.location_info-wrapper .location_info .location-dtl {
  max-width: 50rem;
  margin-left: 6rem;
  padding: 4rem 5rem 8rem;
}

.location_info-wrapper .location_info .location-dtl h5 {
  font-size: 4rem;
}

.location_info-wrapper .location_info .location-dtl .location-info .info-item p, .location_info-wrapper .location_info .location-dtl .location-info .info-item a, .location_info-wrapper .location_info .location-dtl .location-info .info-item ul {
  margin-top: -.3rem;
  padding-top: 0;
  font-size: 2rem;
}

.location_info-wrapper .location_info .location-dtl .location-info .info-item ul li {
  padding-bottom: .86rem;
}

.location_info-wrapper .location_info .location-dtl .location-info .info-item ul li:last-child {
  padding-bottom: 0;
}

.location_info-wrapper .location_info .location-dtl .location-info .info-item.day_time {
  padding-top: 5rem;
}

.location_info-wrapper .location_info iframe {
  width: 100%;
  height: 100%;
  min-height: 50rem;
}

@media (width <= 991.98px) {
  .location_info-wrapper .location_info .location-dtl {
    margin-left: 0;
  }
}

@media (width <= 767.98px) {
  .location_info-wrapper .location_info .location-dtl {
    margin-left: 0;
    padding-bottom: 5rem;
  }

  .location_info-wrapper .location_info .location-dtl .location-info .info-item.day_time {
    padding-top: 3rem;
  }
}

@media (width <= 575.98px) {
  .location_info-wrapper .location_info .location-dtl {
    padding: 4rem 3rem 5rem;
  }
}

.faq-wrapper .sec-ttl {
  max-width: 91.2rem;
  margin: auto;
}

.faq-wrapper .accordion {
  max-width: 137.6rem;
  margin: auto;
}

.faq-wrapper .accordion .accordion-item {
  background-color: #0000;
  border: none;
  margin-bottom: 2.4rem;
}

.faq-wrapper .accordion .accordion-item .accordion-button {
  color: #314c5f;
  box-shadow: none;
  background-color: #0000;
  border: 2px solid #314c5f;
  border-radius: 2rem;
  padding: 1.6rem 5.2rem 1.7rem;
  font: 500 4rem / 1.375 dm-sans, sans-serif;
}

.faq-wrapper .accordion .accordion-item .accordion-button:after {
  --bs-accordion-btn-icon-width: 3.4rem;
  background-image: url("down-arrow.0b1c820b.svg");
  background-position: 100%;
  background-size: contain;
}

.faq-wrapper .accordion .accordion-item .accordion-body {
  padding: 2.4rem 14.2rem .6rem 5.2rem;
}

.faq-wrapper .accordion .accordion-item .accordion-body p {
  color: #58585a;
  line-height: 1.7;
}

.faq-wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

@media (width <= 991.98px) {
  .faq-wrapper .accordion .accordion-item .accordion-button {
    padding: 1.6rem 3rem;
    font-size: 3rem;
  }

  .faq-wrapper .accordion .accordion-item .accordion-button:after {
    --bs-accordion-btn-icon-width: 2.8rem;
  }

  .faq-wrapper .accordion .accordion-item .accordion-body {
    padding: 2.4rem 4rem .6rem;
  }
}

@media (width <= 767.98px) {
  .faq-wrapper .accordion .accordion-item .accordion-button {
    padding: 1.4rem 2.2rem;
    font-size: 2.4rem;
  }

  .faq-wrapper .accordion .accordion-item .accordion-button:after {
    --bs-accordion-btn-icon-width: 2.2rem;
  }

  .faq-wrapper .accordion .accordion-item .accordion-body {
    padding: 1.6rem 2rem .6rem;
  }
}

.treatment-wrapper .outer-container {
  background-color: #ceefee;
  border-radius: 40px;
}

.treatment-wrapper .outer-container:before {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 5rem 0 0 50rem;
  width: 100%;
  max-width: 94.4rem;
  height: 70.7rem;
  position: absolute;
  top: 9rem;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.service-wrapper .sec-ttl .titles h3, .service-wrapper .sec-ttl .titles h1 {
  color: #58585a;
}

.service-wrapper .sec-ttl .titles h3 span, .service-wrapper .sec-ttl .titles h1 span {
  color: #11a6be;
}

.service-wrapper .sec-ttl p {
  padding-bottom: 1.8rem;
}

.service-wrapper .sec-ttl .theme-btn {
  margin-top: 1.8rem;
}

.service-wrapper .services {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.service-wrapper .services .treatments-card {
  margin: 0;
}

.service-wrapper .services .treatments-card .card-body {
  padding: 4.6rem 4rem;
}

.service-wrapper .services .treatments-card .card-body h5 {
  padding-bottom: 1.8rem;
  font-size: 4rem;
}

.service-wrapper .services .treatments-card .card-body p {
  font-size: 2rem;
}

.service-wrapper .services .treatments-card .card-link {
  width: 50px;
  height: 50px;
  top: 2rem;
  right: 2rem;
}

@media (width <= 767.98px) {
  .service-wrapper .sec-ttl {
    padding-bottom: 7rem;
  }
}

@media (width <= 575.98px) {
  .service-wrapper .sec-ttl {
    padding-bottom: 6rem;
  }

  .service-wrapper .sec-ttl .theme-btn {
    margin-top: 1rem;
  }

  .service-wrapper .services .treatments-card .card-body {
    padding: 3rem;
  }

  .service-wrapper .services .treatments-card .card-link {
    top: 2.6rem;
    right: 2.6rem;
  }
}

.inner_banner-wrapper.rotate .inner_banner .banner-content {
  padding-left: 0;
  padding-right: 10rem;
}

@media (width <= 991.98px) {
  .inner_banner-wrapper.rotate .inner_banner .banner-content {
    padding-right: 4rem;
  }
}

@media (width <= 767.98px) {
  .inner_banner-wrapper.rotate .inner_banner .banner-content {
    padding-right: 0;
  }
}

.top_service-wrapper.treatment-details .sec-ttl .theme-btn {
  margin-top: 4.6rem;
}

.full-banner-img {
  border-radius: 4rem;
}

.full-banner-img img {
  aspect-ratio: 1 / .48171;
}

@media (width <= 767.98px) {
  .full-banner-img img {
    aspect-ratio: 1 / .6;
  }
}

body.contact {
  background-color: #ceefee;
}

.contact-wrapper {
  padding: 6rem 0 8.6rem;
}

.contact-wrapper .sec-ttl {
  max-width: 88rem;
  margin: auto;
}

.contact-wrapper .sec-ttl p {
  color: #58585a;
  font-size: 2rem;
}

.contact-wrapper .sticky-bar {
  max-width: 118.4rem;
  margin: auto;
}

.contact-wrapper .sticky-bar .sticky-info img {
  width: 3rem;
}

.contact-wrapper .sticky-bar .sticky-info .sticky-content h6 {
  color: #314c5f;
  padding-bottom: .5rem;
  font: 700 1.8rem / 1.33 dm-sans, sans-serif;
}

.contact-wrapper .sticky-bar .sticky-info .sticky-content p {
  font-size: 1.6rem;
}

.contact-wrapper .contact-form {
  max-width: 80rem;
  margin: 6.8rem auto 0;
}

.contact-wrapper:before {
  content: "";
  opacity: .74;
  z-index: -1;
  background: linear-gradient(#0000 0%, #eff8fa 100%) no-repeat padding-box padding-box;
  border-radius: 5rem 0 0 50rem;
  width: 100%;
  max-width: 122.3rem;
  height: 70.7rem;
  position: absolute;
  top: -3rem;
  left: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

@media (width <= 991.98px) {
  .contact-wrapper {
    padding-top: 3rem;
  }
}

@media (width <= 767.98px) {
  .contact-wrapper .sticky-bar {
    gap: 3rem 0;
  }
}

.tabs__tab {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}

.tabs__tab.active {
  border: 1px solid var(--color-brand-blue-cta);
  color: var(--color-brand-blue-cta);
}

.last\:mb-0:last-child {
  margin-bottom: 0;
}

.hover\:text-black:hover {
  color: var(--color-black);
}

.group:hover .group-hover\:translate-y-\[-4px\] {
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (width >= 576px) {
  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-h-\[131px\] {
    max-height: 131px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-1 {
    flex: 1;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }
}

@media (width >= 768px) {
  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-\[80px\] {
    max-height: 80px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[110px\] {
    max-width: 110px;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:\!text-\[22px\] {
    font-size: 22px !important;
  }

  .md\:\!text-\[24px\] {
    font-size: 24px !important;
  }

  .md\:\!text-\[55px\] {
    font-size: 55px !important;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (width >= 992px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-\[88px\] {
    height: 88px;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-\[88px\] {
    width: 88px;
  }

  .lg\:min-w-\[150px\] {
    min-width: 150px;
  }

  .lg\:max-w-\[120px\] {
    max-width: 120px;
  }

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .lg\:flex-1 {
    flex: 1;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:\!text-\[25px\] {
    font-size: 25px !important;
  }

  .lg\:\!text-\[28px\] {
    font-size: 28px !important;
  }

  .lg\:\!text-\[60px\] {
    font-size: 60px !important;
  }

  .lg\:\!text-\[75px\] {
    font-size: 75px !important;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }
}

@media (width >= 1200px) {
  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .xl\:\!text-\[70px\] {
    font-size: 70px !important;
  }

  .xl\:\!text-\[80px\] {
    font-size: 80px !important;
  }

  .xl\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (width >= 1400px) {
  .\32 xl\:gap-20 {
    gap: 5rem;
  }

  .\32 xl\:\!text-\[90px\] {
    font-size: 90px !important;
  }
}

@media (width >= 1600px) {
  .\33 xl\:max-w-\[1160px\] {
    max-width: 1160px;
  }

  .\33 xl\:\!text-\[100px\] {
    font-size: 100px !important;
  }

  .\33 xl\:text-\[16px\] {
    font-size: 16px;
  }
}
/*# sourceMappingURL=index.css.map */
