

/* Start:/local/templates/grand2023/lib/normalize.css/normalize.css?16905429206138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/grand2023/lib/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css?169054292052805*/
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--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-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-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */


/* Start:/local/templates/grand2023/lib/fancybox-3.5.7/dist/jquery.fancybox.min.css?169054292012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/grand2023/lib/swiper-9.4.1/swiper-bundle.min.css?169054292018065*/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/grand2023/lib/datepicker/dist/datepicker.css?16905429204193*/
/*!
 * Datepicker v1.0.8
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-06-23T08:07:37.208Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* End */


/* Start:/local/templates/grand2023/css/Montserrat.css?169054292010992*/
/** =================== MONTSERRAT =================== **/

/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Thin.woff") format("woff");
}

/** Montserrat Thin-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ThinItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ThinItalic.woff") format("woff");
}

/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff");
}

/** Montserrat ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Light.woff") format("woff");
}

/** Montserrat Light-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff");
}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
}

/** Montserrat Regular-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Italic.woff") format("woff");
}

/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
}

/** Montserrat Medium-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-MediumItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-MediumItalic.woff") format("woff");
}

/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
}

/** Montserrat SemiBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
}

/** Montserrat Bold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-BoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-BoldItalic.woff") format("woff");
}

/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff");
}

/** Montserrat ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Black **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-Black.woff") format("woff");
}

/** Montserrat Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-BlackItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/Montserrat-BlackItalic.woff") format("woff");
}

/** =================== MONTSERRAT ALTERNATES =================== **/

/** Montserrat Alternates Thin **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Thin.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Thin.woff") format("woff");
}

/** Montserrat Alternates Thin-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 100;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ThinItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ThinItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraLight **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraLight.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraLight.woff") format("woff");
}

/** Montserrat Alternates ExtraLight-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 200;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraLightItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraLightItalic.woff") format("woff");
}

/** Montserrat Alternates Light **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Light.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Light.woff") format("woff");
}

/** Montserrat Alternates Light-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 300;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-LightItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-LightItalic.woff") format("woff");
}

/** Montserrat Alternates Regular **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Regular.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Regular.woff") format("woff");
}

/** Montserrat Alternates Regular-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 400;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Italic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Italic.woff") format("woff");
}

/** Montserrat Alternates Medium **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Medium.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Medium.woff") format("woff");
}

/** Montserrat Alternates Medium-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 500;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-MediumItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-MediumItalic.woff") format("woff");
}

/** Montserrat Alternates SemiBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-SemiBold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-SemiBold.woff") format("woff");
}

/** Montserrat Alternates SemiBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 600;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-SemiBoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-SemiBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Bold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Bold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Bold.woff") format("woff");
}

/** Montserrat Alternates Bold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 700;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-BoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-BoldItalic.woff") format("woff");
}

/** Montserrat Alternates ExtraBold **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraBold.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraBold.woff") format("woff");
}

/** Montserrat Alternates ExtraBold-Italic **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 800;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraBoldItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-ExtraBoldItalic.woff") format("woff");
}

/** Montserrat Alternates Black **/
@font-face {
    font-family: "Montserrat Alternates";
    font-weight: 900;
    font-style: normal;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Black.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-Black.woff") format("woff");
}

/** Montserrat Alternates Black-Italic **/
@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: italic;
    src: url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-BlackItalic.woff2") format("woff2"),
         url("/local/templates/grand2023/css/../fonts/Montserrat/MontserratAlternates-BlackItalic.woff") format("woff");
}
/* End */


/* Start:/local/templates/grand2023/css/style.css?175258000851956*/
:root {
	--text-color: #686868;
	--header-color: #232323;
	--gray-bg: #f8f8f8;
	--white: #ffffff;
	--link: #8F2C5B;
	--gsx: #882050;
}
*, *::before, *::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:focus {
    outline: none;
}
@-ms-viewport {
    width: device-width;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", "Roboto", "Arial", sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: var(--text-color);
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: 500;
	margin-top: 0;
}
img {
	max-width: 100%;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.nowrap {
	white-space: nowrap;
}
.page-header {
	position: relative;
	z-index: 3;
	overflow: hidden;
	background: #ffffff;
}
.page-header.page-header--transparent {
	background: transparent;
}
.page-footer {
	color: var(--white);
	background: var(--gsx);
}
.page-footer__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 40px;
	width: 976px;
	min-height: 100vh;
	padding: 100px 0;
	margin: 0 0 0 auto;
}
.page-footer__logos {
	display: flex;
	align-items: center;
	gap: 50px;
}
.page-footer__logo-item {
	display: flex;
	align-items: center;
}
.page-footer__logo-item img {
	max-height: 100%;
}
.page-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.page-footer__social-row {
	display: flex;
	align-items: center;
	gap: 15px;
}
.page-footer__social-item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	background: var(--white);
	border-radius: 100%;
}
.page-footer__social-item--vk svg {
	width: 28px;
	height: 18px;
	margin-top: 2px;
	fill: var(--gsx);
}
.page-footer__phone {
	line-height: normal;
	text-decoration: none;
	color: inherit;
}
.page-footer__dosc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	line-height: normal;
}

