@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.13 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Open Sans, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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'],input:where(:not([type])),[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, input:where(:not([type])):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;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-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],[size]:where(select:not([size="1"])){
  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");
}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media (min-width: 520px){

  .container{
    max-width: 520px;
  }
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1440px){

  .container{
    max-width: 1440px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-left-\[999rem\]{
  left: -999rem;
}
.-right-\[999rem\]{
  right: -999rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[16px\]{
  right: 16px;
}
.top-0{
  top: 0px;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-\[26px\]{
  top: 26px;
}
.top-\[420px\]{
  top: 420px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.-mx-\[15px\]{
  margin-left: -15px;
  margin-right: -15px;
}
.-mt-\[20px\]{
  margin-top: -20px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.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;
}
.mb-\[189px\]{
  margin-bottom: 189px;
}
.mb-\[77px\]{
  margin-bottom: 77px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[95px\]{
  margin-top: 95px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[276px\]{
  height: 276px;
}
.h-\[524px\]{
  height: 524px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[679px\]{
  height: 679px;
}
.h-full{
  height: 100%;
}
.max-h-\[227px\]{
  max-height: 227px;
}
.max-h-\[635px\]{
  max-height: 635px;
}
.min-h-\[580px\]{
  min-height: 580px;
}
.min-h-\[83px\]{
  min-height: 83px;
}
.w-8{
  width: 2rem;
}
.w-\[166px\]{
  width: 166px;
}
.w-\[418px\]{
  width: 418px;
}
.w-\[630px\]{
  width: 630px;
}
.w-\[64px\]{
  width: 64px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.max-w-\[128px\]{
  max-width: 128px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[510px\]{
  max-width: 510px;
}
.max-w-\[751px\]{
  max-width: 751px;
}
.translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.auto-rows-min{
  grid-auto-rows: min-content;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-14{
  row-gap: 3.5rem;
}
.justify-self-end{
  justify-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#4D4D4D\]{
  --tw-border-opacity: 1;
  border-color: rgb(77 77 77 / var(--tw-border-opacity));
}
.border-\[\#CBCBCB\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-special_light_gray{
  border-color: rgba(249, 249, 249, 0.075);
}
.bg-\[\#004860\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 72 96 / var(--tw-bg-opacity));
}
.bg-\[\#2A2A2A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity));
}
.bg-theme_gray-6{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/wp-content\/themes\/aviator\/img\/bg-about-mobile\.jpg\'\)\]{
  background-image: url('/wp-content/themes/aviator/img/bg-about-mobile.jpg');
}
.bg-\[length\:20px_20px\]{
  background-size: 20px 20px;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.p-4{
  padding: 1rem;
}
.p-\[2px\]{
  padding: 2px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.text-center{
  text-align: center;
}
.text-\[112px\]{
  font-size: 112px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.25rem;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-none{
  line-height: 1;
}
.text-theme_gray-2{
  --tw-text-opacity: 1;
  color: rgb(201 201 201 / var(--tw-text-opacity));
}
.text-theme_gray-4{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a{
  --tw-text-opacity: 1;
  color: rgb(26 181 173 / var(--tw-text-opacity));
    transition: color 0.33s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

html a:hover{
  --tw-text-opacity: 1;
  color: rgb(67 194 188 / var(--tw-text-opacity));
}

h1,
.h1{
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 1280px){

  h1,
.h1{
    font-size: 4.25rem;
  }
}

@media (min-width: 1440px){

  h1,
.h1{
    font-size: 4.75rem;
  }
}

h2,
.h2{
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
}

h3,
.h3{
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

h4,
.h4{
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

h5,
.h5{
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}

h6,
.h6{
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/*
* Menu
*/
.primary-menu-cont{
  z-index: 20;
}

.primary-menu-cont ul{
  display: flex;
  width: 100%;
  overflow: auto;
}

.primary-menu-cont ul li{
  white-space: nowrap;
}

.site-main-menu .menu-item a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px){

  .site-main-menu .menu-item a{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.site-main-menu .menu-item a,
.footer-menu ul li a{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-main-menu .menu-item a:hover,
.footer-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(67 194 188 / var(--tw-text-opacity));
}

button,
.btn,
input.btn {
    transition: color 0.33s ease-in-out, transform 0.33s ease-in-out, border-color 0.33s ease-in-out, background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    border-width: 0px;
    font-size: 0.875rem}

@media (min-width: 768px){

  button,
.btn,
input.btn{
    font-size: 1rem;
  }
}

button.btn-type-1,
.btn.btn-type-1,
input.btn.btn-type-1,
input[type="submit"]{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 154 147 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.btn-type-1:hover,
.btn.btn-type-1:hover,
input.btn.btn-type-1:hover,
input[type="submit"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 129 123 / var(--tw-bg-opacity));
}

button.btn-type-1:active,
.btn.btn-type-1:active,
input.btn.btn-type-1:active,
input[type="submit"]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(15 103 99 / var(--tw-bg-opacity));
}

@media (min-width: 768px){

  button.btn-type-1,
.btn.btn-type-1,
input.btn.btn-type-1,
input[type="submit"]{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px){

  button.btn-type-1,
.btn.btn-type-1,
input.btn.btn-type-1,
input[type="submit"]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

button.btn-type-2,
.btn.btn-type-2,
input.btn.btn-type-2{
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 181 173 / var(--tw-border-opacity));
  background-color: rgba(255, 255, 255, 0);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.btn-type-2:hover,
.btn.btn-type-2:hover,
input.btn.btn-type-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 154 147 / var(--tw-bg-opacity));
}

button.btn-type-2:active,
.btn.btn-type-2:active,
input.btn.btn-type-2:active{
  --tw-bg-opacity: 1;
  background-color: rgb(18 129 123 / var(--tw-bg-opacity));
}

button:disabled,
.btn:disabled,
input.btn:disabled{
  cursor: not-allowed;
  opacity: 0.75;
}

/* Cards */
.card{
  padding: 0px;
}

.card .card-heading{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){

  .card .card-heading{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.card .card-content{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){

  .card .card-content{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.card.payout-card{
  padding: 1.25rem;
    background: linear-gradient(90deg, rgba(217, 110, 231, 0.07) 0%, rgba(83, 113, 191, 0.07) 100%);
}

.card.payout-card .card-heading{
  margin-bottom: 1rem;
  padding: 1rem;
}

.card.payout-card .card-content{
  padding: 1rem;
}


/* Badges */
.badge{
  display: inline-block;
  border-radius: 0.125rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
    background: rgba(0, 72, 96, 0.8);
}

.badge.active-badge:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    height: 10px;
    width: 10px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(26 181 173 / var(--tw-bg-opacity))}

/* Lists */
.checked-list{
  margin-bottom: 1rem;
}

.checked-list li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.25rem;
}

.checked-list li:before{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.75rem;
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(194 239 252 / var(--tw-bg-opacity));
  background-image: url(/wp-content/themes/pontelecom/img/checked.svg);
  background-size: 12px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Info list */
.info-list-wrap {
}

/* Icons */
.info-list-wrap--item {
    transition: border-color 0.33s ease-in-out;
    position: relative;
    display: grid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0)}

.info-list-wrap--item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(67 194 188 / var(--tw-border-opacity));
}

.info-list-wrap--item:hover .info--linked-heading{
  --tw-text-opacity: 1;
  color: rgb(67 194 188 / var(--tw-text-opacity));
}

.info--linked-heading .arrow-link {
    background-image: url(/wp-content/themes/pontelecom/img/arrow-link-blue.svg);
    transition: background-image 0.33s ease-in-out, color 0.33s ease-in-out;
    position: absolute;
    top: 1.25rem;
    right: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat}

.info--linked-heading:hover .arrow-link {
    background-image: url(/wp-content/themes/pontelecom/img/arrow-link.svg);
}

/* Accordion */
.accordion .item-name{
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.accordion .item-name.ui-state-active {
    transition: border-color 0.33s ease-in-out, padding-bottom 0.33s ease-in-out, color 0.33s ease-in-out;
    border-color: rgba(255, 255, 255, 0);
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(67 194 188 / var(--tw-text-opacity))}

.accordion .item-name .acc-icon{
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -0.75rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(67 194 188 / var(--tw-bg-opacity));
}

.accordion .item-name .acc-icon:before{
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  display: block;
  height: 2px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accordion .item-name .acc-icon:after {
    transition: transform 0.33s ease-in-out;
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    display: block;
    height: 2px;
    width: 1rem;
    --tw-rotate: 90deg;
    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))}

.accordion .item-name.ui-state-active .acc-icon:after{
  --tw-rotate: 0deg;
  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));
}

/* Forms|fields */
form p{
  margin-bottom: 1.5rem;
}

label{
  width: 100%;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}

label input,
form label input,
textarea{
  margin-top: 0.25rem;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  font-weight: 400;
}

.wpcf7-list-item{
  margin: 0px;
}

.wpcf7-list-item input{
  margin-right: 0.75rem;
}

.wpcf7-checkbox .wpcf7-list-item{
  display: block;
}

.wpcf7-checkbox {
}

.wpcf7-checkbox .wpcf7-list-item label{
  margin-bottom: 0.25rem;
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 400;
}

.wpcf7-checkbox .wpcf7-list-item input{
  margin-top: 0px;
}

.wpcf7 .wpcf7-spinner{
  position: absolute;
  margin-top: -2.25rem;
}

.wpcf7 input[type="submit"]{
  display: block;
  width: 100%;
}

[type='text'],
input:where(:not([type])),
[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{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

[type="checkbox"]{
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

textarea{
  height: 116px;
}

[type='text']:focus,
input:where(:not([type])):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,
[type="checkbox"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
    outline: none;
    box-shadow: none;
}


.wpcf7-form p{
  margin-bottom: .75rem;
}

.wpcf7-form label{
  font-size: 0.875rem;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label{
  display: flex;
  align-content: center;
  align-items: center;
  font-weight: 100;
}

.wpcf7-acceptance .wpcf7-list-item label input{
  margin-right: 0.75rem;
  margin-top: 0px;
  font-weight: 500;
}

.wpcf7-form-control-wrap{
  position: relative;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  bottom: -19px;
  left: .75rem;
  display: inline-block;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 12px;
}

form .required {
    color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  margin: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 352px;
}

/* Modals */
/* Top button */
.to-top-button {
    z-index: 9999;
}

/****************
* Page Sections *
****************/
.section-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

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

.section-sport{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  .section-sport{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px){

  .section-sport{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity));
  }
}

.section-dark .special-heading span:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.section-white .special-heading span:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    text-shadow: -1px 0 #1c1c1c, 0 1px #1c1c1c, 1px 0 #1c1c1c, 0 -1px #1c1c1c;
}

.section-about.section-dark .special-heading span:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.special-heading{
  position: relative;
  display: flex;
  gap: 1rem;
}

.special-heading-2 {
    position: relative;
    display: inline;
}

.section-dark .special-heading-2 span{
  margin-right: 1rem;
}

.section-dark .special-heading-2 span:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.section-dark .special-heading-2:nth-child(even) span:nth-child(odd){
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.section-dark .special-heading-2:nth-child(even) span:nth-child(even){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.special-heading.animated {
    position: relative;
    animation: scroll-horizontal 20s linear infinite;
}

@keyframes scroll-horizontal {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/* Home-page Section Hero */
/* Grid lines */
.hero-section-columns .line-left-cont,
.hero-section-columns .line-right-cont,
.hero-section-columns .line-top,
.hero-section-columns .line-left,
.hero-section-columns .line-right,
.hero-section-columns .line-bottom,
.hero-section-columns .line-pseudo-top{
  position: absolute;
  background-color: rgba(249, 249, 249, 0.075);
    transition: left 1s ease-in-out, right 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
}

/* Vertical lines*/
.hero-section-columns .line-left-cont,
.hero-section-columns .line-right-cont,
.hero-section-columns .line-left,
.hero-section-columns .line-right{
  top: -180rem;
  bottom: -180rem;
  width: 1px;
}

.hero-section-columns .line-left-cont{
  left: -0.75rem;
}

@media (min-width: 768px){

  .hero-section-columns .line-left-cont{
    left: -1rem;
  }
}

@media (min-width: 1280px){

  .hero-section-columns .line-left-cont{
    left: -1.25rem;
  }
}

.hero-section-columns .line-right-cont{
  right: -0.75rem;
}

@media (min-width: 768px){

  .hero-section-columns .line-right-cont{
    right: -1rem;
  }
}

@media (min-width: 1280px){

  .hero-section-columns .line-right-cont{
    right: -1.25rem;
  }
}

.hero-section-columns .line-left{
  left: 0px;
}

.hero-section-columns .line-right{
  right: 0px;
}

/* Horizontal lines */
.hero-section-columns .line-top{
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
}
@media (min-width: 640px){

  .hero-section-columns .line-top{
    left: -180rem;
    right: -180rem;
  }
}

.hero-section-columns .line-pseudo-top{
  top: -0.75rem;
  left: 0px;
  right: 0px;
  height: 1px;
}

@media (min-width: 640px){

  .hero-section-columns .line-pseudo-top{
    left: -180rem;
    right: -180rem;
  }
}

@media (min-width: 768px){

  .hero-section-columns .line-pseudo-top{
    top: -1.25rem;
  }
}

.hero-section-columns .line-bottom{
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
}

@media (min-width: 640px){

  .hero-section-columns .line-bottom{
    left: -180rem;
    right: -180rem;
  }
}

.hero-section-columns img{
  width: 100%;
    z-index: 1;
}

.hero-section-columns .letter-visible {
    color: #fff;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    animation: letter-visible 6s step-end infinite;
}

.hero-section-columns .letter-hidden {
    color: #181818;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    animation: letter-hidden 6s step-end infinite;
}

@keyframes letter-visible {
    0% {
        color: #fff;
    }
    25% {
        color: #181818;
    }
    50% {
        color: #fff;
    }
}

@keyframes letter-hidden {
    0% {
        color: #181818;
    }
    25% {
        color: #fff;
    }
    50% {
        color: #fff;
    }
}

/* Section About */
.section-about {
    z-index: 0;
}

.section-about > .container {
    z-index: 1;
}

.section-about > .bg-overflow {
    z-index: -1;
    background-position: top right;
}

.section-about > .bg-overflow::after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 0) 100%);
}

.section-about .hystory-item .year{
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity));
}

@media (min-width: 640px){

  .section-about .hystory-item .year{
    font-size: 76px;
  }
}

@media (min-width: 1024px){

  .section-about .hystory-item .year{
    font-size: 95px;
  }
}

@media (min-width: 1280px){

  .section-about .hystory-item .year{
    font-size: 104px;
  }
}

@media (min-width: 1440px){

  .section-about .hystory-item .year{
    font-size: 120px;
  }
}

.section-about .hystory-item .year {
    text-shadow: -1px 0 #21D7CD, 0 1px #21D7CD, 1px 0 #21D7CD, 0 -1px #21D7CD;
}

/* Section Team */
.team-member-img .preview-icon{
  background-position: center;
  background-repeat: no-repeat;
    background-size: 19px 19px;
    background-image: url(/wp-content/themes/aviator/img/eye.svg);
}

.last-char-color--green {
    color: #21D7CD;
}

.section-sport .illustration {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/aviator/img/Illustration-2.svg);
}

/* Section Rental */
.section-rental .illustration {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/aviator/img/Illustration.svg);
}

.section-rental .container {
    position: relative;
}

.section-rental .bg-overlap {
    z-index: -1;
}

/* Footer */
.site-footer .menu .menu-item a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .menu .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(22 154 147 / var(--tw-text-opacity));
}

.footer-col .inner{
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

.site-footer .custom-logo-link img,
.site-footer .socials a img {
    filter: brightness(0) invert(1);
    transition: filter 0.33s linear;
}

.site-footer .custom-logo-link:hover img,
.site-footer .socials a:hover img {
    filter: brightness(1) invert(0);
}

@media (min-width: 1024px) {
    .section-about > .bg-overflow {
        filter: brightness(0.65);
    }
}

/* Modals */
.team-member-modal.fancybox__content{
  max-width: 892px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 68px;
  padding-bottom: 120px;
}
@media (min-width: 1024px){

  .team-member-modal.fancybox__content{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.team-member-img img {
    width: 100%;
}

.is-compact .fancybox__content > .f-button.is-close-btn,
.fancybox__content > .f-button.is-close-btn {
    border: 0;
    border-color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
}

.fancybox__content > .f-button.is-close-btn {
    top: 1rem !important;
    right: 1rem !important;
}

.is-compact .fancybox__content > .f-button.is-close-btn svg,
.fancybox__content > .f-button.is-close-btn svg {
    stroke: #5F6368;
}

/* Cards */
.card .card-label{
  padding: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    background: rgba(0, 72, 96, 0.8);
}

.z-1 {
    z-index: 1;
}

/* Accordion */
.acc-item {
    background: rgba(255, 255, 255, 0);
}

.acc-item.active {
    background: #1AB5AD;
    transition: all 0.33s ease;
}

.acc-heading{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(75 75 75 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  line-height: 1;
    transition: all 0.33s ease;
}

.acc-item.active .acc-heading{
  border-color: rgba(255, 255, 255, 0);
  padding-bottom: 10px;
    transition: all 0.33s ease;
}

.acc-text{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
    overflow: hidden;
    transition: all 0.33s ease;
}

.to-top-btn{
  background-repeat: no-repeat;
    background-size: 42px;
    background-image: url(/wp-content/themes/aviator/img/top-btn.svg);
}

/* Sliders */
.swiper .swiper-navigations,
.swiper .swiper-pagination-fraction{
  position: relative;
}

.swiper .swiper-pagination-fraction{
  margin-right: 1rem;
  width: auto;
}

.swiper .swiper-navigations .swiper-button-prev,
.swiper .swiper-navigations .swiper-button-next{
  position: relative;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 72 96 / var(--tw-border-opacity));
  background-position: center;
  background-repeat: no-repeat;
}

.swiper .swiper-navigations .swiper-button-prev{
  margin-right: 1rem;
}

.swiper .swiper-navigations .swiper-button-next {
    transform: rotate(180deg);
}

.one-hall-single{
  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;
}

.one-hall-single:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 248 247 / var(--tw-bg-opacity));
}

/* dopbsp plugin */
.hall-single {
    & .DOPBSPCalendar-container{
    background-color: rgb(232 232 232 / 0.6);
  }
    & .DOPBSPCalendar-container{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    & .DOPBSPCalendar-container {

        & .dopbsp-add-btn{
      display: none !important;
    }
    }

    & .DOPBSPCalendar-navigation,
    & .DOPBSPCalendar-month{
    border-width: 0px;
  }

    & .DOPBSPCalendar-navigation,
    & .DOPBSPCalendar-month{
    background-color: rgba(255, 255, 255, 0);
  }

    & .DOPBSPCalendar-navigation,
    & .DOPBSPCalendar-month {

        & .dopbsp-month-year{
      padding: 0.75rem;
    }
    }

    & .DOPBSPCalendar-month{
    padding: 0.75rem;
  }

    & .dopbsp-next-btn,
    & .dopbsp-previous-btn{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
  }

    & .dopbsp-next-btn,
    & .dopbsp-previous-btn {

        & .dopbsp-info{
      --tw-bg-opacity: 1 !important;
      background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
    }
    }

    & .DOPBSPCalendar-day{
    min-height: 60px;
  }

    & .DOPBSPCalendar-day {

        & .dopbsp-bind-middle{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

        & .dopbsp-bind-middle{
      padding-bottom: 0.25rem;
    }

        & .dopbsp-bind-middle{
      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;
    }

        & .dopbsp-bind-middle {

            & .dopbsp-head{
        background-color: rgba(255, 255, 255, 0) !important;
      }

            & .dopbsp-head{
        padding-bottom: 1rem !important;
      }

            & .dopbsp-body{
        border-width: 0px !important;
      }

            & .dopbsp-body{
        border-color: rgba(255, 255, 255, 0);
      }

            & .dopbsp-body{
        background-color: rgba(255, 255, 255, 0) !important;
      }

            & .dopbsp-body{
        padding-bottom: 0px !important;
      }

            & .dopbsp-body {

                & .dopbsp-co,
                & .dopbsp-ci{
          border-width: 0px;
        }

                & .dopbsp-co,
                & .dopbsp-ci{
          background-color: rgba(255, 255, 255, 0) !important;
        }

                & .dopbsp-price{
          display: none !important;
        }
            }
        }

        &.dopbsp-selected .dopbsp-bind-middle{
      --tw-bg-opacity: 1;
      background-color: rgb(200 237 235 / var(--tw-bg-opacity));
    }

        &.dopbsp-selected .dopbsp-bind-middle {

            & .dopbsp-body{
        border-width: 0px !important;
      }

            & .dopbsp-body{
        border-color: rgba(255, 255, 255, 0);
      }

            & .dopbsp-body{
        background-color: rgba(255, 255, 255, 0) !important;
      }
        }

        &.dopbsp-available:hover .dopbsp-bind-middle{
      --tw-bg-opacity: 1;
      background-color: rgb(232 248 247 / var(--tw-bg-opacity));
    }

        &.dopbsp-past-day{
      opacity: 0.5;
    }

        &.dopbsp-next-month{
      opacity: 1;
    }

        & .dopbsp-bind-middle .dopbsp-head {
            & .dopbsp-co,
            & .dopbsp-ci{
        border-top-width: 5px;
      }
            & .dopbsp-co,
            & .dopbsp-ci{
        --tw-border-opacity: 1;
        border-top-color: rgb(157 157 157 / var(--tw-border-opacity));
      }
            & .dopbsp-co,
            & .dopbsp-ci{
        background-color: rgba(255, 255, 255, 0) !important;
      }

            & .dopbsp-day{
        --tw-text-opacity: 1;
        color: rgb(201 201 201 / var(--tw-text-opacity));
      }
        }

        &.dopbsp-unavailable .dopbsp-bind-middle .dopbsp-head {
            & .dopbsp-co,
            & .dopbsp-ci{
        border-top-width: 5px !important;
      }
            & .dopbsp-co,
            & .dopbsp-ci{
        --tw-border-opacity: 1 !important;
        border-top-color: rgb(157 157 157 / var(--tw-border-opacity)) !important;
      }
            & .dopbsp-co,
            & .dopbsp-ci{
        background-color: rgba(255, 255, 255, 0) !important;
      }
        }

        &.dopbsp-available .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-available,
        & .dopbsp-head .dopbsp-ci.dopbsp-available,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-available .dopbsp-head,
        &.dopbsp-special .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-special,
        & .dopbsp-head .dopbsp-ci.dopbsp-special,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-special .dopbsp-head{
      --tw-border-opacity: 1 !important;
      border-color: rgb(26 181 173 / var(--tw-border-opacity)) !important;
    }

        &.dopbsp-available .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-available,
        & .dopbsp-head .dopbsp-ci.dopbsp-available,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-available .dopbsp-head,
        &.dopbsp-special .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-special,
        & .dopbsp-head .dopbsp-ci.dopbsp-special,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-special .dopbsp-head{
      background-color: rgba(255, 255, 255, 0) !important;
    }

        &.dopbsp-available .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-available,
        & .dopbsp-head .dopbsp-ci.dopbsp-available,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-available .dopbsp-head,
        &.dopbsp-special .dopbsp-head,
        & .dopbsp-head .dopbsp-co.dopbsp-special,
        & .dopbsp-head .dopbsp-ci.dopbsp-special,
        & .dopbsp-bind-left.dopbsp-extended.dopbsp-special .dopbsp-head {

            .dopbsp-day{
        --tw-text-opacity: 1;
        color: rgb(24 24 24 / var(--tw-text-opacity));
      }
        }
    }
    & .DOPBSPCalendar-hours{
    position: relative;
  }
    & .DOPBSPCalendar-hours > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }
    & .DOPBSPCalendar-hours{
    background-color: rgba(255, 255, 255, 0) !important;
  }
    & .DOPBSPCalendar-hours{
    padding: 0.75rem;
  }
    & .DOPBSPCalendar-hours{
    padding-top: 1.75rem;
  }
    & .DOPBSPCalendar-hours {

        &::after,
        &::before{
      position: absolute;
    }

        &::after,
        &::before{
      top: 0px;
    }

        &::after,
        &::before{
      --tw-text-opacity: 1;
      color: rgb(112 112 112 / var(--tw-text-opacity));
    }

        &::after{
      left: 2.25rem;
    }

        &::after {
            content: 'Мінімальний час бронювання: 1 година';
        }

        &::before{
      left: 0.75rem;
    }

        &::before{
      height: 1.25rem;
    }

        &::before{
      width: 1.25rem;
    }

        &::before{
      background-size: contain;
    }

        &::before{
      background-position: center;
    }

        &::before{
      background-repeat: no-repeat;
    }

        &::before {
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M9.16602 14.1665H10.8327V9.1665H9.16602V14.1665ZM9.99935 7.49984C10.2355 7.49984 10.4334 7.41998 10.5931 7.26025C10.7528 7.10053 10.8327 6.90261 10.8327 6.6665C10.8327 6.43039 10.7528 6.23248 10.5931 6.07275C10.4334 5.91303 10.2355 5.83317 9.99935 5.83317C9.76324 5.83317 9.56532 5.91303 9.4056 6.07275C9.24588 6.23248 9.16602 6.43039 9.16602 6.6665C9.16602 6.90261 9.24588 7.10053 9.4056 7.26025C9.56532 7.41998 9.76324 7.49984 9.99935 7.49984ZM9.99935 18.3332C8.84657 18.3332 7.76324 18.1144 6.74935 17.6769C5.73546 17.2394 4.85352 16.6457 4.10352 15.8957C3.35352 15.1457 2.75977 14.2637 2.32227 13.2498C1.88477 12.2359 1.66602 11.1526 1.66602 9.99984C1.66602 8.84706 1.88477 7.76373 2.32227 6.74984C2.75977 5.73595 3.35352 4.854 4.10352 4.104C4.85352 3.354 5.73546 2.76025 6.74935 2.32275C7.76324 1.88525 8.84657 1.6665 9.99935 1.6665C11.1521 1.6665 12.2355 1.88525 13.2493 2.32275C14.2632 2.76025 15.1452 3.354 15.8952 4.104C16.6452 4.854 17.2389 5.73595 17.6764 6.74984C18.1139 7.76373 18.3327 8.84706 18.3327 9.99984C18.3327 11.1526 18.1139 12.2359 17.6764 13.2498C17.2389 14.2637 16.6452 15.1457 15.8952 15.8957C15.1452 16.6457 14.2632 17.2394 13.2493 17.6769C12.2355 18.1144 11.1521 18.3332 9.99935 18.3332ZM9.99935 16.6665C11.8605 16.6665 13.4368 16.0207 14.7285 14.729C16.0202 13.4373 16.666 11.8609 16.666 9.99984C16.666 8.13873 16.0202 6.56234 14.7285 5.27067C13.4368 3.979 11.8605 3.33317 9.99935 3.33317C8.13824 3.33317 6.56185 3.979 5.27018 5.27067C3.97852 6.56234 3.33268 8.13873 3.33268 9.99984C3.33268 11.8609 3.97852 13.4373 5.27018 14.729C6.56185 16.0207 8.13824 16.6665 9.99935 16.6665Z" fill="%23707070"/></svg>');
            content: '';
        }
    }

    & .DOPBSPCalendar-hour {
        &.dopbsp-available,
        &.dopbsp-special{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
        &.dopbsp-available,
        &.dopbsp-special{
      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;
    }
        &.dopbsp-available,
        &.dopbsp-special {

            &:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(232 248 247 / var(--tw-bg-opacity));
      }

            & .dopbsp-bind-middle,
            & .dopbsp-bind-top,
            & .dopbsp-bind-bottom{
        --tw-border-opacity: 1;
        border-color: rgb(26 181 173 / var(--tw-border-opacity));
      }

            & .dopbsp-bind-middle,
            & .dopbsp-bind-top,
            & .dopbsp-bind-bottom{
        background-color: rgba(255, 255, 255, 0);
      }

            &.dopbsp-selected{
        --tw-bg-opacity: 1;
        background-color: rgb(200 237 235 / var(--tw-bg-opacity));
      }

            & .dopbsp-bind-middle .dopbsp-hour{
        background-color: rgba(255, 255, 255, 0) !important;
      }
        }

        .dopbsp-bind-middle .dopbsp-available{
      display: none !important;
    }
    }

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module{
    border-color: rgba(255, 255, 255, 0) !important;
  }

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module{
    padding: 0px;
  }

    @media (min-width: 768px){

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module{
      margin-bottom: -1px;
    }
  }

    @media (min-width: 768px){

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module{
      --tw-border-opacity: 1 !important;
      border-color: rgb(232 232 232 / var(--tw-border-opacity)) !important;
    }
  }

    @media (min-width: 768px){

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module{
      padding: 1.25rem;
    }
  }

    .DOPBSPCalendar-sidebar .dopbsp-module,
    .DOPBSPCalendar-outer-sidebar .dopbsp-module {

        & .dopbsp-input-wrapper{
      position: relative;
    }

        & .dopbsp-input-wrapper{
      margin: 0px;
    }

        & .dopbsp-input-wrapper{
      display: flex;
    }

        & .dopbsp-input-wrapper{
      flex-wrap: wrap;
    }

        & .dopbsp-input-wrapper {

            & label{
        margin-bottom: 0.375rem;
      }

            & label{
        display: inline-block;
      }

            & label{
        width: 100%;
      }

            & label{
        cursor: default;
      }

            & label{
        font-size: 0.875rem;
      }

            & label{
        font-weight: 700;
      }

            & label{
        font-style: normal;
      }

            & label{
        --tw-text-opacity: 1;
        color: rgb(24 24 24 / var(--tw-text-opacity));
      }

            & label {

                &:hover{
          --tw-text-opacity: 1;
          color: rgb(24 24 24 / var(--tw-text-opacity));
        }

                a{
          --tw-text-opacity: 1;
          color: rgb(22 154 147 / var(--tw-text-opacity));
        }

                a:hover{
          --tw-text-opacity: 1;
          color: rgb(18 129 123 / var(--tw-text-opacity));
        }

                &.dopbsp-for-checkbox,
                .dopbsp-for-radio{
          padding-left: 0.25rem !important;
        }

                &.dopbsp-for-checkbox,
                .dopbsp-for-radio{
          font-weight: 600;
        }
            }

            & input[type=checkbox],
            & input[type=radio]{
        border-radius: 0.125rem;
      }

            & input[type=checkbox],
            & input[type=radio]{
        --tw-border-opacity: 1 !important;
        border-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
      }

            & input[type=checkbox],
            & input[type=radio] {

                &::before,
                &::after{
          display: none !important;
        }

                &:hover{
          --tw-border-opacity: 1 !important;
          border-color: rgb(0 61 82 / var(--tw-border-opacity)) !important;
        }

                &:checked{
          --tw-border-opacity: 1 !important;
          border-color: rgb(0 61 82 / var(--tw-border-opacity)) !important;
        }

                &:checked{
          --tw-bg-opacity: 1 !important;
          background-color: rgb(0 61 82 / var(--tw-bg-opacity)) !important;
        }

                &:checked{
          background-size: contain;
        }

                &:checked{
          background-position: center;
        }

                &:checked{
          background-repeat: no-repeat;
        }

                &:checked{
          --tw-text-opacity: 1 !important;
          color: rgb(0 61 82 / var(--tw-text-opacity)) !important;
        }

                &:checked {
                    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-width="1.6666" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
                }
            }

            & input[type=text],
            & textarea{
        box-sizing: border-box !important;
      }

            & input[type=text],
            & textarea{
        width: 100%;
      }

            & input[type=text],
            & textarea{
        border-radius: 0.25rem;
      }

            & input[type=text],
            & textarea{
        --tw-border-opacity: 1 !important;
        border-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
      }

            & input[type=text],
            & textarea{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

            & input[type=text],
            & textarea{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

            & input[type=text],
            & textarea {

                &.DOPBSPCalendar-check-in-view,
                &.DOPBSPCalendar-check-out-view{
          background-image: none !important;
        }

                &.DOPBSPCalendar-check-in-view,
                &.DOPBSPCalendar-check-out-view{
          padding-left: 0.75rem !important;
          padding-right: 0.75rem !important;
        }

                &.DOPBSPCalendar-check-in-view,
                &.DOPBSPCalendar-check-out-view{
          padding-top: 0.5rem !important;
          padding-bottom: 0.5rem !important;
        }

                &.DOPBSPCalendar-check-in-view,
                &.DOPBSPCalendar-check-out-view{
          padding-left: 34px !important;
        }
            }

            input[type=submit],
            input[type=button]{
        border-radius: 0.25rem;
      }

            input[type=submit],
            input[type=button]{
        --tw-border-opacity: 1;
        border-color: rgb(26 181 173 / var(--tw-border-opacity));
      }

            input[type=submit],
            input[type=button]{
        --tw-bg-opacity: 1;
        background-color: rgb(26 181 173 / var(--tw-bg-opacity));
      }

            input[type=submit],
            input[type=button]{
        font-weight: 700;
      }

            input[type=submit],
            input[type=button]{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

            input[type=submit]:hover,
            input[type=button]:hover{
        --tw-border-opacity: 1;
        border-color: rgb(18 129 123 / var(--tw-border-opacity));
      }

            input[type=submit]:hover,
            input[type=button]:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(18 129 123 / var(--tw-bg-opacity));
      }

            input[type=submit]:focus,
            input[type=button]:focus{
        --tw-border-opacity: 1;
        border-color: rgb(26 181 173 / var(--tw-border-opacity));
      }

            input[type=submit]:focus,
            input[type=button]:focus{
        --tw-bg-opacity: 1;
        background-color: rgb(26 181 173 / var(--tw-bg-opacity));
      }

            & .dopbsp-phone-input{
        flex: 1 1 0%;
      }

            & .dopbsp-phone-input{
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
      }

            & .dopbsp-phone-input{
        border-left-width: 0px !important;
      }

            & .dopbsp-warning-info{
        position: absolute;
      }

            & .dopbsp-warning-info{
        top: 0.25rem;
      }

            & .dopbsp-warning-info{
        right: 0px;
      }

            & .dopbsp-warning-info{
        margin: 0px;
      }
        }

        .dopbsp-warning-info .dopbsp-message{
      bottom: 0px;
    }

        .dopbsp-warning-info .dopbsp-message{
      right: 100%;
    }

        & .DOPSelect {
            & .dopselect-select{
        position: relative;
      }
            & .dopselect-select{
        border-radius: 0.25rem;
      }
            & .dopselect-select{
        --tw-border-opacity: 1 !important;
        border-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
      }
            & .dopselect-select{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
            & .dopselect-select{
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
            & .dopselect-select {

                & .dopselect-icon{
          position: absolute;
        }

                & .dopselect-icon{
          top: 50%;
        }

                & .dopselect-icon{
          right: 0px;
        }

                & .dopselect-icon{
          display: flex;
        }

                & .dopselect-icon{
          flex: none;
        }

                & .dopselect-icon{
          --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));
        }

                & .dopselect-icon{
          align-items: center;
        }

                & .dopselect-icon{
          justify-content: center;
        }

                & .dopselect-icon{
          --tw-text-opacity: 1 !important;
          color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
        }
            }

            &.dopselect-single{
        position: relative;
      }

            &.dopselect-single{
        height: auto;
      }

            &.dopselect-single{
        width: 100% !important;
      }

            &.dopselect-single {

                &.dopbsp-phone-code{
          width: auto !important;
        }

                &.dopbsp-phone-code{
          min-width: 5rem;
        }

                &.dopbsp-phone-code {

                    & .dopselect-select{
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
          }

                    & .dopselect-select{
            border-right-width: 0px !important;
          }

                    ul{
            min-width: 230px;
          }
                }

                & .dopselect-select{
          height: 1.25rem !important;
        }

                & .dopselect-select {

                    & .dopselect-selection{
            display: flex;
          }

                    & .dopselect-selection{
            width: 100% !important;
          }

                    & .dopselect-selection{
            gap: 0.25rem;
          }

                    & .dopselect-selection{
            padding: 0px;
          }

                    & .dopselect-selection{
            line-height: 1.25rem !important;
          }
                }

                ul{
          width: 100% !important;
        }

                ul{
          border-radius: 0.25rem;
        }

                ul{
          --tw-border-opacity: 1 !important;
          border-color: rgb(26 181 173 / var(--tw-border-opacity)) !important;
        }

                ul {

                    & li{
            width: 100% !important;
          }

                    & li:hover,
                    & li.dopselect-selected{
            --tw-bg-opacity: 1 !important;
            background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
          }
                }
            }
        }

        & h4{
      margin-bottom: 0.75rem !important;
    }

        & h4{
      display: inline-block;
    }

        & h4{
      padding: 0px !important;
    }

        & h4{
      font-size: 1.125rem !important;
    }

        & h4{
      font-weight: 700 !important;
    }

        & h4{
      text-transform: uppercase;
    }

        & h4{
      line-height: 1.25;
    }

        & h4{
      --tw-text-opacity: 1;
      color: rgb(24 24 24 / var(--tw-text-opacity));
    }

        & .dopbsp-cart-wrapper .dopbsp-cart {
            & td{
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
      }
            & td {

                &.dopbsp-label{
          font-style: normal;
        }

                &.dopbsp-label{
          --tw-text-opacity: 1;
          color: rgb(112 112 112 / var(--tw-text-opacity));
        }
                &.dopbsp-value{
          font-weight: 600;
        }
                &.dopbsp-value{
          --tw-text-opacity: 1;
          color: rgb(24 24 24 / var(--tw-text-opacity));
        }
                &.dopbsp-value {

                    &.dopbsp-info{
            font-style: normal !important;
          }

                    & .dopbsp-info-rule{
            margin-top: 0.125rem;
          }

                    & .dopbsp-info-rule{
            display: inline-block;
          }
                }
            }
            tr.dopbsp-separator td .dopbsp-line{
        display: none !important;
      }

            .dopbsp-total {
                td {
                    &.dopbsp-label,
                    &.dopbsp-value{
            --tw-bg-opacity: 1;
            background-color: rgb(0 61 82 / var(--tw-bg-opacity));
          }
                    &.dopbsp-label,
                    &.dopbsp-value {
                        vertical-align: middle !important;
                    }

                    &.dopbsp-label{
            font-size: 0.875rem;
          }

                    &.dopbsp-label{
            font-weight: 400;
          }

                    &.dopbsp-label {
                        padding: 8px 0 8px 20px !important
                    }

                    &.dopbsp-value{
            font-size: 1.25rem;
          }

                    &.dopbsp-value{
            line-height: 1.4;
          }

                    &.dopbsp-value {
                        padding: 8px 20px 8px 0 !important
                    }

                }
            }
        }

        #DOPBSPCalendar-reservation-cart3 .dopbsp-message{
      margin-bottom: 0px;
    }

        .dopbsp-message{
      --tw-bg-opacity: 1;
      background-color: rgb(0 61 82 / var(--tw-bg-opacity));
    }
    }

    & .dopbsp-row1 {
        &  > .dopbsp-module{
      position: relative;
    }
        &  > .dopbsp-module{
      display: flex;
    }
        &  > .dopbsp-module{
      flex-direction: column;
    }
        &  > .dopbsp-module{
      gap: 1rem;
    }
        &  > .dopbsp-module{
      padding-top: 3rem !important;
    }
        @media (min-width: 768px){

      &  > .dopbsp-module{
        flex-direction: row;
      }
    }
        @media (min-width: 768px){

      &  > .dopbsp-module{
        gap: 3.5rem;
      }
    }
        &  > .dopbsp-module {

            & br{
        display: none !important;
      }

            &::before{
        position: absolute;
      }

            &::before{
        top: 1rem;
      }

            &::before{
        left: 0px;
      }

            &::before{
        display: inline-block;
      }

            &::before{
        font-size: 1.125rem;
      }

            &::before{
        font-weight: 700;
      }

            &::before{
        text-transform: uppercase;
      }

            &::before{
        line-height: 1.25;
      }

            &::before{
        --tw-text-opacity: 1;
        color: rgb(24 24 24 / var(--tw-text-opacity));
      }

            @media (min-width: 768px){

        &::before{
          left: 1.25rem;
        }
      }

            &::before {
                content: 'дата та час бронювання';
            }

            & > .dopbsp-input-wrapper{
        position: relative;
      }

            & > .dopbsp-input-wrapper{
        margin: 0px !important;
      }

            & > .dopbsp-input-wrapper{
        padding-top: 1.75rem;
      }

            @media (min-width: 768px){

        & > .dopbsp-input-wrapper{
          width: 50%;
        }
      }

            & > .dopbsp-input-wrapper {

                &::before{
          position: absolute;
        }

                &::before{
          top: 0px;
        }

                &::before{
          left: 0px;
        }

                &::before{
          display: inline-block;
        }

                &::before{
          font-size: 0.875rem;
        }

                &::before{
          font-weight: 700;
        }

                &::before{
          --tw-text-opacity: 1;
          color: rgb(24 24 24 / var(--tw-text-opacity));
        }

                &::before {
                    content: 'Дата';
                }

                input[type=text].DOPBSPCalendar-check-in-view,
                input[type=text].DOPBSPCalendar-check-out-view{
          width: 100% !important;
        }

                &::after{
          position: absolute;
        }

                &::after{
          top: 2.25rem;
        }

                &::after{
          left: 0.5rem;
        }

                &::after{
          height: 22px;
        }

                &::after{
          width: 22px;
        }

                &::after{
          background-size: contain;
        }

                &::after{
          background-position: center;
        }

                &::after{
          background-repeat: no-repeat;
        }

                &::after {
                    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M4.58333 20.1668C4.07917 20.1668 3.64757 19.9873 3.28854 19.6283C2.92951 19.2693 2.75 18.8377 2.75 18.3335V5.50016C2.75 4.996 2.92951 4.5644 3.28854 4.20537C3.64757 3.84634 4.07917 3.66683 4.58333 3.66683H5.5V1.8335H7.33333V3.66683H14.6667V1.8335H16.5V3.66683H17.4167C17.9208 3.66683 18.3524 3.84634 18.7115 4.20537C19.0705 4.5644 19.25 4.996 19.25 5.50016V18.3335C19.25 18.8377 19.0705 19.2693 18.7115 19.6283C18.3524 19.9873 17.9208 20.1668 17.4167 20.1668H4.58333ZM4.58333 18.3335H17.4167V9.16683H4.58333V18.3335ZM4.58333 7.3335H17.4167V5.50016H4.58333V7.3335ZM11 12.8335C10.7403 12.8335 10.5226 12.7456 10.3469 12.57C10.1712 12.3943 10.0833 12.1766 10.0833 11.9168C10.0833 11.6571 10.1712 11.4394 10.3469 11.2637C10.5226 11.088 10.7403 11.0002 11 11.0002C11.2597 11.0002 11.4774 11.088 11.6531 11.2637C11.8288 11.4394 11.9167 11.6571 11.9167 11.9168C11.9167 12.1766 11.8288 12.3943 11.6531 12.57C11.4774 12.7456 11.2597 12.8335 11 12.8335ZM7.33333 12.8335C7.07361 12.8335 6.8559 12.7456 6.68021 12.57C6.50451 12.3943 6.41667 12.1766 6.41667 11.9168C6.41667 11.6571 6.50451 11.4394 6.68021 11.2637C6.8559 11.088 7.07361 11.0002 7.33333 11.0002C7.59306 11.0002 7.81076 11.088 7.98646 11.2637C8.16215 11.4394 8.25 11.6571 8.25 11.9168C8.25 12.1766 8.16215 12.3943 7.98646 12.57C7.81076 12.7456 7.59306 12.8335 7.33333 12.8335ZM14.6667 12.8335C14.4069 12.8335 14.1892 12.7456 14.0135 12.57C13.8378 12.3943 13.75 12.1766 13.75 11.9168C13.75 11.6571 13.8378 11.4394 14.0135 11.2637C14.1892 11.088 14.4069 11.0002 14.6667 11.0002C14.9264 11.0002 15.1441 11.088 15.3198 11.2637C15.4955 11.4394 15.5833 11.6571 15.5833 11.9168C15.5833 12.1766 15.4955 12.3943 15.3198 12.57C15.1441 12.7456 14.9264 12.8335 14.6667 12.8335ZM11 16.5002C10.7403 16.5002 10.5226 16.4123 10.3469 16.2366C10.1712 16.0609 10.0833 15.8432 10.0833 15.5835C10.0833 15.3238 10.1712 15.1061 10.3469 14.9304C10.5226 14.7547 10.7403 14.6668 11 14.6668C11.2597 14.6668 11.4774 14.7547 11.6531 14.9304C11.8288 15.1061 11.9167 15.3238 11.9167 15.5835C11.9167 15.8432 11.8288 16.0609 11.6531 16.2366C11.4774 16.4123 11.2597 16.5002 11 16.5002ZM7.33333 16.5002C7.07361 16.5002 6.8559 16.4123 6.68021 16.2366C6.50451 16.0609 6.41667 15.8432 6.41667 15.5835C6.41667 15.3238 6.50451 15.1061 6.68021 14.9304C6.8559 14.7547 7.07361 14.6668 7.33333 14.6668C7.59306 14.6668 7.81076 14.7547 7.98646 14.9304C8.16215 15.1061 8.25 15.3238 8.25 15.5835C8.25 15.8432 8.16215 16.0609 7.98646 16.2366C7.81076 16.4123 7.59306 16.5002 7.33333 16.5002ZM14.6667 16.5002C14.4069 16.5002 14.1892 16.4123 14.0135 16.2366C13.8378 16.0609 13.75 15.8432 13.75 15.5835C13.75 15.3238 13.8378 15.1061 14.0135 14.9304C14.1892 14.7547 14.4069 14.6668 14.6667 14.6668C14.9264 14.6668 15.1441 14.7547 15.3198 14.9304C15.4955 15.1061 15.5833 15.3238 15.5833 15.5835C15.5833 15.8432 15.4955 16.0609 15.3198 16.2366C15.1441 16.4123 14.9264 16.5002 14.6667 16.5002Z" fill="%239D9D9D"/></svg>');
                    content: '';
                }
            }

            & div:nth-of-type(2){
        display: flex;
      }

            & div:nth-of-type(2){
        gap: 0.75rem;
      }

            @media (min-width: 768px){

        & div:nth-of-type(2){
          width: 50%;
        }
      }

            @media (min-width: 768px){

        & div:nth-of-type(2){
          gap: 1.25rem;
        }
      }

            & div:nth-of-type(2) {

                & .dopbsp-input-wrapper{
          margin: 0px;
        }

                & .dopbsp-input-wrapper{
          display: block;
        }

                & .dopbsp-input-wrapper{
          width: 100%;
        }
            }
        }
    }

    & .dopbsp-row2 {
        &  > .dopbsp-module {
            .dopbsp-input-wrapper {
                label{
          display: none !important;
        }
            }
        }
    }

    & .dopbsp-row6 {
        &  > .dopbsp-module{
      display: grid;
    }
        &  > .dopbsp-module{
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
        &  > .dopbsp-module{
      row-gap: 1rem;
    }
        @media (min-width: 768px){

      &  > .dopbsp-module{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
        @media (min-width: 768px){

      &  > .dopbsp-module{
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
      }
    }
        &  > .dopbsp-module {

            & h4{
        margin-bottom: 0px !important;
      }

            @media (min-width: 768px){

        & h4{
          grid-column: span 2 / span 2;
        }
      }

            & .dopbsp-input-wrapper{
        margin: 0px !important;
      }

            & .dopbsp-input-wrapper {

                @media (min-width: 768px){

          &:nth-of-type(5),
                &:last-of-type{
            grid-column: span 2 / span 2;
          }
        }
            }

        }
    }

    & .dopbsp-row7 {
        &  > .dopbsp-module{
      position: relative;
    }
        &  > .dopbsp-module{
      margin-bottom: 0px !important;
    }
        &  > .dopbsp-module{
      border-top-width: 0px !important;
    }
        &  > .dopbsp-module{
      padding-top: 72px;
    }
        @media (min-width: 768px){

      &  > .dopbsp-module{
        padding-top: 3.5rem !important;
      }
    }
        &  > .dopbsp-module {

            &::before{
        position: absolute;
      }

            &::before{
        top: -1.25rem;
      }

            &::before{
        left: 0px;
      }

            &::before{
        padding-top: 1.25rem;
      }

            &::before{
        padding-right: 1.25rem;
      }

            &::before{
        padding-bottom: 0px;
      }

            &::before{
        font-size: 0.875rem;
      }

            &::before{
        --tw-text-opacity: 1;
        color: rgb(112 112 112 / var(--tw-text-opacity));
      }

            @media (min-width: 768px){

        &::before{
          padding: 1.25rem;
        }
      }

            @media (min-width: 1280px){

        &::before{
          font-size: 1rem;
        }
      }

            &::before {
                content: "Важливо! Підтвердження бронювання здійснюється в робочі години пн-пт з 09:00 до 18:00";
            }

             h4{
        display: none !important;
      }

            input[type="submit"]{
        margin-top: 1rem !important;
      }

            .dopbsp-input-wrapper{
        flex-wrap: nowrap !important;
      }

            .dopbsp-input-wrapper{
        align-items: flex-start;
      }
        }
    }

    .DOPBSPCalendar-info-message{
    padding: 0.625rem;
  }

    .DOPBSPCalendar-info-message {

        .dopbsp-icon{
      display: block;
    }

        .dopbsp-icon{
      height: 1.5rem !important;
    }

        .dopbsp-icon{
      width: 1.5rem !important;
    }

        .dopbsp-icon{
      flex: none;
    }

        .dopbsp-icon{
      background-color: rgba(255, 255, 255, 0) !important;
    }

        .dopbsp-icon{
      background-size: contain !important;
    }

        .dopbsp-icon{
      background-position: center !important;
    }

        .dopbsp-icon{
      background-repeat: no-repeat !important;
    }
        .dopbsp-text{
      margin-left: 2rem !important;
    }
        .dopbsp-text{
      margin-bottom: 0px !important;
    }
        .dopbsp-text{
      margin-top: 0.125rem;
    }
        .dopbsp-text{
      margin-right: 2.25rem !important;
    }
        .dopbsp-text{
      display: block;
    }
        .dopbsp-text{
      font-weight: 600;
    }

        .dopbsp-timer{
      display: none !important;
    }

        .dopbsp-close{
      top: 0.625rem !important;
    }

        .dopbsp-close{
      display: block;
    }

        .dopbsp-close{
      height: 1.5rem !important;
    }

        .dopbsp-close{
      width: 1.5rem !important;
    }

        .dopbsp-close{
      flex: none;
    }

        .dopbsp-close{
      background-color: rgba(255, 255, 255, 0) !important;
    }

        .dopbsp-close{
      background-size: contain !important;
    }

        .dopbsp-close{
      background-position: center !important;
    }

        .dopbsp-close{
      background-repeat: no-repeat !important;
    }


    &.dopbsp-error{
      --tw-border-opacity: 1 !important;
      border-color: rgb(168 0 0 / var(--tw-border-opacity)) !important;
    }


    &.dopbsp-error{
      --tw-bg-opacity: 1 !important;
      background-color: rgb(251 230 230 / var(--tw-bg-opacity)) !important;
    }


    &.dopbsp-error {

            .dopbsp-icon {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z" fill="%23A80000"/></svg>') !important;
            }

            .dopbsp-text{
        --tw-text-opacity: 1 !important;
        color: rgb(168 0 0 / var(--tw-text-opacity)) !important;
      }

            .dopbsp-close {
                background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.39805 19L4.99805 17.6L10.598 12L4.99805 6.4L6.39805 5L11.998 10.6L17.598 5L18.998 6.4L13.398 12L18.998 17.6L17.598 19L11.998 13.4L6.39805 19Z" fill="%23A80000"/></svg>') !important;
            }
        }

        &.dopbsp-success{
      --tw-border-opacity: 1 !important;
      border-color: rgb(111 170 122 / var(--tw-border-opacity)) !important;
    }

        &.dopbsp-success{
      --tw-bg-opacity: 1 !important;
      background-color: rgb(225 242 228 / var(--tw-bg-opacity)) !important;
    }

        &.dopbsp-success {

            .dopbsp-icon {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M10.6 16.6L17.65 9.55L16.25 8.15L10.6 13.8L7.75 10.95L6.35 12.35L10.6 16.6ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" fill="%236FAA7A"/></svg>') !important;
            }

            .dopbsp-text{
        --tw-text-opacity: 1 !important;
        color: rgb(111 170 122 / var(--tw-text-opacity)) !important;
      }

            .dopbsp-close{
        display: none;
      }
        }
    }

    .DOPBSPCalendar-navigation.dopbsp-style-small {
        .dopbsp-month-year{
      padding: 0.75rem !important;
    }
        .dopbsp-month-year{
      padding-right: 2rem !important;
    }
        .dopbsp-month-year{
      text-align: center;
    }
        .dopbsp-month-year{
      font-size: 1rem;
    }
        .dopbsp-month-year{
      line-height: 1.25;
    }
        .dopbsp-add-btn,
        .dopbsp-remove-btn,
        .dopbsp-next-btn,
        .dopbsp-previous-btn{
      top: 0.75rem !important;
    }
        .dopbsp-add-btn,
        .dopbsp-remove-btn,
        .dopbsp-next-btn,
        .dopbsp-previous-btn{
      right: 0.75rem !important;
    }
    }
}

.single-hall {
    & .DOPBSPCalendar-datepicker {
        &.ui-datepicker{
      border-radius: 0.25rem !important;
    }
        &.ui-datepicker{
      --tw-border-opacity: 1 !important;
      border-color: rgb(26 181 173 / var(--tw-border-opacity)) !important;
    }
        &.ui-datepicker {

            & .ui-datepicker-header{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
      }

            & .ui-datepicker-header {

                & .ui-datepicker-next,
                & .ui-datepicker-prev{
          --tw-bg-opacity: 1 !important;
          background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
        }

                & .ui-datepicker-next,
                & .ui-datepicker-prev {

                    &:hover{
            --tw-bg-opacity: 1 !important;
            background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
          }
                }
            }

            & .ui-datepicker-calendar {
                td{
          --tw-border-opacity: 1 !important;
          border-color: rgb(200 237 235 / var(--tw-border-opacity)) !important;
        }
                td {

                    &.ui-datepicker-other-month{
            --tw-bg-opacity: 1 !important;
            background-color: rgb(232 248 247 / var(--tw-bg-opacity)) !important;
          }


                }

                & a {
                    &:hover{
            --tw-border-opacity: 1 !important;
            border-color: rgb(26 181 173 / var(--tw-border-opacity)) !important;
          }

                    &.ui-state-active{
            --tw-bg-opacity: 1 !important;
            background-color: rgb(26 181 173 / var(--tw-bg-opacity)) !important;
          }
                }
            }
        }
    }
}



/* END dopbsp plugin */



@media (min-width: 768px){

  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  @media (min-width: 520px){

    .md\:container{
      max-width: 520px;
    }
  }

  @media (min-width: 640px){

    .md\:container{
      max-width: 640px;
      padding-right: .9375rem;
      padding-left: .9375rem;
    }
  }

  @media (min-width: 768px){

    .md\:container{
      max-width: 768px;
      padding-right: 1.125rem;
      padding-left: 1.125rem;
    }
  }

  @media (min-width: 1024px){

    .md\:container{
      max-width: 1024px;
      padding-right: 1.125rem;
      padding-left: 1.125rem;
    }
  }

  @media (min-width: 1280px){

    .md\:container{
      max-width: 1280px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

  @media (min-width: 1440px){

    .md\:container{
      max-width: 1440px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }
}



.hover\:text-green-5:hover{
  --tw-text-opacity: 1;
  color: rgb(67 194 188 / var(--tw-text-opacity));
}



@media (min-width: 520px){

  .xs\:max-h-\[680px\]{
    max-height: 680px;
  }
}



@media (min-width: 640px){

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:max-h-\[780px\]{
    max-height: 780px;
  }

  .sm\:min-h-\[120px\]{
    min-height: 120px;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}



@media (min-width: 768px){

  .md\:bottom-4{
    bottom: 1rem;
  }

  .md\:left-4{
    left: 1rem;
  }

  .md\:right-4{
    right: 1rem;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-auto{
    grid-column: auto;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:m-\[1px\]{
    margin: 1px;
  }

  .md\:-mx-\[15px\]{
    margin-left: -15px;
    margin-right: -15px;
  }

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

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-\[139px\]{
    margin-bottom: 139px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:max-h-\[458px\]{
    max-height: 458px;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-\[150px\]{
    min-height: 150px;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-\[172px\]{
    max-width: 172px;
  }

  .md\:max-w-\[309px\]{
    max-width: 309px;
  }

  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:bg-\[\#323232\]{
    --tw-bg-opacity: 1;
    background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  }

  .md\:bg-theme_gray-6{
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 24 / var(--tw-bg-opacity));
  }

  .md\:bg-\[url\(\'\/wp-content\/themes\/aviator\/img\/bg-about\.jpg\'\)\]{
    background-image: url('/wp-content/themes/aviator/img/bg-about.jpg');
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pb-\[7rem\]{
    padding-bottom: 7rem;
  }

  .md\:pl-11{
    padding-left: 2.75rem;
  }

  .md\:pr-11{
    padding-right: 2.75rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }

  .md\:font-bold{
    font-weight: 700;
  }
}



@media (min-width: 1024px){

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:left-4{
    left: 1rem;
  }

  .lg\:top-\[370px\]{
    top: 370px;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

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

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mb-\[1\.8rem\]{
    margin-bottom: 1.8rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

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

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[540px\]{
    max-height: 540px;
  }

  .lg\:min-h-\[160px\]{
    min-height: 160px;
  }

  .lg\:w-\[285px\]{
    width: 285px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[150px\]{
    max-width: 150px;
  }

  .lg\:max-w-\[188px\]{
    max-width: 188px;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-\[75px\]{
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:bg-theme_gray-5{
    --tw-bg-opacity: 1;
    background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-\[170px\]{
    font-size: 170px;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
  }
}



@media (min-width: 1280px){

  .xl\:col-auto{
    grid-column: auto;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:row-auto{
    grid-row: auto;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-9{
    margin-top: 2.25rem;
  }

  .xl\:mt-\[72px\]{
    margin-top: 72px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-\[312px\]{
    height: 312px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:max-h-\[678px\]{
    max-height: 678px;
  }

  .xl\:min-h-\[194px\]{
    min-height: 194px;
  }

  .xl\:w-\[512px\]{
    width: 512px;
  }

  .xl\:max-w-\[153px\]{
    max-width: 153px;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-\[47px\]{
    gap: 47px;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:bg-special_dark{
    background-color: rgba(28, 28, 28, 0.9);
  }

  .xl\:bg-transparent{
    background-color: rgba(255, 255, 255, 0);
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.75rem;
  }

  .xl\:text-\[198px\]{
    font-size: 198px;
  }

  .xl\:text-\[22px\]{
    font-size: 22px;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
  }
}



@media (min-width: 1440px){

  .\32xl\:top-\[400px\]{
    top: 400px;
  }

  .\32xl\:mb-12{
    margin-bottom: 3rem;
  }

  .\32xl\:mt-0{
    margin-top: 0px;
  }

  .\32xl\:mt-\[50px\]{
    margin-top: 50px;
  }

  .\32xl\:max-h-\[860px\]{
    max-height: 860px;
  }

  .\32xl\:min-h-\[294px\]{
    min-height: 294px;
  }

  .\32xl\:max-w-\[172px\]{
    max-width: 172px;
  }

  .\32xl\:flex-row{
    flex-direction: row;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

  .\32xl\:gap-\[111px\]{
    gap: 111px;
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
  }

  .\32xl\:text-lg{
    font-size: 1.125rem;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
  }
}
