.swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
  height: auto !important;
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .vertical-slider .swiper-slide {
    height: 600px !important;
    display: flex !important;
  }
}

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

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

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

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

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

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
section.forms .container .slider .swiper-container .swiper-slide.swiper-slide-active picture img {
  transition: transform 250ms ease-in-out;
}

:root {
  font-size: 16px !important;
}

html {
  scroll-behavior: smooth;
}

picture {
  display: block;
}

.italic {
  font-style: italic;
}

.bg-dark-section {
  background-color: #030514;
}

.bg-dark {
  background-color: #030514;
}

.bg-light-blue {
  background: linear-gradient(0deg, #E8F0FF 0%, #E8F0FF 100%), linear-gradient(0deg, #030514 0%, #030514 100%), #E7F0FF;
}

.bg-light-gray {
  background: linear-gradient(279deg, rgba(54, 104, 252, 0.1) -36.84%, rgba(54, 104, 252, 0) 81.84%), linear-gradient(260deg, rgba(0, 202, 215, 0.1) -10.32%, rgba(0, 202, 215, 0) 81.46%), linear-gradient(0deg, #F3F4FB 0%, #F3F4FB 100%), #E5F0FF;
}

.bg-light-gray-v2 {
  background: linear-gradient(279deg, rgba(54, 104, 252, 0.15) -36.84%, rgba(54, 104, 252, 0) 81.84%), linear-gradient(260deg, rgba(0, 202, 215, 0.1) -10.32%, rgba(0, 202, 215, 0) 81.46%), #F0F2FF;
}

.color-enterprise-text {
  color: #030514;
}

.two-line-truncate {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media only screen and (min-width: 48rem) {
  [class].md\:col-end-13 {
    grid-column-end: 13;
  }
}
@media only screen and (min-width: 64rem) {
  .font-72 {
    font-size: 4.5rem !important;
    line-height: 5.5rem !important;
  }
  .font-88 {
    font-size: 5.5rem !important;
    line-height: 6rem !important;
  }
  .font-64 {
    font-size: 4rem !important;
    line-height: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md-whitespace-nowrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .xl-whitespace-nowrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1680px) {
  .xxl-whitespace-nowrap {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 64rem) {
  .lg\:min-h-144 {
    min-height: 36rem !important;
  }
}
.picture-wrapper > img {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.love-mark {
  background: linear-gradient(270deg, #008DDC 0%, #3B5DFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.love-mark::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.25rem;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='55' viewBox='0 0 50 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3674 46.9604C22.4565 42.1527 29.0384 35.1229 42.1801 25.5556C57.9203 14.0967 30.8796 -8.15415 21.3942 11.258M19.3674 46.9604C12.6147 35.931 -5.3248 17.1165 7.51417 7.72108C14.2383 2.80043 19.5692 8.02868 21.3942 11.258M19.3674 46.9604L22.5329 51.5984M21.3942 11.258C20.8988 12.2718 20.467 13.403 20.1091 14.6601' stroke='black' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M19.3674 46.9604C22.4565 42.1527 29.0384 35.1229 42.1801 25.5556C57.9203 14.0967 30.8796 -8.15415 21.3942 11.258M19.3674 46.9604C12.6147 35.931 -5.3248 17.1165 7.51417 7.72108C14.2383 2.80043 19.5692 8.02868 21.3942 11.258M19.3674 46.9604L22.5329 51.5984M21.3942 11.258C20.8988 12.2718 20.467 13.403 20.1091 14.6601' stroke='%23008DDC' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (min-width: 1024px) {
  .love-mark::after {
    width: 3rem;
    height: 3rem;
    background-size: 2.75rem;
  }
}

.sticky-left-menu {
  max-height: calc(100vh - 166px);
}

.group:hover .group-hover\:overflow-auto {
  overflow: auto;
}

@media (hover: none), (pointer: coarse) {
  .touch-gap-none {
    gap: 0;
  }
  .touch-pb-none {
    padding-bottom: 0;
  }
  .touch-position-relative {
    position: relative;
  }
  .touch-overflow-hidden {
    overflow: hidden;
  }
  .touch-flex {
    display: flex;
  }
  .touch-p-none {
    padding: 0;
  }
  .touch-h-0 {
    height: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .hero-column-wrapper {
    max-width: 624px;
  }
}
@media screen and (min-width: 768px) {
  .hero-column-wrapper > img {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .hero-column-wrapper > img img {
    max-width: max-content;
    width: 160%;
  }
}
@media screen and (min-width: 960px) {
  .hero-column-wrapper > img img {
    width: 140%;
    margin-left: -85px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-visual-column-wrapper.with-video {
    min-height: 728px;
  }
}
@media screen and (min-width: 768px) {
  .hero-visual-column-wrapper.narrow > img {
    max-width: 592px;
  }
}
.hero-visual-column-wrapper.extended > img, .hero-visual-column-wrapper.extended > .video-wrapper {
  display: flex;
  margin-right: -90px;
  max-height: 728px;
}
:dir(rtl) .hero-visual-column-wrapper.extended > img, :dir(rtl) .hero-visual-column-wrapper.extended > .video-wrapper {
  margin-left: -90px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .hero-visual-column-wrapper.extended > img, .hero-visual-column-wrapper.extended > .video-wrapper {
    position: relative;
    margin-right: -240px;
  }
  :dir(rtl) .hero-visual-column-wrapper.extended > img, :dir(rtl) .hero-visual-column-wrapper.extended > .video-wrapper {
    margin-right: 0;
    margin-left: -240px;
  }
}
@media screen and (min-width: 960px) {
  .hero-visual-column-wrapper.extended > img, .hero-visual-column-wrapper.extended > .video-wrapper {
    margin-right: -277px;
  }
  :dir(rtl) .hero-visual-column-wrapper.extended > img, :dir(rtl) .hero-visual-column-wrapper.extended > .video-wrapper {
    margin-right: 0;
    margin-left: -277px;
  }
}
.hero-visual-column-wrapper.extended > img > video, .hero-visual-column-wrapper.extended > .video-wrapper > video {
  width: 100%;
  max-height: 728px;
}

@media screen and (min-width: 960px) {
  .hero-form-text-column-wrapper {
    max-width: 672px;
  }
}

@media screen and (min-width: 960px) {
  .hero-form-column-wrapper {
    max-width: 560px;
    margin-left: auto;
  }
}
.hero-form-column-wrapper #contact-form {
  background-color: #fff !important;
}
.hero-form-column-wrapper #contact-form > iframe {
  min-height: 44.5rem !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 1180px) {
  body.formstack-alternative, body.formassembly-alternative, body.surveysparrow-alternative, body.questionpro-alternative, body.pollfish-alternative, body.soc-2-compliant {
    padding-right: 340px;
  }
}
@media screen and (min-width: 1400px) {
  body.formstack-alternative, body.formassembly-alternative, body.surveysparrow-alternative, body.questionpro-alternative, body.pollfish-alternative, body.soc-2-compliant {
    padding-right: 560px;
  }
}
body.formstack-alternative .jfRHeader--flyin, body.formassembly-alternative .jfRHeader--flyin, body.surveysparrow-alternative .jfRHeader--flyin, body.questionpro-alternative .jfRHeader--flyin, body.pollfish-alternative .jfRHeader--flyin, body.soc-2-compliant .jfRHeader--flyin {
  z-index: 9999;
}
body.soc-2-compliant #header {
  flex-direction: column;
  align-items: center;
}
body.soc-2-compliant .hero-ad-alternative-form-column-wrapper {
  padding-inline: 1rem;
  padding-bottom: 40px;
}

.hero-ad-alternative-form-column-wrapper {
  max-width: 768px;
  z-index: 9998;
}
.hero-ad-alternative-form-column-wrapper #contact-form > iframe {
  min-height: 52rem !important;
}
@media screen and (min-width: 330px) {
  .hero-ad-alternative-form-column-wrapper #contact-form > iframe {
    min-height: 49rem !important;
  }
}
@media screen and (min-width: 480px) {
  .hero-ad-alternative-form-column-wrapper #contact-form > iframe {
    min-height: 47rem !important;
  }
}
@media screen and (min-width: 1180px) {
  .hero-ad-alternative-form-column-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 340px;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(10, 11, 13, 0.32), 0 0 2px rgba(10, 11, 13, 0.04);
  }
}
@media screen and (min-width: 1400px) {
  .hero-ad-alternative-form-column-wrapper {
    max-width: 560px;
  }
}
@media screen and (min-width: 1180px), screen and (min-width: 1400px) {
  .hero-ad-alternative-form-column-wrapper .shadow-light-lg {
    box-shadow: none;
  }
}

@media screen and (min-width: 768px) {
  .professional-services-visual-column-wrapper {
    max-width: 672px;
  }
}
.professional-services-visual-column-wrapper.extended > img {
  display: flex;
  height: 100%;
  width: auto;
  margin-right: -90px;
}
@media screen and (min-width: 480px) {
  .professional-services-visual-column-wrapper.extended > img {
    margin-right: -240px;
  }
}
@media screen and (min-width: 768px) {
  .professional-services-visual-column-wrapper.extended > img {
    margin-right: -560px;
  }
}

@media screen and (min-width: 768px) {
  .professional-services-column-wrapper {
    max-width: 536px;
  }
}

.property-list-item {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(151, 157, 198, 0), rgba(151, 157, 198, 0.3), rgba(151, 157, 198, 0)) 1;
}
.property-list-item:last-child {
  border: none;
}

.human-resources-hero {
  background: #e9f6f8;
}

.human-resources-form-templates-heading, .human-resources-form-templates-desc,
.learn-stories-heading-heading,
.learn-stories-heading-desc {
  color: #030514;
}

.image-load-wrapper > img {
  min-height: 32px;
}

@media screen and (min-width: 768px) {
  .visual-column-wrapper-features {
    max-width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .wide-content-column-wrapper-features {
    max-width: 750px;
  }
}

@media screen and (min-width: 768px) {
  .visual-column-wrapper {
    max-width: 672px;
  }
}
.visual-column-wrapper > img {
  min-height: 32px;
  min-width: 32px;
}
@media all and (min-resolution: 0.001dpcm) {
  @supports not (-moz-appearance: none) {
    .visual-column-wrapper.extended {
      margin-left: 0;
    }
    .visual-column-wrapper.extended > img {
      height: 100%;
      width: auto;
      margin-left: -90px;
    }
    @media screen and (min-resolution: 0.001dpcm) and (min-width: 480px) {
      .visual-column-wrapper.extended > img {
        margin-left: -240px;
      }
    }
    @media screen and (min-resolution: 0.001dpcm) and (min-width: 768px) {
      .visual-column-wrapper.extended > img {
        margin-left: -560px;
      }
    }
    .visual-column-wrapper.extended.reverse > img {
      margin-right: -90px;
      margin-left: auto;
    }
    @media screen and (min-resolution: 0.001dpcm) and (min-width: 480px) {
      .visual-column-wrapper.extended.reverse > img {
        margin-right: -240px;
        margin-left: auto;
      }
    }
    @media screen and (min-resolution: 0.001dpcm) and (min-width: 768px) {
      .visual-column-wrapper.extended.reverse > img {
        margin-right: -560px;
        margin-left: auto;
      }
    }
  }
}
@supports not (-moz-appearance: none) {
  .visual-column-wrapper.extended {
    margin-left: 0;
  }
  .visual-column-wrapper.extended > picture {
    height: 100%;
    width: auto;
    margin-left: -90px;
  }
  html[dir=rtl] .visual-column-wrapper.extended > picture {
    margin-left: auto;
    margin-right: -90px;
  }
  @media screen and (min-width: 480px) {
    .visual-column-wrapper.extended > picture {
      margin-left: -240px;
    }
    html[dir=rtl] .visual-column-wrapper.extended > picture {
      margin-left: auto;
      margin-right: -240px;
    }
  }
  @media screen and (min-width: 768px) {
    .visual-column-wrapper.extended > picture {
      margin-left: -560px;
    }
    html[dir=rtl] .visual-column-wrapper.extended > picture {
      margin-left: auto;
      margin-right: -560px;
    }
  }
  .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
    margin-right: -90px;
    margin-left: auto;
  }
  html[dir=rtl] .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
    margin-right: auto;
    margin-left: -90px;
  }
  @media screen and (min-width: 480px) {
    .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
      margin-right: -240px;
      margin-left: auto;
    }
    html[dir=rtl] .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
      margin-right: auto;
      margin-left: -240px;
    }
  }
  @media screen and (min-width: 768px) {
    .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
      margin-right: -560px;
      margin-left: auto;
    }
    html[dir=rtl] .visual-column-wrapper.extended.reverse:not(.in-box) > picture {
      margin-right: auto;
      margin-left: -560px;
    }
  }
  .visual-column-wrapper.extended.reverse.in-box > picture {
    margin-right: -90px;
    margin-left: auto;
  }
  html[dir=rtl] .visual-column-wrapper.extended.reverse.in-box > picture {
    margin-right: auto;
    margin-left: -90px;
  }
  @media screen and (min-width: 480px) {
    .visual-column-wrapper.extended.reverse.in-box > picture {
      margin-right: -240px;
      margin-left: auto;
    }
    html[dir=rtl] .visual-column-wrapper.extended.reverse.in-box > picture {
      margin-right: auto;
      margin-left: -240px;
    }
  }
}