.datepicker-container {
	z-index: 99993 !important;
	color: var(--header-color);
}
.datepicker-dropdown {
    border: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.datepicker-container {
    width: 100%;
    border-radius: 4px;
}
.datepicker-panel > ul {
    width: 100%;
}
.datepicker-panel ul li:nth-child(7n - 1):not(.disabled):not(.picked):not(:hover) {
    color: #ac2727;
}
.datepicker-panel ul li:nth-child(7n):not(.disabled):not(.picked):not(:hover) {
    color: #ac2727;
}
.datepicker-panel ul.none-red li:nth-child(7n - 1):not(.disabled):not(.picked):not(:hover) {
    color: #232323;
}
.datepicker-panel ul.none-red li:nth-child(7n):not(.disabled):not(.picked):not(:hover) {
    color: #232323;
}
.datepicker-dropdown ul li.disabled:nth-child(7n - 1) {
    color: #cccccc;
}
.datepicker-dropdown ul li.disabled:nth-child(7n) {
    color: #cccccc;
}
.datepicker-panel > ul:first-child {
    display: flex;
    padding: 3px 5px;
}
.datepicker-panel > ul:first-child li:first-child {
    position: relative;
    z-index: 1;
}
.datepicker-panel > ul:first-child li:first-child svg {
    position: relative;
    z-index: -1;
    fill: none;
    stroke: #882051;
    transform: rotate(180deg);
    pointer-events: none;
}
.datepicker-panel > ul:first-child li:nth-child(2) {
    pointer-events: none;
    font-weight: 700;
    font-size: 16px;
}
.datepicker-panel > ul:first-child li:last-child {
    position: relative;
    z-index: 1;
}
.datepicker-panel > ul:first-child li:last-child svg {
    position: relative;
    z-index: -1;
    fill: none;
    stroke: #882051;
    pointer-events: none;
}
.datepicker-top-left {
    border-top-color: #cccccc;
}
.datepicker-top-left::after, .datepicker-top-left::before {
    display: none;
}
.datepicker-panel > ul:first-child > li:hover {
    background: transparent;
    color: inherit;
    border: 1px solid transparent;
}
.datepicker-panel > ul[data-view="week"] {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
    background: #f8f8f8;
}
.datepicker-panel > ul[data-view="week"] li {
    background: transparent;
    text-transform: lowercase;
}
.datepicker-panel > ul:first-child li.disabled svg {
    stroke: #dddddd;
}

.datepicker-panel > ul[data-view="days"] {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 18px;
}
.datepicker-panel > ul[data-view="years"],
.datepicker-panel > ul[data-view="months"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.datepicker-panel > ul[data-view="days"] li {
    margin-top: 2px;
    margin-bottom: 3px;
}
.datepicker-panel > ul > li {
    font-size: 14px;
    width: calc(14% - 9.2px);
    height: 26px;
    line-height: 26px;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li.highlighted {
    background: transparent;
    color: #232323;
    border: 1px solid #882051;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
    background: transparent;
    border-color: transparent;
    color: #cccccc;
}
.datepicker-panel > ul > li:hover, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: white;
    background: #882051;
    border: 1px solid #882051;
}
.datepicker-panel > ul[data-view=week] > li:hover {
    background: transparent;
    border: 1px solid transparent;
    color: inherit;
}
.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
    width: 100%;
}
.datepicker-tabs-content {
    display: none;
}
.datepicker-tabs-content.active {
    display: block;
}
.datepicker-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", "Roboto", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 150.2%;
    color: #882050;
    padding: 0 5px;
    margin-bottom: 18px;
}
.datepicker-tabs > .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 4px 24px;
    margin-right: 5px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.1s;
}
.datepicker-tabs > .item:last-child {
    margin-right: 0;
}
.datepicker-tabs > .item.active {
    border: 1px solid #882050;
}
.datepicker-tabs-content[data-target='by-month'] {
    font-size: 14px;
    line-height: 150.2%;
    padding: 9px 30px 18px;
}
.datepicker-tabs-content[data-target='by-month'] .title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 22px;
}
.datepicker-tabs-content[data-target='by-month'] > ul {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #F8F8F8;
}
.datepicker-tabs-content[data-target='by-month'] > ul > li {
    color: #882050;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #F8F8F8;
}

.warning-calendar {
    position: fixed;
    z-index: 99994;
    display: none;
    padding: 12px;
    margin-top: 10px;
    background: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.warning-calendar--active {
    display: block;
}
.warning-calendar p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

/* cookie attention line --> */
.cookie-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 12px;
    line-height: 1.2;
    background-color: var(--white);
    color: var(--header-color);
    padding: 8px 0;    
}
.cookie-line__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.cookie-line__text a {
    color: inherit;
}
.btn--cookie-line {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 5px 10px;
    background-color: transparent;
    border: 0;
    border-radius: 20px;
    border: 1px solid var(--header-color);
    cursor: pointer;
    transition: 0.25s;
}
.btn--cookie-line:hover {
    background-color: var(--header-color);
    color: var(--white);
}
/* <-- cookie attention line */

/* index page --> */
.mp-subcontainer {
	width: 100%;
	max-width: 898px;
	margin: 0 78px 0 auto;
}
 
.titles-block__subtitle {
	font-family: "Montserrat Alternates", "Montserrat", "Roboto", "Arial", sans-serif;
	font-size: 18px;
	line-height: 50px;
	margin: 0 0 3px -26px;
	color: var(--link);
}
.titles-block__title {
	font-size: 36px;
	line-height: normal;
	color: var(--header-color);
	margin: 0;
}
.titles-block--bg-dark .titles-block__subtitle,
.titles-block--bg-dark .titles-block__title {
	color: var(--white);
}

.mp-wide-container {
	width: 1200px;
	margin: 0 auto;
}

.mp-head-block {
	position: relative;
	z-index: 1;
	margin-top: -80px;
	background: url(/local/templates/grand2023/img/content/mainpage-head.jpg) 50% 50% / cover no-repeat;
}
.twenty .mp-head-block {
	background: url(/local/templates/grand2023/img/content/bg20.jpg) 50% 50% / cover no-repeat;
}
.mp-head-block::before {
	position: absolute;
	z-index: 2;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
}
.twenty .mp-head-block::before {
    background: rgba(0, 0, 0, 0);
}
.mp-head-block,
.mp-head-block .container,
.mp-head-block__inner {
	min-height: 100vh;
	min-height: 100svh;
}
.mp-head-block .mb {
	display: none;
}
.mp-head-block__inner {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 141px;
	text-align: center;
	color: var(--white);
}
.mp-head-block__subtitle {
	font-size: 34px;
	line-height: 68px;
	margin: 0;
}
.mp-head-block__title {
	font-size: 58px;
	line-height: 76.9px;
	margin-bottom: 15px;
}
.mp-head-block__desc {
	font-size: 24px;
	line-height: 40px;
	max-width: 609px;
	margin: 0 auto;
}
.twenty .mp-head-block__desc {
    font-size: 18px;
	line-height: 28px;
    max-width: 675px;
    margin: 0 auto 35px;
}
.go-btn {
    display: none;
}
.twenty .go-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    width: 237px;
    height: 55px;
    gap: 10px;
    border-radius: 15px;
    padding: 0 15px;
    background: #fff;
    margin: 0 auto;
}
.twenty .go-btn span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.mp-head-block__bottom {
	position: absolute;
	left: 50%;
	bottom: 73px;
	transform: translateX(-50%);
}
.mp-head-block__link-next {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	font-size: 21px;
	line-height: 150.2%;
	text-decoration: none;
	color: inherit;
}
.mp-head-block__link-next svg {
	fill: var(--white);
}

.mp-wrapper {
	position: relative;
}

