.pa-txt-sc__outer-container, .pa-txt-sc__item-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pa-txt-sc__outer-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.pa-txt-sc__outer-container .premium-lottie-animation {
  width: 150px;
  height: 150px;
}
.pa-txt-sc__outer-container .premium-lottie-animation > svg {
  width: 100%;
  height: 100%;
}
.pa-txt-sc__hov-item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.13s;
  transition: opacity 0.13s;
}
.pa-txt-sc__hov-item :not(.pa-txt-sc__item-img) {
  left: 0;
  top: 0;
}
.pa-txt-sc__hov-item.pa-txt-sc__item-img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pa-txt-sc__hov-hide:hover .pa-txt-sc__main-item {
  visibility: hidden;
  opacity: 0;
}
.pa-txt-sc__item-container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item {
  visibility: visible !important;
}
.pa-txt-sc__item-container:hover .pa-txt-sc__main-item,
.pa-txt-sc__item-container:hover .pa-txt-sc__hov-item {
  -webkit-transition: opacity 0.13s ease-in-out;
  transition: opacity 0.13s ease-in-out;
}
.pa-txt-sc__item-text {
  font-size: 35px;
  margin: 0;
}
.pa-txt-sc__item-text.pa-txt-sc__main-item {
  width: 100%;
}
.pa-txt-sc__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pa-txt-sc__item-svg, .pa-txt-sc__item-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pa-txt-sc__effect-grow {
  -webkit-clip-path: inset(0 100% 100% 0);
  clip-path: inset(0 100% 100% 0);
  -webkit-transition: 1.2s cubic-bezier(0.16, 0.09, 0, 1.02);
  transition: 1.2s cubic-bezier(0.16, 0.09, 0, 1.02);
}
.pa-txt-sc__effect-outline svg.outline-svg, .pa-txt-sc__effect-circle svg.outline-svg, .pa-txt-sc__effect-h-underline svg.outline-svg, .pa-txt-sc__effect-x svg.outline-svg, .pa-txt-sc__effect-underline-zigzag svg.outline-svg, .pa-txt-sc__effect-double-underline svg.outline-svg, .pa-txt-sc__effect-diagonal svg.outline-svg, .pa-txt-sc__effect-strikethrough svg.outline-svg, .pa-txt-sc__effect-curly svg.outline-svg {
  fill: none;
  stroke-width: 2px;
  position: absolute;
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110%;
  height: 113%;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline, .pa-txt-sc__effect-circle svg.outline-svg.outline, .pa-txt-sc__effect-h-underline svg.outline-svg.outline, .pa-txt-sc__effect-x svg.outline-svg.outline, .pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline, .pa-txt-sc__effect-double-underline svg.outline-svg.outline, .pa-txt-sc__effect-diagonal svg.outline-svg.outline, .pa-txt-sc__effect-strikethrough svg.outline-svg.outline, .pa-txt-sc__effect-curly svg.outline-svg.outline {
  stroke: currentColor;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-circle svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-h-underline svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-x svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-double-underline svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-diagonal svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:first-child, .pa-txt-sc__effect-curly svg.outline-svg.outline path:first-child {
  -webkit-animation: pa-svg-outline 0.5s ease-in-out 0s forwards;
  animation: pa-svg-outline 0.5s ease-in-out 0s forwards;
  stroke-dasharray: 1740 1742;
  stroke-dashoffset: 1741;
}
.pa-txt-sc__effect-outline svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-circle svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-h-underline svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-x svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-underline-zigzag svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-double-underline svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-diagonal svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-strikethrough svg.outline-svg.outline path:nth-child(2), .pa-txt-sc__effect-curly svg.outline-svg.outline path:nth-child(2) {
  -webkit-animation: pa-svg-outline 0.5s ease-in-out 499ms forwards;
  animation: pa-svg-outline 0.5s ease-in-out 499ms forwards;
  stroke-dasharray: 1743 1745;
  stroke-dashoffset: 1744;
}
.pa-txt-sc__effect-min-mask .premium-mask-span {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background: inherit;
}
.pa-txt-sc__effect-min-mask .premium-mask-span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.pa-txt-sc__effect-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  z-index: 1;
}
.pa-txt-sc__effect-underline.underline::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.pa-txt-sc__effect-hvr-pulse-grow.hvr-pulse-grow {
  -webkit-animation: hvr-pulse-grow 0.3s ease-in-out alternate infinite;
  animation: hvr-pulse-grow 0.3s ease-in-out alternate infinite;
}
.pa-txt-sc__effect-hvr-buzz.hvr-buzz {
  -webkit-animation: hvr-buzz 0.3s ease-in-out alternate infinite;
  animation: hvr-buzz 0.3s ease-in-out alternate infinite;
}
.pa-txt-sc__effect-rotate {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pa-txt-sc__effect-rotate.rotate {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pa-txt-sc__effect-d-rotate {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.pa-txt-sc__effect-d-rotate.d-rotate {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.pa-txt-sc__effect-hvr-wobble-vertical {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.pa-txt-sc__effect-hvr-wobble-vertical.hvr-wobble-vertical {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.pa-txt-sc__effect-hvr-float-shadow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.pa-txt-sc__effect-hvr-float-shadow:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.pa-txt-sc__effect-hvr-float-shadow.hvr-float-shadow::after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.pa-clipped-bg span {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@-webkit-keyframes pa-svg-outline {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes pa-svg-outline {
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(3deg);
    transform: translateX(3px) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-3deg);
    transform: translateX(-3px) rotate(-3deg);
  }
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}