@media screen and (min-width: 768px) {
  .content-column-wrapper {
    max-width: 576px;
  }
}

@media screen and (min-width: 768px) {
  .wide-content-column-wrapper {
    max-width: 672px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-visual-column-wrapper {
    max-width: 672px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-content-column-outline {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
}

@media screen and (min-width: 768px) {
  .sticky-content-column-wrapper {
    max-width: 536px;
  }
}

@media screen and (min-width: 768px) {
  .w-full-visual-column-wrapper {
    max-width: 672px;
  }
}
.w-full-visual-column-wrapper.extended > img {
  display: flex;
  height: 100%;
  width: auto;
  margin-right: -90px;
}
@media screen and (min-width: 480px) {
  .w-full-visual-column-wrapper.extended > img {
    margin-right: -240px;
  }
}
@media screen and (min-width: 768px) {
  .w-full-visual-column-wrapper.extended > img {
    margin-right: -560px;
  }
}

@media screen and (min-width: 768px) {
  .w-full-content-column-wrapper {
    max-width: 536px;
  }
}

input[type=radio] {
  appearance: none;
  position: fixed;
  top: -100vh;
  left: -100vh;
}
input[type=radio] ~ .accordion-title .active-icon {
  display: none;
}
input[type=radio] ~ .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s;
}
input[type=radio] ~ .accordion-visual {
  transition: 0.3s all;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  input[type=radio] ~ .accordion-visual {
    max-height: none;
    overflow: visible;
  }
}
input[type=radio] ~ label > svg path {
  fill: #979DC6;
}
input[type=radio]:checked ~ .accordion-title .active-icon {
  display: block;
}
input[type=radio]:checked ~ .accordion-title .disable-icon {
  display: none;
}
input[type=radio]:checked ~ .accordion-content {
  animation: showAccordionElement 0.5s linear forwards;
  animation-delay: 0.2s;
  max-height: 424px;
}
@keyframes showAccordionElement {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input[type=radio]:checked ~ .accordion-visual {
  opacity: 1;
  max-height: 700px;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked ~ .accordion-visual {
    max-height: none;
  }
}
input[type=radio]:checked ~ label > svg path {
  fill: #0075E3;
}
input[type=radio]:checked ~ label > h3 {
  color: #0075E3;
}
input[type=radio]:checked ~ label > h3 > span {
  font-weight: 700;
}

.accordion-visual {
  max-width: 672px;
}
@media screen and (min-width: 768px) {
  .accordion-visual {
    max-width: 26vw;
  }
}
@media screen and (min-width: 960px) {
  .accordion-visual {
    max-width: 38vw;
  }
}
@media screen and (min-width: 1024px) {
  .accordion-visual {
    max-width: 42vw;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-visual {
    max-width: 672px;
  }
}
.accordion-visual > img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .accordion-article,
  .accordion-article-cta {
    max-width: 560px !important;
  }
}

.accordion-article-cta {
  border-color: transparent !important;
}

input[type=radio] {
  appearance: none;
  position: fixed;
  top: -100vh;
  left: -100vh;
}
input[type=radio] ~ .accordion-title .active-icon {
  display: none;
}
input[type=radio] ~ .accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s;
}
input[type=radio] ~ .accordion-visual {
  transition: 0.3s all;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  input[type=radio] ~ .accordion-visual {
    max-height: none;
    overflow: visible;
  }
}
input[type=radio] ~ label > svg path {
  fill: #979DC6;
}
input[type=radio]:checked ~ .accordion-title .active-icon {
  display: block;
}
input[type=radio]:checked ~ .accordion-title .disable-icon {
  display: none;
}
input[type=radio]:checked ~ .accordion-content {
  animation: showAccordionElement 0.5s linear forwards;
  animation-delay: 0.2s;
  max-height: 424px;
}
@keyframes showAccordionElement {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input[type=radio]:checked ~ .accordion-visual {
  opacity: 1;
  max-height: 700px;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked ~ .accordion-visual {
    max-height: none;
  }
}
input[type=radio]:checked ~ label > svg path {
  fill: #0075E3;
}
input[type=radio]:checked ~ label > h3 {
  color: #0075E3;
}

.accordion-with-form {
  min-height: 47rem;
}
@media screen and (min-width: 1120px) {
  .accordion-with-form {
    max-width: 41rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordion-with-form-visual {
    max-width: 28rem;
  }
}
@media screen and (min-width: 1120px) {
  .accordion-with-form-visual {
    max-width: 32rem;
  }
}
@media screen and (min-width: 1280px) {
  .accordion-with-form-visual {
    max-width: 40rem;
  }
}
@media screen and (min-width: 1440px) {
  .accordion-with-form-visual {
    max-width: 42rem;
  }
}
.accordion-with-form-visual > img {
  height: auto;
  width: 100%;
}

.accordion-with-form-article:first-of-type {
  border: none;
}
@media screen and (min-width: 1024px) {
  .accordion-with-form-article {
    max-width: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .accordion-with-form-article {
    max-width: 560px;
  }
}

.loader-wrapper {
  display: flex;
}
.loader-wrapper.hidden {
  display: none;
}

.loader {
  border-bottom-color: transparent;
  animation: rotation 1s linear infinite;
  top: auto;
  left: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.active {
  color: #0075E3;
  border-color: #0075E3;
  transition: all 0.2s;
}

.qa {
  background: linear-gradient(270deg, rgba(54, 104, 252, 0.1) 0%, rgba(54, 104, 252, 0) 100%), linear-gradient(270deg, rgba(0, 202, 215, 0.1) 0%, rgba(0, 202, 215, 0) 100%), #F3F4FB;
}

.qa-answer .inline-link {
  color: #0075E3;
  text-decoration: underline;
}

.iframe-inbound-form {
  transition: 0.1s all;
  min-height: 62rem;
}
@media screen and (min-width: 577px) {
  .iframe-inbound-form {
    min-height: 42rem;
  }
}
.iframe-inbound-form.formAgentIframe {
  min-height: 540px;
  max-height: 750px;
}
@media screen and (min-width: 577px) {
  .iframe-inbound-form.formAgentIframe {
    min-height: 650px;
  }
}
@media screen and (min-width: 768px) {
  .iframe-inbound-form.formAgentIframe {
    min-height: 750px;
  }
}

.iframe-advertising-form {
  min-height: 40rem;
}

.iframe-short-content-form {
  min-height: 36rem;
}

.active {
  color: #0075E3;
  border-color: #0075E3;
  transition: all 0.2s;
}

.whitepaper {
  background: var(--enterprise-gov-gradient, linear-gradient(273deg, rgba(54, 181, 252, 0.08) 5.33%, rgba(54, 181, 252, 0) 100.86%), #EEF6F5);
}
.whitepaper p a, .whitepaper ul a, .whitepaper ol a {
  transition: 0.2s all;
  color: #0075E3;
  text-decoration: underline;
}
.whitepaper p a:hover, .whitepaper ul a:hover, .whitepaper ol a:hover {
  color: #0066c3;
}

@media screen and (min-width: 375px) {
  .social-proof-companies-with-referrals .referral-item {
    max-width: 7rem;
  }
}
@media screen and (min-width: 425px) {
  .social-proof-companies-with-referrals .referral-item {
    max-width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .social-proof-companies-with-referrals .referral-item {
    max-width: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .social-proof-companies-with-referrals .referral-item {
    max-width: 8rem;
  }
}
@media screen and (min-width: 1440px) {
  .social-proof-companies-with-referrals .referral-item {
    max-width: 11rem;
  }
}

.plan-table .pt-toggle-button {
  color: rgba(10, 21, 81, 0.5019607843);
  padding: 6px 16px;
  position: relative;
  overflow: hidden;
  --toggle-transform: 0%;
}
.plan-table .pt-toggle-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525A95;
  transition: transform 0.3s ease-in-out;
  transform: translateX(var(--toggle-transform));
  z-index: 0;
  width: 96px;
  border-radius: 1000px;
}
.plan-table .pt-wrapper {
  box-shadow: 0px 2px 8px 0px rgba(37, 45, 91, 0.0392156863), 0px 16px 24px 0px rgba(84, 95, 111, 0.1607843137);
}
.plan-table .pt-container {
  background: linear-gradient(180deg, #F3F3FE 0%, #FFFFFF 100%);
}
.plan-table .pt-container .pt-column {
  flex: 1;
}
.plan-table .pt-container .pt-column .pt-title {
  height: 88px;
}
@media screen and (min-width: 1280px) {
  .plan-table .pt-container .pt-column .pt-title {
    height: 140px;
  }
}
.plan-table .pt-container .pt-column.pt-features > p:nth-child(6),
.plan-table .pt-container .pt-column.pt-features p:nth-child(11) {
  padding-right: 1rem;
}
.plan-table .pt-container .pt-column.pt-features > p {
  padding-left: 8px;
}
@media screen and (min-width: 375px) {
  .plan-table .pt-container .pt-column.pt-features > p {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column.pt-features > p {
    padding-left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .plan-table .pt-container .pt-column.pt-features > p {
    padding-left: 64px;
  }
}
.plan-table .pt-container .pt-column#standard-option {
  min-width: 152px;
  box-shadow: 0px 11.31px 22.63px 0px #C0D6FC;
  mix-blend-mode: Multiply;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column#standard-option {
    box-shadow: none;
    mix-blend-mode: normal;
  }
}
.plan-table .pt-container .pt-column#standard-option > :last-child {
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column#standard-option > :last-child {
    border-bottom-right-radius: 0;
  }
}
.plan-table .pt-container .pt-column#standard-option > :nth-child(9) {
  padding-inline: 10px;
}
.plan-table .pt-container .pt-column#enterprise-option {
  min-width: 152px;
  box-shadow: 0px 11.31px 22.63px 0px #C0D6FC;
  mix-blend-mode: Multiply;
}
.plan-table .pt-container .pt-column#enterprise-option > :last-child {
  border-bottom-right-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column#enterprise-option > :last-child {
    border-bottom-right-radius: 0;
  }
}
.plan-table .pt-container .pt-column#enterprise-option > .pt-title {
  background-color: #030514;
}
.plan-table .pt-container .pt-column .pt-item {
  height: 36px;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column .pt-item {
    height: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .plan-table .pt-container .pt-column .pt-item {
    height: 88px;
  }
}
.plan-table .pt-container .pt-column .pt-item:nth-child(6), .plan-table .pt-container .pt-column .pt-item:nth-child(9), .plan-table .pt-container .pt-column .pt-item:nth-child(10), .plan-table .pt-container .pt-column .pt-item:nth-child(11), .plan-table .pt-container .pt-column .pt-item:nth-child(12), .plan-table .pt-container .pt-column .pt-item:nth-child(13), .plan-table .pt-container .pt-column .pt-item:nth-child(14), .plan-table .pt-container .pt-column .pt-item:nth-child(15) {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column .pt-item:nth-child(6), .plan-table .pt-container .pt-column .pt-item:nth-child(9), .plan-table .pt-container .pt-column .pt-item:nth-child(10), .plan-table .pt-container .pt-column .pt-item:nth-child(11), .plan-table .pt-container .pt-column .pt-item:nth-child(12), .plan-table .pt-container .pt-column .pt-item:nth-child(13), .plan-table .pt-container .pt-column .pt-item:nth-child(14), .plan-table .pt-container .pt-column .pt-item:nth-child(15) {
    height: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .plan-table .pt-container .pt-column .pt-item:nth-child(6), .plan-table .pt-container .pt-column .pt-item:nth-child(9), .plan-table .pt-container .pt-column .pt-item:nth-child(10), .plan-table .pt-container .pt-column .pt-item:nth-child(11), .plan-table .pt-container .pt-column .pt-item:nth-child(12), .plan-table .pt-container .pt-column .pt-item:nth-child(13), .plan-table .pt-container .pt-column .pt-item:nth-child(14), .plan-table .pt-container .pt-column .pt-item:nth-child(15) {
    height: 88px;
  }
}
.plan-table .pt-container .pt-column .pt-item:nth-child(odd) {
  background-color: rgba(142, 169, 255, 0.2);
}
.plan-table .pt-container .pt-column .pt-item > span {
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  .plan-table .pt-container .pt-column .pt-item > span {
    max-width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .plan-table .pt-container .pt-column .pt-item > span {
    max-width: 224px;
  }
}

.plans-comparison .pt-toggle-button {
  color: rgba(10, 21, 81, 0.5019607843);
  position: relative;
  overflow: hidden;
  --toggle-transform: 0%;
}
.plans-comparison .pt-toggle-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: transform 0.3s ease-in-out;
  transform: translateX(var(--toggle-transform));
  z-index: 0;
  width: 96px;
  border-radius: 1000px;
}
.plans-comparison .primary-cta {
  background-color: #6747FF;
}
.plans-comparison .primary-cta:hover {
  background-color: #5B3EE2;
}
.plans-comparison .primary-cta:focus {
  background-color: #6747FF;
}

[hover-tooltip] {
  position: relative;
}
[hover-tooltip]:hover::before {
  cursor: default;
  content: attr(hover-tooltip);
  font-size: 14px;
  text-align: center;
  position: absolute;
  display: block;
  box-sizing: border-box;
  margin-right: -24px;
  bottom: calc(100% + 8px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #343c6a;
  border-radius: 4px;
  padding: 10px;
  color: #ffffff;
  z-index: 1;
}
html[dir=rtl] [hover-tooltip]:hover::before {
  transform: translate(50%);
  margin-left: -32px;
  margin-right: 0;
}
[hover-tooltip]:hover::after {
  cursor: default;
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  box-sizing: border-box;
  width: 0;
  height: 0;
  bottom: calc(100% + 4px);
  margin-left: -8px;
  border: 1px solid black;
  border-color: #343c6a transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}

.hero-container {
  position: relative;
  width: 100vw;
  min-width: 320px;
  max-width: 900px;
  aspect-ratio: 1830/1474;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Responsive positioning to recreate hero.png layout */
  /* Chart positioning - center/upper area */
  /* Pointer positioning - distributed around chart */
  /* Prompt area - bottom center */
}
.hero-container > picture:first-child {
  width: 100%;
  height: 100%;
}
.hero-container > picture:first-child img {
  width: 100%;
  height: 100%;
}
.hero-container .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
}
.hero-container .chart {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  animation: slideUpFadeIn 1.2s ease-out 1s forwards;
  animation-delay: 4.2s;
  z-index: 2;
}
.hero-container .pointer {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  z-index: 3;
}
.hero-container .pointer-judy {
  animation-delay: 1.9s;
}
.hero-container .pointer-mark {
  animation-delay: 4.7s;
}
.hero-container .pointer-olivia {
  animation-delay: 5.1s;
}
.hero-container .prompt-area {
  width: 100%;
  height: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-10deg);
  }
  50% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-container .chart {
  top: 8%;
  right: 1%;
  width: 35%;
  height: auto;
}
.hero-container .pointer {
  height: auto;
}
.hero-container .pointer-judy {
  top: 78%;
  left: 76%;
  width: 22%;
}
.hero-container .pointer-mark {
  top: 10%;
  left: 14%;
  width: 22%;
}
.hero-container .pointer-olivia {
  top: 75%;
  left: 24%;
  width: 22%;
}
.hero-container .prompt-area {
  bottom: 0%;
  right: 0%;
}
.hero-container .prompt-area-container {
  --c1: rgba(255, 255, 255, 0.5);
  --c2: rgba(255, 255, 255, 0.37);
  --c3: rgba(255, 255, 255, 0.12);
  position: absolute;
  bottom: 13%;
  right: 11%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  width: 52%;
  height: 52%;
  padding: 10px;
  gap: 8px;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container {
    width: 52%;
    height: 42%;
    padding: 10px;
    gap: 8px;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .prompt-area-container {
    width: 42%;
    height: 32%;
    border-radius: 16px;
    padding: 10px;
    gap: 8px;
  }
}
.hero-container .prompt-area-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  inset: 0px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom right, var(--c1) 0%, var(--c3) 33%, var(--c2) 62%, var(--c3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: --c1 300ms ease, --c2 300ms ease, --c3 300ms ease;
}
.hero-container .prompt-area-container .prompt-area-title-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container .prompt-area-title-container {
    gap: 10px;
  }
}
.hero-container .prompt-area-container .prompt-area-title-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid #C59DFF;
  box-sizing: border-box;
  background: radial-gradient(115.5% 115.5% at 105.03% 24.65%, #B476F9 0%, #621CB1 100%);
  box-shadow: 0 1.293px 5.17px 0 rgba(10, 11, 13, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-5deg);
  flex-shrink: 0;
}
.hero-container .prompt-area-container .prompt-area-title-icon > svg {
  color: #fff;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container .prompt-area-title-icon {
    width: 32px;
    height: 32px;
  }
  .hero-container .prompt-area-container .prompt-area-title-icon > svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .prompt-area-container .prompt-area-title-icon {
    width: 24px;
    height: 24px;
  }
  .hero-container .prompt-area-container .prompt-area-title-icon > svg {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1124px) {
  .hero-container .prompt-area-container .prompt-area-title-icon {
    width: 32px;
    height: 32px;
  }
  .hero-container .prompt-area-container .prompt-area-title-icon > svg {
    width: 16px;
    height: 16px;
  }
}
.hero-container .prompt-area-container .prompt-area-title {
  font-size: 12px;
  font-weight: 600;
  color: #0A1551;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container .prompt-area-title {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .prompt-area-container .prompt-area-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1124px) {
  .hero-container .prompt-area-container .prompt-area-title {
    font-size: 16px;
  }
}
.hero-container .prompt-area-container .prompt-area-content {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #0A1551;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.13px;
  border: 2px solid #7923DD;
  border-radius: 8px;
  padding: 8px;
  box-sizing: border-box;
  flex: 1;
  overflow: auto;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container .prompt-area-content {
    padding: 16px;
    font-size: 100%;
    line-height: 132%;
    border-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .prompt-area-container .prompt-area-content {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1124px) {
  .hero-container .prompt-area-container .prompt-area-content {
    font-size: 14px;
    line-height: 20px;
  }
}
@keyframes blinkGreen {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero-container .prompt-area-container .prompt-area-content .typing-cursor {
  display: inline-block;
  width: 2px;
  height: 16px;
  vertical-align: bottom;
  background: #64B200;
  margin-left: 2px;
  animation: blinkGreen 1s step-end infinite;
  border-radius: 0;
}
@media screen and (min-width: 480px) {
  .hero-container .prompt-area-container .prompt-area-content .typing-cursor {
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-container .prompt-area-container .prompt-area-content .typing-cursor {
    height: 16px;
  }
}
.hero-container .prompt-area-container.slide-up-animate {
  opacity: 0;
  transform: translateY(60px);
  animation: slideUpIn 0.6s cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: 1.7s;
  /* Can tune to match other scene timings */
}
@keyframes slideUpIn {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-powered-animation {
  position: relative;
  width: 100%;
  aspect-ratio: 13/11;
  height: 0;
  padding-top: 85%;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
}
.ai-powered-animation > .ai-powered-animation-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.ai-powered-animation > .ai-powered-animation-content > picture {
  opacity: 0;
  filter: blur(14px) scale(1.05);
  animation: aiAppleFade 12s infinite;
}
.ai-powered-animation > .ai-powered-animation-content > picture:first-child {
  animation-delay: 0s;
}
.ai-powered-animation > .ai-powered-animation-content > picture:nth-child(2) {
  animation-delay: 4s;
}
.ai-powered-animation > .ai-powered-animation-content > picture:nth-child(3) {
  animation-delay: 8s;
}

@keyframes aiAppleFade {
  0% {
    opacity: 0;
    filter: blur(14px) scale(1.05);
  }
  8% {
    opacity: 1;
    filter: blur(0px) scale(1);
  }
  30% {
    opacity: 1;
    filter: blur(0px) scale(1);
  }
  38% {
    opacity: 0;
    filter: blur(10px) scale(1.03);
  }
  100% {
    opacity: 0;
    filter: blur(10px) scale(1.03);
  }
}
#headerWrapper {
  --jf-header-nav-menu-active: #0A1551;
}
.jfRHeader--dark-mode #headerWrapper {
  --jf-header-nav-menu-active: #ff6100;
}
#headerWrapper .jfRHeader--logo-link svg path {
  fill: #0A1551;
}
.jfRHeader--dark-mode #headerWrapper .jfRHeader--logo-link svg path {
  fill: #fff;
}
#headerWrapper .jfRHeader--logo-divider {
  background-color: #0A1551;
}
.jfRHeader--dark-mode #headerWrapper .jfRHeader--logo-divider {
  background-color: #fff;
}
#headerWrapper .jfRHeader--logo-text {
  font-size: 24px;
  color: #0A1551;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#headerWrapper .jfRHeader--logo-text .custom-enterprise-text {
  font-size: 1.5rem;
}
.jfRHeader--dark-mode #headerWrapper .jfRHeader--logo-text {
  color: #fff;
}

.custom-ai-text {
  background: #934BE4;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px 12px 12px 4px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .custom-ai-text {
    padding: 8px 16px 8px 12px;
    font-size: 2rem;
    border-radius: 20px 20px 20px 8px;
  }
}