.mp-buy {
	position: relative;
	z-index: 1;
	background: #303030;
}
.mp-buy .mb {
	display: none;
}
.mp-buy__inner {
	width: 898px;
	min-height: 700px;
	padding: 100px 0;
	margin: 0 78px 0 auto;
	color: var(--white);
}
.mp-buy__title {
	font-size: 36px;
	line-height: 50px;
	max-width: 449px;
	margin-bottom: 38px;
}
.mp-buy__title,
.mp-buy__row,
.mp-buy__button {
	position: relative;
	z-index: 3;
}
.mp-buy__row {
	display: grid;
	grid-template-columns: 129.5px 509.5px 150px;
	grid-column-gap: 54.5px;
	line-height: normal;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--white);
}
.mp-buy__train-num {
	color: #BDBDBD;
}
.mp-buy__timing {
	display: flex;
	justify-content: space-between;
}
.mp-buy__timing > * {
	display: flex;
	flex-direction: column;
}
.mp-buy__to {
	text-align: right;
}
.mp-buy__time {
	font-size: 28px;
}
.mp-buy__city {
	font-size: 21px;
}
.mp-buy__waytime {
	align-self: end;
	font-size: 14px;
	text-align: right;
}
.mp-buy__train-attention {
	grid-column: span 2;
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 30px;
}
.mp-buy__train-attention svg {
	flex-shrink: 0;
}
.mp-buy__buttons-row {
	display: grid;
	grid-template-columns: repeat(2, 420px);
	grid-column-gap: 20px;
}
.mp-buy__button {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 150.2%;
	text-decoration: none;
	height: 67px;
	padding: 20px;
	color: inherit;
	border: 1px solid var(--white);
	border-radius: 20px;
	transition: 0.25s;
}
.mp-buy__button:hover {
	color: var(--link);
	background: var(--white);
}
.mp-buy__button svg {
	position: absolute;
	top: 13px;
	right: 15px;
	fill: var(--white);
	transition: 0.25s;
}
.mp-buy__button:hover svg {
	fill: var(--link);
	transform: rotate(45deg);
}
.mp-buy__bg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: 0.25s;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mp-buy__bg.mp-buy__bg--msk {
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-buy-moscow.webp);
}
.mp-buy__bg.mp-buy__bg--spb {
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-buy-spb.webp);
}
.mp-buy__button--to-msk:hover ~ .mp-buy__bg.mp-buy__bg--msk {
	display: block;
}
.mp-buy__button--to-spb:hover ~ .mp-buy__bg.mp-buy__bg--spb {
	display: block;
}

.modal {
	position: relative;
	display: none;
	width: 100%;
	max-width: 710px;
	height: auto;
	background: var(--white);
	border-radius: 10px;
	overflow: auto;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.modal .fancybox-close-small {
	display: none;
}
.modal-close {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -8px;
	padding: 8px;
	cursor: pointer;
	border: 0;
	background: transparent;
}
.modal-close svg {
	fill: var(--header-color);
}
.mp-tickets.fancybox-content {
	line-height: normal;
	padding: 36px 30px;
}
.mp-tickets__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 32px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	color: var(--header-color);
	border-bottom: 1px solid #CFCFCF;
}
.mp-tickets__subtitle {
	font-size: 21px;
	margin-bottom: 10px;
	color: var(--header-color);
}
.mp-tickets__direction-row {
	display: grid;
	grid-template-columns: max-content max-content;
	gap: 10px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CFCFCF;
}
.mp-tickets__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	height: 50px;
	padding: 7px 15px;
	color: var(--header-color);
	border-radius: 15px;
	border: 1px solid var(--header-color);
}
.mp-tickets__btn.active {
	color: var(--link);
	border-color: var(--link);
}
.mp-tickets__btn--city {
	flex-direction: column;
	align-items: stretch;
}
.mp-tickets__btn--city > *:nth-child(1) {
	font-size: 18px;
}
.mp-tickets__btn--city > *:nth-child(2),
.mp-tickets__btn--city.active > *:nth-child(2) {
	font-size: 12px;
	color: #808080;
}
.mp-tickets__dates-container {
	position: relative;
	display: flex;
	padding: 0 30px 30px 0;
	margin: 0 -30px 69px;
	overflow: hidden;
}
.mp-tickets__dates-container::after {
	position: absolute;
	content: "";
	left: 30px;
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background: #CFCFCF;
}
.mp-tickets__input-container {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	width: 182px;
	padding: 0 9px 0 30px;
	background: var(--white);
}
.mp-tickets__input-container svg {
	display: none;
}
.mp-tickets__btn--input {
	width: 100%;
	font-weight: 500;
}
.mp-tickets__btn--input::placeholder {
	opacity: 1;
	color: #808080;
}
.mp-tickets__btn--date {
	width: auto;
}
.mp-tickets__dates-slider {
	position: relative;
	z-index: 1;
	width: calc(100% - 182px);
	margin: 0;
	overflow: visible;
}
.mp-tickets__link-row {
	display: flex;
	align-items: center;
	gap: 51px;
}
.mp-tickets__desc {
	font-size: 12px;
	line-height: 150%;
	color: #808080;
}
.mp-tickets__desc a {
	text-decoration: none;
	color: inherit;
}
.mp-tickets__search {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 150.2%;
	text-decoration: none;
	color: var(--link);
}
.arrow-link-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	background: var(--link);
	border-radius: 100%;
}
.arrow-link-container svg {
	fill: var(--white);
	transition: 0.25s;
}
.mp-tickets__search:hover .arrow-link-container svg {
	transform: rotate(45deg);
}
.mp-tickets__date-selected {
	display: none;
}

.mp-staff {
	padding-top: 100px;
	padding-bottom: 160px;
	background: var(--white);
}
.mp-staff__images {
	margin-bottom: 100px;
}
.mp-staff__img-container {
	position: relative;
	z-index: 1;
	margin-top: 45px;
}
.mp-staff__img-container img {
	display: block;
}
.mp-staff__img-main {
	width: 100%;
	height: 550px;
	background: url(/local/templates/grand2023/css/../img/content/mainpage-staff.jpg) 50% 50% / cover no-repeat;
}
.mp-staff__img-subcontainer {
	position: relative;
	z-index: 2;
	display: none;
}
.mp-staff__img-subcontainer img {
	position: absolute;
}
.mp-staff__desc {
	font-size: 18px;
	max-width: 593px;
	margin-bottom: 100px;
}
.mp-staff__food {
	display: flex;
	margin-bottom: 100px;
}
.mp-staff__quote {
	position: relative;
	z-index: 1;
	padding: 104px 67px 61px 492px;
	background: #F8F8F8;
}
.mp-staff__quote-text {
	margin-bottom: 42px;
}
.mp-staff__quote-fio {
	font-size: 21px;
	margin-bottom: 5px;
	color: var(--header-color);
}
.mp-staff__quote-post {
	margin-bottom: 0;
}
.mp-staff__qoute-img {
	position: absolute;
	z-index: 2;
	top: 41px;
	left: 37px;
	width: 388px;
}
.mp-staff__qoute-img.mb {
	display: none;
}

.mp-reviews {
	overflow: hidden;
	background: var(--white);
}
.mp-reviews__title {
	font-size: 36px;
	line-height: normal;
	margin-bottom: 60px;
	color: var(--header-color);
}
.mp-reviews__slider-rev {
	overflow: visible;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #777777;
}
.mp-reviews__slider-rev .swiper-wrapper {
	display: flex;
	align-items: stretch;
}
.mp-reviews__item-rev.swiper-slide {
	display: grid;
	grid-template-columns: 200px 556px;
	grid-column-gap: 30px;
	width: auto;
	height: auto;
	transition: 0.25s;
}
.mp-reviews__item-rev.swiper-slide-next {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.cur),
		pointer;
}
.mp-reviews__item-rev.swiper-slide-prev {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.cur),
		pointer;
}
.mp-reviews__item-rev:not(.swiper-slide-active) {
	opacity: 0.4;
}
.mp-reviews__item-rev.swiper-slide.swiper-slide-active {
	cursor: grab;
}

