/*!
Theme Name: hofwebs_theme
Author: OlDer/Rezak
Description:
Version: 2.5.1
License: GNU General Public License v2 or later
Text Domain:
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
almco is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Tailwind
--------------------------------------------------------------*/
/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, 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"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-right-16 {
  right: -4rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0 {
  height: 0px;
}
.h-14 {
  height: 3.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-full {
  height: 100%;
}
.w-14 {
  width: 3.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-full {
  width: 100%;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[519px\] {
  max-width: 519px;
}
.max-w-\[918px\] {
  max-width: 918px;
}
.basis-6\/12 {
  flex-basis: 50%;
}
.basis-full {
  flex-basis: 100%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.overflow-visible {
  overflow: visible;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.\!bg-color__primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 66 94 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#7c33d8\]\/10 {
  background-color: rgb(124 51 216 / 0.1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 1.063rem;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-8 {
  line-height: 2rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#7c33d8\] {
  --tw-text-opacity: 1;
  color: rgb(124 51 216 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-color__hover {
  --tw-text-opacity: 1;
  color: rgb(0 209 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.opacity-30 {
  opacity: 0.3;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
/*--------------------------------------------------------------
 * Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
:root {
  --wp--preset--color--base: #0a0118;
  --max-width__container: 100%;
  --animation-speed: 4s;
  --color__primary: #0a0118;
  --color__hover: rgba(241, 165, 1, 1);
  --color__text: #fff;
  --wp--preset--color--contrast: #fff;
  --wp--preset--font-family--system-font: "Oswald", sans-serif;
  --font__primary: "Oswald", sans-serif;
  --font__secondary: "Roboto", sans-serif;
}

@media (min-width: 1440px) {
  :root {
    --max-width__container: 1410px;
  }
}
@media (min-width: 1800px) {
  :root {
    --max-width__container: 1560px;
  }
}
* {
  box-sizing: border-box;
}
*:focus-visible {
  outline: none;
}

a,
.btn,
.navbar a {
  transition: all 0.3s ease-out;
}

a {
  color: #9b96b0;
  text-decoration: none;
}

a:hover {
  color: #FF6A00;
  text-decoration: none;
}

figure {
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
}

.custom-container {
  max-width: 1536px;
}

button:focus {
  outline: none;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body,
button,
input,
select,
p,
blockquote,
span,
textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.header-section {
  font-family: "Oswald", sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .header-section {
    font-size: 2.5rem;
  }
}

.main-title {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .main-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .main-title {
    font-size: 4.5rem;
  }
}

.section-title, .entry-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: var(--color__text, #fff);
  font-size: 1.875rem;
  line-height: 130%;
}
@media (min-width: 768px) {
  .section-title, .entry-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .section-title, .entry-title {
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  .section-title br, .entry-title br {
    display: none;
  }
}

.middle-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .middle-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .middle-title {
    font-size: 2.625rem;
  }
}

.title-small {
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 130%;
}

.highlight-title {
  color: #00D1FF;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  background: rgba(0, 203, 255, 0.16);
  backdrop-filter: blur(6px);
}

.page-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 2rem;
    padding: 0 16px;
  }
}

.yoast-breadcrumbs a, .yoast-breadcrumbs span {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 130%;
}

.single-post p {
  font-family: "Roboto", sans-serif;
  margin: 18px 0;
}

h1.wp-block-heading, h2.wp-block-heading, h3.wp-block-heading, h4.wp-block-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h3.wp-block-heading, h4.wp-block-heading {
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  h3.wp-block-heading, h4.wp-block-heading {
    font-size: 1.75rem;
  }
}

ul.wp-block-list {
  font-family: "Roboto", sans-serif;
  list-style: disc;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# acf
--------------------------------------------------------------*/
.base-section-padding {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .base-section-padding {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .base-section-padding {
    padding: 100px 0;
  }
}

.block-title {
  text-align: left;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  position: relative;
  margin-block-start: 0;
}

.block-title.block-title__center {
  text-align: center;
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  position: relative;
  margin-block-start: 0;
}

.block-title.block-title__center:after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 2px;
  left: calc(50% - 21px);
  bottom: -12px;
  background: #2b2b2b;
}

@media (min-width: 1200px) {
  .contact-block {
    background-image: url("images/contact-block-bg.svg");
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y: bottom;
  }
}

.title-contact-block {
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 52px;
}
.title-contact-block br {
  display: none;
}
@media (min-width: 768px) {
  .title-contact-block {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .title-contact-block {
    margin-bottom: 24px;
    font-size: 42px;
  }
  .title-contact-block br {
    display: block;
  }
}

.btn-contact-block {
  padding: 16px 44px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .btn-contact-block {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-contact-block {
    margin-top: 48px;
  }
}

.figure-contact-block {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .figure-contact-block {
    margin-bottom: 0;
  }
}
.figure-contact-block img {
  max-width: 400px;
  margin: auto;
}

.cards-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.magical-borders-content > * {
  background: linear-gradient(180deg, rgba(169, 163, 194, 0.2) 0%, rgba(169, 163, 194, 0.048) 100%);
}

.card {
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
  height: 304px;
  position: relative;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(11, 2, 23, 0) 22.69%, #16092a 100%);
}
.card_animation {
  height: 196px;
  margin-bottom: 4px;
  overflow: hidden;
  position: relative;
}
.card_content {
  padding: 0.5rem 1rem 1rem;
}
.card_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
.card_description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin-top: 0.5rem;
}

.service-cards {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .service-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.service-cards .card_animation {
  height: 196px;
}

/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.custom-pagination {
  color: #666262;
  font: 600 18px/18px "Oswald", sans-serif;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-pagination a,
.custom-pagination span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  color: #222222;
  background-color: #e2e2e2;
  opacity: 0.84;
}
.custom-pagination a {
  text-decoration: none;
}
.custom-pagination a:active, .custom-pagination a:focus, .custom-pagination a:hover {
  color: #fff;
  background-color: #9b96b0;
  opacity: 0.84;
}
.custom-pagination .current {
  color: #fff;
  background-color: #FF6A00;
  opacity: 0.84;
}
.custom-pagination .prev {
  display: none;
}
.custom-pagination .next {
  display: none;
}

.not-found {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
.not-found__wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.not-found__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 768px) {
  .not-found__img {
    max-width: 500px;
    width: 100%;
  }
}
.not-found__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .not-found__content {
    max-width: 45%;
    margin-left: auto;
  }
}
.not-found__title {
  font-size: 145px;
  font-weight: 300;
  line-height: 100%;
}
@media (min-width: 768px) {
  .not-found__title {
    font-size: 200px;
  }
}
@media (min-width: 1280px) {
  .not-found__title {
    font-size: 235px;
  }
}
.not-found__sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
@media (min-width: 768px) {
  .not-found__sub {
    font-size: 24px;
  }
}
.not-found__text {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  text-align: center;
}

.comments-area {
  width: 100%;
  margin: 3em 0;
  padding: 1.5em 0;
  border-top: 1px solid hsl(0, 0%, 80%);
}

.comments-title {
  margin-bottom: 2em;
  font-size: 2.5em;
  font-weight: 900;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comment-list ol {
  list-style-type: none;
}

.comment-body {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 3em;
}

.comment-meta {
  position: relative;
  margin-left: 70px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}

.comment-meta a,
.comment-form a {
  text-decoration: none;
  border: none;
}
.comment-meta a:hover, .comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
  text-decoration: underline;
}
.comment-meta input,
.comment-meta textarea,
.comment-form input,
.comment-form textarea {
  border: 1px solid black;
}
.comment-meta textarea,
.comment-form textarea {
  resize: none;
}

.comment .avatar {
  position: absolute;
  top: -5px;
  left: -70px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.children {
  margin-left: 1em;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .children {
    margin-left: 2em;
  }
}

.comment-metadata {
  margin-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}
.comment-metadata a {
  color: #7D7D7D;
}
.comment-metadata a:hover, .comment-metadata a:focus {
  border-color: #c3c3c3;
}

.reply {
  margin-bottom: 1.5em;
  text-align: right;
}
.reply a {
  display: inline-block;
  padding: 0.5em 1.4em;
  font-family: "Oswald", sans-serif;
  color: #000;
  text-decoration: none;
  border: 1px solid #c3c3c3;
}
.reply a:hover, .reply a:focus {
  color: #fff;
  background: #0a0118;
  border-color: #0a0118;
}

/* Comment Form */
.comment-reply-title {
  margin-bottom: 1em;
}

.comment-list .comment-reply-title {
  text-align: left;
}

.comment-form a {
  font-weight: 500;
}
.comment-form .form-submit {
  text-align: right;
}
.comment-form .form-submit input {
  padding: 0.5em 1.4em;
  color: #000;
  text-decoration: none;
  border: 1px solid #c3c3c3;
}
.comment-form .form-submit input:hover, .comment-form .form-submit input:focus {
  color: #fff;
  background: #0a0118;
  border-color: #0a0118;
}
.comment-form label {
  display: block;
  padding-bottom: 5px;
}
.comment-form .required {
  color: #D54E21;
}

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_media_image {
  text-align: center;
}

.widget-title {
  display: block;
  text-align: left;
  font-size: 20px;
  color: #9b96b0;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}

.widget_block {
  margin-bottom: 24px;
}
.widget_block form[role=search] {
  display: flex;
  align-items: center;
}
.widget_block form[role=search] .wp-block-search__label {
  display: none;
}
.widget_block form[role=search] input {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #FFB800;
  padding: 8px 9px;
  background: transparent;
  width: calc(100% - 34px);
}
.widget_block form[role=search] input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #FF6A00;
}
.widget_block form[role=search] button[type=submit] {
  padding: 2px;
  margin: 0;
}
.widget_block ul.wp-block-latest-posts__list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget_block ul.wp-block-latest-posts__list li::marker {
  color: #FFB800;
}

.case-item_figure img {
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.case-item_title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .case-item_title {
    font-size: 2.25rem;
  }
}
.case-item_desc, .case-item_text {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .case-item_desc, .case-item_text {
    font-size: 1.25rem;
  }
}

.technology-stack {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.technology-stack_item {
  font-size: 1rem;
  padding: 0 1rem;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.contact-form-highlight {
  position: relative;
}
.contact-form-highlight:after {
  content: "";
  position: absolute;
  border-radius: 958px;
  background: linear-gradient(180deg, rgba(83, 131, 255, 0.5), rgba(81, 53, 255, 0.5));
  filter: blur(140px);
  width: 70%;
  height: 100px;
  top: 50%;
  transform: translate3d(-50%, -120%, 0);
  left: 50%;
  z-index: -1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 46px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
}

.glowing-box-button, .wpcf7-form .wpcf7-submit {
  background-color: transparent;
  padding: 4px 16px;
}

.glowing-box-button span, .wpcf7-form .wpcf7-submit span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.glowing-box-button, .wpcf7-form .wpcf7-submit {
  font-feature-settings: "cv06" on, "calt" off, "liga" off;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 24px;
  background: radial-gradient(107.5% 107.5% at 50% 215%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  cursor: pointer;
  padding: 7px 24px;
  position: relative;
  z-index: 1;
}

.glowing-box-button:after, .wpcf7-form .wpcf7-submit:after {
  background: radial-gradient(85% 120% at 50% 120%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transition: 1s all;
  width: calc(100% + 4px);
}

.glowing-box-button:hover:after, .wpcf7-form .wpcf7-submit:hover:after {
  opacity: 0.7;
}

.glowing-box-button span, .wpcf7-form .wpcf7-submit span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 8.85%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: block;
}

.glowing-box {
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  display: inline-block;
  position: relative;
}

.glowing-box-active .glowing-box-animations, .glowing-box-active .glowing-box-borders-masker {
  opacity: 1;
}

.glowing-box-animations, .glowing-box-borders {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.glowing-box-animations:before, .glowing-box-borders:before {
  content: "";
  float: left;
  padding-top: 100%;
}

.glowing-box-animations:after, .glowing-box-borders:after {
  clear: both;
  content: "";
  display: block;
}

.glowing-box-animations {
  opacity: 0;
  pointer-events: none;
  transition: 1s ease opacity;
}

.glowing-box-animations * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.glowing-box-borders, .glowing-box-glow, .glowing-box-stars {
  animation: borderTurn var(--animation-speed, 2s) infinite linear;
  background-image: conic-gradient(from 0 at 50% 50%, rgba(255, 255, 255, 0.5) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(255, 255, 255, 0.5) 360deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.glowing-box-stars-masker {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
}

.glowing-box-glow {
  filter: blur(8px);
  opacity: 0.12;
}

.glowing-box-borders {
  animation-name: borderTurnWithTranslate;
}

.glowing-box-borders-masker {
  border-radius: 999px;
  content: "";
  height: 100%;
  inset: 0;
  left: 0;
  -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);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 1s ease opacity;
  width: 100%;
}

@keyframes borderTurn {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes borderTurnWithTranslate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Social Menu */
.no-svg .social-links a {
  height: auto;
  width: auto;
}

.no-svg .social-links li a .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  position: relative !important; /* overrides previous !important styles */
  width: auto;
}

/* Social Icons ------------------------------ */
ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media (min-width: 375px) {
  ul.social-icons {
    gap: 10px;
  }
}
@media (min-width: 640px) {
  ul.social-icons {
    gap: 30px;
  }
}

.social-icons a {
  background: transparent;
  width: 24px;
  height: 24px;
  align-items: center;
  color: #0a0118;
  display: flex;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.social-icons a:focus,
.social-icons a:hover {
  color: #FF6A00;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.svg-icon {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
@media (min-width: 375px) {
  .svg-icon {
    width: 24px;
    height: 24px;
  }
}

.svg-icon:hover path {
  fill: #FF6A00;
}

.svg-icon.svg-no-hover-effect:hover path {
  fill: transparent;
}

svg, img, embed, object {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Social Icons ------------------------------ */
.service-slider_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.service-slider_col {
  position: relative;
  flex: 1;
  max-width: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-slider_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-slider_content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.service-slider_content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.service-slider_figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  min-height: 400px;
}

.swiper-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.swiper-actions .swiper-button-prev, .swiper-actions .swiper-button-next {
  position: relative;
  inset: 0;
}

.swiper-wrapper {
  height: auto;
}

.swiper-gallery-slider .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7-form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.wpcf7-form label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 130%;
  color: #FFFFFF;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(215, 205, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-form-control {
  color: rgba(199, 211, 234, 0.64);
  padding: 0.5rem 1rem;
}
.wpcf7-form .wpcf7-form-control:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7-form .wpcf7-submit {
  min-width: 100px;
  padding: 7px 24px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(199, 211, 234, 0.64);
  color: #ffffff;
  border-radius: 20px;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wrap-terms .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.wrap-terms .wpcf7-form-control {
  padding: 0;
}

.wpcf7-form .wrap-terms {
  display: flex;
  flex-wrap: wrap;
  color: rgba(199, 211, 234, 0.64);
  font-family: inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 350px) {
  .wpcf7-form .wrap-terms {
    flex-wrap: nowrap;
  }
}

.wpcf7-form .wrap-terms .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form .wrap-terms .wpcf7-list-item-label {
  margin-left: 1rem;
  color: rgba(199, 211, 234, 0.64);
}

.wpcf7-form .terms-link {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}

.wpcf7-form label {
  padding-left: 5px;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
}

.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><g id="Group 16"><rect id="Rectangle 80" x="0.5" y="1" width="21" height="21" rx="10.5" stroke="%23fefefe"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  top: -2px;
  left: 0;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><g id="Group 16"><rect id="Rectangle 80" x="0.5" y="1" width="21" height="21" rx="10.5" stroke="%23fefefe"/><path id="Vector 10" d="M15.6689 8.16504L9.68604 14.8317L6.33561 11.0984" stroke="%23fefefe" stroke-width="2" stroke-linecap="round"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  visibility: hidden;
  top: -2px;
  left: 0;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: 0 0;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.contact-page-content__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-page-content__form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-wrap .input-wrapper {
  position: relative;
}
.form-wrap .input-label {
  position: absolute;
  top: 0;
  transform: translate(1rem, 50%);
  transition-duration: 0.2s;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 110%;
  color: #9b96b0;
  font-family: "Roboto", sans-serif;
}
.form-wrap .input-wrapper:has(.wpcf7-textinput:not(:placeholder-shown)) .input-label,
.form-wrap .input-wrapper:has(.wpcf7-textinput:focus) .input-label,
.form-wrap .input-wrapper:has(.wpcf7-textinput:-webkit-autofill) .input-label {
  transform: translate(1rem, -65%);
  font-size: 0.75rem;
  background: #9b96b0;
  color: #0a0118;
  border-radius: 1rem;
  z-index: 1;
  padding: 2px 12px 0;
}
.form-wrap .input-wrapper:has(.wpcf7-textinput:focus) .input-label {
  background: #FFFFFF;
}

.menu-burger {
  display: block;
  z-index: 1000;
  position: relative;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .menu-burger {
    display: none;
  }
}
@media (min-width: 375px) {
  .menu-burger {
    margin-left: 10px;
  }
}
@media (min-width: 640px) {
  .menu-burger {
    margin-left: 30px;
  }
}
.menu-burger.active .burger-1 {
  transform: rotate(-45deg) translate(-6px, 3px);
}
.menu-burger.active .burger-2 {
  opacity: 0;
}
.menu-burger.active .burger-3 {
  transform: rotate(45deg) translate(-5px, -3px);
}
.menu-burger .burger {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 4px 0;
  transition: 0.4s;
  transform: scale(75%);
}
@media (min-width: 425px) {
  .menu-burger .burger {
    transform: scale(100%);
  }
}
.menu-burger .burger-1 {
  transform: translateY(-1px) scale(75%);
}
@media (min-width: 375px) {
  .menu-burger .burger-1 {
    transform: translateY(-3px) scale(100%);
  }
}
.menu-burger .burger-2 {
  transform: translateY(0px) scale(75%);
}
@media (min-width: 375px) {
  .menu-burger .burger-2 {
    transform: translateY(0px) scale(100%);
  }
}
.menu-burger .burger-3 {
  transform: translateY(1px) scale(75%);
}
@media (min-width: 375px) {
  .menu-burger .burger-3 {
    transform: translateY(3px) scale(100%);
  }
}

#menu-main .current_page_item {
  position: relative;
}
#menu-main .current_page_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
}

#footer-navigation {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #footer-navigation {
    gap: 50px;
  }
}
#footer-navigation .menu-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
}

.menu-mobile a {
  font-size: 13px;
}
@media (min-width: 425px) {
  .menu-mobile a {
    font-size: 16px;
  }
}

.extra-menu-wrap .main-navigation .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
}
.extra-menu-wrap .main-navigation .menu .menu-item.current-menu-item a {
  color: #fff;
}
.extra-menu-wrap .main-navigation .menu .menu-item a {
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

#menu-main-menu, .menu-main-menu {
  display: flex;
  align-items: center;
  gap: 45px;
}
#menu-main-menu .menu-item, .menu-main-menu .menu-item {
  position: relative;
}
#menu-main-menu .menu-item:hover > a, .menu-main-menu .menu-item:hover > a {
  color: #fff;
}
#menu-main-menu .menu-item:hover > a::after, .menu-main-menu .menu-item:hover > a::after {
  transition: all 0.3s ease-out;
  filter: brightness(0) saturate(100%) invert(47%) sepia(88%) saturate(2848%) hue-rotate(0deg) brightness(101%) contrast(106%);
}
#menu-main-menu .menu-item.current-menu-item a, .menu-main-menu .menu-item.current-menu-item a {
  color: #fff;
}
#menu-main-menu .menu-item a, .menu-main-menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b96b0;
}
#menu-main-menu .menu-item:hover > .sub-menu, .menu-main-menu .menu-item:hover > .sub-menu {
  display: block;
}

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

.menu .menu-item:has(.sub-menu) > a:after {
  content: "";
  display: inline-flex;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url("images/icons/chevron-down.svg") no-repeat center center;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 25px 0 0;
  margin: 0;
  display: none;
}

.main-menu-wrap {
  display: none !important;
}
@media (min-width: 1024px) {
  .main-menu-wrap {
    display: flex !important;
  }
}
.main-menu-wrap nav, .main-menu-wrap .menu-main-container, .main-menu-wrap .menu, .main-menu-wrap .menu-item {
  height: 100%;
}
.main-menu-wrap .menu-item {
  display: flex;
  align-items: center;
}

.main-navigation #menu-main {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}
@media (min-width: 1280px) {
  .main-navigation #menu-main {
    gap: 40px;
  }
}
@media (min-width: 1560px) {
  .main-navigation #menu-main {
    gap: 50px;
  }
}
.main-navigation #menu-main .menu-item a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .main-navigation #menu-main .menu-item a {
    padding: 10px 0;
  }
}

.header-main-block__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes modal-show {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.hidden-modal {
  display: none !important;
}

.show-modal .modal-wrap {
  animation: modal-show 0.5s;
}

.custom__modal {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.custom__modal-wrapper {
  overflow-y: auto;
  box-shadow: 6px 6px 50px rgba(0, 0, 0, 0.15);
  background: white;
  backdrop-filter: blur(4px);
  padding: 26px 24px 50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1280px) {
  .custom__modal-wrapper {
    padding: 24px 32px;
  }
}
.custom__modal .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 100;
}

.extra-menu-modal,
.extra-cart-modal {
  width: 100%;
  z-index: 500;
  max-width: 500px;
}
@media (max-width: 768px) {
  .extra-menu-modal .btn-outline, .extra-menu-modal .btn-secondary,
  .extra-cart-modal .btn-outline,
  .extra-cart-modal .btn-secondary {
    width: 100%;
  }
}

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

.modal {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
}

.model-inner {
  position: relative;
  background-color: #0a0118;
  margin: auto;
  max-width: 90%;
  width: 100%;
}
@media (min-width: 768px) {
  .model-inner {
    max-width: 500px;
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0a0118;
  opacity: 0.75;
  z-index: 100;
}

.no-scroll-page {
  overflow: hidden;
}

.btn-close {
  background-color: rgba(255, 255, 255, 0.0392156863);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: -moz-max-content;
  height: max-content;
  padding: 10px;
  transition: 0.3s cubic-bezier(0.6, 0.6, 0, 1) background-color, 0.3s cubic-bezier(0.6, 0.6, 0, 1) border-color;
}

.animate-block-opacity {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.animate-block-opacity.animate-active {
  opacity: 1;
}

.animate-block-down {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease-in-out;
}

.animate-block-down.animate-active {
  opacity: 1;
  transform: translateY(0);
}

.animate-block-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.4s ease-in-out;
}

.animate-block-left.animate-active {
  opacity: 1;
  transform: translateY(0);
}

.animate-block-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease-in-out;
}

.animate-block-right.animate-active {
  opacity: 1;
  transform: translateX(0);
}

.mirror .animate-block-left {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease-in-out;
}

.mirror .animate-block-left.animate-active {
  opacity: 1;
  transform: translateY(0);
}

.mirror .animate-block-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.4s ease-in-out;
}

.mirror .animate-block-right.animate-active {
  opacity: 1;
  transform: translateY(0);
}

.animation-delay {
  transition-delay: var(--delay, 0s);
}

.animation-delay-list:nth-child(1) {
  transition-delay: 0.1s;
}

.animation-delay-list:nth-child(2) {
  transition-delay: 0.2s;
}

.animation-delay-list:nth-child(3) {
  transition-delay: 0.3s;
}

.animation-delay-list:nth-child(4) {
  transition-delay: 0.4s;
}

.animation-delay-list:nth-child(5) {
  transition-delay: 0.5s;
}

.animation-delay-list:nth-child(6) {
  transition-delay: 0.6s;
}

.animation-delay-list:nth-child(7) {
  transition-delay: 0.7s;
}

.animation-delay-list:nth-child(8) {
  transition-delay: 0.8s;
}

.animation-delay-list:nth-child(9) {
  transition-delay: 0.9s;
}

.animation-delay-list:nth-child(10) {
  transition-delay: 1s;
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.header-top {
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 10;
  transition: all 0.6s ease-out;
  background-color: #0a0118;
}
.header-top_wrap {
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
  max-width: var(--max-width__container, 100%);
}

.header-top:after {
  content: "";
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: radial-gradient(50% 56400% at 50% 100%, rgba(169, 163, 194, 0.24) 0%, rgba(169, 163, 194, 0) 100%);
}

.custom-logo {
  width: auto;
  max-height: 30px;
}
@media (min-width: 768px) {
  .custom-logo {
    max-height: 58px;
  }
}
@media (min-width: 1280px) {
  .custom-logo {
    max-height: 69px;
  }
}

.site-footer {
  padding: 10px 0;
  background: radial-gradient(32.81% 53.93% at 50% 0%, rgba(133, 102, 255, 0.04) 0%, rgba(133, 102, 255, 0) 100%, rgba(133, 102, 255, 0) 100%);
  position: relative;
}
.site-footer:before {
  content: "";
  top: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: radial-gradient(50% 56400% at 50% 100%, rgba(169, 163, 194, 0.24) 0%, rgba(169, 163, 194, 0) 100%);
}
.site-footer a {
  color: #9b96b0;
  word-break: break-all;
  font-weight: 400;
  line-height: 130%;
  font-size: 1.15rem;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .current-menu-item a {
  color: #fff;
}

.footer-content {
  padding: 2rem 0;
  color: #fff;
}
.footer-content .custom-logo {
  max-height: 4rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copyright-wrap {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #9b96b0;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-copyright-wrap:before {
  content: "";
  top: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  background: radial-gradient(50% 56400% at 50% 100%, rgba(169, 163, 194, 0.24) 0%, rgba(169, 163, 194, 0) 100%);
}

.developer {
  text-transform: none;
}
.developer .link {
  text-transform: none;
  color: #9b96b0;
}
.developer .link:hover {
  color: #fff;
}

.footer-content .social-menu-wrap {
  padding: 0 22px;
  background: #E9E9E9;
}
@media (min-width: 768px) {
  .footer-content .social-menu-wrap {
    padding: 0 42px;
  }
}
.footer-content .social-items-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 42px;
  position: relative;
  z-index: 2;
}
.footer-content .social-items-wrap .svg-icon {
  color: #9b96b0;
  width: 20px;
  height: 20px;
}
.footer-content .social-menu a {
  width: 56px;
  height: 56px;
  background: #CEDAC7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-content .social-menu a:hover svg {
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.footer-logo .custom-logo {
  max-height: 60px;
}
@media (min-width: 768px) {
  .footer-logo .custom-logo {
    max-height: 50px;
  }
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}
@media (min-width: 768px) {
  ul.footer-menu {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.footer-contact-info {
  background: radial-gradient(67.49% 100% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  max-width: 275px;
  min-height: 200px;
}
.footer-contact-info_title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}
.footer-contact-info_description {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 24px;
  color: #9b96b0;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 275px;
  position: relative;
  height: 0;
}
@media (min-width: 600px) {
  .map-responsive {
    padding-bottom: 325px;
  }
}
@media (min-width: 992px) {
  .map-responsive {
    padding-bottom: 430px;
  }
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlightBox {
  border-radius: 20px;
  background: radial-gradient(67.49% 100% at 50% 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 1px 0 rgba(216, 236, 248, 0.2), inset 0 24px 48px 0 rgba(168, 216, 245, 0.06), 0 16px 32px rgba(0, 0, 0, 0.3);
  background-clip: content-box;
}
.highlightBox_content {
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .highlightBox_content {
    padding: 32px;
  }
}

.highlightBox_large {
  max-width: 600px;
  margin: 0 auto;
}

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

.group:hover .group-hover\:border-\[\#7c33d8\] {
  --tw-border-opacity: 1;
  border-color: rgb(124 51 216 / var(--tw-border-opacity));
}

.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

@media (min-width: 640px) {
  .sm\:bottom-20 {
    bottom: 5rem;
  }
  .sm\:left-10 {
    left: 2.5rem;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .sm\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .sm\:basis-6\/12 {
    flex-basis: 50%;
  }
  .sm\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:gap-y-0 {
    row-gap: 0px;
  }
  .sm\:pt-20 {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:place-items-start {
    place-items: start;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:basis-1\/12 {
    flex-basis: 8.333333%;
  }
  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }
  .lg\:basis-3\/12 {
    flex-basis: 25%;
  }
  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .lg\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:mb-0 {
    margin-bottom: 0px;
  }
  .xl\:mb-16 {
    margin-bottom: 4rem;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:gap-x-18 {
    gap: 4.5rem;
  }
  .xl\:gap-x-\[150px\] {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 6rem;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-x-\[132px\] {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
}
/*# sourceMappingURL=style.css.map */