.purple-cta {
  background-color: #545CFF;
  color: #fff;
}
.purple-cta:hover {
  background-color: #5B3EE2;
}
.purple-cta:focus {
  background-color: #545CFF;
}

@keyframes aiGradientMove {
  0% {
    background-position: 0% 50%;
  }
  45% {
    background-position: 100% 50%;
  }
  55% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.ai-animated-gradient-bg {
  background: linear-gradient(270deg, #EAD7FF, #BA5AFC);
  background-size: 200% 200%;
  animation: aiGradientMove 5s linear infinite;
  animation-timing-function: cubic-bezier(0.72, 0.01, 0.39, 0.94);
}

.cover-image-wrapper > picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.has-noise::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url("/p/enterprise-v2/assets/img-min/%23noise")' opacity='0.3'/%3E%3C/svg%3E");
  pointer-events: none;
}

@property --c1 {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffffff;
}
@property --c2 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255, 255, 255, 0.1);
}
@property --c3 {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255, 255, 255, 0.3);
}
.glass-btn {
  appearance: none;
  all: unset;
  position: relative;
  font-size: 1rem;
  padding: 1rem 1.25rem;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.glass-btn > .active-color-wrapper {
  display: none;
  z-index: 0;
}
.glass-btn > .active-text-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding: 0;
}
.glass-btn.active > .active-color-wrapper {
  display: block;
  z-index: 1;
}

