@charset "UTF-8";
/**
 * Variables
 * Variables should follow the $component-state-property-size formula for
 * consistent naming. Examples:
 * $nav-link-disabled-color
 * $modal-content-box-shadow-xs
 *
 * Customization:
 * To customize Bootstrap variables:
 * Copy the desired variable from node_modules/bootstrap/scss/_variables.scss
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 * Change the value and remove the !default flag.
 * Examples:
 * $body-bg: #000;
 * $body-color: $gray-100;
 */
/*
$fs-xs: 0.75rem;   !* 12px *!
$fs-sm: 0.875rem;  !* 14px *!
$fs-base: 1rem;    !* 16px (Standard) *!
$fs-md: 1.125rem;  !* 18px *!
$fs-lg: 1.25rem;   !* 20px *!
$fs-xl: 1.5rem;    !* 24px *!
$fs-2xl: 2rem;     !* 32px *!
$fs-3xl: 2.5rem;   !* 40px *!
$fs-4xl: 3rem;     !* 48px *!
$fs-5xl: 3.5rem;
$fs-6xl: 4rem;
$fs-7xl: 4.5rem;
*/
/*
$fs_calc_xxxxxxs: calc(1.3rem + 0.6vw);
$fs_calc_xxxxxxs_rfs: 0.3rem;

$fs_calc_xxxxxs: calc(1.3rem + 0.8vw);
$fs_calc_xxxxxs_rfs: 0.3rem;

$fs_calc_xxxxs: calc(1.3rem + 1.0vw);
$fs_calc_xxxxs_rfs: 0.3rem;

$fs_calc_xxxs: calc(1.3rem + 1.3vw);
$fs_calc_xxxs_rfs: 0.4rem;

$fs_calc_xxs: calc(1.3rem + 1.5vw);
$fs_calc_xxs_rfs: 0.6rem;

$fs_calc_xs: calc(1.3rem + 1.8vw);
$fs_calc_xs_rfs: 0.8rem;

$fs_calc_sm: calc(1.3rem + 2.0vw);
$fs_calc_sm_rfs: 1.0rem;

$fs_calc_md: calc(1.3rem + 2.3vw);
$fs_calc_md_rfs: 1.2rem;

$fs_calc_lg: calc(1.3rem + 2.5vw);
$fs_calc_lg_rfs: 1.3rem;

$fs_calc_xl: calc(1.3rem + 2.8vw);
$fs_calc_xl_rfs: 1.5rem;

$fs_calc_xxl: calc(1.3rem + 3.0vw);
$fs_calc_xxl_rfs: 2rem;

$fs_calc_xxxl: calc(1.3rem + 3.5vw);
$fs_calc_xxxl_rfs: 2.5rem;

$fs_calc_xxxxl: calc(1.3rem + 4.5vw);
$fs_calc_xxxxl_rfs: 3.2rem;

$fss_calc_xxxxxl: calc(3.5rem + 3.0vw);
$fss_calc_xxxxxl_rfs: 3.0rem;

$fss_calc_xxxxl: calc(3.0rem + 3.0vw);
$fss_calc_xxxxl_rfs: 2.8rem;

$fss_calc_xxxl: calc(2.0rem + 3.0vw);
$fss_calc_xxxl_rfs: 2.6rem;

$fss_calc_xxl: calc(1.5rem + 3.0vw);
$fss_calc_xxl_rfs: 2.3rem;

$fss_calc_xl: calc(1.5rem + 2.5vw);
$fss_calc_xl_rfs: 2.0rem;

$fss_calc_lg: calc(1.5rem + 2.2vw);
$fss_calc_lg_rfs: 1.8rem;

$fss_calc_md: calc(1.5rem + 2.0vw);
$fss_calc_md_rfs: 1.6rem;

$fss_calc_sm: calc(1.3rem + 1.8vw);
$fss_calc_sm_rfs: 1.4rem;

$fss_calc_xs: calc(1.3rem + 1.6vw);
$fss_calc_xs_rfs: 1.2rem;

$fss_calc_xxs: calc(1.1rem + 1.4vw);
$fss_calc_xxs_rfs: 1.0rem;

$fss_calc_xxxs: calc(1.1rem + 1.2vw);
$fss_calc_xxxs_rfs: 0.8rem;
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

html {
  scroll-behavior: smooth;
}

/*
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  box-shadow: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem top 50%;
  background-size: 0.65rem auto;
}

.py-var {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-var {
  padding-top: 0.5rem;
}

.font_color_white {
  color: white !important;
}

.fontsans {
  font-family: "DM Sans", sans-serif !important;
}

.font_serif {
  font-family: "Ballet", serif !important;
}

.responsive_font_bold {
  font-weight: bold !important;
}

.text_t2r_brown {
  color: #3B3014 !important;
}

.placeholder_white {
  color: white !important;
  opacity: 0.5 !important;
}

.accordion-font {
  font-size: 1.05rem;
}

.sfont_heading_xxxl {
  font-size: calc(2.125rem + 3.28125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .sfont_heading_xxxl {
    font-size: 10rem;
  }
}

.sfont_heading_xxxxl {
  font-size: calc(2.325rem + 4.03125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .sfont_heading_xxxxl {
    font-size: 12rem;
  }
}

.sfont_heading_xxl {
  font-size: calc(1.625rem + 1.40625vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .sfont_heading_xxl {
    font-size: 5rem;
  }
}

.sfont_heading_xl {
  font-size: calc(1.525rem + 1.03125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .sfont_heading_xl {
    font-size: 4rem;
  }
}

.font_heading_sm {
  font-size: calc(1.295rem + 0.16875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_heading_sm {
    font-size: 1.7rem;
  }
}

.font_heading_md {
  font-size: calc(1.325rem + 0.28125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_heading_md {
    font-size: 2rem;
  }
}

.font_heading_lg {
  font-size: calc(1.355rem + 0.39375vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_heading_lg {
    font-size: 2.3rem;
  }
}

.font_pm_xs {
  font-size: 1.05rem;
}

.font_pm_xxs {
  font-size: 1rem;
}

.font_slogan {
  font-size: calc(1.425rem + 0.65625vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_slogan {
    font-size: 3rem;
  }
}

.font_desc {
  font-size: calc(1.405rem + 0.58125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_desc {
    font-size: 2.8rem;
  }
}

.font_xxxl {
  font-size: calc(1.475rem + 0.84375vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_xxxl {
    font-size: 3.5rem;
  }
}

.font_xxl {
  font-size: calc(1.425rem + 0.65625vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_xxl {
    font-size: 3rem;
  }
}

.font_xl {
  font-size: calc(1.375rem + 0.46875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_xl {
    font-size: 2.5rem;
  }
}

.font_lg {
  font-size: calc(1.355rem + 0.39375vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_lg {
    font-size: 2.3rem;
  }
}

.font_md {
  font-size: calc(1.325rem + 0.28125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_md {
    font-size: 2rem;
  }
}

.font_sm {
  font-size: calc(1.295rem + 0.16875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_sm {
    font-size: 1.7rem;
  }
}

.font_xs {
  font-size: calc(1.275rem + 0.09375vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_xs {
    font-size: 1.5rem;
  }
}

.font_xxs {
  font-size: calc(1.255rem + 0.01875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .font_xxs {
    font-size: 1.3rem;
  }
}

.font_xxxs {
  font-size: 1.05rem;
}

.text-vertical-line-left {
  border-left: 3mm solid white;
  padding-left: 15px;
}

.text-vertical-line-both {
  border-left: 3mm solid white;
  border-right: 3mm solid white;
  padding-left: 15px;
}

.contactaddress, .fortherlinks {
  font-size: 1.05rem;
}

.durchgestrichen {
  position: relative;
  z-index: 2;
  color: #f2e9d9;
  background-color: #0c1a3a;
  padding: 0 1rem;
  font-family: sans-serif;
  text-transform: uppercase;
}

.navbar.navbar-expand-lg.fixed-top .nav-link {
  transition: font-size 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .navbar.navbar-expand-lg.fixed-top.navbar-scrolled .nav-link {
    font-size: 60%;
  }
}

.navbar-toggler {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1050;
}
.navbar-toggler .navbar-toggler-icon {
  width: 2.5rem;
  height: 2.5rem;
}

li.nav-item {
  font-size: calc(1.625rem + 1.40625vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  li.nav-item {
    font-size: 5rem;
  }
}

.container_hero, .armchair, .myhero, .container_subjects, .container_100w_absolute_pos, .container_contact, .container_appointments, .container_mission_hvar_relative_pos, .container_notes_hvar_relative_pos, .container_100w_100h_relative_pos, .container_steps_hvar_relative_pos, .container_envelop_hvar_relative_pos, .container_100w_relative_pos {
  width: 100%;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
}

.container_contact, .container_appointments, .container_mission_hvar_relative_pos, .container_notes_hvar_relative_pos, .container_100w_100h_relative_pos, .container_steps_hvar_relative_pos, .container_envelop_hvar_relative_pos, .container_100w_relative_pos {
  position: relative;
}

.container_100w_absolute_pos {
  position: absolute;
}

.container_envelop_hvar_relative_pos {
  height: 140vh;
}

.container_100w_100h_relative_pos, .container_steps_hvar_relative_pos {
  height: 100vh;
}

.container_notes_hvar_relative_pos {
  height: 40vh;
}

.container_mission_hvar_relative_pos {
  height: 85vh;
}

.container_subjects {
  background-color: #3B3014;
  height: 50vh;
}

.container_appointments {
  min-height: 150vh;
}

.container_contact {
  height: 70vh;
}

.container_hero, .armchair, .myhero {
  height: 50vh;
}

.w100xh100 {
  width: 100vw;
  height: 100vh;
}

.img_zoomed {
  width: 130%;
  height: 50vh;
}

.img_65_100 {
  width: 100%;
  height: 65vh;
}

.not-allowed, .not-found {
  height: 300px;
  width: 300px;
}

.subject_icons {
  width: 20vw;
  height: 20vw;
}

.icon-responsive {
  width: 80px;
  height: 80px;
}

.fixed-background-envelop-right-brown-open, .fixed-background-envelop-left-green-open, .fixed-background-envelop-right-brown, .fixed-background-envelop-left-green, .fixed-background-office-desk, .fixed-background-wooden-desk-var, .fixed-background-wooden-desk, .fixed-background-writing-i, .fixed-background-historical-window, .fixed-background-glasses-on-desk, .fixed-background-typing-iii, .fixed-background-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.fixed-background-banner {
  background-image: url("/themes/custom/palamdix/build/assets/images/samantha-gades-TO2l2mxk5w0-unsplash.webp");
  height: 100vh;
}

.fixed-background-typing-iii {
  background-image: url("/themes/custom/palamdix/build/assets/images/typing-II.webp");
  height: 100vh;
}

.fixed-background-glasses-on-desk {
  background-image: url("/themes/custom/palamdix/build/assets/images/glasses-on-desk.webp");
  height: 100vh;
}

.fixed-background-historical-window {
  background-image: url("/themes/custom/palamdix/build/assets/images/historical-window.webp");
  width: 100vw;
  height: 140vh;
}

.fixed-background-writing-i {
  background-image: url("/themes/custom/palamdix/build/assets/images/writing-I.webp");
  height: 100vh;
}

.fixed-background-wooden-desk {
  background-image: url("/themes/custom/palamdix/build/assets/images/wooden-desk.webp");
  height: 50vh;
}

.fixed-background-wooden-desk-var {
  background-image: url("/themes/custom/palamdix/build/assets/images/wooden-desk.webp");
  height: 40vh;
}

.fixed-background-office-desk {
  background-image: url("/themes/custom/palamdix/build/assets/images/office-desk.webp");
  height: 100vh;
}

.fixed-background-envelop-right-brown-open, .fixed-background-envelop-left-green-open, .fixed-background-envelop-right-brown, .fixed-background-envelop-left-green {
  z-index: 1;
}

.fixed-background-envelop-left-green {
  width: 30vw;
  height: 20vw;
  background-image: url("/themes/custom/palamdix/build/assets/images/envelop-green.svg");
}

.fixed-background-envelop-right-brown {
  width: 30vw;
  height: 20vw;
  background-image: url("/themes/custom/palamdix/build/assets/images/envelop-brown.svg");
}

.fixed-background-envelop-left-green-open {
  width: 95vw;
  height: 60vh;
  background-image: url("/themes/custom/palamdix/build/assets/images/envelope-green-opened.svg");
}

.fixed-background-envelop-right-brown-open {
  width: 95vw;
  height: 60vh;
  background-image: url("/themes/custom/palamdix/build/assets/images/envelope-brown-opend.svg");
}

.container_timeline, .booknow_overlay, .notes_overlay, .slogan_overlay, .contactus_overlay, .steps_overlay, .booking_overlay, .faq_overlay, .about_overlay, .terms_overlay, .pricing_overlay, .hero_overlay {
  position: absolute;
  color: white;
  border-radius: 35px;
  z-index: 100;
}

.steps_overlay, .booking_overlay, .faq_overlay, .about_overlay, .terms_overlay, .pricing_overlay, .hero_overlay {
  background-color: rgba(64, 59, 50, 0.6);
}

.hero {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background-color: rgba(64, 59, 50, 0.3);
  overflow: hidden;
  z-index: 50;
}

.hero_overlay {
  bottom: 5vh;
  left: 5vw;
  right: 5vw;
  max-height: 50vh;
  overflow: hidden;
  font-size: calc(1.255rem + 0.01875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 1.3rem;
  }
}
.hero_overlay .fontlarger {
  font-size: calc(1.295rem + 0.16875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 1.7rem;
  }
}

.pricing_overlay {
  bottom: 0;
  top: 2vh;
  left: 5vw;
  right: 5vw;
  max-height: 30vh;
  overflow: hidden;
}

.terms_overlay {
  top: 10vh;
  left: 5vw;
  right: 5vw;
  height: 80vh;
}

.about_overlay {
  top: 10vh;
  left: 5vw;
  right: 5vw;
  height: 50vh;
}

.faq_overlay {
  top: 10vh;
  left: 5vw;
  right: 5vw;
  height: 70vh;
}

.booking_overlay {
  top: 5vh;
  left: 5vw;
  right: 5vw;
  min-height: 140vh;
}

.contactus_overlay {
  height: 85%;
  top: 5vh;
  bottom: 5vh;
  left: 5vw;
  right: 5vw;
  background-color: rgba(59, 48, 20, 0.5);
  z-index: 10;
}

.steps_overlay {
  top: 5vh;
  left: 5vw;
  right: 5vw;
  height: 65vh;
  overflow: hidden;
  font-size: calc(1.255rem + 0.01875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 1.3rem;
  }
}
.steps_overlay .fontlarger {
  font-size: calc(1.295rem + 0.16875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay .fontlarger {
    font-size: 1.7rem;
  }
}

.slogan_overlay {
  width: 90vw;
  height: 10vh;
  top: 40vh;
  left: 5vw;
  overflow: hidden;
  font-size: calc(1.375rem + 0.46875vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 2.5rem;
  }
}

.logo_overlay {
  position: absolute;
  z-index: 100;
  width: 90vw;
  height: 50vh;
  top: 5vh;
  left: 5vw;
  background: url("/themes/custom/palamdix/build/assets/images/t2r-logo-big.svg") center center/cover no-repeat;
  overflow: hidden;
}

.notes_overlay {
  top: 25vh;
  left: 10vw;
  right: 20vw;
  height: 35vh;
}

.booknow_overlay {
  z-index: 1050;
  top: 1vh;
  left: 45vw;
  height: 7vh;
  overflow: hidden;
  font-size: calc(1.325rem + 0.28125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 2rem;
  }
}

.classlevel_overlay {
  background-color: black;
  border-radius: 100%;
  width: 9vw;
  height: 9vw;
  position: relative;
  text-align: center;
  display: inline-block;
  color: white;
}
.classlevel_overlay span {
  line-height: 9vw;
  font-size: calc(1.325rem + 0.28125vmin);
}
@media (min-width: 3840px) and (min-height: 3840px) {
  .classlevel_overlay span {
    font-size: 2rem;
  }
}

.container_timeline {
  z-index: 110;
  width: 80vw;
  height: 40vh;
  top: 20vh;
  left: 5vw;
}

.transparent_dotted_overlay {
  border-radius: 100px;
  height: 5vh;
  display: inline-block;
  border: 1px dashed #3B3014;
}

.transparent_dotted_overlay_light {
  border-radius: 100px;
  height: 7vh;
  width: 50vw;
  position: relative;
  text-align: center;
  border: 1px dashed white;
  z-index: 101;
  display: inline-block;
}

.terms_height {
  max-height: 70vh;
}

.notes-wrapper {
  position: relative;
  width: 100%;
  height: 55vh;
}

.menuitem_container {
  position: relative;
  display: inline-block;
}

.line-container {
  position: relative;
  text-align: center;
  width: 100%;
}
.line-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.transparent_t2r_grey {
  background-color: rgba(64, 59, 50, 0.6) !important;
}

.transparent_t2r {
  background-color: rgba(0, 0, 0, 0) !important;
}

.transparent_t2r_none {
  background-color: transparent !important;
  border: none !important;
}

.bg_t2r_brown {
  background-color: #3B3014 !important;
}

.white_borderd {
  border: 2px solid white;
}

.status-messages.messages--status {
  background-color: rgba(59, 48, 20, 0.5) !important;
  border-color: #006064 !important;
}
.status-messages.messages--warning {
  background-color: rgba(59, 48, 20, 0.5) !important;
  border-color: #e65100 !important;
}
.status-messages.messages--error {
  background-color: rgba(59, 48, 20, 0.5) !important;
  border-color: #c62828 !important;
}
.status-messages.messages--info {
  background-color: rgba(59, 48, 20, 0.5) !important;
  border-color: #1a237e !important;
}

.messages .close {
  color: #000000 !important;
  opacity: 0.8;
}

.scheduling-form {
  max-width: 80vw;
  margin: 0 auto;
}
.scheduling-form input, .scheduling-form textarea, .scheduling-form select {
  font-size: 1.05rem;
  color: white !important;
}
.scheduling-form input, .scheduling-form textarea {
  padding: 15px;
}
.scheduling-form ::-webkit-input-placeholder {
  opacity: 0.5 !important;
}
.scheduling-form ::-moz-placeholder {
  opacity: 0.5 !important;
}
.scheduling-form ::-ms-input-placeholder {
  opacity: 0.5 !important;
}
.scheduling-form select, .scheduling-form small, .scheduling-form ::placeholder {
  opacity: 0.5 !important;
}
.scheduling-form input[type=file] {
  opacity: 0.5 !important;
  background-color: transparent !important;
}

.scheduling-form ::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.5 !important; /* Firefox */
}

