/*
! tailwindcss v3.1.8 | 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.
*/

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 */
}

/*
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;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

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

.\!mt-40 {
  margin-top: 10rem !important;
}

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.gap-6 {
  gap: 1.5rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

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

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:root {
  --border-color: rgba(115, 115, 115, 0.21);
  --light-color: #737373;
  --alt-color: #e5172e;
  --alt-color2: #a70a9b;
  --primary-color: #050101;
  --bg: #e5172e;
  --bg-light: rgba(229, 23, 46, 0.23);
  --bg-section: #fff9f5;
}

body {
  background: rgba(115, 115, 115, 0.01);
  background: #fff;
  color: var(--light-color);
}

main {
  position: relative;
  z-index: 0;
}

h1, 
.h1 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}

.h2, 
h2 {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}

h3, 
.h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

h5, 
.h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--primary-color);
}

h6, 
.h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--alt-color);
}

a {
  color: var(--alt-color);
}

a[href^='tel:'] {
  white-space: nowrap;
}

.cloned {
  display: none;
}

.attention {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.attention div {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.attention div p {
  margin-bottom: 0px;
}

.attention h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--primary-color);
}

.attention div:after,
.attention div:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 300px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath fill='none' stroke='%23d9d9d9' stroke-miterlimit='10' d='M20.406 9.6L10 .8-.406 9.6'/%3E%3C/svg%3E")
    repeat-x;
}

.attention div:before {
  top: 0;
}

.attention div:after {
  bottom: 0;
}

.attention strong {
  color: var(--alt-color);
}

.bg-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  z-index: 1;
}

.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 13rem;
  width: 13rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.bg-section {
  background: var(--bg-section);
}

.bg.dots {
  background-image: url(/img/bg/dots.png);
}

.bg.balet-2 {
  bottom: -1.5rem;
  right: -5rem;
  top: auto;
  left: auto;
  height: 16rem;
  background-image: url(/img/bg/balet-2.png);
}

.bg.balet-3 {
  bottom: -8rem;
  right: -8rem;
  top: auto;
  left: auto;
  height: 18rem;
  background-image: url(/img/bg/balet-3.png);
}

.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  min-width: 150px;
  background: var(--bg);
}

.btn.bordered {
  border-width: 2px;
  color: var(--light-color);
  border-color: var(--light-color);
  background: none;
}

.btn.small {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 25px;
}

.btn:hover {
  --tw-translate-y: 0.25rem;
  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));
}

.make-white {
  filter: brightness(0) invert(1);
}

.breadcrumbs ul {
  display: inline-flex;
}

.breadcrumbs ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.breadcrumbs ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 600;
  border-color: var(--alt-color);
}

.breadcrumbs a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--alt-color);
  background: var(--bg-light);
}

.logo {
  width: 10rem;
}

.more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  color: var(--alt-color);
}

.transition {
  transition: 0.3s;
}

.text-light {
  opacity: 0.5;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon.right-long {
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  background-image: url(/img/icons/right-long.svg);
}

.icon.phone {
  background-image: url(/img/icons/phone.svg);
}

.icon.location {
  background-image: url(/img/icons/location.svg);
}

.icon.time {
  background-image: url(/img/icons/time.svg);
}

.icon.menu {
  background-image: url(/img/icons/menu.svg);
}

.icon.angles {
  background-image: url(/img/icons/angles.svg);
}

.icon.check {
  background-image: url(/img/icons/check.svg);
}

.icon.check-red {
  background-image: url(/img/icons/check-red.svg);
}

.icon.play {
  background-image: url(/img/icons/play.svg);
}

.icon.down {
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  background-image: url(/img/icons/down.svg);
}

.icon.left {
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  background-image: url(/img/icons/left.svg);
}

.icon.youtube {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  background-image: url(/img/icons/youtube.png);
}

.icon.instagram {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  background-image: url(/img/icons/instagram.png);
}

.instructor-info {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
}

.wrap.is-medium {
  max-width: 700px;
}

.wrap.is-small {
  max-width: 500px;
}

.waves {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/bg/waves.png);
  z-index: -1;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-lg {
  margin-top: 3rem;
}

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

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

.box-lg {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

nav ul {
  display: flex;
  gap: 0.5rem;
}

nav ul a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

nav ul i {
  margin-left: 0.5rem;
  height: 0.75rem !important;
  width: 0.75rem !important;
  filter: brightness(0) invert(1);
}

p {
  margin-bottom: 1rem;
}

.text-divider {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--alt-color);
}

.title-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  text-align: center;
  max-width: 700px;
}

.title-wrap .blocks {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.title-wrap .blocks > div:first-child {
  text-align: left;
  max-width: 700px;
}

.title-wrap .blocks p {
  margin-bottom: 0px;
}

.title-wrap .h2, 
.title-wrap h2 {
  margin-bottom: 0.5rem;
}

.text-divider:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 3rem;
  border-top: 2px solid;
  content: '';
}

.image img {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
}

.box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.box:not(.has-bg) + .box:not(.has-bg) {
  padding-top: 0px;
  padding-top: 0;
}

.row {
  display: grid;
  gap: 1.5rem;
}

.ir {
  position: relative;
  margin-bottom: 1.5rem;
  min-height: 36px;
}

.ir .error {
  position: absolute;
  right: -10px;
  bottom: -15px;
  z-index: 9;
  display: none;
  padding: 0 9px 3px;
  background: red;
  color: #fff;
  white-space: nowpap;
  font-size: 12px;
}

.ir .error-field + .error {
  display: block;
}

input[type='text'], 
input[type='tel'], 
textarea, 
.nice-select {
  width: 100%;
  border-width: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 36px;
  background: rgba(221, 221, 221, 0.26);
}

textarea {
  line-height: 1.1;
  padding: 8px 16px;
  min-height: 100px;
}

.exclamation {
  background: url(/img/bg/exclamation-mark.png) no-repeat 100% 0;
  background-size: auto 100%;
  padding-right: 150px;
  margin-right: 50px;
}

.dialog {
  text-align: center;
  max-width: 500px;
}

.dialog h2 {
  margin-bottom: 1rem;
}

.dialog p {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

.smallimages {
  display: flex;
  gap: 1rem;
}

.smallimages img {
  max-width: 300px;
}

.info {
  margin-left: -1rem;
  display: flex;
}

.info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.info > div {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
}


.info > div {
  margin-bottom: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--alt-color);
}

.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 1) 100%);
  opacity: 1;
}

.box-action {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-action:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  content: '';
}

.box-action .container {
  position: relative;
}

.box-action h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-inform {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-inform:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  content: '';
}

.box-inform .container {
  position: relative;
}

.box-inform h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-inform .row {
  margin-bottom: 3rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.box-inform .item {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
}

.box-inform .title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.box-inform .price {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.box-inform small {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.box-1-4 {
  position: relative;
}

.box-1-4 .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-position: center 30%;
}

.box-1-4 li {
  position: relative;
  padding-left: 1.5rem;
}

.box-1-4 li:before {
  position: absolute;
  left: 0px;
  border-radius: 9999px;
  top: 10px;
  width: 7px;
  height: 7px;
  background: var(--alt-color);
  content: '';
}

.box-1-4 li + li {
  margin-top: 1rem;
}

.box-1-4 .container {
  position: relative;
}

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

.box-1-4 .btn {
  margin-top: 1.5rem;
}

.box-1-4 .steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-right: 1.5rem;
}

.box-1-4 .steps > div {
  padding: 1.5rem;
}

.box-1-4 .steps > div:nth-child(1) {
  border: 1px solid #555555;
}

.box-1-4 .steps > div:nth-child(2),
.box-1-4 .steps > div:nth-child(3) {
  background: #ebf4f1;
}

.box-1-4 .steps > div:nth-child(4) {
  background-image: linear-gradient(150deg, #09d2aa 0%, #4e4fc4 100%);
}

.box-1-4 .steps > div:nth-child(4) .h2, 
.box-1-4 .steps > div:nth-child(4) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-1-4 .steps > div:nth-child(2),
.box-1-4 .steps > div:nth-child(4) {
  transform: translateY(40px);
}

.box-1-4.with-bg .steps > div:nth-child(2) {
  background: rgba(255, 255, 255, 0.6);
}

.box-1-4.with-bg .steps > div:nth-child(1) {
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 25%);
  background: rgba(255, 255, 255, 1);
  border: 0;
}

.box-contact {
  position: relative;
}

.box-contact textarea {
  min-height: 170px;
}

.box-contact p {
  margin-bottom: 2rem;
}

.box-contact .row {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px;
}

.box-contact .row:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  width: 1px;
  background: var(--border-color);
  content: '';
}

.box-contact i {
  position: absolute;
  top: 0.25rem;
  left: 0px;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  color: var(--alt-color);
  background-color: var(--border-color);
  background-size: 15px;
}

.box-contact strong {
  color: var(--primary-color);
}

.box-contact li {
  position: relative;
  padding-left: 3.5rem;
  margin-top: 1rem;
}

.box-contact .in {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0px 10px 40px 0px rgb(5 1 1 / 5%);
}

.box-contact .waves {
  bottom: auto;
  left: auto;
  top: -1rem;
  right: -1rem;
}

.box-contact .row > div:first-child {
  padding-right: 3rem;
}

.box-contact .row > div:last-child {
  padding-left: 3rem;
}

.box-contact h2 {
  margin-bottom: 1rem;
}

.box-intro {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

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

.box-intro .container {
  position: relative;
}

.box-intro .buttons {
  margin-top: 1.5rem;
}

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

.box-simpletext h2 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.box-video .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-video img {
  width: 100%;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
}

.box-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 3rem;
  width: 3rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.box-video .image {
  overflow: hidden;
}

.box-video a {
  position: relative;
}

.box-video .text {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.box-video .bg-overlay {
  opacity: 0.3;
}

.box-video a:hover .bg-overlay {
  opacity: 0.5;
}

.box-video a:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.box-video .text .h3 {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 200px);
}

.box-cover .in {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 200px;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.box-cover .slide {
  flex: 1 1 0%;
}

.box-cover .slide .container {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-cover .slide .btn {
  margin-top: 1.5rem;
}

.box-cover .slide h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-cover iframe, 
.box-cover video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-cover:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.7;
  content: '';
  z-index: 1;
}

.box-cover .container {
  position: relative;
  z-index: 10;
}

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

.box-person .text {
  position: relative;
  z-index: 10;
  margin-right: -5rem;
  display: flex;
  align-items: center;
}

.box-person .image {
  position: relative;
}

.box-person img {
  width: 100%;
}

.box-person .in {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  text-align: center;
  box-shadow: 0px 10px 40px 0px rgb(5 1 1 / 5%);
}

.box-person:not(.is-inverted) .waves {
  top: -1rem;
  right: -1rem;
  bottom: auto;
  left: auto;
}

.box-person.is-inverted .text {
  margin-right: 0px;
  margin-left: -5rem;
}

.box-list .wrap {
  margin-bottom: 3rem;
  text-align: center;
}

.box-list .wrap h2 {
  margin-bottom: 0.75rem;
}

.box-list img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}

.box-list .image {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.box-list a:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.box-list a:hover .bg-overlay {
  opacity: 0.2;
}

.box-list a p {
  display: none;
}

.box-list .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--primary-color);
}

.box-list .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 3rem;
}

.prices-list {
  width: 100%;
  text-align: left;
}

.prices-list span {
  white-space: nowrap;
}

.prices-list span em {
  font-style: normal;
}

.prices-list span + span {
  font-weight: 600;
}

.prices-list span small {
  font-weight: 400 !important;
}

.prices-list p {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--light-color);
}

.prices-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-bottom: 1px solid var(--border-color);
}

.prices-list li:last-child {
  border: none;
}

.prices-list ul + div {
  margin-top: 1.5rem;
}

.box-prices .row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0px;
}

.box-prices .item {
  padding: 3rem;
}

.box-prices .item.with-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #a70a9b;
}

.box-prices .item.with-bg .h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-prices .item .btn {
  margin-top: 1.5rem;
}

.box-faq .wrap {
  margin-bottom: 3rem;
  text-align: center;
}

.box-faq .smallimages {
  margin-top: 0.5rem;
}

.box-faq .a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.box-faq .a li {
  position: relative;
  padding-left: 1.5rem;
}

.box-faq .a li + li {
  margin-top: 0.5rem;
}

.box-faq .a li:before {
  position: absolute;
  left: 0px;
  border-radius: 9999px;
  top: 10px;
  width: 7px;
  height: 7px;
  background: var(--alt-color);
  content: '';
}

.box-faq .item.is-open .q i {
  transform: translateY(-50%) rotate(180deg);
}

.box-faq .item {
  box-shadow: 0px 10px 40px 0px rgb(5 1 1 / 5%);
}

.box-faq .item.is-open .q {
  color: var(--alt-color);
}

.box-faq .q {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  color: var(--primary-color);
  padding-right: 80px;
  line-height: 1.2;
}

.box-faq .q i {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  transform: translateY(-50%);
}

.box-faq .a {
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.box-faq .items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.box-faq .item {
  overflow: hidden;
}

.box-faq .item + .item {
  margin-top: 1.5rem;
}

.box-hero {
  position: relative;
  display: flex;
  height: 500px;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.box-hero:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(5, 1, 1, 0.7);
  content: '';
  z-index: 2;
}

.box-hero .container, 
.box-hero .in {
  position: relative;
  z-index: 3;
}

.box-hero video {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.box-hero .inline-YTPlayer {
  position: absolute !important;
  z-index: 1;
}

.player, 
.mbYTP_wrapper {
  overflow: visible !important;
}

.playerBox {
  width: 100vw !important;
  height: 500px !important;
}

.box-hero .in {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-menu {
  position: relative;
  z-index: 20;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  width: 100%;
}

.is-scrolling .box-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
}

.box-menu li {
  position: relative;
}

.box-menu nav > ul > li:after {
  position: absolute;
  bottom: -0.5rem;
  left: 5px;
  right: 5px;
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  height: 2px;
  background: var(--alt-color);
  content: '';
}

.box-menu nav > ul > li.active:after, 
.box-menu nav > ul > li:hover:after {
  opacity: 1;
}

.box-menu .controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.box-menu .controls .icon {
  display: none;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

.box-menu .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-photos .images {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.box-photos .images > div {
  grid-column: span 4 / span 4;
}

.box-photos .images > div:nth-child(4) {
  grid-column: span 6 / span 6;
}

.box-photos .images > div:nth-child(5), 
.box-photos .images > div:nth-child(6) {
  grid-column: span 3 / span 3;
}

.box-photos .image {
  position: relative;
  overflow: hidden;
}

.box-photos .image:hover .bg-overlay {
  opacity: 0.2;
}

.box-photos .image:hover img {
  transform: scale(1.05);
}

.box-photos img {
  display: block;
  height: 100%;
  height: 320px;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
}

.box-icons i {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: block;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  background-color: var(--border-color);
  background-size: 15px;
}

.box-icons .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-icons .item {
  text-align: center;
}

.box-icons .item:hover i {
  transform: scale(1.1);
}

.box-icon .item div {
  max-width: 250px;
}

.box-team .buttons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 700px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.box-team .wrap {
  text-align: center;
}

.box-team a p {
  margin-bottom: 0px;
  display: none;
}

.box-team .row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.box-team .row img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/ 600;
  -o-object-position: top;
     object-position: top;
}

.box-team .text {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: -2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  box-shadow: 0px 10px 30px 0px rgb(5 1 1 / 5%);
  z-index: 2;
}

.box-team .tag {
  margin-bottom: 0.75rem;
}

.box-team .image {
  position: relative;
  overflow: hidden;
}

.box-team .name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--primary-color);
}

.box-team a:hover .bg-overlay {
  opacity: 0.2;
}

.box-team a:hover img {
  transform: scale(1.05);
}

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

.box-2-columns .row > div:nth-child(2) {
  grid-column: span 2 / span 2;
}

.box-2-columns .p {
  -moz-columns: 2;
       columns: 2;
}

.box-2-columns button {
  margin-top: 1.5rem;
}

.accordion {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem;
}

.accordion .content > div {
  display: none;
}

.accordion .content > div.section-1 {
  display: block;
}

.accordion .content > div h2 {
  display: none;
}

.media {
  display: flex;
  gap: 1rem;
}

.media a {
  opacity: 0.4;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
}

.media a:hover {
  opacity: 1;
  filter: none;
}

.content li {
  padding: 0 15px 15px 30px;
  position: relative;
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 900;
  color: #333;
  width: 20px;
  height: 20px;
  background-image: url(/img/icons/check.svg);
}

.content ol {
  margin: 0 0 1rem;
  list-style: none;
  counter-reset: a;
}

.content ol li:before {
  content: counter(a);
  counter-increment: a;
  position: absolute;
  left: -5px;
  top: -7px;
  background-image: linear-gradient(90deg, transparent 50%, #fff195 0);
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease-out;
  font-size: 14px;
  color: var(--primary-color);
}

.content strong {
  color: var(--primary-color);
}

.content img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.box-services .row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.box-services .h3 {
  margin-top: 0.5rem;
  color: inherit;
}

.box-services a {
  color: var(--primary-color);
}

.box-style .content {
  grid-column: span 2 / span 2;
}

.box-style .side {
  position: relative;
}

.box-style .side > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  box-shadow: 0px 13px 70px 15px rgb(196 197 198 / 38%);
}

.box-style .side li {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  box-shadow: 0px 30px 84px 0px rgb(0 0 0 / 10%);
}

.box-style .side li + li {
  border-top: 1px solid var(--border-color);
}

.box-style .side li.active {
  color: var(--alt-color);
}

.box-style .side li.active i.angles {
  background-image: url(/img/icons/angles-active.svg);
}

.box-text .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-text .text {
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
}

.box-text .image {
  position: relative;
}

.box-text img {
  width: 100%;
}

.box-text .img-wrap {
  overflow: hidden;
}

.box-text .image:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.box-text .image:hover .bg-overlay {
  opacity: 0.2;
}

.box-about .row {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.box-about .row > div:nth-child(2) {
  margin-top: 3rem;
}

.box-about .row > div:nth-child(1) {
  margin-right: 3rem;
  margin-top: 6rem;
}

.box-about .container {
  position: relative;
}

.box-about button {
  margin-top: 1.5rem;
}

.box-announcement .item {
  padding: 1.5rem;
  box-shadow: 0px 30px 84px 0px rgb(0 0 0 / 10%);
}

.box-announcement h2 {
  margin-bottom: 0.5rem;
}

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

.box-announcement .action {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.box-promo {
  background-size: cover;
  background-position: center;
}

.box-promo ul {
  margin-bottom: 1.5rem;
}

.box-promo button {
  margin-top: 1rem;
}

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

.box-gallery .item {
  position: relative;
  display: flex;
  min-height: 300px;
  align-items: flex-end;
  overflow: hidden;
}

.box-gallery .item:hover .bg-overlay {
  opacity: 0.2;
}

.box-gallery .img {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
}

.box-gallery .item:hover .img {
  transform: scale(1.05);
}

.box-gallery .move-left .img {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  transform: scale(1.2) translateX(8%);
}

.box-gallery .move-left:hover .img {
  transform: scale(1.2);
}

.box-gallery .can-span-2 {
  grid-column: span 2 / span 2;
}

.box-gallery .img {
  position: absolute !important;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  filter: brightness(80%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.box-gallery .text {
  position: relative;
  max-width: 250px;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-gallery .text .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-gallery .row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-gallery .item.split-item {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.box-gallery .item.split-item .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.box-gallery .item.split-item > div {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: calc(50% - 0.75rem);
  color: var(--light-color);
}

.box-gallery .item.split-item > div .h3 {
  color: var(--primary-color);
}

footer {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

footer .container {
  position: relative;
}

footer a {
  color: #fff;
}

footer .copy {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  border-top: 1px solid var(--border-color);
  color: var(--light-color);
}

footer .logo {
  margin-bottom: 1rem;
}

.box-time-grid .days-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
}

.box-time-grid .days-filter .h3 {
  margin-bottom: 0px;
  color: var(--alt-color);
}

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

.filters span {
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition: 0.3s;
  color: var(--alt-color);
}

.filters span:hover {
  background: #ebebeb;
}

.timetable-wrap {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  box-shadow: 0px 10px 30px 0px rgb(5 1 1 / 5%);
}

.timetable-wrap .waves {
  left: auto;
  bottom: auto;
  right: -1rem;
  top: -1rem;
}

.timetable-link {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timetable-link .full {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
}

.timetable {
  display: table;
  width: 100%;
  color: var(--primary-color);
  border-top: 0px solid rgba(221, 221, 221, 0.26);
}

.timetable > div {
  display: table-row;
}

.timetable > div > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 2px solid rgba(221, 221, 221, 0.26);
}

.timetable a {
  color: var(--alt-color);
}

.timetable .ico-join {
  display: none;
}

.timetable .tt-sign {
  line-height: 1.2;
}

.timetable .tt-sign em {
  font-style: normal;
  display: block;
  font-size: 80%;
}

.timetable .tt-sign {
  width: 150px;
}

.timetable .tt-level {
  width: 200px;
}

.timetable .tt-team {
  width: 150px;
}

.timetable .tt-days {
  width: 115px;
}

.timetable .tt-time {
  width: 150px;
}

.footer-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  background-position: bottom center;
  background-image: url(/img/bg/footer.jpg);
  opacity: 0.2;
}

.box-404 {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.box-404 .bg-overlay {
  opacity: 0.2;
}

.box-404 .row {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-404 .btn {
  margin-top: 1rem;
}

.box-404 .container {
  position: relative;
  z-index: 10;
}

.is-mobile {
  display: none !important;
}

.page-13 .box-hero {
  background: #000;
}

.page-13 .box-hero .in {
  margin-top: -200px;
}

.page-13 .box-contact {
  margin-top: -200px;
  z-index: 10;
}

@media (max-width: 1600px) {
  .bg.balet-2, 
  .bg.balet-3 {
    right: 0px;
  }
}

@media (max-width: 1200px) {
  .bg.balet-2, 
  .bg.balet-3 {
    display: none;
  }

  .box-menu nav ul {
    gap: 0px;
  }

  .box-hero {
    height: 400px;
  }

  .box-style .side {
    display: none;
  }

  .box-style .content {
    grid-column: span 3 / span 3;
  }

  .accordion .content > div {
    display: block !important;
  }

  .accordion .content > div h2 {
    display: block;
  }

  .box-text .text {
    padding-left: 0px;
  }
}

@media (max-width: 992px) {
  .box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .box-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .overlay {
    background-image: linear-gradient(300deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
  }

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

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

  .box-contact .row:before {
    display: none;
  }

  .box-contact .row > div {
    padding: 0px !important;
  }

  .box-contact .row > div + div {
    padding-top: 2.5rem !important;
  }

  .box-contact .in {
    padding: 1.5rem;
  }

  .timetable-wrap .waves {
    display: none;
  }

  .box-list .row, 
  .box-team .row, 
  footer .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .box-gallery .item.split-item {
    grid-column: span 4 / span 4;
  }

  .box-gallery .item {
    grid-column: span 2 / span 2;
  }

  .box-gallery .item:first-child {
    grid-column: span 4 / span 4;
  }

  .box-menu nav ul {
    display: none;
  }

  .box-menu .controls .icon {
    display: block;
  }

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

  .box-2-columns p {
    -moz-columns: 1;
         columns: 1;
  }

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

  .box-2-columns .row > div:nth-child(2) {
    grid-column: span 1 / span 1;
  }

  .box-about .row > div:nth-child(1) {
    margin-top: 1.5rem;
  }

  .box-about img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .box-photos .images > div {
    grid-column: span 6 / span 6 !important;
  }

  .header-row-note, 
  .days-filter {
    display: none !important;
  }

  .is-mobile {
    display: block !important;
  }

  .timetable {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .timetable > div {
    display: block;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .timetable > div > div {
    display: block;
    border-width: 0px;
    padding: 0px;
    width: auto !important;
  }

  .timetable .searchable {
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .timetable .tt-level, 
  .timetable .tt-sign {
    display: inline-flex !important;
  }

  .timetable .tt-sign {
    line-height: inherit;
  }

  .timetable .tt-days, 
  .timetable .tt-team {
    display: none;
  }

  .timetable .tt-level, 
  .timetable .tt-sign > * {
    position: relative;
    padding-left: 0.5rem;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    color: var(--light-color);
  }

  .timetable .tt-sign > * {
    margin-left: 0.5rem;
  }

  .timetable .tt-level:before,
  .timetable .tt-sign > *:before {
    position: absolute;
    top: 50%;
    content: '•';
    color: var(--alt-color);
    left: 0;
    line-height: 1;
    transform: translateY(-50%);
  }

  .timetable .tt-time {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }

  .timetable-wrap {
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2rem;
  }

  .h2, 
  h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }

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

  .box-hero {
    height: 250px;
  }

  footer p {
    max-width: 100%;
  }

  .prices-list span {
    width: 100%;
  }

  .prices-list span em {
    position: absolute;
    top: 0.25rem;
    right: 0px;
  }

  .prices-list li {
    position: relative;
    gap: 0px;
  }

  .page-13 .box-hero .in {
    margin-top: 0;
  }

  .page-13 .box-contact {
    margin-top: 0;
  }

  .title-wrap {
    margin-bottom: 3rem;
  }

  .box-1-4 .steps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-right: 0px;
    padding-bottom: 1.5rem;
  }

  .box-1-4 .steps > div {
    transform: none !important;
  }

  .box-gallery .text {
    max-width: 100%;
  }

  .box-gallery .item.split-item {
    flex-direction: column;
  }

  .box-gallery .item.split-item > div.img-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
  }

  .box-gallery .item.split-item .text {
    height: 100%;
    align-items: flex-start;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .box-gallery .item.split-item .text .h3 {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .box-gallery .item.split-item .text .btn {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #fff;
  }

  .box-gallery .item {
    grid-column: span 1 / span 1 !important;
  }

  .box-gallery .item.split-item > div {
    width: 100% !important;
  }

  .box-about .row > div:nth-child(3) {
    display: none;
  }

  .box-text .text {
    grid-column: span 1 / span 1;
  }

  .box-text .row {
    row-gap: 3rem;
  }

  .box-person .in {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .box-person .image {
    position: static;
    order: -1;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .box-person .row {
    position: relative;
  }

  .box-person .text {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: -5rem;
  }

  .box-person .waves {
    top: auto !important;
    bottom: -2.5rem !important;
    left: 50% !important;
    --tw-translate-x: -50% !important;
    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)) !important;
  }

  .box-list a p {
    display: block;
  }

  .box-photos .images > div {
    grid-column: span 12 / span 12 !important;
  }

  .box-photos .images > div img {
    height: auto;
  }

  .box-team img {
    aspect-ratio: 450/ 450;
  }

  .box-team a p {
    display: block;
  }

  .box-team .buttons {
    display: none;
  }
}