.mp-reviews__text-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.mp-reviews__quote {
	margin-bottom: 25px;
}
.mp-reviews__author {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 5px;
	color: var(--header-color);
}
.mp-reviews__post {
	font-size: 14px;
	line-height: normal;
	width: 302px;
	margin: 0;
}
.mp-reviews__img-rev {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-self: start;
	padding-top: 7px;
	background: #F8F8F8;
	border-radius: 100%;
	overflow: hidden;
}
.mp-reviews__img-rev img {
	max-height: 193px;
}
.mp-reviews__slider-ph-container {
	display: none;
	width: 115px;
}
.mp-reviews__slider-ph {
	margin-bottom: 15px;
	overflow: visible;
}
.mp-reviews__slider-ph .swiper-wrapper {
	display: flex;
	align-items: center;
}
.mp-reviews__item-ph.swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 80px;
	height: 80px;
	padding-top: 3px;
	background: #F8F8F8;
	border-radius: 100%;
	opacity: 0.4;
	overflow: hidden;
	cursor: pointer;
	transition: 0.25s;
}
.mp-reviews__item-ph.swiper-slide.swiper-slide-active {
	scale: 1.25;
	opacity: unset;
}
.mp-reviews__item-ph.swiper-slide:last-child {
	margin-right: 30px !important;
}

.mp-awards {
	padding-bottom: 100px;
	background: var(--white);
}
.mp-awards__container {
	display: flex;
	align-items: center;
	line-height: normal;
	color: var(--header-color);
}
.mp-awards__item:nth-child(1) {
	width: 171px;
	margin-right: 81px;
}
.mp-awards__item:nth-child(2) {
	margin-right: 121.59px;
}
.mp-awards__item:nth-child(3) {
	margin-right: 121.81px;
}
.mp-awards__item:nth-child(4) {
	width: 94.48px;
}
.mp-awards__item:nth-child(1) p {
	margin-bottom: 9px;
}
.mp-awards__item:nth-child(1) img {
	max-width: 156.94px;
}
.mp-awards__item:nth-child(2) img {
	max-width: 77.41px;
}
.mp-awards__item:nth-child(3) img {
	max-width: 92.19px;
}
.mp-awards__item:nth-child(4) img {
	max-width: 94.48px;
}

.tickets-button {
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	text-decoration: none;
	width: 179px;
	height: 75px;
	margin: 0;
	color: var(--white);
	border-radius: 30px;
    background: #8F2C5BCC;
    backdrop-filter: blur(10px);
}
.tickets-button img {
    margin-left: 10px;
}

.mp-about {
	padding: 80px 0 100px;
	background: #303030;
	overflow: hidden;
}
.mp-about__head {
	margin-bottom: 37px;
}
.mp-about__images {
	margin-bottom: 163px;
}
.mp-about__img-main {
	width: 100%;
	height: 553px;
	background: url(/local/templates/grand2023/css/../img/content/mainpage-about--main.jpg) 50% 50% / cover no-repeat;
}
.mp-about__img-subcontainer {
	position: relative;
	z-index: 2;
}
.mp-about__img-subcontainer img {
	position: absolute;
	bottom: -63px;
}
.mp-about__img-left {
	left: -204px;
	width: 561px;
}
.mp-about__img-right {
	right: 0;
	width: 328px;
}
.mp-about__desc {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 95px;
	margin-bottom: 95px;
	border-bottom: 1px solid #777777;
}
.mp-about__desc-text {
	font-size: 18px;
	width: 627px;
	color: #EEEEEE;
}
.mp-about__desc-text p:last-child {
	margin-bottom: 0;
}

.menu-pdf-modal.modal {
    padding: 42px 30px 30px;
}

.mp-menu {
    display: block;
}
.mp-menu__title {
    font-size: 21px;
    line-height: 25.6px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #232323;
}
.mp-menu__item {
    margin-bottom: 15px;
}
.mp-menu__item:nth-last-of-type(1) {
    margin-bottom: 0;
}
.mp-menu__item a {
    display: block;
    border-radius: 15px;
    border: 1px solid var(--header-color);
    color: var(--header-color);
    text-decoration: none;
    padding: 7px 41px 7px 15px;
    background-image: url(/local/templates/grand2023/css/../img/icons/mp-menu__item__a.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
}
.mp-menu__item a span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
}
.mp-menu__item a i {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 14.63px;
    color: #808080;
}
.mp-menu__header i {
    font-style: normal;
}

.mp-about-modal.modal {
	width: 100%;
	max-width: 1914px;
	height: 100%;
	max-height: 1267px;
	padding: 0;
	border-radius: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mp-about-modal > * {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	color: var(--white);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 20%);
}

.mp-link-round {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	line-height: 150.2%;
	text-decoration: none;
	color: var(--link);
	transition: 0.25s;
}
.mp-link-round.mp-link-round--bg-dark {
	color: var(--white);
}
.mp-link-round::before {
	position: absolute;
	content: "";
	z-index: 1;
	top: -70px;
	left: 40%;
	transform: translateX(-50%);
	width: calc(100% + 20px);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background: var(--link);
	scale: 0;
	transition: 0.25s;
}
.mp-food__guaranteed-link .mp-link-round::before {
	top: -158px;
    left: 44%;
}
.mp-food__guaranteed-link .mp-link-round:hover::before {
	top: -108px;
}
.mp-link-round > * {
	position: relative;
	z-index: 2;
}
.mp-link-round__arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: var(--link);
	transition: 0.25s;
}
.mp-link-round.mp-link-round--bg-dark .mp-link-round__arrow {
	background: var(--white);
}
.mp-link-round__arrow svg:nth-child(2) {
	display: none;
}
.mp-link-round__arrow svg {
	fill: var(--white);
	transition: 0.25s;
}
.mp-link-round.mp-link-round--bg-dark .mp-link-round__arrow svg {
	fill: var(--header-color);
}