.scheduling-form ::-moz-placeholder {
  color: white !important;
  opacity: 0.5 !important; /* Firefox */
}

.scheduling-form ::-ms-input-placeholder {
  color: white !important;
  opacity: 0.5 !important; /* Firefox */
}

.scheduling-form ::placeholder {
  color: white !important;
  opacity: 0.5 !important; /* Firefox */
}

.scheduling-form ::-webkit-input-placeholder {
  color: white !important;
  opacity: 0.5 !important;
}

.scheduling-form ::-moz-placeholder {
  color: white !important;
  opacity: 0.5 !important;
}

.scheduling-form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: white !important;
  opacity: 0.5 !important;
}

.table-responsive input {
  color: #ffffff;
}

.quantity-edit-input {
  background-color: rgba(59, 48, 20, 0.5) !important;
}

#services-select select.t2r_option_coloring {
  color: white !important;
  opacity: 0.5 !important;
  background-color: #3B3014 !important;
}
#services-select select.t2r_option_coloring option {
  color: white !important;
  opacity: 0.5 !important;
  background-color: #3B3014 !important;
}

.datepicker-container {
  height: 50vh;
  width: 80vw;
  color: white !important;
}

.datepicker.datepicker-inline {
  height: 50vh;
  width: 80vw;
  display: flex !important;
  justify-content: center !important;
}
.datepicker.datepicker-inline th, .datepicker.datepicker-inline td {
  padding: 8px 8px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 15px;
  right: 15px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 5px;
  font-size: 24px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.timeline {
  position: relative;
  margin: 1rem 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 2rem;
  left: 7px;
  width: 2px;
  background-color: white;
  z-index: 0;
}

.timeline-item {
  position: relative;
  padding-left: 2.5rem;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.accordion-button::after {
  --bs-accordion-btn-icon-width: 1rem;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.custom-accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #cfc6a5;
  --bs-accordion-btn-focus-box-shadow: none;
  max-width: 90vw;
  margin: 0 auto;
}
.custom-accordion .accordion-item {
  margin-bottom: 2rem;
}
.custom-accordion .accordion-button {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0;
  align-items: flex-start;
}
.custom-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-accordion .accordion-button::after {
  display: none;
}
.custom-accordion .accordion-button::before {
  content: "✤";
  font-size: 1.8rem;
  color: #a49165;
  margin-right: 1.5rem;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.custom-accordion .accordion-body {
  padding-left: 3.3rem;
  padding-top: 0.5rem;
  color: #b5a98f;
}

@media (max-width: 991.98px) {
  table.table, table.table thead, table.table tbody, table.table th, table.table td, table.table tr {
    display: block;
  }
  table.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table tr {
    border: 1px solid var(--bs-border-color);
    margin-bottom: 1.5rem;
    border-radius: var(--bs-border-radius);
  }
  table.table td {
    border: none;
    border-bottom: 1px solid var(--bs-border-color);
    position: relative;
    padding-left: 50% !important;
    text-align: right;
  }
  table.table td:last-child {
    border-bottom: 0;
  }
  table.table td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    width: 45%;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 65vw;
    z-index: 1050;
    background-color: rgba(64, 59, 50, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    margin-top: 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  .navbar-collapse .navbar-nav .nav-link {
    color: #ffffff;
    padding: 0.75rem 1rem;
  }
  .navbar-collapse .navbar-nav .nav-link:hover, .navbar-collapse .navbar-nav .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
  .booknow_overlay {
    left: 45vw;
    height: 8vh;
    font-size: calc(1.325rem + 0.28125vmin);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
  .transparent_dotted_overlay {
    height: 5vh;
  }
  .transparent_dotted_overlay_light {
    height: 7vh;
    width: 38vw;
  }
  .logo_overlay {
    top: 10vh;
    left: 5vw;
  }
  .slogan_overlay {
    top: 50vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
  .hero_overlay {
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
  .hero_overlay .fontlarger {
    font-size: calc(1.475rem + 0.84375vmin);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
  .container_steps_hvar_relative_pos {
    height: 80vh;
  }
  .container_subjects {
    height: 45vh;
  }
  .container_appointments {
    min-height: 100vh !important;
  }
  .fixed-background-wooden-desk {
    display: none;
    height: 0;
    background-image: none;
  }
  .booking_overlay {
    min-height: 85vh;
  }
  .datepicker-container, .datepicker.datepicker-inline {
    width: 40vw;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .fixed-background-banner {
    background-size: 150% 100%;
  }
  .img_65_100 {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (orientation: portrait) {
  .fixed-background-banner {
    background-size: 160% 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .booknow_overlay {
    left: 55vw;
    height: 7vh;
    font-size: calc(1.355rem + 0.39375vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 2.3rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo_overlay {
    top: 10vh;
  }
  .slogan_overlay {
    top: 48vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero_overlay {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero_overlay .fontlarger {
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 8rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .transparent_dotted_overlay {
    height: 5vh;
  }
  .transparent_dotted_overlay_light {
    height: 7vh;
    width: 37vw;
  }
  .armchair, .container_subjects {
    height: 50vh;
  }
  .classlevel_overlay {
    width: 10vw;
    height: 10vw;
  }
  .classlevel_overlay span {
    line-height: 10vw;
    font-size: calc(1.325rem + 0.28125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .classlevel_overlay span {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .subject_icons {
    width: 20vw;
    height: 20vw;
  }
  .container_steps_hvar_relative_pos {
    height: 80vh;
  }
  .container_timeline {
    width: 40vw;
    left: 55vw;
  }
  .steps_overlay {
    left: 55vw;
  }
  .w100xh100 {
    width: 50vw;
    height: 80vh;
  }
  .container_appointments {
    min-height: 75vh !important;
  }
  .booking_overlay {
    min-height: 65vh;
  }
  .datepicker-container {
    height: 40vh;
    width: 40vw;
    color: white !important;
  }
  .datepicker.datepicker-inline {
    width: 40vw;
  }
  .terms_overlay {
    top: 20vh;
    height: 60vh;
  }
  .fixed-background-typing-iii {
    height: 85vh;
  }
  .container_contact, .fixed-background-writing-i, .container_mission_hvar_relative_pos {
    height: 50vh;
  }
  .notes_overlay {
    left: 15vw;
    right: 25vw;
  }
  .custom-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-active-color: #cfc6a5 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .booknow_overlay {
    left: 55vw;
    height: 7vh;
    font-size: calc(1.355rem + 0.39375vmin);
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .logo_overlay {
    top: 10vh;
  }
  .slogan_overlay {
    top: 48vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero_overlay {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .hero_overlay .fontlarger {
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .transparent_dotted_overlay {
    height: 5vh;
  }
  .transparent_dotted_overlay_light {
    height: 7vh;
    width: 37vw;
  }
  .armchair, .container_subjects {
    height: 50vh;
  }
  .classlevel_overlay {
    width: 10vw;
    height: 10vw;
  }
  .classlevel_overlay span {
    line-height: 10vw;
    font-size: calc(1.325rem + 0.28125vmin);
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  .classlevel_overlay span {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) and (orientation: portrait) and (pointer: coarse), only screen and (min-width: 864px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .subject_icons {
    width: 20vw;
    height: 20vw;
  }
  .container_steps_hvar_relative_pos {
    height: 80vh;
  }
  .container_appointments {
    min-height: 75vh !important;
  }
  .booking_overlay {
    min-height: 65vh;
  }
  .datepicker-container {
    height: 40vh;
    width: 40vw;
    color: white !important;
  }
  .datepicker.datepicker-inline {
    width: 40vw;
  }
  .terms_overlay {
    top: 20vh;
    height: 60vh;
  }
  .fixed-background-typing-iii {
    height: 85vh;
  }
  .container_contact, .fixed-background-writing-i, .container_mission_hvar_relative_pos {
    height: 50vh;
  }
  .notes_overlay {
    left: 15vw;
    right: 25vw;
  }
  .custom-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-active-color: #cfc6a5 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .booknow_overlay {
    left: 45vw;
    height: 9vh;
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 3rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .transparent_dotted_overlay {
    height: 7vh;
  }
  .transparent_dotted_overlay_light {
    height: 9vh;
    width: 22vw;
  }
  .container_65vh_100vh_relative_pos {
    height: 85vh;
  }
  .logo_overlay {
    width: 65vw;
    height: 50vh;
    top: 15vh;
    left: 10vw;
  }
  .slogan_overlay {
    top: 60vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero_overlay {
    bottom: 5vh;
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero_overlay .fontlarger {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 4rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .armchair, .container_subjects {
    height: 60vh;
  }
  .classlevel_overlay {
    width: 5vw;
    height: 5vw;
  }
  .classlevel_overlay span {
    line-height: 5vw;
  }
  .subject_icons {
    width: 10vw;
    height: 10vw;
  }
  .py-var {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .pt-var {
    padding-top: 2.5rem !important;
  }
  .steps_overlay {
    left: 55vw;
    font-size: calc(1.375rem + 0.46875vmin);
    height: 85vh;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .container_timeline {
    left: 55vw;
    width: 40vw;
  }
  .accordion-font {
    font-size: calc(1.255rem + 0.01875vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-font {
    font-size: 1.3rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .accordion-button.accordion-font {
    font-size: calc(1.275rem + 0.09375vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 1.5rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fixed-background-wooden-desk {
    display: none;
    height: 0;
    background-image: none;
  }
  .fixed-background-wooden-desk-var, .container_notes_hvar_relative_pos {
    height: 60vh;
  }
  .container_appointments {
    height: 100vh;
    min-height: 100vh;
  }
  .booking_overlay {
    height: 90vh;
    min-height: 90vh;
  }
  .datepicker-container, .datepicker.datepicker-inline {
    width: 40vw;
  }
  .fixed-background-envelop-left-green-open, .fixed-background-envelop-right-brown-open {
    width: 50vw;
    height: 100vh;
  }
  .fixed-background-historical-window, .container_envelop_hvar_relative_pos {
    height: 220vh;
  }
  .notes_overlay {
    top: 40vh;
    right: 15vw;
    height: 60vh;
  }
  .font_pm_xxs {
    font-size: calc(1.255rem + 0.01875vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .font_pm_xxs {
    font-size: 1.3rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .terms_overlay, .faq_overlay {
    top: 20vh;
    height: 70vh;
  }
  .w100xh100 {
    width: 50vw;
  }
  .custom-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-active-color: #cfc6a5 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .booknow_overlay {
    left: 45vw;
    height: 9vh;
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .transparent_dotted_overlay {
    height: 7vh;
  }
  .transparent_dotted_overlay_light {
    height: 9vh;
    width: 32vw;
  }
  .container_65vh_100vh_relative_pos {
    height: 85vh;
  }
  .logo_overlay {
    width: 65vw;
    height: 50vh;
    top: 15vh;
    left: 10vw;
  }
  .slogan_overlay {
    top: 60vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero_overlay {
    bottom: 5vh;
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .hero_overlay .fontlarger {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .armchair, .container_subjects {
    height: 60vh;
  }
  .classlevel_overlay {
    width: 5vw;
    height: 5vw;
  }
  .classlevel_overlay span {
    line-height: 5vw;
  }
  .subject_icons {
    width: 10vw;
    height: 10vw;
  }
  .py-var {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .pt-var {
    padding-top: 2.5rem !important;
  }
  .steps_overlay {
    left: 55vw;
    font-size: calc(1.375rem + 0.46875vmin);
    height: 85vh;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .container_timeline {
    left: 55vw;
    width: 40vw;
  }
  .accordion-font {
    font-size: calc(1.255rem + 0.01875vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-font {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .accordion-button.accordion-font {
    font-size: calc(1.275rem + 0.09375vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .fixed-background-wooden-desk {
    display: none;
    height: 0;
    background-image: none;
  }
  .fixed-background-wooden-desk-var, .container_notes_hvar_relative_pos {
    height: 60vh;
  }
  .container_appointments {
    height: 100vh;
    min-height: 100vh;
  }
  .booking_overlay {
    height: 90vh;
    min-height: 90vh;
  }
  .datepicker-container, .datepicker.datepicker-inline {
    width: 40vw;
  }
  .fixed-background-envelop-left-green-open, .fixed-background-envelop-right-brown-open {
    width: 50vw;
    height: 100vh;
  }
  .fixed-background-historical-window, .container_envelop_hvar_relative_pos {
    height: 220vh;
  }
  .notes_overlay {
    top: 40vh;
    right: 15vw;
    height: 60vh;
  }
  .font_pm_xxs {
    font-size: calc(1.255rem + 0.01875vmin);
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse) and (min-width: 3840px) and (min-height: 3840px), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .font_pm_xxs {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape), only screen and (min-width: 1080px) and (max-width: 1280px) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) and (pointer: coarse), only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .terms_overlay, .faq_overlay {
    top: 20vh;
    height: 70vh;
  }
  .w100xh100 {
    width: 50vw;
  }
  .custom-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-active-color: #cfc6a5 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    max-width: 70vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .booknow_overlay {
    left: 45vw;
    height: 9vh;
    font-size: calc(1.475rem + 0.84375vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .transparent_dotted_overlay {
    height: 7vh;
  }
  .transparent_dotted_overlay_light {
    height: 9vh;
    width: 26vw;
  }
  .logo_overlay {
    width: 65vw;
    height: 50vh;
    top: 15vh;
    left: 10vw;
  }
  .slogan_overlay {
    top: 60vh;
    font-size: calc(1.625rem + 1.40625vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .hero_overlay {
    bottom: 0;
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .hero_overlay .fontlarger {
    font-size: calc(1.625rem + 1.40625vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .armchair, .container_subjects {
    height: 70vh;
  }
  .classlevel_overlay {
    width: 5vw;
    height: 5vw;
  }
  .classlevel_overlay span {
    line-height: 5vw;
  }
  .subject_icons {
    width: 8vw;
    height: 8vw;
  }
  .py-var {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .pt-var {
    padding-top: 3.5rem !important;
  }
  .container_65vh_100vh_relative_pos {
    height: 80vh;
  }
  .accordion-font {
    font-size: 1.05rem;
  }
  .accordion-button.accordion-font {
    font-size: calc(1.255rem + 0.01875vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .steps_overlay {
    left: 55vw;
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) and (orientation: landscape) {
  .container_timeline {
    left: 55vw;
    width: 40vw;
  }
  .fixed-background-wooden-desk {
    display: none;
    height: 0;
    background-image: none;
  }
  .container_appointments {
    height: 115vh;
    min-height: 115vh;
  }
  .booking_overlay {
    height: 105vh;
    min-height: 105vh;
  }
  .fixed-background-typing-iii {
    height: 115vh;
  }
  .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .booknow_overlay {
    height: 10vh;
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .transparent_dotted_overlay_light {
    width: 25vw;
  }
  .container_65vh_100vh_relative_pos {
    height: 85vh;
  }
  .hero_overlay {
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .py-var {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .pt-var {
    padding-top: 2.6rem !important;
  }
  .steps_overlay {
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .accordion-font {
    font-size: calc(1.325rem + 0.28125vmin);
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-font {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .accordion-button.accordion-font {
    font-size: calc(1.355rem + 0.39375vmin);
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1400px) and (orientation: landscape) {
  .fixed-background-wooden-desk {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  li.nav-item {
    font-size: calc(2.125rem + 3.28125vmin);
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  li.nav-item {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  .container_65vh_100vh_relative_pos {
    height: 90vh;
  }
  .transparent_dotted_overlay_light {
    width: 22vw;
  }
  .slogan_overlay {
    top: 62vh;
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  .hero_overlay {
    font-size: calc(1.475rem + 0.84375vmin);
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  .py-var {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .pt-var {
    padding-top: 2.8rem !important;
  }
  .steps_overlay {
    font-size: calc(1.475rem + 0.84375vmin);
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  .accordion-button.accordion-font {
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) and (orientation: landscape) {
  .container_appointments {
    height: 90vh;
    min-height: 90vh;
  }
  .booking_overlay {
    height: 80vh;
    min-height: 80vh;
  }
  .fixed-background-wooden-desk {
    display: none;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  li.nav-item {
    font-size: calc(2.125rem + 3.28125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  li.nav-item {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .booknow_overlay {
    height: 9vh;
    font-size: calc(1.625rem + 1.40625vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .booknow_overlay {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .transparent_dotted_overlay_light {
    width: 21vw;
  }
  .slogan_overlay {
    top: 62vh;
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .slogan_overlay {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .hero_overlay {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .hero_overlay .fontlarger {
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .hero_overlay .fontlarger {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .sfont_heading_xxl {
    font-size: calc(1.925rem + 2.53125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .sfont_heading_xxl {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .py-var {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }
  .pt-var {
    padding-top: 2.8rem !important;
  }
  .accordion-font {
    font-size: calc(1.375rem + 0.46875vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-font {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .accordion-button.accordion-font {
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .accordion-button.accordion-font {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .steps_overlay {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .steps_overlay {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .container_appointments {
    height: 85vh;
    min-height: 85vh;
  }
  .booking_overlay {
    height: 75vh;
    min-height: 75vh;
  }
  .datepicker.datepicker-inline {
    font-size: calc(1.355rem + 0.39375vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .datepicker.datepicker-inline {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .font_heading_lg {
    font-size: calc(1.525rem + 1.03125vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .font_heading_lg {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .font_pm_xs, .fortherlinks {
    font-size: calc(1.425rem + 0.65625vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .font_pm_xs, .fortherlinks {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .font_heading_md, font_heading_sm {
    font-size: calc(1.475rem + 0.84375vmin);
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) and (min-width: 3840px) and (min-height: 3840px) {
  .font_heading_md, font_heading_sm {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1900px) and (orientation: landscape) {
  .fixed-background-wooden-desk {
    display: none;
  }
}
/*
@media only screen and (min-width: 2200px) and (orientation: landscape) {
  li.nav-item { @include font-size($fs_xxxxxxxl); }
  .datepicker.datepicker-inline { @include font-size($fs_xl); }
  .scheduling-form input, .scheduling-form textarea { @include font-size($fs_xxs); }
  .font_heading_lg { @include font-size($fs_xxxxxxl); }
  .font_pm_xs { @include font-size($fs_xxxl); }
  .fortherlinks { @include font-size($fs_xxl); }
  .font_pm_xxs { @include font-size($fs_xl); }
}

@media only screen and (min-width: 2560px) and (orientation: landscape) {
  li.nav-item { @include font-size($fs_nav_big); }
  .booknow_overlay { height: 10vh; @include font-size($fs_xxxxxxl); }
  .transparent_dotted_overlay_light { width: 24vw; }
  .logo_overlay { width: 75vw; }
  .hero_overlay {
    @include font-size($fs_xxxxxl);
    .fontlarger { @include font-size($fs_xxxxxxxl); }
  }
  .subject_icons { width: 10vw; height: 10vw; }
  .sfont_heading_xxl { @include font-size($fs_xxxxxxl); }
  .py-var { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-var { padding-top: 0rem !important; }
  .steps_overlay { @include font-size($fs_xxxxxl); }
  .container_timeline { top: 30vh; }
  .accordion-font, .accordion-button.accordion-font { @include font-size($fs_xxxxl); }
  .datepicker-container { height: 50vh; width: 40vw; }
  .datepicker.datepicker-inline {
    @include font-size($fs_xl);
    th, td { padding: 12px 12px; }
  }
  .scheduling-form input, .scheduling-form textarea { @include font-size($fs_xl); }
  .services-container, .timeslots-container { @include font-size($fs_md); }
  .terms_height { max-height: 60vh; }
  .font_heading_xxxxl { @include font-size($fs_xxxxl); }
  .sfont_heading_xl { @include font-size($fs_xl); }
  .font_heading_md { @include font-size($fs_xxxxxl); }
  .font_slogan { @include font-size($fs_md); }
  .font_desc { @include font-size($fs_xxxs); }
  .fixed-background-wooden-desk { display: none; }
}


@media only screen and (min-width: 3024px) and (orientation: landscape) {
  .font_heading_xxxxl { @include font-size($fs_xxxxxl); }
  .sfont_heading_xl { @include font-size($fs_xxxxl); }
  .font_heading_md { @include font-size($fs_xxxxxxl); }
  .font_heading_sm { @include font-size($fs_xxxl); }
}
*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.is-mobile-requested .transparent_dotted_overlay {
    height: 5vh;
  }
  body.is-mobile-requested .transparent_dotted_overlay_light {
    height: 7vh;
    width: 30vw;
  }
  body.is-mobile-requested .classlevel_overlay {
    width: 5vw;
    height: 5vw;
  }
  body.is-mobile-requested .classlevel_overlay span {
    line-height: 5vw;
    font-size: calc(1.325rem + 0.28125vmin);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) and (min-width: 3840px) and (min-height: 3840px) {
  body.is-mobile-requested .classlevel_overlay span {
    font-size: 2rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body.is-mobile-requested .subject_icons {
    width: 10vw;
    height: 10vw;
  }
  body.is-mobile-requested .container_timeline {
    width: 40vw;
    left: 55vw;
  }
  body.is-mobile-requested .steps_overlay {
    left: 55vw;
  }
  body.is-mobile-requested .w100xh100 {
    width: 50vw;
    height: 80vh;
  }
  body.is-mobile-requested .container_appointments {
    min-height: 85vh !important;
  }
  body.is-mobile-requested .booking_overlay {
    min-height: 75vh;
  }
  body.is-mobile-requested .fixed-background-typing-iii {
    height: 85vh;
  }
  body.is-mobile-requested .container_contact, body.is-mobile-requested .fixed-background-writing-i, body.is-mobile-requested .container_mission_hvar_relative_pos {
    height: 50vh;
  }
  body.is-mobile-requested .custom-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
    --bs-accordion-btn-bg: transparent !important;
    --bs-accordion-btn-color: #ffffff !important;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-active-color: #cfc6a5 !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    max-width: 70vw;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=nav.css.map*/