@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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.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-3d {
  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(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.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%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.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: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.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-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.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 linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.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-container-cube {
  overflow: visible;
}
.swiper-container-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-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
dd,
dl,
figure,
h1,
h2,
h3,
h5,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h5 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
}
audio,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  --bg-opacity: 1;
  /*background-color: #010528;*/
  /*background-color: rgba(1, 5, 40, var(--bg-opacity));*/
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
.title-xl {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .title-xl {
    font-size: 5rem;
  }
}
.title-lg {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .title-lg {
    font-size: 2.5rem;
  }
}
.title-md {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .title-md {
    font-size: 1.75rem;
  }
}
.title-sm {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .title-sm {
    font-size: 1.25rem;
  }
}
img {
  border-width: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
.svg svg {
  pointer-events: none;
  fill: currentColor;
}
.content-h3-title-lg h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content-h3-title-lg h3 {
    font-size: 2.5rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: none;
}
@media (min-width: 640px) {
  .row {
    max-width: 75rem;
  }
}
.row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media (min-width: 768px) {
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.row.expanded {
  max-width: none;
}
.col {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
@media (min-width: 768px) {
  .col {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.header-nav {
  font-size: 0.875rem;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .header-nav {
    font-size: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
  }
}
@media (min-width: 1280px) {
  .header-nav {
    font-size: 0.875rem;
  }
}
.header-nav__item {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2.188rem;
  position: relative;
}
@media (min-width: 1024px) {
  .header-nav__item {
    margin-bottom: 0;
  }
}
.header-nav__link {
  display: block;
  padding: 4px 12px;
  border: 1px solid transparent;
}
.header-nav__link:hover {
  border: 1px solid white;
  border-radius: 9999px;
}
.header-nav__link:hover.accent {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.header-nav__link.accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
  position: relative;
  cursor: pointer;
}
.header-nav__link.accent,
.header-nav__link.accent:before {
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.header-nav__link.accent:before {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -0.625rem;
  margin-right: -0.625rem;
  -webkit-clip-path: polygon(
    calc(100% - 9px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 9px),
    calc(100% - 9px) calc(100% - 9px)
  );
  clip-path: polygon(
    calc(100% - 9px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 9px),
    calc(100% - 9px) calc(100% - 9px)
  );
}
.header-nav__link.accent:disabled {
  cursor: default;
  opacity: 0.5;
}
.header-nav__link.accent:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.header-nav__link.accent:hover {
  background-color: transparent;
}
.header-nav__link.accent:hover:before {
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
}
.header-nav__link.accent {
  padding: 0.938rem 0.625rem;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 3.75rem;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .header {
    height: 5.375rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.header--fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
@media (min-width: 1024px) {
  .header--bg .header__bg {
    background-color: #1734f7;
  }
}
.header--hide-menu .header-nav {
  opacity: 0;
  pointer-events: none;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 3.75rem;
  transition: background-color 0.2s ease-in-out;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .header__bg {
    background-color: transparent;
    height: 5.375rem;
    opacity: 0.75;
  }
}
.header__menu {
  width: 1.375rem;
  display: inline-block;
}
.header__menu,
.header__menu img {
  vertical-align: top;
}
.header__left {
  width: 66.666667%;
}
.header__right {
  width: 33.333333%;
}
.header__center {
  width: 100%;
}
.header__left,
.header__right {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .header__left,
  .header__right {
    width: 7.5rem;
  }
}
@media (min-width: 1280px) {
  .header__left,
  .header__right {
    width: 10.625rem;
  }
}
.nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 40;
  height: calc(var(--vh, 1vh) * 100);
  --bg-opacity: 1;
  background-color: #1e1a4d;
  background-color: rgba(30, 26, 77, var(--bg-opacity));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .nav {
    display: none;
  }
}
.nav__footer {
  height: 3.125rem;
}
.nav__main {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.footer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.625rem;
  padding-bottom: 1.25rem;
  height: 800px;
}
@media (min-width: 1024px) {
  .footer {
    font-size: 0.75rem;
    /*height: 1250px;*/
  }
}
.footer__bg {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  margin-bottom: -230px;
}
@media (min-width: 1024px) {
  .footer__bg {
    width: 1600px;
    margin-bottom: -290px;
  }
}
.footer .rocket-2 {
  width: 3.125rem;
  height: 5.938rem;
  position: absolute;
  bottom: 334px;
  left: 50%;
  transform: translate(-50%) rotate(180deg);
  z-index: 1;
}
@media (min-width: 768px) {
  .footer .rocket-2 {
    width: 5rem;
    height: 9.375rem;
    bottom: 340px;
  }
}
@keyframes pulsar2 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.carousel[data-carousel="showreel"] {
  width: 100%;
  position: relative;
}
.carousel[data-carousel="showreel"] .swiper-wrapper {
  align-items: center;
}
@media (min-width: 1024px) {
  .carousel[data-carousel="showreel"] .swiper-slide .showreel-video {
    width: 15rem;
  }
}
@media (min-width: 1024px) {
  .carousel[data-carousel="showreel"] .swiper-slide-active .showreel-video {
    width: 18.75rem;
  }
}
.shadow-fucsia,
.shadow-green,
.shadow-orange,
.shadow-purple,
.shadow-raspberry,
.shadow-sky,
.shadow-transparent {
  display: block;
  position: relative;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-radius: 10px;
  overflow: hidden;
}
.shadow-fucsia:before,
.shadow-green:before,
.shadow-orange:before,
.shadow-purple:before,
.shadow-raspberry:before,
.shadow-sky:before,
.shadow-transparent:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -0.625rem;
  margin-right: -0.625rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-clip-path: polygon(
    calc(100% - 9px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 9px),
    calc(100% - 9px) calc(100% - 9px)
  );
  clip-path: polygon(
    calc(100% - 9px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 9px),
    calc(100% - 9px) calc(100% - 9px)
  );
}
@media (min-width: 768px) {
  .shadow-fucsia:before,
  .shadow-green:before,
  .shadow-orange:before,
  .shadow-purple:before,
  .shadow-raspberry:before,
  .shadow-sky:before,
  .shadow-transparent:before {
    margin-bottom: -1.25rem;
    margin-right: -1.25rem;
    -webkit-clip-path: polygon(
      calc(100% - 19px) 0,
      100% 0,
      100% 100%,
      0 100%,
      0 calc(100% - 19px),
      calc(100% - 19px) calc(100% - 19px)
    );
    clip-path: polygon(
      calc(100% - 19px) 0,
      100% 0,
      100% 100%,
      0 100%,
      0 calc(100% - 19px),
      calc(100% - 19px) calc(100% - 19px)
    );
  }
}
.shadow-raspberry:before {
  display: none;
  --bg-opacity: 1;
  background-color: #f80e66;
  background-color: rgba(248, 14, 102, var(--bg-opacity));
}
.shadow-fucsia:before {
  --bg-opacity: 1;
  background-color: #ff00a7;
  background-color: rgba(255, 0, 167, var(--bg-opacity));
}
.shadow-green:before {
  display: none;
  --bg-opacity: 1;
  background-color: #36cc9e;
  background-color: rgba(54, 204, 158, var(--bg-opacity));
}
.shadow-orange:before {
  --bg-opacity: 1;
  background-color: #ed7536;
  background-color: rgba(237, 117, 54, var(--bg-opacity));
}
.shadow-sky:before {
  --bg-opacity: 1;
  background-color: #31d5fb;
  background-color: rgba(49, 213, 251, var(--bg-opacity));
}
.shadow-purple:before {
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
}
.cover {
  padding-top: 8.125rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (min-width: 1024px) {
  .cover {
    padding-top: 16.25rem;
  }
}
.cover__content {
  text-align: center;
  font-size: 1rem;
}
.cover__content br {
  display: none;
}
.cover__content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .cover__content h1 {
    font-size: 5rem;
  }
}
.cover__content h1 strong {
  color: #1734f7;
}
.cover__content h1 {
  margin-bottom: 0.938rem;
}
.cover__content h1 strong {
  font-weight: 700;
}
.cover__content p {
  line-height: 1.5;
}
@media (min-width: 640px) {
  .cover__content br {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .cover__content {
    font-size: 1.125rem;
  }
}
@keyframes pulsar {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.showreel {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .showreel {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.showreel__slider {
  width: 100%;
  position: relative;
}
.showreel__slider .swiper-container {
  padding-top: 2.5rem;
}
.showreel__slider .swiper-wrapper {
  align-items: center;
}
.showreel__slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showreel__slider .swiper-slide .showreel__media {
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 418px;
}
.showreel__slider .swiper-slide .showreel__media img,
.showreel__slider .swiper-slide .showreel__media video {
  width: 190px;
}
.showreel__slider .swiper-slide .content {
  margin-top: 2.5rem;
}
.showreel__slider .swiper-slide .content h3 {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .showreel__slider .swiper-slide-active .showreel__media {
    width: 265px;
    height: 515px;
  }
  .showreel__slider .swiper-slide-active .showreel__media img,
  .showreel__slider .swiper-slide-active .showreel__media video {
    width: 235px;
  }
  .showreel__slider
    .swiper-slide-active
    .showreel__media
    .showreel__icon--hearth {
    width: 4.688rem;
  }
  .showreel__slider
    .swiper-slide-active
    .showreel__media
    .showreel__icon--paper-plane {
    margin-top: -1.563rem;
    width: 5.313rem;
  }
  .showreel__slider
    .swiper-slide-active
    .showreel__media
    .showreel__icon--orbit {
    margin-top: -2.5rem;
    width: 7.188rem;
  }
}
.showreel__icon {
  position: absolute;
}
.showreel__icon img {
  pointer-events: none;
}
.showreel__icon--hearth {
  width: 4.063rem;
  left: 0;
  bottom: 0;
  transform: translateX(-45%) rotate(-20deg);
  margin-bottom: -0.625rem;
}
.showreel__icon--paper-plane {
  width: 4.688rem;
  left: 0;
  top: 0;
  transform: translateX(-65%);
  margin-top: -1.25rem;
}
.showreel__icon--orbit {
  width: 6.25rem;
  right: 0;
  top: 0;
  transform: translateX(45%);
  margin-top: -2.188rem;
}
.showreel-video {
  width: 14.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .showreel-video {
    width: 18.75rem;
  }
}
.showreel-video video {
  aspect-ratio: 576/1024;
  width: 14.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: none;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .showreel-video video {
    width: 18.75rem;
  }
}
.showreel-text {
  margin-top: 1.875rem;
  text-align: center;
}
.showreel-text h2,
.showreel-text h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .showreel-text h2,
  .showreel-text h3 {
    font-size: 1.75rem;
  }
}
.services {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .services {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.clients {
  position: relative;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  overflow: hidden;
}
.clients .wrap {
  position: relative;
  margin: 0 auto;
  height: 300px;
  width: 200px;
  overflow: visible;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}
@media (min-width: 768px) {
  .clients .wrap {
    height: 385px;
    perspective: 450px;
  }
}
@media (min-width: 1024px) {
  .clients .wrap {
    height: 400px;
    perspective: 350px;
  }
}
.clients .wrap .block-planet-title {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  transform-style: preserve-3d;
  width: 400px;
  height: 400px;
  transform: translate(-50%);
  z-index: 10;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .clients .wrap .block-planet-title {
    width: 550px;
    height: 550px;
  }
}
@media (min-width: 1024px) {
  .clients .wrap .block-planet-title {
    width: 650px;
    height: 650px;
    margin-bottom: 60px;
  }
}
.clients .wrap .block-planet-title .content-main {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 6.25rem;
  height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .clients .wrap .block-planet-title .content-main {
    margin-top: 12.5rem;
    height: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .clients .wrap .block-planet-title .content-main {
    margin-top: 16.875rem;
    height: 12.5rem;
  }
}
.clients .wrap .wrap-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  z-index: 1;
  animation: spinPosHide 1s normal forwards;
}
.clients .wrap .logo {
  position: absolute;
  transform-origin: 50% 50%;
  top: 0;
  left: 50%;
  z-index: 1;
  transition: transform 1s, opacity 1s;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg) rotateX(-80deg) rotateY(0deg)
    scale(0.1);
}
.clients .wrap .logo img {
  max-width: 200px;
}
.clients .wrap-logo[data-index="1"] {
  animation: spinPos4 1s normal forwards;
}
.clients .wrap-logo[data-index="1"] .logo {
  opacity: 0.25;
  transform: translate(-50%, -50%) rotate(334.28deg) rotateX(-80deg)
    rotateY(0deg) scale(0.2);
}
.clients .wrap-logo[data-index="2"] {
  animation: spinPos5 1s normal forwards;
}
.clients .wrap-logo[data-index="2"] .logo {
  opacity: 0.5;
  transform: translate(-50%, -50%) rotate(282.85deg) rotateX(-80deg)
    rotateY(0deg) scale(0.4);
}
.clients .wrap-logo[data-index="3"] {
  animation: spinPos6 1s normal forwards;
}
.clients .wrap-logo[data-index="3"] .logo {
  opacity: 0.75;
  transform: translate(-70%, -50%) rotate(231.42deg) rotateX(-80deg)
    rotateY(0deg) scale(0.6);
}
.clients .wrap-logo[data-index="4"] {
  animation: spinPos7 1s normal forwards;
}
.clients .wrap-logo[data-index="4"] .logo {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg) rotateX(-80deg) rotateY(0deg)
    scale(0.8);
}
.clients .wrap-logo[data-index="5"] {
  animation: spinPos1 1s normal forwards;
}
.clients .wrap-logo[data-index="5"] .logo {
  opacity: 0.75;
  transform: translate(-30%, -50%) rotate(128.57deg) rotateX(-80deg) scale(0.6);
}
.clients .wrap-logo[data-index="6"] {
  animation: spinPos2 1s normal forwards;
}
.clients .wrap-logo[data-index="6"] .logo {
  opacity: 0.5;
  transform: translate(-50%, -50%) rotate(77.14deg) rotateX(-80deg) scale(0.4);
}
.clients .wrap-logo[data-index="7"] {
  animation: spinPos3 1s forwards;
}
.clients .wrap-logo[data-index="7"] .logo {
  opacity: 0.25;
  transform: translate(-50%, -50%) rotate(25.71deg) rotateX(-80deg) scale(0.2);
}
@keyframes spinPos1 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg) rotate(180deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(231.43deg);
  }
}
@keyframes spinPos2 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(231.43deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(282.86deg);
  }
}
@keyframes spinPos3 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(282.86deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(334.29deg);
  }
}
@keyframes spinPos4 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg) rotate(1turn);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(385.72deg);
  }
}
@keyframes spinPos5 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(385.72deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(437.15deg);
  }
}
@keyframes spinPos6 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(437.15deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(488.58deg);
  }
}
@keyframes spinPos7 {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(488.58deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg) rotate(540deg);
  }
}
@keyframes spinPosHide {
  0% {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg)
      rotate(334.29deg);
  }
  to {
    transform: translate(-50%, -50%) rotateY(0deg) rotateX(75deg) rotate(1turn);
  }
}
.who {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .who {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.post-content-only {
  padding-top: 3.75rem;
}
@media (min-width: 1024px) {
  .post-content-only {
    padding-top: 6.25rem;
  }
}
.post-content-only h1 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .post-content-only h1 {
    font-size: 2.5rem;
  }
}
.post-content-only h2 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .post-content-only h2 {
    font-size: 1.75rem;
  }
}
.post-content-only h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.938rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .post-content-only h3 {
    font-size: 1.5rem;
  }
}
.post-content-only p {
  margin-bottom: 0.938rem;
}
.blog-archive {
  position: relative;
  padding-top: 3.75rem;
  width: 100%;
}
@media (min-width: 640px) {
  .blog-archive {
    padding-top: 6.25rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blog-archive {
    background-size: 100vw;
  }
}
@media (min-width: 1024px) {
  .blog-archive {
    padding-top: 6.25rem;
  }
}
.blog-archive #cover {
  display: none;
}
.blog-archive h2 {
  font-weight: 900;
  margin-bottom: 1.125rem;
  padding-top: 5.313rem;
}
.blog-archive .tags {
  position: relative;
  flex-wrap: wrap;
}
.blog-archive .tags .tag {
  position: relative;
}
.blog-archive .tags .tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  border-radius: 16px;
}
.preview-case {
  margin-bottom: 3.125rem;
}
.preview-case__top {
  position: relative;
}
.preview-case__top:hover .preview-case__box-hover {
  visibility: visible;
}
.preview-case__box-hover {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  --bg-opacity: 1;
  background-color: #03002c;
  background-color: rgba(3, 0, 44, var(--bg-opacity));
  --bg-opacity: 0.8;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.preview-case__tax {
  text-decoration: underline;
  text-transform: uppercase;
}
.preview-case__terms {
  font-weight: 700;
  text-transform: uppercase;
}
.creators div.wpforms-container-full .wpforms-form {
  text-align: center;
}
.creators div.wpforms-container-full .wpforms-form label.wpforms-error {
  --text-opacity: 1;
  color: #f80e66;
  color: rgba(248, 14, 102, var(--text-opacity));
  margin-top: 0.125rem;
  text-align: left;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field.wpforms-has-error
  .wpforms-field-label {
  --text-opacity: 1;
  color: #f80e66;
  color: rgba(248, 14, 102, var(--text-opacity));
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field
  input.wpforms-error {
  --border-opacity: 1;
  border-color: #f80e66;
  border-color: rgba(248, 14, 102, var(--border-opacity));
  text-align: left;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.progress {
  font-size: 1rem;
  text-align: left;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-page-indicator.progress
  .wpforms-page-indicator-page-progress-wrap {
  border-radius: 0;
  height: 0.625rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.2;
}
.creators div.wpforms-container-full .wpforms-form .wpforms-field-label {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 0.938rem;
}
.creators div.wpforms-container-full .wpforms-form input[type="email"],
.creators div.wpforms-container-full .wpforms-form input[type="text"],
.creators div.wpforms-container-full .wpforms-form input[type="url"] {
  width: 100%;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-width: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.25;
  border-radius: 0;
}
.creators div.wpforms-container-full .wpforms-form .choices {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-align: left;
}
.creators div.wpforms-container-full .wpforms-form .choices .choices__inner {
  min-height: 60px;
  border-radius: 0;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .choices.is-open
  .choices__inner {
  border-radius: 0;
}
.creators div.wpforms-container-full .wpforms-form .is-open .choices__inner {
  border-width: 0;
}
.creators div.wpforms-container-full .wpforms-form .choices__inner {
  width: 100%;
  padding-left: 1rem;
  padding-right: 2.188rem;
  border-radius: 0;
  border-width: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.25;
}
.creators div.wpforms-container-full .wpforms-form .choices__list--dropdown {
  --text-opacity: 1;
  color: #03002c;
  color: rgba(3, 0, 44, var(--text-opacity));
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .choices__list--multiple
  .choices__item {
  --bg-opacity: 1;
  background-color: #1e1a4d;
  background-color: rgba(30, 26, 77, var(--bg-opacity));
  --border-opacity: 1;
  border-color: #1e1a4d;
  border-color: rgba(30, 26, 77, var(--border-opacity));
}
.creators div.wpforms-container-full .wpforms-form textarea {
  width: 100%;
  padding: 1.25rem;
  border-width: 0;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.25;
  border-radius: 0;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  textarea:-ms-input-placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  opacity: 0.5;
}
.creators div.wpforms-container-full .wpforms-form textarea::placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  opacity: 0.5;
}
.creators div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
  position: relative;
  display: inline-block;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left:before {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: -0.625rem;
  margin-right: -0.625rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-clip-path: polygon(
    calc(100% - 10px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 10px),
    calc(100% - 10px) calc(100% - 10px)
  );
  clip-path: polygon(
    calc(100% - 10px) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 calc(100% - 10px),
    calc(100% - 10px) calc(100% - 10px)
  );
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left:hover:before {
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left
  .wpforms-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  margin: 0;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  position: relative;
  cursor: pointer;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-pagebreak-left
  .wpforms-page-button:hover {
  background-color: transparent;
}
.creators div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  position: relative;
  display: inline-block;
  padding: 0;
}

.creators
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container:hover:before {
  --bg-opacity: 1;
  background-color: #6300ff;
  background-color: rgba(99, 0, 255, var(--bg-opacity));
}
.creators div.wpforms-container-full .wpforms-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  margin: 0;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 0px !important;
}
.creators div.wpforms-container-full .wpforms-form button[type="submit"],
.creators
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:disabled {
  background-color: #1734f7;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 9999px;
}
.creators
  div.wpforms-container-full
  .wpforms-form
  button[type="submit"]:disabled {
  opacity: 0.5;
}
.creators div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background-color: #d264f7;
}
.creators div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
  display: none !important;
}
.logo {
  display: block;
  width: 6.25rem;
}
@media (min-width: 1024px) {
  .logo {
    width: 7.5rem;
  }
}
@media (min-width: 1280px) {
  .logo {
    width: 9.375rem;
  }
}
.menu-icon {
  width: 1.375rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon img {
  vertical-align: top;
}
.menu-icon #menu-icon-close,
.menu-icon.open #menu-icon-open {
  display: none;
}
.menu-icon.open #menu-icon-close {
  display: block;
}
.arrows {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.arrows--disabled {
  opacity: 0;
  pointer-events: none;
}
.arrows[data-carousel-next-arrow="showreel"],
.arrows[data-carousel-prev-arrow="showreel"] {
  top: 249px;
}
@media (min-width: 1024px) {
  .arrows[data-carousel-next-arrow="showreel"],
  .arrows[data-carousel-prev-arrow="showreel"] {
    top: 297px;
  }
}
.arrows[data-carousel-left-arrow="staff"],
.arrows[data-carousel-next-arrow="profile"],
.arrows[data-carousel-prev-arrow="profile"],
.arrows[data-carousel-right-arrow="staff"] {
  top: 132px;
}
@media (min-width: 768px) {
  .arrows[data-carousel-left-arrow="staff"],
  .arrows[data-carousel-next-arrow="profile"],
  .arrows[data-carousel-prev-arrow="profile"],
  .arrows[data-carousel-right-arrow="staff"] {
    top: 230px;
  }
}
.arrows img {
  width: auto;
  height: 1.25rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .arrows img {
    height: 1.875rem;
  }
}
.arrows--prev {
  left: 0;
}
.arrows--prev[data-carousel-left-arrow="staff"],
.arrows--prev[data-carousel-prev-arrow="profile"] {
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .arrows--prev[data-carousel-left-arrow="staff"],
  .arrows--prev[data-carousel-prev-arrow="profile"] {
    margin-left: 2.5rem;
  }
}
.arrows--next {
  right: 0;
}
.arrows--next[data-carousel-next-arrow="profile"],
.arrows--next[data-carousel-right-arrow="staff"] {
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .arrows--next[data-carousel-next-arrow="profile"],
  .arrows--next[data-carousel-right-arrow="staff"] {
    margin-right: 2.5rem;
  }
}
.arrow {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.arrow svg {
  pointer-events: none;
  fill: currentColor;
}
.arrow {
  top: 50%;
}
.arrow--left {
  left: 0;
  margin-left: -0.313rem;
  transform: translateY(-50%);
}
.arrow--right {
  right: 0;
  margin-right: -0.313rem;
  transform: translateY(-50%);
}
.arrow--staff {
  top: 125px;
}
@media (min-width: 1280px) {
  .arrow--staff {
    top: 150px;
  }
}
.arrow--staff.arrow--left {
  margin-left: calc(50vw - 140px);
}
@media (min-width: 1024px) {
  .arrow--staff.arrow--left {
    margin-left: 5%;
  }
}
.arrow--staff.arrow--right {
  margin-right: calc(50vw - 140px);
}
@media (min-width: 1024px) {
  .arrow--staff.arrow--right {
    margin-right: 5%;
  }
}
.rocket {
  transform: translate(-50%) rotate(0deg);
  transition: transform 0.3s ease, top 0.3s ease;
  width: 1.563rem;
  height: 3.125rem;
}
.rocket,
.rocket:after {
  opacity: 0.5;
  position: absolute;
  left: 50%;
}
.rocket:after {
  content: "";
  width: 0.5rem;
  height: 7.188rem;
  top: 0;
  transform: translate(-50%, -100%);
  background-image: linear-gradient(-180deg, #1b094f, #fff);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  opacity: 0;
  margin-top: 0.25rem;
  transition: opacity 0.3s ease;
}
.rocket--trail:after {
  opacity: 0.5;
}
.rocket--rotate {
  z-index: 1;
  transform: translate(-50%) rotate(180deg);
}
.rocket--rotate:after {
  opacity: 0;
}
.content-main,
.content-work-with-us {
  position: relative;
}
.content-main h1,
.content-work-with-us h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 2.188rem;
}
@media (min-width: 768px) {
  .content-main h1,
  .content-work-with-us h1 {
    font-size: 5rem;
  }
}
.content-main h2,
.content-work-with-us h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 0.938rem;
}
@media (min-width: 768px) {
  .content-main h2,
  .content-work-with-us h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.content-main p:not(:last-child),
.content-work-with-us p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.content-main a:not(.button),
.content-work-with-us a:not(.button) {
  color: #d264f7;
  font-weight: 700;
}
.content-main a:not(.button):hover,
.content-work-with-us a:not(.button):hover {
  text-decoration: underline;
}
.content-work-with-us .button {
  margin-bottom: 0.625rem;
  color: white;
}
.content {
  position: relative;
}
.content h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0.938rem;
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 2.5rem;
  }
}
.content p:not(:last-child) {
  margin-bottom: 1.875rem;
}
.content-article h2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content-article h2 {
    font-size: 2.5rem;
  }
}
.content-article h3 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .content-article h3 {
    font-size: 1.75rem;
  }
}
.content-article h2,
.content-article h3,
.content-article ol,
.content-article p,
.content-article ul {
  margin-bottom: 1.25rem;
}
.content-article ol,
.content-article ul {
  margin-left: 1.563rem;
}
.content-article ol li,
.content-article ul li {
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
}
.content-article ul {
  list-style-type: disc;
}
.content-article ol {
  list-style-type: decimal;
}
.profile {
  width: 15.625rem;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  position: relative;
}
@media (min-width: 1280px) {
  .profile {
    width: 19.75rem;
  }
}
.profile__bg {
  position: absolute;
  left: 29%;
  top: -11%;
  /* transform: translate(-50%, -50%) rotate(-30deg); */
  /* width: 100%; */
  max-width: none;
  /* aspect-ratio: 1 / 1;
  /*left: 18%;*/
  /*top: 52%;*/
  /*transform: translate(-50%, -50%) rotate(-30deg);*/
  /*width: 190%;*/
}
.profile__hover,
.profile__image {
  object-fit: cover;
  aspect-ratio: 3/4;
  /*border-radius: 9999px;*/
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid white;
}
.profile__image {
  position: relative;
}
.profile__hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.profile:hover .profile__hover {
  display: block;
}
.form {
  position: relative;
}
.form__label {
  display: block;
  margin-bottom: 0.938rem;
  font-weight: 700;
  cursor: pointer;
}
.form__label--light {
  font-weight: 300;
  margin: 0;
  font-size: 0.75rem;
}
.form__label.invalid-label {
  --text-opacity: 1;
  color: #f80e66;
  color: rgba(248, 14, 102, var(--text-opacity));
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:hover,
.form select:-webkit-autofill,
.form select:-webkit-autofill:focus,
.form select:-webkit-autofill:hover,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:focus,
.form textarea:-webkit-autofill:hover {
  border: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form__input,
.form__input > input,
.form__textarea {
  width: 100%;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-width: 1px;
  border-color: transparent;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.25;
}
.form__input:-ms-input-placeholder,
.form__input > input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  opacity: 0.5;
}
.form__input::placeholder,
.form__input > input::placeholder,
.form__textarea::placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  opacity: 0.5;
}
.form__input:focus,
.form__input > input:focus,
.form__textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form__input.invalid-field,
.form__input > input.invalid-field,
.form__textarea.invalid-field {
  --border-opacity: 1;
  border-color: #f80e66;
  border-color: rgba(248, 14, 102, var(--border-opacity));
  --text-opacity: 1;
  color: #f80e66;
  color: rgba(248, 14, 102, var(--text-opacity));
}
.form__input.invalid-field:-ms-input-placeholder,
.form__input > input.invalid-field:-ms-input-placeholder,
.form__textarea.invalid-field:-ms-input-placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.form__input.invalid-field::placeholder,
.form__input > input.invalid-field::placeholder,
.form__textarea.invalid-field::placeholder {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.form__input > input,
.form__textarea {
  height: 9.688rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.form__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-right: 0.313rem;
  border-width: 1px;
  flex-shrink: 0;
  position: relative;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --border-opacity: 0.5;
}
.form__radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form__radio:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.form__radio,
.form__radio:checked:after {
  border-radius: 9999px;
}
.form__radio.invalid-field {
  --border-opacity: 1;
  border-color: #f80e66;
  border-color: rgba(248, 14, 102, var(--border-opacity));
}
.form__radio.invalid-field:checked:after {
  --bg-opacity: 1;
  background-color: #f80e66;
  background-color: rgba(248, 14, 102, var(--bg-opacity));
}
.form-response {
  display: none;
}
.form-response--success {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.form-response--success[data-response-success="newsletterForm"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-response--success[data-response-success="newsletterForm"] span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-response--error {
  font-size: 0.75rem;
  --text-opacity: 1;
  color: #f80e66;
  color: rgba(248, 14, 102, var(--text-opacity));
}
.form-response--error[data-response-error="newsletterForm"] {
  position: absolute;
  bottom: 0;
  left: 0;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: 100%;
}
.form-response--message {
  font-size: 0.75rem;
}
.form-response--message[data-response-message="newsletterForm"] {
  position: absolute;
  bottom: 0;
  left: 0;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-y: 100%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  background-color: #1734f7;
  position: relative;
  cursor: pointer;
  border-radius: 9999px;
}

.button:disabled {
  cursor: default;
  opacity: 0.5;
}
.button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.button:hover {
  background-color: #d264f7;
}

.button--sm {
  padding: 0.938rem 0.625rem;
}
.button--lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.button--square {
  padding: 0.625rem;
  width: 3.438rem;
  height: 3.438rem;
}
.button--outline {
  background-color: transparent;
}
.button--outline.active,
.button--outline:hover {
  background-color: #1734f7;
}
.button--outline.active:before,
.button--outline:hover:before {
  background-color: transparent;
}
.element {
  position: absolute;
  overflow: hidden;
  display: flex;
}
.element img {
  position: absolute;
  max-width: none;
}
.lang {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 1024px) {
  .lang {
    justify-content: flex-end;
    font-size: 0.813rem;
  }
}
@media (min-width: 1280px) {
  .lang {
    font-size: 0.875rem;
  }
}
.lang__item:not(:last-child):after {
  content: "-";
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-weight: 400;
}
.lang__link--selected {
  --text-opacity: 1;
  color: #6300ff;
  color: rgba(99, 0, 255, var(--text-opacity));
}
.lang-select {
  position: relative;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
@media (min-width: 1024px) {
  .lang-select {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .lang-select {
    font-size: 0.875rem;
  }
}
.lang-select.open .lang-select__label img {
  transform: rotate(180deg);
}
.lang-select__label {
  cursor: pointer;
}
.lang-select__label span {
  margin-right: 0.313rem;
  width: 1.875rem;
  display: inline-block;
  text-align: center;
  pointer-events: none;
}
.lang-select__label img {
  width: 0.625rem;
  pointer-events: none;
}
.lang-select__menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -0.313rem;
  width: 1.875rem;
  text-align: center;
  transform: translateY(100%);
}
.lang-select__item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.lang-select__link--selected {
  --text-opacity: 1;
  color: #6300ff;
  color: rgba(99, 0, 255, var(--text-opacity));
}
.fixed-badge {
  width: 200px;
  height: 40px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  border-radius: 3px 3px 0 0;
}
.wrap-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-filtered {
  transition: opacity 0.6s ease;
}
.wrap-filtered.hide {
  opacity: 0;
}
.faq__row {
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.faq__row:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 0.063rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  opacity: 0.5;
}
@media (min-width: 640px) {
  .faq__row {
    padding-top: 2.188rem;
    padding-bottom: 2.188rem;
  }
}
.faq__row[data-accordion="open"] .faq__tab img {
  transform: rotateX(180deg);
}
.faq__row[data-accordion="open"] .faq__content {
  display: block;
}
.faq__tab {
  font-size: 1.25rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq__tab {
    font-size: 1.75rem;
  }
}
.faq__tab span {
  pointer-events: none;
  flex-grow: 1;
  padding-right: 0.625rem;
}
.faq__tab img {
  pointer-events: none;
  width: 1.875rem;
}
.faq__content {
  display: none;
}
.faq__content > div {
  padding-top: 0.625rem;
  padding-right: 2.188rem;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__arrow-left {
  margin-right: 1.25rem;
}
.pagination__arrow-left svg {
  pointer-events: none;
  fill: currentColor;
}
@media (min-width: 768px) {
  .pagination__arrow-left {
    margin-right: 2.5rem;
  }
}
.pagination__arrow-right {
  margin-left: 1.25rem;
}
.pagination__arrow-right svg {
  pointer-events: none;
  fill: currentColor;
}
@media (min-width: 768px) {
  .pagination__arrow-right {
    margin-left: 2.5rem;
  }
}
.pagination__arrow-left,
.pagination__arrow-right {
  cursor: pointer;
}
.pagination__arrow-left:disabled,
.pagination__arrow-right:disabled {
  opacity: 0.5;
  cursor: default;
}
.team,
.team__slider {
  position: relative;
}
.team__slider .swiper-slide {
  width: 270px;
}
@media (min-width: 768px) {
  .team__slider .swiper-slide {
    width: 350px;
  }
}
.team__slider .swiper-slide .profile {
  transform: scale(0.8);
}
.team__slider .swiper-slide .content {
  opacity: 0;
}
.team__slider .swiper-slide-active .content {
  opacity: 1;
}
.team__slider .swiper-slide-active .profile {
  transform: scale(1);
}
@media (min-width: 768px) {
  .team__slider {
    margin-left: auto;
    margin-right: auto;
  }
}
.packages__info {
  text-align: center;
}
.packages__info strong {
  --text-opacity: 1;
  color: #ff00a7;
  color: rgba(255, 0, 167, var(--text-opacity));
}
.package {
  height: 100%;
  font-size: 0.875rem;
  text-align: center;
  padding: 2.188rem 0.938rem;
}
.package__info {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.2;
  padding: 1.25rem 0.938rem;
}
.package__services p {
  margin-top: 1.875rem;
}
.package__services ul {
  margin-top: 0.938rem;
  border-top-width: 1px;
  --border-opacity: 0.4;
}
.package__services ul li {
  height: 2.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --border-opacity: 0.4;
}
.embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed.youtube-portrait {
  padding-bottom: 177.3%;
  border-radius: 10px;
}
.embed iframe,
.embed object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.phone-media {
  width: 12.5rem;
  aspect-ratio: 53/103;
  background-size: contain;
  align-items: center;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 1600px) {
  .phone-media {
    display: flex;
  }
}
.phone-media > div {
  padding: 0 6%;
}
.phone-media--left,
.phone-media--right {
  position: absolute;
  top: 40%;
}
.phone-media--left {
  left: 0;
  transform: translateX(-100%) rotate(-10deg);
}
.phone-media--right {
  right: 0;
  transform: translateX(100%) rotate(10deg);
}
.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
}
.blog-author__image:after,
.blog-author__image:before,
.blog-author__image img {
  position: absolute;
  border-radius: 9999px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-author__image:before {
  width: 7.5rem;
  height: 7.5rem;
  z-index: 1;
}
.blog-author__image:after,
.blog-author__image:before {
  content: "";
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --bg-opacity: 0.1;
}
.blog-author__image:after {
  width: 6.25rem;
  height: 6.25rem;
  z-index: 2;
}
.blog-author__image img {
  width: 5rem;
  height: 5rem;
  z-index: 3;
}
.blog-author__content {
  padding-left: 1.25rem;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-red-100 {
  --bg-opacity: 1;
  background-color: #fff5f5;
  background-color: rgba(255, 245, 245, var(--bg-opacity));
}
.bg-green {
  background-color: #1734f7;
}
.bg-blue-100 {
  --bg-opacity: 1;
  background-color: #ebf8ff;
  background-color: rgba(235, 248, 255, var(--bg-opacity));
}
.bg-sky {
  background-color: #a6e1fa;
}
.bg-raspberry {
  background-color: #d264f7;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}
.border-red-400 {
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 1px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.content-evenly {
  align-content: space-evenly;
}
.justify-center {
  justify-content: center;
}
.flex-grow {
  flex-grow: 1;
}
.font-bold {
  font-weight: 700;
}
.h-10 {
  height: 0.625rem;
}
.h-16 {
  height: 1rem;
}
.h-30 {
  height: 1.875rem;
}
.h-50 {
  height: 3.125rem;
}
.h-95 {
  height: 5.938rem;
}
.h-150 {
  height: 9.375rem;
}
.h-full {
  height: 100%;
}
.text-12 {
  font-size: 0.75rem;
}
.text-14 {
  font-size: 0.875rem;
}
.m-0 {
  margin: 0;
}
.m-10 {
  margin: 0.625rem;
}
.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-15 {
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}
.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-25 {
  margin-left: 1.563rem;
  margin-right: 1.563rem;
}
.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.125rem;
}
.mt-10 {
  margin-top: 0.625rem;
}
.mr-10 {
  margin-right: 0.625rem;
}
.mb-10 {
  margin-bottom: 0.625rem;
}
.mb-15 {
  margin-bottom: 0.938rem;
}
.mt-20 {
  margin-top: 1.25rem;
}
.mb-20 {
  margin-bottom: 1.25rem;
}
.mr-25 {
  margin-right: 1.563rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
.mb-30 {
  margin-bottom: 1.875rem;
}
.mt-35 {
  margin-top: 2.188rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mb-40 {
  margin-bottom: 2.5rem;
}
.mt-50 {
  margin-top: 3.125rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}
.mt-60 {
  margin-top: 3.75rem;
}
.mb-60 {
  margin-bottom: 3.75rem;
}
.mt-70 {
  margin-top: 4.375rem;
}
.mt-75 {
  margin-top: 4.688rem;
}
.mt-80 {
  margin-top: 5rem;
}
.mb-80 {
  margin-bottom: 5rem;
}
.mt-100 {
  margin-top: 6.25rem;
}
.mt-120 {
  margin-top: 7.5rem;
}
.mt-150 {
  margin-top: 9.375rem;
}
.max-w-540 {
  max-width: 33.75rem;
}
.opacity-0 {
  opacity: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.p-0 {
  padding: 0;
}
.p-4 {
  padding: 0.25rem;
}
.p-25 {
  padding: 1.563rem;
}
.p-50 {
  padding: 3.125rem;
}
.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-35 {
  padding-left: 2.188rem;
  padding-right: 2.188rem;
}
.pb-10 {
  padding-bottom: 0.625rem;
}
.pt-30 {
  padding-top: 1.875rem;
}
.pb-45 {
  padding-bottom: 2.813rem;
}
.pb-80 {
  padding-bottom: 5rem;
}
.pt-120 {
  padding-top: 7.5rem;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.resize {
  resize: both;
}
.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.shadow-none {
  box-shadow: none;
}
.table-fixed {
  table-layout: fixed;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}
.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.w-16 {
  width: 1rem;
}
.w-40 {
  width: 2.5rem;
}
.w-80 {
  width: 5rem;
}
.w-100 {
  width: 6.25rem;
}
.w-110 {
  width: 6.875rem;
}
.w-120 {
  width: 7.5rem;
}
.w-130 {
  width: 8.125rem;
}
.w-140 {
  width: 8.75rem;
}
.w-150 {
  width: 9.375rem;
}
.w-160 {
  width: 10rem;
}
.w-190 {
  width: 11.875rem;
}
.w-230 {
  width: 14.375rem;
}
.w-300 {
  width: 18.75rem;
}
.w-auto {
  width: auto;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6\/12 {
  width: 50%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-full {
  width: 100%;
}
.col-gap-16 {
  grid-column-gap: 1rem;
}
.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.col-gap-16 {
  column-gap: 1rem;
}
@media (min-width: 1024px) {
  .lg\:col-gap-32 {
    column-gap: 2rem;
  }
}
@media (min-width: 640px) {
  .sm\:bg-fixed {
    background-attachment: fixed;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:table-fixed {
    table-layout: fixed;
  }
  .sm\:invisible {
    visibility: hidden;
  }
  .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .md\:bg-fixed {
    background-attachment: fixed;
  }
  .md\:inline {
    display: inline;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:h-20 {
    height: 1.25rem;
  }
  .md\:mx-15 {
    margin-left: 0.938rem;
    margin-right: 0.938rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-40 {
    margin-top: 2.5rem;
  }
  .md\:mt-50 {
    margin-top: 3.125rem;
  }
  .md\:mt-60 {
    margin-top: 3.75rem;
  }
  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .md\:mb-80 {
    margin-bottom: 5rem;
  }
  .md\:mt-90 {
    margin-top: 5.625rem;
  }
  .md\:mt-100 {
    margin-top: 6.25rem;
  }
  .md\:mt-120 {
    margin-top: 7.5rem;
  }
  .md\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .md\:mt-130 {
    margin-top: 8.125rem;
  }
  .md\:mt-150 {
    margin-top: 9.375rem;
  }
  .md\:mt-180 {
    margin-top: 11.25rem;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:p-40 {
    padding: 2.5rem;
  }
  .md\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .md\:pt-50 {
    padding-top: 3.125rem;
  }
  .md\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .md\:pb-65 {
    padding-bottom: 4.063rem;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:table-fixed {
    table-layout: fixed;
  }
  .md\:invisible {
    visibility: hidden;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-full {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .lg\:bg-fixed {
    background-attachment: fixed;
  }
  .lg\:block {
    display: block;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:h-150 {
    height: 9.375rem;
  }
  .lg\:h-250 {
    height: 15.625rem;
  }
  .lg\:text-40 {
    font-size: 2.5rem;
  }
  .lg\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .lg\:mx-500 {
    margin-left: 31.25rem;
    margin-right: 31.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .lg\:mt-90 {
    margin-top: 5.625rem;
  }
  .lg\:mt-100 {
    margin-top: 6.25rem;
  }
  .lg\:mb-100 {
    margin-bottom: 6.25rem;
  }
  .lg\:mt-120 {
    margin-top: 7.5rem;
  }
  .lg\:mt-150 {
    margin-top: 9.375rem;
  }
  .lg\:mb-150 {
    margin-bottom: 9.375rem;
  }
  .lg\:mt-180 {
    margin-top: 11.25rem;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:p-70 {
    padding: 4.375rem;
  }
  .lg\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:pt-180 {
    padding-top: 11.25rem;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:table-fixed {
    table-layout: fixed;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:w-50 {
    width: 3.125rem;
  }
  .lg\:w-70 {
    width: 4.375rem;
  }
  .lg\:w-120 {
    width: 7.5rem;
  }
  .lg\:w-160 {
    width: 10rem;
  }
  .lg\:w-200 {
    width: 12.5rem;
  }
  .lg\:w-630 {
    width: 30rem;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/12 {
    width: 8.333333%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-full {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .xl\:bg-fixed {
    background-attachment: fixed;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:mt-1 {
    margin-top: 0.063rem;
  }
  .xl\:mt-80 {
    margin-top: 5rem;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:fixed {
    position: fixed;
  }
  .xl\:table-fixed {
    table-layout: fixed;
  }
  .xl\:invisible {
    visibility: hidden;
  }
  .xl\:w-9\/12 {
    width: 75%;
  }
  .xl\:w-full {
    width: 100%;
  }
}
.button--outline {
  border: 1px solid white;
}
.button--outline:hover {
  background-color: #d264f7;
}