.glass-btn.dark-btn {
  background: rgba(0, 0, 0, 0.1);
}

.glass-btn:before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  inset: 0px;
  border-radius: inherit;
  /* padding is the border width */
  padding: 1px;
  background: linear-gradient(to bottom right, var(--c1) 0%, var(--c3) 33%, var(--c2) 62%, var(--c3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: --c1 300ms ease, --c2 300ms ease, --c3 300ms ease;
}

.glass-btn.dark-btn:before {
  background: linear-gradient(to bottom right, var(--c1-dark, #000) 0%, var(--c3-dark, rgba(0, 0, 0, 0.3)) 33%, var(--c2-dark, rgba(0, 0, 0, 0.1)) 62%, var(--c3-dark, rgba(0, 0, 0, 0.3)) 100%);
}

.glass-btn:hover:before {
  --c1: rgba(255, 255, 255, 0.1);
  --c2: #ffffff;
  --c3: rgba(255, 255, 255, 0.1);
}

.glass-btn.dark-btn:hover:before {
  --c1-dark: rgba(0, 0, 0, 0.1);
  --c2-dark: #000;
  --c3-dark: rgba(0, 0, 0, 0.1);
}

.glass-btn:active:before {
  --c1: rgba(255, 255, 255, 0.1);
  --c2: #ffffff;
  --c3: #ffffff;
}

.glass-btn.dark-btn:active:before {
  --c1-dark: rgba(0, 0, 0, 0.1);
  --c2-dark: #000;
  --c3-dark: #000;
}

.glass-slider-container .swiper-pagination-bullet {
  outline: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
  .glass-slider-container .swiper-pagination-bullet {
    flex-shrink: 0;
  }
}
.glass-slider-container .swiper-pagination-bullet.active {
  border-color: #0075E3;
  outline-color: #0075E3;
  background-color: #EDF8FF;
}
.glass-slider-container.dark-slider-pagination .swiper-pagination-bullet.active {
  color: #FFFFFF;
}
.glass-slider-container.light-slider-pagination .swiper-pagination-bullet.active {
  color: #0A1551;
}

.image-list-wrapper > img {
  display: flex;
}

.content-link-style-wrapper a {
  text-decoration: underline;
  color: inherit;
}

.visual-content-wrapper a {
  text-decoration: underline;
  color: inherit;
}

.testimonial-quotation-image {
  fill: #5CCCD8;
  width: 100%;
  height: auto;
}

.hero-shadow {
  filter: blur(68.2231369019px);
}

.faq-link p a,
.faq-link h3 a {
  text-decoration: underline;
  color: #236EE7;
}

.light-gradient-tag {
  background: linear-gradient(90deg, #0053DC 19.87%, #6F5DFF 77.06%);
}

.dark-gradient-tag {
  background: linear-gradient(90deg, #4DBEFC 0%, #37C768 46.03%);
}

.gradient-tag {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-container.case-study-slider .swiper-slide, .swiper-container.discover-container .swiper-slide, .swiper-container.tab-slider-container .swiper-slide {
  display: flex;
}
@media screen and (min-width: 768px) {
  .swiper-container.swiper-templates {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .swiper-container.swiper-triple-content {
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-container.swiper-triple-content .swiper-slide {
    min-height: 544px;
  }
}

.swiper-discover-wrapper.dark.has-overflow,
.swiper-discover-wrapper.light.has-overflow {
  position: relative;
}
.swiper-discover-wrapper.dark.has-overflow::after, .swiper-discover-wrapper.dark.has-overflow::before,
.swiper-discover-wrapper.light.has-overflow::after,
.swiper-discover-wrapper.light.has-overflow::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 160px;
  pointer-events: none;
  display: block;
}
.swiper-discover-wrapper.dark.has-overflow::before,
.swiper-discover-wrapper.light.has-overflow::before {
  z-index: 1;
  left: -16px;
}
.swiper-discover-wrapper.dark.has-overflow::after,
.swiper-discover-wrapper.light.has-overflow::after {
  z-index: 0;
  right: 0;
}

.swiper-discover-wrapper.dark.has-overflow::before {
  background: linear-gradient(90deg, rgb(3, 5, 20) 0%, rgba(3, 5, 20, 0) 100%);
}
.swiper-discover-wrapper.dark.has-overflow::after {
  background: linear-gradient(90deg, rgba(3, 5, 20, 0) 0%, rgb(3, 5, 20) 100%);
}

.swiper-discover-wrapper.light.has-overflow::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.swiper-discover-wrapper.light.has-overflow::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.swiper-pagination.discover-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.swiper-pagination.discover-container::-webkit-scrollbar {
  display: none;
}
.swiper-pagination.discover-container .swiper-pagination-bullet {
  width: auto;
  opacity: 1;
  box-sizing: border-box;
  flex: 1;
}
.swiper-pagination.discover-container .swiper-pagination-bullet.active {
  color: #030514;
}

.hero-form-column {
  max-width: 480px;
}
@media screen and (min-width: 1200px) {
  .hero-form-column {
    max-width: 536px;
  }
}

.full-picture-wrapper > img,
.full-picture-wrapper > picture {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: auto;
}

.questions-enterprise .questions.js-faq-filtered.isCollapsible {
  padding: 0;
}
html[dir=rtl] .questions-enterprise .questions.js-faq-filtered.isCollapsible .filter-input-content {
  margin-left: auto;
  margin-right: 0.625rem;
  background-position: center right 1.25rem !important;
}
html[dir=rtl] .questions-enterprise .questions.js-faq-filtered.isCollapsible .qa-wrapper:not(.js-no-result) .question-wrapper {
  padding-left: 2rem;
  padding-right: 3rem;
}
html[dir=rtl] .questions-enterprise .questions.js-faq-filtered.isCollapsible .qa-wrapper:not(.js-no-result) .question-wrapper .collapse {
  right: 0 !important;
}

.mobile-pagination .swiper-pagination-bullet,
.all-size-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #DADEF3;
}
.mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.all-size-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0075E3;
}

.tab-slider-bullet-container .swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #dadef3;
}
.tab-slider-bullet-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0075E3;
}

@media screen and (min-width: 1024px) {
  #ai-agent-form-container {
    height: 576px;
  }
}
.content-card-expanded:hover .content-card-expanded-title {
  white-space: normal;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}