.mp-classes__title {
	font-size: 32px;
	line-height: normal;
	margin-bottom: 35px;
	color: var(--white);
}
.mp-classes__slider {
	position: relative;
}
.mp-classes__slider.swiper {
	overflow: visible;
}
.mp-classes__item {
	display: flex;
	flex-direction: column;
	gap: 70px;
}
.mp-classes__img-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 500px;
}
.mp-classes__image {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height: normal;
	text-decoration: none;
	width: 100%;
	height: 457px;
	padding-bottom: 41.15px;
	padding-left: 35.96px;
	color: var(--white);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.25s;
}
.swiper-slide-active .mp-classes__image {
	height: 100%;
	padding-bottom: 42.96px;
	padding-left: 30px;
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.cur),
		pointer;
}
.mp-classes__item:not(.swiper-slide-active) .mp-classes__image {
	pointer-events: none;
}
.fancybox-can-zoomIn .fancybox-content .fancybox-image[src*="content/class-"] {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-in.cur),
		zoom-in;
}
.fancybox-can-pan .fancybox-content .fancybox-image[src*="content/class-"],
.js-class-photo.fancybox-content > div {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-out.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-out.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-zoom-out.cur),
		grab;
}
.swiper-slide-next .mp-classes__img-container {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-next.cur),
		default;
}
.swiper-slide-prev .mp-classes__img-container {
	cursor:
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.svg),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.png),
		url(/local/templates/grand2023/css/../img/cursors/icon-cursor-prev.cur),
		default;
}
.mp-classes__image::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	transition: 0.7s;
}
.swiper-slide-active .mp-classes__image::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 7.81%, rgba(0, 0, 0, 0.00) 60.94%, rgba(0, 0, 0, 0.60) 100%);
}
.mp-classes__image > * {
	position: relative;
	z-index: 3;
}
.mp-classes__name {
	font-size: 31.19px;
	text-transform: uppercase;
	margin-bottom: 16px;
	transition: 0.25s;	
}
.swiper-slide-active .mp-classes__name {
	font-size: 38.98px;
	margin-bottom: 23px;
}
.mp-classes__class {
	font-size: 15.39px;
	text-transform: uppercase;
	padding-left: 28.59px;
	transition: 0.25s;
}
.swiper-slide-active .mp-classes__class {
	font-size: 19.49px;
	padding-left: 30px;
}
.mp-classes__desc {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 35px;
	padding-left: 35px;
	color: var(--white);
	opacity: 0;
	transition: 0.5s;
}
.swiper-slide-active .mp-classes__desc {
	opacity: 1;
}
.mp-classes__desc > * {
	flex-shrink: 0;
}
.mp-classes__text {
	width: 654px;
	cursor: grab;
}
.mp-classes__text p:last-child {
	margin-bottom: 0;
}
.mp-classes__text a {
	text-decoration: none;
	color: inherit;
}

.mp-food {
	padding: 100px 0 60px;
	background: var(--white);
}
.mp-food__head {
	margin-bottom: 55px;
}
.mp-food__img-container {
	position: relative;
	width: 100%;
	padding-top: 53px;
	margin-bottom: 100px;
	/*overflow-x: hidden;*/
}
.mp-food__img-main-container {
	padding-left: 42px;
}
.mp-food__img {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mp-food__img--main {
	width: 100%;
	height: 528px;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-food--main.jpg);
}
.mp-food__img-side .mp-food__img {
	position: absolute;
}
.mp-food__img--left {
	top: 0;
	left: 0;
	width: 340.17px;
	height: 498.27px;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-food--left.jpg);
}
.mp-food__img--right {
	top: 137.74px;
	right: 0;
	width: 464.74px;
	height: 398.86px;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-food--right.jpg);
}
.mp-food__desc {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 100px;
}
.mp-food__desc > * {
	flex-shrink: 0;
}
.mp-food__desc-text {
	font-size: 18px;
	width: 592px;
}
.mp-food__guaranteed {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 45px;
	height: 591px;
	padding: 35px 24px 35px 35px;
	margin-bottom: 164px;
	background: #F8F8F8;
}
.mp-food__guaranteed-text {
    position: relative;
    z-index: 3;
}
.mp-food__guaranteed-title {
	flex-shrink: 0;
	font-size: 29px;
	line-height: normal;
	width: 408px;
	margin: 0;
	color: var(--header-color);
}
.mp-food__guaranteed-link {
    padding-top: 24px;
    width: 325px;
}
.mp-food__guaranteed-img {
	position: absolute;
	top: 130px;
	left: 35px;
	width: 831px;
}
.mp-food__guaranteed-img.mb {
	display: none;
}
.mp-food__footnotes {
	font-size: 12px;
	line-height: 15px;
	color: #808080;
}

.mp-service {
	padding: 90px 0 64px;
	background: #F8F8F8;
}
.mp-service__head {
	margin-bottom: 48px;
}

.mp-service__img-block {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 164px;
}
.mp-service__img-item {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mp-service__img-item--center {
	position: relative;
	z-index: 2;
	width: 388px;
	height: 545px;
	margin: 0 auto;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--main-dsk.jpg);
}
.mp-service__img-item:not(.mp-service__img-item--center) {
	position: absolute;
}
.mp-service__img-item--left {
	z-index: 3;
	top: 64px;
	left: 0;
	width: 424px;
	height: 545px;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--left-dsk.jpg);;
}
.mp-service__img-item--right {
	z-index: 4;
	top: 57px;
	right: 0;
	width: 506px;
	height: 538px;
	background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--right.jpg);;
}

.mp-service__desc {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 100px;
	border-bottom: 1px solid #777777;
}
.mp-service__text {
	flex-shrink: 0;
	font-size: 18px;
	width: 536px;
}

.mp-services {
	padding-top: 95px;
}
.mp-services__title {
	font-size: 32px;
	line-height: normal;
	max-width: 417px;
	margin-bottom: 50px;
	color: var(--header-color);
}
.mp-services__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 40px;
	margin-bottom: 48px;
}
.mp-services__item {
	text-decoration: none;
	color: inherit;
	pointer-events: none;
}
.mp-services__img-container {
	width: 100%;
	height: 296px;
	margin-bottom: 20px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mp-services__item h4 {
	font-size: 18px;
	line-height: 121.2%;
	margin-bottom: 10px;
	color: var(--header-color);
}
.mp-services__item p {
	margin-bottom: 0;
}
.mp-services__link {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.mp-services__footnotes {
	font-size: 12px;
	line-height: 15px;
	max-width: 816px;
	color: #808080;
}
/* <-- index page */

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1220px) {
	.container {
		max-width: 1190px;
	}

	.mp-link-round:hover,
	.mp-link-round:active {
		color: var(--white);
	}
	.mp-link-round:hover::before,
	.mp-link-round:active::before {
		scale: 1;
		top: -45px;
		left: 50%;
	}
    /*.mp-food__guaranteed-link .mp-link-round:hover::before,
	.mp-food__guaranteed-link .mp-link-round:active::before {
		top: -115px;
	}*/
	
	.mp-link-round:hover .mp-link-round__arrow,
	.mp-link-round.mp-link-round--bg-dark:hover .mp-link-round__arrow,
	.mp-link-round:active .mp-link-round__arrow,
	.mp-link-round.mp-link-round--bg-dark:active .mp-link-round__arrow {
		background: transparent;
	}
	.mp-link-round:hover .mp-link-round__arrow svg,
	.mp-link-round:active .mp-link-round__arrow svg {
		transform: rotate(45deg);
	}
	.mp-link-round.mp-link-round--bg-dark:hover .mp-link-round__arrow svg,
	.mp-link-round.mp-link-round--bg-dark:active .mp-link-round__arrow svg {
		fill: var(--white);
	}

	.mp-food__desc .mp-link-round::before {
		top: -117px;
	}
	.mp-food__desc .mp-link-round:hover::before,
	.mp-food__desc .mp-link-round:active::before {
		top: -80px;
	}

	.mp-service__desc .mp-link-round::before {
		left: 45%;
		top: -120px;
	}
	.mp-service__desc .mp-link-round:hover::before,
	.mp-service__desc .mp-link-round:active::before {
		left: 50%;
		top: -80px;
	}

	.mp-reviews__item-rev.swiper-slide:last-child {
		width: 100%;
	}

	/* cookie attention line --> */
	.cookie-line {
		font-size: 16px;
        line-height: 19px;
        height: 82px;
        padding: 23px 0;        
    }
    .btn--cookie-line {
        padding: 7px 30px;
    }
    /* <-- cookie attention line */
}
@media (min-width: 1400px) {
	.container {
		max-width: 1190px;
	}
}
@media (max-width: 1220px) {
	body {
		font-size: 14px;
	}
    .mp-menu {
        overflow-y: auto;
        position: relative;
        height: 100%;
        padding-bottom: 50px;
    }
	.page-footer__inner {
		justify-content: space-between;
		gap: 69px;
		width: 100%;
		padding: 82px 0 67px 15px;
		margin: 0 auto;
	}
	.page-footer__logos {
		gap: 25px;
		margin-bottom: 11px;
	}
	.page-footer__logo-item {
		height: 41.31px;
	}
	.page-footer__contacts {
		margin-top: auto;
	}
	.page-footer__social-item {
		width: 35px;
		height: 35px;
	}
	.page-footer__social-item--vk svg {
		width: 25px;
		height: 16.07px;
	}
	.page-footer__phone {
		font-size: 16px;
	}
	.page-footer__dosc {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 40px;
	}

	/* index page --> */
	.mp-subcontainer {
		padding-left: 15px;
		margin: 0 auto;
	}
	 
	.titles-block__subtitle {
		font-size: 14px;
		line-height: normal;
		margin: 0 0 10px -15px;
	}
	.titles-block__title {
		font-size: 24px;
		line-height: 30px;
	}
	.titles-block__title br {
		display: none;
	}

	.mp-wide-container {
		width: 100vw;
		margin: 0;
	}

	.mp-head-block .dsk {
		display: none;
	}
	.mp-head-block .mb {
		display: inline;
	}
	.mp-head-block__inner {
		padding-top: 95px;
		padding-bottom: 95px;
	}
	.mp-head-block__subtitle {
		font-size: 20px;
		line-height: 40px;
	}
	.mp-head-block__title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.mp-head-block__desc {
		font-size: 16px;
		line-height: 25px;
		max-width: 418px;
	}
	.mp-head-block__bottom {
		bottom: 85px;
		width: 100%;
	}
	.mp-head-block__link-next {
		gap: 5px;
		font-size: 16px;
	}

	.mp-buy {
		background: url(/local/templates/grand2023/css/../img/content/mainpage-buy-spb.webp) 50% 50% / cover no-repeat;
	}
	.mp-buy .dsk {
		display: none;
	}
	.mp-buy .mb {
		display: inline;
	}
	.mp-buy__inner {
		width: 100%;
		max-width: 898px;
		min-height: 100vh;
		padding: 79px 0 79px 15px;
		margin: 0 auto;
	}
	.mp-buy__title {
		font-size: 24px;
		line-height: 30px;
		max-width: 300px;
		margin-bottom: 25px;
	}
	.mp-buy__row {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.mp-buy__train-num {
		color: var(--white);
		margin-bottom: 5px;
	}
	.mp-buy__city {
		font-size: 14px;
	}
	.mp-buy__waytime {
		align-self: stretch;
		font-size: 12px;
		text-align: left;
		margin-top: 15px;
	}
	.mp-buy__train-attention {
		grid-column: span 1;
		gap: 9px;
		margin-top: 25px;
	}
	.mp-buy__buttons-row {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		grid-row-gap: 10px;
	}
	.mp-buy__button {
		font-size: 16px;
		height: 60px;
		padding: 15px;
	}
	.mp-buy__bg,
	.mp-buy__button--to-msk:hover ~ .mp-buy__bg.mp-buy__bg--msk,
	.mp-buy__button--to-msk:hover ~ .mp-buy__bg.mp-buy__bg--spb {
		display: none;
	}

	body.fancybox-active {
		/*position: fixed;*/
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.modal {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    max-width: 100%;
	    height: 100%;
	    padding: 0;
	    border-radius: 0;
	    z-index: 999;
	    overflow: unset;
	}
	.mp-tickets.fancybox-content {
		padding: 36px 15px;
		overflow: scroll;
	}
	.mp-tickets__title {
		font-size: 24px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.mp-tickets__subtitle {
		font-size: 16px;
	}
	.mp-tickets__direction-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 7px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.mp-tickets__btn {
		font-size: 14px;
	}
	.mp-tickets__btn--city.active,
	.mp-tickets__btn--date.active {
		color: var(--white);
		background: var(--gsx);
	}
	.mp-tickets__btn--city > *:nth-child(1) {
		font-size: 16px;
	}
	.mp-tickets__btn--city.active > *:nth-child(2) {
		color: #D2B2C9;
	}
	.mp-tickets__dates-container {
		flex-direction: column;
		gap: 8px;
		padding: 0 15px 20px;
		margin: 0 -15px 30px;
	}
	.mp-tickets__dates-container::after {
		left: 15px;
		width: calc(100% - 30px);
	}
	.mp-tickets__input-container {
		position: relative;
		width: 100%;
		padding: 0;
	}
	.mp-tickets__input-container svg {
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		display: block;
		fill: var(--header-color);
		pointer-events: none;
	}
	.mp-tickets__btn--input {
		font-size: 16px;
		padding-right: 50px;
	}
	.mp-tickets__btn--input.active + svg {
		fill: var(--gsx);
	}
	.mp-tickets__dates-slider {
		width: 100%;
	}
	.mp-tickets__link-row {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}
	.mp-tickets__desc {
		max-width: 368px;
	}
	.mp-tickets__desc br {
		display: none;
	}

	.mp-staff {
		padding-top: 80px;
		padding-bottom: 115px;
	}
	.mp-staff__images {
		margin-bottom: 40px;
	}
	.mp-staff__img-container {
		margin-top: 25px;
	}
	.mp-staff__img-main {
		height: auto;
		max-height: 500px;
		/*aspect-ratio: 36 / 25;*/
		aspect-ratio: 2 / 1;
	}
	.mp-staff__desc {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.mp-staff__food {
		margin-bottom: 50px;
	}
	.mp-staff__quote {
		font-size: 16px;
	}

	.mp-reviews__title {
		font-size: 21px;
		margin-bottom: 33px;
	}
	.mp-reviews__slider-rev {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.mp-reviews__quote {
		margin-bottom: 20px;
	}
	.mp-reviews__author {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.mp-reviews__post {
		font-size: 12px;
		width: 272px;
	}

	.tickets-button {
		right: 50%;
        transform: translate(50%, 0);
		bottom: 20px;
		font-size: 18px;
		width: 157px;
		height: 60px;
        border-radius: 20px;
	}

	.mp-about__head {
		margin-bottom: 35px;
	}
	.mp-about__images {
		margin-bottom: 212px;
	}
	.mp-about__img-main {
		height: auto;
		max-height: 500px;
		aspect-ratio: 36 / 26;
	}
	img.mp-about__img-left {
		z-index: 3;
		left: unset;
		bottom: unset;
		top: -19px;
		right: 125.5px;
		width: 250px;
		max-width: 60%;
	}
	img.mp-about__img-right {
		bottom: -172px;
		right: -15px;
		width: 162px;
	}
	.mp-about__desc-text {
		font-size: 16px;
	}

	.mp-link-round__arrow {
		width: 21px;
		height: 21px;
	}
	.mp-link-round__arrow svg:nth-child(1) {
		display: none;
	}
	.mp-link-round__arrow svg:nth-child(2) {
		display: block;
	}

	.mp-classes__title {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.mp-classes__item {
		gap: 20px;
	}
	.mp-classes__text {
		line-height: 23px;
	}

	.mp-food {
		padding: 90px 0 40px;
	}
	.mp-food__head {
		margin-bottom: 29px;
	}
	.mp-food__head .titles-block__title br {
		display: block;
	}
	.mp-food__img-container {
		padding-top: 22px;
		margin-bottom: 14px;
	}
	.mp-food__img-container .container,
	.mp-food__img-container .mp-subcontainer {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.mp-food__img-main-container {
		display: flex;
		justify-content: flex-end;
		padding-left: 129px;
	}
	.mp-food__img--main {
		height: auto;
		aspect-ratio: 231 / 175;
		max-width: 856px;
		max-height: 450px;
	}
	.mp-food__img-side {
		display: flex;
		justify-content: flex-end;
		padding-right: 15px;
	}
	.mp-food__img-side .mp-food__img {
		position: relative;
		flex-shrink: 0;
	}
	.mp-food__img--left {
		position: absolute !important;
		width: 33%;
		height: auto;
		aspect-ratio: 116 / 227;
		max-width: 200px;
	}
	.mp-food__img--right {	
		top: -26px;
		right: 0;
		width: 100%;
		height: auto;
		aspect-ratio: 465 / 399;
		max-width: 55.833%;
		max-height: 300px;
	}
	.mp-food__desc {
		margin-bottom: 40px;
	}
	.mp-food__desc-text {
		font-size: 16px;
	}
	.mp-food__guaranteed {
		margin-bottom: 118px;
	}
	.mp-food__guaranteed-title {
		font-size: 20px;
		line-height: 27px;
	}
	.mp-food__guaranteed-text {
		line-height: 23px;
	}
	.mp-food__guaranteed-img {
		top: 134px;
		width: 816px;
	}

	.mp-service {
		padding: 75px 0 40px;
	}
	.mp-service__head {
		margin-bottom: 35px;
	}

	.mp-service__img-block {
		margin-bottom: 4px;
	}
	.mp-service__img-item--center {
		width: 84%;
		height: auto;
		aspect-ratio: 302 / 180;
		max-width: 755px;
		max-height: 450px;
		margin: 0;
		background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--main-mb.jpg);
	}
	.mp-service__img-side {
		position: relative;
	}
	.mp-service__img-item.mp-service__img-item--left {
		position: relative;
	}
	.mp-service__img-item--left {
		top: -36px;
		left: 15px;
		width: 55.833%;
		height: auto;
		aspect-ratio: 201 / 310;
		max-width: 402px;
		max-height: 620px;
		background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--left-mb.jpg);
	}
	.mp-service__img-item--right {
		top: 15px;
		width: 43.611%;
		height: auto;
		aspect-ratio: 157 / 190;
		background-image: url(/local/templates/grand2023/css/../img/content/mainpage-serv--left-dsk.jpg);
		filter: grayscale(1);
	}

	.mp-service__desc {
		padding-bottom: 50px;
	}
	.mp-service__text {
		font-size: 16px;
	}

	.mp-services {
		padding-top: 45px;
	}
	.mp-services__title {
		font-size: 21px;
		max-width: 300px;
		margin-bottom: 20px;
	}
	.mp-services__item h4 {
		font-size: 16px;
	}
	.mp-services__item p {
		line-height: 23px;
	}
	.mp-services__link {
		margin-bottom: 40px;
	}
	/* <-- index page */
}

@media (max-width: 944px) {
	/* index page --> */
    .mp-food__guaranteed-link {
        padding-top: 16px;
        padding-bottom: 6px;
        width: 100%;
        display: flex;
    }
    .mp-menu__header i {
        display: none;
    }
    .mp-menu__title {
        font-size: 16px;
        line-height: 19.5px;
        margin: 0 0 15px 0;
    }
    .mp-menu__item a {
        padding: 8px 37px 8px 15px;
        background-size: 21px 21px;
    }
    .mp-menu__item a span {
        font-size: 16px;
        line-height: 19.5px;
    }
    
	.mp-staff {
		padding-bottom: 50px;
	}
	.mp-staff__food {
		margin-bottom: 74px;
	}
	.mp-staff__quote {
		font-size: 14px;
		max-width: 550px;
		padding: 0 15px 13px 15px;
		margin: 0 auto;
	}
	.mp-staff__quote-text {
		margin-bottom: 30px;
	}
	.mp-staff__quote-fio {
		font-size: 16px;
		text-align: right;
		margin-bottom: -4px;
	}	
	.mp-staff__quote-post {
		text-align: right;
	}
	.mp-staff__qoute-img {
		position: relative;
		top: -24px;
		left: 0;
		width: 100%;
	}
	.mp-staff__qoute-img.dsk {
		display: none;
	}
	.mp-staff__qoute-img.mb {
		display: block;
	}
	.mp-staff__qoute-img,
	.mp-staff__quote-text,
	.mp-staff__quote-fio,
	.mp-staff__quote-post {
		max-width: 388px;
		margin-right: auto;
		margin-left: auto;
	}

	.mp-reviews__slider-rev {
		overflow: hidden;
	}
	.mp-reviews__item-rev.swiper-slide {
		grid-template-columns: 100%;
		grid-column-gap: 0;
		width: 100%;
	}
	.mp-reviews__item-rev:not(.swiper-slide-active) {
		opacity: unset;
	}
	.mp-reviews__text-container {
		justify-content: flex-start;
	}
	.mp-reviews__text-container br {
		display: none;
	}
	.mp-reviews__img-rev {
		display: none;
	}
	.mp-reviews__slider-ph-container {
		display: block;
	}

	.mp-awards {
		padding-bottom: 80.81px;
	}
	.mp-awards__container {
		display: grid;
		grid-template-columns: 149px 77.41px 92.19px 94.48px;
		grid-column-gap: 30px;
		grid-row-gap: 25px;
	}
	.mp-awards__item:nth-child(1),
	.mp-awards__item:nth-child(2),
	.mp-awards__item:nth-child(3) {
		width: 100%;
		margin: 0;
	}

	.mp-about {
		padding: 30px 0 70px;
	}
	.mp-about__head {
		margin-bottom: 35px;
	}
	.mp-about__desc {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 20px;
		padding-bottom: 80px;
		margin-bottom: 45px;
	}
	.mp-about__desc-text {
		width: 100%;
	}

	.mp-link-round {
		align-self: flex-start;
	}

	.mp-classes__slider.swiper {
		width: calc(100% - 15px);
		margin-right: 0;
		margin-left: 0;
	}
	.mp-classes__img-container {
		width: 100%;
		height: auto;
		max-height: 380px;
		aspect-ratio: 3 / 2;
	}
	.mp-classes__image {
		height: calc(100% - 20px);
		padding-bottom: 44.45px;
		padding-left: 11.69px;
	}
	.swiper-slide-active .mp-classes__image {
		padding-bottom: 26.28px;
		padding-left: 15px;
	}
	.mp-classes__image::before {
		transition: 0.6s;
	}
	.mp-classes__name {
		font-size: 10.13px;
		margin-bottom: 7px;
	}
	.swiper-slide-active .mp-classes__name {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mp-classes__class {
		font-size: 5.07px;
		padding-left: 9.28px;
	}
	.swiper-slide-active .mp-classes__class {
		font-size: 12px;
		padding-left: 5px;
	}
	.mp-classes__desc {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		padding-left: 0;
	}
	.mp-classes__text {
		width: 100%;
	}

	.mp-food__desc {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 25px;
	}
	.mp-food__desc-text {
		padding-right: 15px;
		width: 100%;
	}
	.mp-food__guaranteed {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		height: auto;
		padding: 32px 15px 0;
		margin-bottom: 82px;
	}
	.mp-food__guaranteed-title {
		width: 100%;
		margin-bottom: 7px;
	}
	.mp-food__guaranteed-text {
		margin-bottom: -42px;
	}
	.mp-food__guaranteed-img {
		position: relative;
		top: unset;
		left: unset;
		bottom: -62px;
		width: 100%;
	}
	.mp-food__guaranteed-img.dsk {
		display: none;
	}
	.mp-food__guaranteed-img.mb {
		display: block;
	}

	.mp-service__desc {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 25px;
	}
	.mp-service__text {
		width: 100%;
	}

	.mp-services__container {
		grid-column-gap: 25px;
		margin-bottom: 25px;
	}
	.mp-services__img-container {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		max-height: 296px;
		margin-bottom: 15px;
	}
	/* <-- index page */
}

@media (max-width: 768px) {
    .twenty .mp-head-block__title {
        font-size: 4vh;
        line-height: 5vh;
    }
    .twenty .mp-head-block__title br {
        display: none;
    }
    .twenty .mp-head-block__desc {
        font-size: 1.9vh;
        line-height: 3.2vh;
        margin: 0 auto 2.5vh;
    }
    .twenty .go-btn {
        display: inline-flex;
        width: auto;
        max-width: 237px;
        height: auto;
        padding: 1.7vh 15px;
        border-radius: 20px;
    }
    .twenty .go-btn span {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
	/* index page --> */
	.mp-awards__container {
		grid-template-columns: 149px 95px;
	}
	.mp-awards__item:nth-child(1) {
		order: 0;
	}
	.mp-awards__item:nth-child(2) {
		order: 2;
	}
	.mp-awards__item:nth-child(3) {
		order: 1;
	}
	.mp-awards__item:nth-child(4) {
		order: 3;
	}

	.mp-services__container {
		grid-template-columns: 100%;
		grid-column-gap: 0;
	}
	/* <-- index page */
}

@media (max-width: 434px) {
	/* index page --> */
	.mp-head-block__desc {
		max-width: 330px;
	}
	.mp-head-block__desc i {
		display: block;
	}
	/* <-- index page */
}

@media (max-width: 365px) {
	/* index page --> */
	.mp-staff__head i {
		display: block;
	}
	/* <-- index page */
}
@media (max-height: 567px) {
    .twenty .tickets-button {height: 35px; bottom: 10px;}
    .twenty .mp-head-block__bottom {bottom: 60px;}
    .twenty .tickets-button img {height: 20px;}
    .twenty .mp-head-block__desc {
        font-size: 3.5vh;
        line-height: 4.5vh;
    }
    .twenty .mp-head-block__title {
        font-size: 6vh;
        line-height: 8vh;
    }
    .twenty .go-btn {
        padding: .4vh 10px;
        height: auto;
    }
    .twenty .go-btn span {
        font-size: 12px;
    }
    .twenty .go-btn img {
        width: 20px;
    }
}
/* End */


/* Start:/local/templates/grand2023/components/bitrix/menu/bottom/style.css?1706622319443*/
.page-footer__nav {display: flex; flex-direction: column; gap: 20px; margin: 0; padding: 0; list-style-type: none;}
.page-footer__item {display: flex; align-items: center;}
.page-footer__link {line-height: normal; text-decoration: none; color: inherit;}
.page-footer__item--logo {order: -1; margin-bottom: 23px;}

@media (max-width: 1220px) {
	.page-footer__nav {font-size: 16px;}
	.page-footer__item--logo {margin-bottom: 60px;}
}


/* End */


/* Start:/local/templates/grand2023/components/bitrix/menu/bottom_docs/style.css?1706622319314*/
.page-footer__menu-docs {display: flex; align-items: center; gap: 20px; list-style-type: none; margin: 0; padding: 0;}
.page-footer__menu-docs-link {text-decoration: none; color: inherit;}

@media (max-width: 1220px) {
	.page-footer__menu-docs {flex-direction: column; align-items: flex-start; gap: 15px;}
}

/* End */


/* Start:/local/components/oscompany/cookie.attention/templates/.default/style.css?167099106584*/
.cookie-line {height: auto !important;}
.cookie-line__text .hidden {display: none;}
/* End */
/* /local/templates/grand2023/lib/normalize.css/normalize.css?16905429206138 */
/* /local/templates/grand2023/lib/bootstrap-5.1.3-dist/css/bootstrap-grid.min.css?169054292052805 */
/* /local/templates/grand2023/lib/fancybox-3.5.7/dist/jquery.fancybox.min.css?169054292012795 */
/* /local/templates/grand2023/lib/swiper-9.4.1/swiper-bundle.min.css?169054292018065 */
/* /local/templates/grand2023/lib/datepicker/dist/datepicker.css?16905429204193 */
/* /local/templates/grand2023/css/Montserrat.css?169054292010992 */
/* /local/templates/grand2023/css/style.css?175258000851956 */
/* /local/templates/grand2023/components/bitrix/menu/bottom/style.css?1706622319443 */
/* /local/templates/grand2023/components/bitrix/menu/bottom_docs/style.css?1706622319314 */
/* /local/components/oscompany/cookie.attention/templates/.default/style.css?167099106584 */
