/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@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") format("woff");

  font-weight:400;

  font-style:normal
}

:root{
  --swiper-theme-color:#007aff
}

.swiper-container{
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1
}

.swiper-container-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper{
  transform:translate3d(0px,0,0)
}

.swiper-container-multirow>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-container-multirow-column>.swiper-wrapper{
  flex-wrap:wrap;
  flex-direction:column
}

.swiper-container-free-mode>.swiper-wrapper{
  transition-timing-function:ease-out;
  margin:0 auto
}

.swiper-slide{
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform
}

.swiper-slide-invisible-blank{
  visibility:hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
  height:auto
}

.swiper-container-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-container-3d{
  perspective:1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10
}

.swiper-container-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:x mandatory;
      scroll-snap-type:x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
  -ms-scroll-snap-type:y mandatory;
      scroll-snap-type:y mandatory
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(-1 * 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:after,.swiper-button-prev:after{
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none!important;
  letter-spacing:0;
  text-transform:none;
  font-variant:initial;
  line-height:1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  left:10px;
  right:auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
  content:'prev'
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  right:10px;
  left:auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
  content:'next'
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
  --swiper-navigation-color:#ffffff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
  --swiper-navigation-color:#000000
}

.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:10px;
  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:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2
}

button.swiper-pagination-bullet{
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:pointer
}

.swiper-pagination-bullet-active{
  opacity:1;
  background:var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets{
  right:10px;
  top:50%;
  transform:translate3d(0px,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:6px 0;
  display:block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  top:50%;
  transform:translateY(-50%);
  width:8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  display:inline-block;
  transition:.2s transform,.2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:.2s transform,.2s right
}

.swiper-pagination-progressbar{
  background: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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transform-origin:right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  width:100%;
  height:4px;
  left:0;
  top:0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
  width:4px;
  height:100%;
  left:0;
  top:0
}

.swiper-pagination-white{
  --swiper-pagination-color:#ffffff
}

.swiper-pagination-black{
  --swiper-pagination-color:#000000
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar{
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%
}

.swiper-container-vertical>.swiper-scrollbar{
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%
}

.swiper-scrollbar-drag{
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,.5);
  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%;
  font-family:"object-fit:contain";
  -o-object-fit:contain;
     object-fit:contain
}

.swiper-slide-zoomed{
  cursor:move
}

.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%;
  -webkit-animation:swiper-preloader-spin 1s infinite linear;
          animation:swiper-preloader-spin 1s infinite linear;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent
}

.swiper-lazy-preloader-white{
  --swiper-preloader-color:#fff
}

.swiper-lazy-preloader-black{
  --swiper-preloader-color:#000
}

@-webkit-keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes swiper-preloader-spin{
  100%{
    transform:rotate(360deg)
  }
}

.swiper-container .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide{
  transition-timing-function:ease-out
}

.swiper-container-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity
}

.swiper-container-fade .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube{
  overflow:visible
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide{
  transform-origin:100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
  pointer-events:auto;
  visibility:visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

.swiper-container-cube .swiper-cube-shadow{
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  filter:blur(50px);
  z-index:0
}

.swiper-container-flip{
  overflow:visible
}

.swiper-container-flip .swiper-slide{
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1
}

.swiper-container-flip .swiper-slide .swiper-slide{
  pointer-events:none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
  pointer-events:auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}

/* BASE */

html {
  scroll-behavior: smooth;
  scroll-padding: 100px;
}

img {
  display: block;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

*:focus-visible {
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px activeborder; /* Blink, Chrome */
  box-shadow: 0 0 0 3px -moz-mac-focusring; /* Firefox */
  outline: auto 5px -webkit-focus-ring-color; /* Webkit, Safari */
}

body {
  color: #000000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Kelson Sans';

  src: url('../../assets/font/kelson/normal.woff2') format('woff2'),
    url('../../assets/font/kelson/normal.woff') format('woff'), url('../../assets/font/kelson/normal.eot') format('eot');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Kelson Sans';

  src: url('../../assets/font/kelson/bold.woff2') format('woff2'),
    url('../../assets/font/kelson/bold.woff') format('woff'), url('../../assets/font/kelson/bold.eot') format('eot');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

.heading-l {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.1875rem;
  letter-spacing: 0.05125rem;
  line-height: 2.375rem;
}

@media (min-width: 560px) {

.heading-l {
    font-size: 3.125rem;

    letter-spacing: 0.05625rem;

    line-height: 3.4375rem;
}
  }

@media (min-width: 1025px) {

.heading-l {
    font-size: 4.0625rem;

    letter-spacing: 0.0625rem;

    line-height: 4.6875rem;
}
  }

.heading {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.09375rem;
  line-height: 2.1875rem;
}

@media (min-width: 560px) {

.heading {
    font-size: 2.1875rem;

    line-height: 2.625rem;
}
  }

@media (min-width: 1025px) {

.heading {
    font-size: 2.625rem;

    line-height: 3.125rem;
}
  }

.heading-s {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.01563rem;
  line-height: 1.875rem;
}

@media (min-width: 560px) {

.heading-s {
    font-size: 1.5rem;

    letter-spacing: 0.02188rem;

    line-height: 2.125rem;
}
  }

@media (min-width: 1025px) {

.heading-s {
    font-size: 1.75rem;

    letter-spacing: 0.03125rem;

    line-height: 2.5rem;
}
  }

.heading-xs {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.0125rem;
  line-height: 1.6875rem;
}

.heading-2xs {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.25rem;
}

.heading-3xs {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01438rem;
  line-height: 1.125rem;
}

.copy {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.03125rem;
  line-height: 1.5625rem;
}

@media (min-width: 1025px) {

.copy {
    font-size: 1rem;

    letter-spacing: 0.0125rem;
}
  }

.tagline {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.0125rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
}

.wysiwyg {
  width: 100%;
}

.wysiwyg > * + * {
    margin-top: 25px;
  }

@media (min-width: 1025px) {

.wysiwyg > * + * {
      margin-top: 30px
  }
    }

.wysiwyg > h1 + *,
  .wysiwyg > h2 + *,
  .wysiwyg > h3 + *,
  .wysiwyg > h4 + *,
  .wysiwyg > h5 + *,
  .wysiwyg > h6 + * {
    margin-top: 15px;
  }

@media (min-width: 1025px) {

.wysiwyg > h1 + *,
  .wysiwyg > h2 + *,
  .wysiwyg > h3 + *,
  .wysiwyg > h4 + *,
  .wysiwyg > h5 + *,
  .wysiwyg > h6 + * {
      margin-top: 20px
  }
    }

.wysiwyg > p + *,
  .wysiwyg > li + * {
    margin-top: 15px;
  }

.wysiwyg p,
  .wysiwyg li {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    letter-spacing: 0.03125rem;
    line-height: 1.5625rem;
  }

@media (min-width: 1025px) {

.wysiwyg p,
  .wysiwyg li {
      font-size: 1rem;

      letter-spacing: 0.0125rem;
  }
    }

.wysiwyg h1 {
    font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1875rem;
    letter-spacing: 0.05125rem;
    line-height: 2.375rem;
  }

@media (min-width: 560px) {

.wysiwyg h1 {
      font-size: 3.125rem;

      letter-spacing: 0.05625rem;

      line-height: 3.4375rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h1 {
      font-size: 4.0625rem;

      letter-spacing: 0.0625rem;

      line-height: 4.6875rem;
  }
    }

.wysiwyg h2 {
    font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    letter-spacing: 0.09375rem;
    line-height: 2.1875rem;
  }

@media (min-width: 560px) {

.wysiwyg h2 {
      font-size: 2.1875rem;

      line-height: 2.625rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h2 {
      font-size: 2.625rem;

      line-height: 3.125rem;
  }
    }

.wysiwyg h3 {
    font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 1.3125rem;
    letter-spacing: 0.01563rem;
    line-height: 1.875rem;
    /* @apply font-roboto; */
  }

@media (min-width: 560px) {

.wysiwyg h3 {
      font-size: 1.5rem;

      letter-spacing: 0.02188rem;

      line-height: 2.125rem;
  }
    }

@media (min-width: 1025px) {

.wysiwyg h3 {
      font-size: 1.75rem;

      letter-spacing: 0.03125rem;

      line-height: 2.5rem;
  }
    }

.wysiwyg h4 {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 1.3125rem;
    letter-spacing: 0.0125rem;
    line-height: 1.6875rem;
  }

.wysiwyg h5 {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.01563rem;
    line-height: 1.25rem;
  }

.wysiwyg h6 {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.01438rem;
    line-height: 1.125rem;
  }

.wysiwyg a {
    text-decoration: underline;
    display: inline;
    font-weight: 700;
    letter-spacing: 0.03125rem;
  }

.wysiwyg a:hover {
      color: #C8D100;
    }

.wysiwyg ul,
  .wysiwyg ol {
    padding-left: 30px;
  }

.wysiwyg ul {
    list-style-type: disc;
  }

.wysiwyg ol {
    list-style-type: decimal;
  }

.wysiwyg li:not(:last-of-type) {
      margin-bottom: 10px;
    }

.bg-councilGreen .wysiwyg a:hover, .bg-children .wysiwyg a:hover, .bg-youngAdults .wysiwyg a:hover, .bg-preSchool .wysiwyg a:hover {
      color: #896A90;
    }

.transition {
  transition: 0.3s all;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 560px) {

.row {
    margin-left: -8px;

    margin-right: -8px
}
  }

@media (min-width: 1025px) {

.row {
    margin-left: -13px;

    margin-right: -13px
}
  }

.column {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 560px) {

.column {
    padding-left: 8px;

    padding-right: 8px
}
  }

@media (min-width: 1025px) {

.column {
    padding-left: 13px;

    padding-right: 13px
}
  }

/* SITE */

.site-topMenu {
  background-color: #4B4F55;
  color: #ffffff;
}

@media (max-width: 1024px) {

.site-topMenu {
    display: flex;

    flex-direction: column;

    border-bottom-width: 1px;

    border-color: #6C7077
}
  }

@media (min-width: 1025px) {

.site-topMenu {
    padding-left: 40px;

    padding-right: 40px
}
  }

@media (min-width: 1025px) {

.site-topMenu__search {
    width: 300px;

    min-width: 300px
}
  }

.site-topMenu__search__input {
  background-color: #ffffff;
}

.site-topMenu__search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C8D100;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

@media (min-width: 560px) {

.site-topMenu__search__button {
    width: 80px;

    min-width: 80px;

    height: 80px;

    min-height: 80px
}
  }

@media (min-width: 1025px) {

.site-topMenu__search__button {
    width: 55px;

    min-width: 55px;

    height: 55px;

    min-height: 55px
}
  }

.site-topMenu__search__icon {
  width: 18px;
  min-width: 18px;
}

@media (min-width: 560px) {

.site-topMenu__search__icon {
    width: 20px;

    min-width: 20px
}
  }

.site-topMenu__icon {
  width: 21px;
  min-width: 21px;
  color: #ffffff;
}

.site-topMenu__nav {
  display: flex;
  margin-right: 25px;
}

.site-topMenu__link {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.25rem;
}

.site-topMenu__link:hover {
    text-decoration: underline;
  }

@media (max-width: 1024px) {

.site-topMenu__accountItem {
    padding-left: 15px;

    padding-right: 15px
}
  }

@media (min-width: 1025px) {

.site-topMenu__accountItem {
    display: flex;

    align-items: center
}
  }

@media (min-width: 1025px) {

.site-topMenu__accountItem:hover .site-topMenu__accountNav {
      opacity: 1;

      pointer-events: auto;

      visibility: visible
  }
    }

.site-topMenu__accountNav {
  background-color: #4B4F55;
  background-color: #6C7077;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  height: calc(100vh - 191px);
  top: 0px;
  position: absolute;
  left: 0;
  z-index: 10;
  right: 0;
}

@media (min-width: 1025px) {

.site-topMenu__accountNav {
    opacity: 1;

    height: initial;

    left: initial;

    position: absolute;

    top: 0;

    right: 0;

    z-index: 10
}
  }

@media (max-width: 1024px) {

.site-mainMenu {
    opacity: 0;

    pointer-events: none;

    visibility: hidden;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 20;

    display: flex;

    flex-direction: column;

    background-color: #4B4F55;

    color: #ffffff
}
  }

@media (min-width: 1025px) {

.site-mainMenu {
    display: flex;

    margin-top: 0px !important
}
  }

@media (max-width: 1024px) {

.site-mainMenu__list {
    flex: 1 1 0%;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch
}
  }

@media (min-width: 1025px) {

.site-mainMenu__list {
    display: flex;

    margin-top: 0px !important
}
  }

@media (min-width: 1025px) {
      .site-mainMenu__item:hover .site-mainMenu__subMenu {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
      }
}

@media (max-width: 1024px) {
    .site-mainMenu__item--parent .site-mainMenu__link {
      display: flex;
      justify-content: space-between;
    }
}

.site-mainMenu__link {
  position: relative;
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.0125rem;
  line-height: 1.6875rem;
  color: #ffffff;
}

@media (min-width: 1025px) {

.site-mainMenu__link {
    padding-bottom: 10px
}

    .site-mainMenu__link:after {
      transition: 0.3s all;
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 7px;
      min-height: 7px;
      background-color: #C8D100;
      opacity: 0;
    }
      .site-mainMenu__link:hover:after {
        opacity: 0.25;
      }
      .site-mainMenu__link.site-mainMenu__item--active:after {
        opacity: 1;
      }
  }

.site-header--menuOpen .site-mainMenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

/* overflow quickfix */

@media (max-width: 1024px) {

.site-header__inner {
    width: 100vw
}
  }

.site-mainMenu__subMenu {
  position: absolute;
  z-index: 10;
}

@media (max-width: 1024px) {

.site-mainMenu__subMenu {
    opacity: 0;

    pointer-events: none;

    visibility: hidden;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background-color: #4B4F55;

    display: flex;

    flex-direction: column;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch
}
  }

@media (min-width: 1025px) {

.site-mainMenu__subMenu {
    opacity: 0;

    pointer-events: none;

    visibility: hidden;

    background-color: #F3EFF4;

    top: 100%;

    right: 0;

    left: 0;

    z-index: 20;

    padding: 40px
}
  }

@media (max-width: 1024px) {

.site-mainMenu__subMenu__list {
    padding: 30px;

    padding-top: 0;

    flex: 1 1 0%;

    overflow-y: scroll;

    -webkit-overflow-scrolling: touch
}
  }

@media (min-width: 1025px) {

.site-mainMenu__subMenu__list {
    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    height: 170px;

    max-height: 170px;

    margin-top: -10px
}
  }

@media (min-width: 1025px) {

.site-mainMenu__subMenu__item {
    margin-top: 10px
}
  }

.site-mainMenu__subMenu__link {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.0125rem;
  line-height: 1.6875rem;
}

@media (max-width: 1024px) {

.site-mainMenu__subMenu__link {
    color: #ffffff
}
  }

@media (min-width: 1025px) {

.site-mainMenu__subMenu__link {
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;

    font-weight: 500;

    font-size: 1rem;

    letter-spacing: 0.01563rem;

    line-height: 1.25rem;

    color: #6C7077
}
  }

.site-mainMenu__subMenu__link:hover {
    text-decoration: underline;
  }

.site-mainMenu__item--menuOpen .site-mainMenu__subMenu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.site-header__menuBtn {
  position: relative;
  background-color: #4B4F55;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

@media (min-width: 560px) {

.site-header__menuBtn {
    width: 80px;

    min-width: 80px;

    height: 80px;

    min-height: 80px
}
  }

@media (max-width: 1024px) {

.site-header__menuBtn {
    pointer-events: auto
}
  }

.site-header__menuBtn__line,
.site-header__menuBtn__line:before,
.site-header__menuBtn__line:after {
  width: 26px;
  min-width: 26px;
  height: 2px;
  min-height: 2px;
  background-color: #ffffff;
  /* @mixin transition; */
}

@media (min-width: 560px) {

.site-header__menuBtn__line,
.site-header__menuBtn__line:before,
.site-header__menuBtn__line:after {
    width: 34px;

    min-width: 34px
}
  }

.site-header__menuBtn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-header__menuBtn__line:before,
  .site-header__menuBtn__line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

.site-header__menuBtn__line:before {
    transform: translateY(-7px);
  }

.site-header__menuBtn__line:after {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(7px);
  }

.site-header--menuOpen .site-header__menuBtn__line {
    background-color: transparent;
  }

.site-header--menuOpen .site-header__menuBtn__line:before {
    transform: rotate(45deg);
  }

.site-header--menuOpen .site-header__menuBtn__line:after {
    transform: rotate(-45deg);
  }

.site-header__sticky {
  position: absolute;
  right: 0;
  left: 0;
}

.site-header__sticky .site-header__logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }

.site-header__sticky .site-header__logo__main {
    transition: 0.3s all;
    width: 102px;
    min-width: 102px;
  }

@media (min-width: 560px) {

.site-header__sticky .site-header__logo__main {
      width: 125px;

      min-width: 125px
  }
    }

@media (min-width: 1025px) {

.site-header__sticky .site-header__logo__main {
      width: 165px;

      min-width: 165px
  }
    }

.site-header__sticky .site-header__logo__simple {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    transition: 0.3s all;
    width: 20px;
    min-width: 20px;
  }

@media (min-width: 1025px) {

.site-header__sticky .site-header__logo__simple {
      width: 40px;

      min-width: 40px
  }
    }

.site-header__sticky.active .site-header__logo {
      margin-top: 10px;
      margin-bottom: 10px;
    }

.site-header__sticky.active .site-header__logo__main {
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      position: absolute;
    }

.site-header__sticky.active .site-header__logo__simple {
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      position: static;
    }

.site-header__sticky.sticky {
    position: fixed;
    top: 0;
  }

.site-footerMain__logo {
  width: 130px;
  min-width: 130px;
}

@media (min-width: 1025px) {

.site-footerMain__logo {
    width: 220px;

    min-width: 220px
}
  }

.site-footerMain__item {
}

.site-footerMain__link {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.25rem;
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  color: #6C7077;
}

.site-footerMain__link:hover {
    text-decoration: underline;
  }

.site-footerBottom__link {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01438rem;
  line-height: 1.125rem;
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.site-footerBottom__link:hover {
    text-decoration: underline;
  }

.site-footer {
}

.site-cookieBanner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #4B4F55;
  transition: 0.3s all;
}

/* BUTTON */

button,
.btn,
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  transition: 0.3s all;
}

button:disabled, .btn:disabled, a:disabled {
    cursor: not-allowed;
  }

.btn--cover:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

.btn--block {
  transition-property: background-color, text;
  padding: 16px 20px;
  min-width: 200px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.btn--block[disabled] {
    cursor: not-allowed;
  }

.btn--block .btn__text {
    font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.035rem;
    line-height: 1;
    margin-right: 25px;
  }

.btn--block .btn__arrow {
    transition: 0.3s all;
    width: 21px;
    min-width: 21px;
  }

.btn--block:hover .btn__arrow, .btn--block.btn--loading .btn__arrow {
      transform: translateX(5px);
    }

.btn--block.btn--white {
    background-color: #ffffff;
    color: #6C7077;
  }

.btn--block.btn--white:hover {
      background-color: #C8D100;
      color: #36383F;
    }

.btn--block.btn--councilGreen {
    background-color: #C8D100;
    color: #36383F;
  }

.btn--block.btn--councilGreen:hover {
      background-color: #6C7077;
      color: #ffffff;
    }

.btn--block.btn--councilGreen.btn--loading {
      background-color: #6C7077;
      color: #ffffff;
    }

.btn--block.btn--page {
    background-color: #6C7077;
    color: #ffffff;
  }

.btn--block.btn--page:hover {
      background-color: #896A90;
    }

.btn--block.btn--bookshelf {
    background-color: #4B4F55;
    color: #ffffff;
  }

.btn--block.btn--bookshelf:hover {
      background-color: #896A90;
    }

.btn--block.btn--tale {
    background-color: #F3EFF4;
    color: #4B4F55;
  }

.btn--block.btn--tale:hover {
      background-color: #896A90;
      color: #ffffff;
    }

.btn--block.btn--error {
    background-color: #EB0000;
    color: #ffffff;
  }

.btn--block.btn--error:hover {
      background-color: #FF6A6A;
    }

.btn--block.btn--adults {
    background-color: #1A6A90;
    color: #ffffff;
  }

.btn--block.btn--adults:hover {
      background-color: #6C7077;
    }

.btn--block.btn--children {
    background-color: #FAB501;
    color: #4B4F55;
  }

.btn--block.btn--children:hover {
      background-color: #6C7077;
      color: #ffffff;
    }

.btn--block.btn--youngAdults {
    background-color: #00B1CC;
    color: #36383F;
  }

.btn--block.btn--youngAdults:hover {
      background-color: #6C7077;
      color: #ffffff;
    }

.btn--block.btn--seniors {
    background-color: #896A90;
    color: #ffffff;
  }

.btn--block.btn--seniors:hover {
      background-color: #6C7077;
    }

.btn--block.btn--preSchool {
    background-color: #FDE600;
    color: #4B4F55;
  }

.btn--block.btn--preSchool:hover {
      background-color: #6C7077;
      color: #ffffff;
    }

.btn--inline {
  display: inline-flex;
  align-items: center;
}

.btn--inline .btn__text {
    font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 500;
    color: #6C7077;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    line-height: 1.5625rem;
    margin-right: 14px;
    margin-bottom: -3px;
  }

.btn--inline .btn__arrowSquare {
    transition: 0.3s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    border-width: 2px;
  }

.btn--inline .btn__arrow {
    transition: 0.3s all;
    width: 11px;
    min-width: 11px;
    transform: translateX(1px);
  }

.btn--inline:hover .btn__arrow {
      transform: translateX(2px);
    }

.btn--inline.btn--councilGreen .btn__arrowSquare {
      border-color: #C8D100;
    }

.btn--inline.btn--councilGreen .btn__arrow {
      color: #C8D100;
    }

.btn--inline.btn--councilGreen:hover .btn__arrowSquare {
        border-color: #4B4F55;
      }

.btn--inline.btn--children .btn__arrowSquare {
      border-color: #FAB501;
    }

.btn--inline.btn--children .btn__arrow {
      color: #FAB501;
    }

.btn--inline.btn--children:hover .btn__arrowSquare {
        border-color: #4B4F55;
      }

.btn--inline.btn--adults .btn__arrowSquare {
      border-color: #1A6A90;
    }

.btn--inline.btn--adults .btn__arrow {
      color: #1A6A90;
    }

.btn--inline.btn--adults:hover .btn__arrowSquare {
        border-color: #4B4F55;
      }

.btn--inline.btn--seniors .btn__arrowSquare {
      border-color: #896A90;
    }

.btn--inline.btn--seniors .btn__arrow {
      color: #896A90;
    }

.btn--inline.btn--seniors:hover .btn__arrowSquare {
        border-color: #4B4F55;
      }

.btn--simple {
  text-decoration: underline;
  transition: 0.3s all;
}

.btn--simple:hover {
    color: #C8D100;
  }

.bg-councilGreen .btn--simple:hover {
    color: #896A90;
  }

.btn--simple + .tooltip {
  cursor: pointer;
}

.btn--simple + .tooltip .tooltip__icon,
  .btn--simple + .tooltip .tooltip__content {
    transition: 0.3s all;
  }

.btn--simple + .tooltip .tooltip__icon {
    display: inline-block;
    align-self: flex-start;
  }

.btn--simple + .tooltip .tooltip__icon:hover + .tooltip__content {
      opacity: 1;
      visibility: visible;
    }

.btn--simple + .tooltip .tooltip__content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 100%;
    background-color: #ffffff;
    border-width: 2px;
    border-color: #C8D100;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.07);
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    max-width: 200px;
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    letter-spacing: 0.03125rem;
    line-height: 1.5625rem;
  }

@media (min-width: 1025px) {

.btn--simple + .tooltip .tooltip__content {
      font-size: 1rem;

      letter-spacing: 0.0125rem
  }
    }

.btn--simple + .tooltip .tooltip__content:after {
      content: '';
      width: 10px;
      height: 10px;
      background-color: #ffffff;
      position: absolute;
      top: 100%;
      border-bottom-width: 2px;
      border-right-width: 2px;
      border-color: #C8D100;
      transform: translateX(-50%) rotate(45deg);
      left: 50%;
      margin-top: -4px;
    }

.btn--simple.btn--page {
  color: #6C7077;
}

.btn--simple.btn--page:hover {
    color: #C8D100;
  }

.btn--simple.btn--page + .tooltip .tooltip__icon {
      color: #6C7077;
    }

.btn--simple.btn--page + .tooltip .tooltip__icon:hover {
        color: #C8D100;
      }

.btn--arrow {
  border-color: #C8D100;
  border-width: 2px;
  padding: 10px;
}

@media (min-width: 1025px) {
    .btn--arrow:not([aria-disabled='true']):hover {
      background-color: #C8D100;
    }
      .btn--arrow:not([aria-disabled='true']):hover .btn--arrow__icon {
        color: #ffffff;
      }
  }

.btn--arrow[aria-disabled='true'] {
    opacity: 0.5;
  }

.btn--arrow__icon {
  color: #C8D100;
  width: 18px;
  min-width: 18px;
}

.btn--arrow--s {
  padding: 6px;
}

.btn--arrow--s .btn--arrow__icon {
    width: 10px;
    min-width: 10px;
  }

/* FORM */

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
select,
textarea {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.03125rem;
  line-height: 1.5625rem;
  display: block;
  line-height: normal !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 0px;
}

@media (min-width: 1025px) {

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
select,
textarea {
    font-size: 1rem;

    letter-spacing: 0.0125rem
}
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::placeholder, select::placeholder, textarea::placeholder {
    opacity: 1;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']),
select,
textarea {
  color: #000000;
  border-width: 1px;
  border-color: #F6F6F6;
  padding: 18px 28px;
}

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #6C7077;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6C7077;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio'])::placeholder, select::placeholder, textarea::placeholder {
    color: #6C7077;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):hover, select:hover, textarea:hover {
    border-color: #F3F6C8;
  }

input:not([type='submit']):not([type='checkbox']):not([type='radio']):focus, select:focus, textarea:focus {
    border-color: #C8D100;
  }

textarea {
  display: block;
  line-height: normal !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s all;
  border-radius: 0px;
}

textarea::-moz-placeholder {
    opacity: 1;
  }

textarea:-ms-input-placeholder {
    opacity: 1;
  }

textarea::placeholder {
    opacity: 1;
  }

label {
  display: block;
}

input[type='submit'] {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: auto;
  transition: 0.3s all;
}

input[type='submit']:disabled {
    cursor: not-allowed;
  }

input[type='submit'] {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #C8D100;
  color: #36383F;
  font-size: 1.25rem;
  letter-spacing: 0.035rem;
  line-height: 1;
}

input[type='submit']:hover {
    background-color: #6C7077;
    color: #ffffff;
  }

input[type='checkbox'] {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
}

.form-loader,
.form-loader:after {
  border-radius: 50%;
  width: 23px;
  height: 23px;
}

.form-loader {
  font-size: 0.4375rem;
  position: relative;
  text-indent: -9999em;
  border-top: 0.75em solid rgba(255, 255, 255, 0.2);
  border-right: 0.75em solid #ffffff;
  border-bottom: 0.75em solid #ffffff;
  border-left: 0.75em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: form-loader 1.1s infinite linear;
          animation: form-loader 1.1s infinite linear;
}

.form-loader.form-loader--page {
    border-top: 0.75em solid rgba(42, 44, 47, 0.2);
    border-right: 0.75em solid #6c7077;
    border-bottom: 0.75em solid #6c7077;
    border-left: 0.75em solid #6c7077;
  }

@-webkit-keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

/* GLOBAL */

.global-alert {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.03125rem;
  line-height: 2.5rem;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
}

@media (min-width: 1025px) {

.global-alert {
    width: 48px;

    min-width: 48px;

    height: 48px;

    min-height: 48px
}
  }

.global-content .tablepress {
    color: #4B4F55;
    border-bottom: 1px solid #B29FB8;
  }

.global-content .tablepress tfoot th,
  .global-content .tablepress thead th {
    background-color: #F3EFF4;
    font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    letter-spacing: 0.03125rem;
    line-height: 1.5625rem;
    font-weight: 700;
  }

@media (min-width: 1025px) {

.global-content .tablepress tfoot th,
  .global-content .tablepress thead th {
      font-size: 1rem;

      letter-spacing: 0.0125rem;
  }
    }

.global-content .tablepress thead th {
    border-bottom: 1px solid #B29FB8;
  }

.global-content .tablepress tbody td,
  .global-content .tablepress tfoot th {
    border-top: 1px solid #B29FB8;
  }

.global-content .tablepress td,
  .global-content .tablepress th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

@media (min-width: 1025px) {

.global-content .tablepress td,
  .global-content .tablepress th {
      padding-left: 25px;

      padding-right: 25px;

      padding-top: 15px;

      padding-bottom: 15px
  }
    }

.global-triangleCard {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #ffffff;
  border-left: 30px solid transparent;
}

.global-triangle {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid;
}

@media (min-width: 560px) {

.global-triangle {
    border-bottom: 70px solid
}
  }

@media (min-width: 1025px) {

.global-triangle {
    border-bottom: 100px solid
}
  }

.global-triangle--left {
  left: 0;
  border-right: 45px solid transparent;
}

@media (min-width: 560px) {

.global-triangle--left {
    border-right: 70px solid transparent
}
  }

@media (min-width: 1025px) {

.global-triangle--left {
    border-right: 100px solid transparent
}
  }

.global-triangle--right {
  right: 0;
  border-left: 45px solid transparent;
}

@media (min-width: 560px) {

.global-triangle--right {
    border-left: 70px solid transparent
}
  }

@media (min-width: 1025px) {

.global-triangle--right {
    border-left: 100px solid transparent
}
  }

.global-triangleCard--large {
  border-bottom: 50px solid #ffffff;
  border-left: 50px solid transparent;
}

@media (min-width: 1025px) {

.global-triangleCard--large {
    border-bottom: 70px solid #ffffff;

    border-left: 70px solid transparent
}
  }

/* COLOURS */

.global-triangle--bookshelf {
  border-bottom-color: #4B4F55;
}

.global-triangle--tale {
  border-bottom-color: #F3EFF4;
}

.global-triangle--page {
  border-bottom-color: #6C7077;
}

.global-triangle--councilGreen {
  border-bottom-color: #C8D100;
}

.global-triangle--adults {
  border-bottom-color: #1A6A90;
}

.global-triangle--children {
  border-bottom-color: #FAB501;
}

.global-triangle--youngAdults {
  border-bottom-color: #00B1CC;
}

.global-triangle--seniors {
  border-bottom-color: #896A90;
}

.global-triangle--preSchool {
  border-bottom-color: #FDE600;
}

.global-triangle--white {
  border-bottom-color: #ffffff;
}

.global-heroFull__content {
  min-height: 360px;
}

.global-hero__librariesIcon {
  width: 32px;
  min-width: 32px;
}

@media (min-width: 560px) {

.global-hero__librariesIcon {
    width: 40px;

    min-width: 40px
}
  }

@media (min-width: 1025px) {

.global-hero__librariesIcon {
    width: 54px;

    min-width: 54px
}
  }

.global-hero__icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.site-social__square {
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background-color: #C8D100;
  padding: 6px;
}

.site-social__square:hover {
    background-color: #6C7077;
  }

.site-social__square__invert {
    background-color: #6C7077;
  }

.site-social__square__invert:hover {
      background-color: #C8D100;
    }

.site-social__icon {
  color: #ffffff;
}

.pagination {
  display: flex;
}

.next {
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  min-width: 40px;
  max-height: 40px;
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  letter-spacing: 0.0125rem;
  line-height: 1.6875rem;
  line-height: normal;
  color: #6C7077;
  border-width: 2px;
  border-color: #6C7077;
}

.page-numbers:not(.current):not(.dots):hover {
    background-color: #F3EFF4;
  }

.pagination__arrow {
  width: 16px;
  min-width: 16px;
}

.prev .pagination__arrow {
    transform: scale(-1);
  }

.current {
  color: #000000;
  background-color: #C8D100;
  border-color: #C8D100;
}

.dots {
  border-width: 0px;
}

.global-sliderPagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-sliderPagination__bullet {
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-width: 2px;
  border-color: #4B4F55;
}

.global-sliderPagination__bullet--active {
  background-color: #4B4F55;
}

.library-card__alertOpen {
  position: relative;
  bottom: -4px;
  transition: 0.3s all;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.library-card__alertClose {
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.library-card--alert .library-card__alertOpen {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

.library-card--alert .library-card__alertClose {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

.library-card--opening_times .library-card__alert {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

.library-card__showEl {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
}

@media (min-width: 1025px) {

.library-card__showEl {
    width: 48px;

    min-width: 48px;

    height: 48px;

    min-height: 48px
}
  }

.global-imageContent__offsetBackground {
  transform: translate(20px, 20px);
}

@media (min-width: 560px) {

.global-imageContent__offsetBackground {
    transform: translate(30px, 30px)
}
  }

@media (min-width: 1025px) {

.global-imageContent__offsetBackground {
    transform: translate(50px, 50px)
}
  }

/* LAYOUT */

.layout-accordion__content {
  transition: max-height 0.3s ease;
  max-height: 0px;
}

.layout-accordion--active .layout-accordion__arrow {
    transform: rotate(90deg);
  }

.layout-video__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.layout-video__container > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.layout-video__container.is-ready {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

.layout-video__button {
  transform: translate(-50%, 50%);
  bottom: 50%;
  left: 50%;
}

.layout-eventbrite .wfea .wfea-grid_event {
      border-width: 2px;
      border-color: #C8D100;
    }

.layout-eventbrite .wfea .wfea-group {
      border-spacing: 0 !important;
      margin-bottom: 20px;
    }

.layout-eventbrite .wfea .wfea-group .entry-meta {
        font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif !important;
        font-weight: 400 !important;
        font-size: 0.9375rem !important;
        letter-spacing: 0.03125rem !important;
        line-height: 1.5625rem !important;
        color: #6C7077 !important;
        font-weight: 500 !important;
        font-style: normal !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-width: 0px !important;
      }

@media (min-width: 1025px) {

.layout-eventbrite .wfea .wfea-group .entry-meta {
          font-size: 1rem;

          letter-spacing: 0.0125rem;
      }
        }

.layout-eventbrite .wfea .wfea-group .wfea-grid__content.entry-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
        font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif !important;
        font-weight: 400 !important;
        font-size: 0.9375rem !important;
        letter-spacing: 0.03125rem !important;
        line-height: 1.5625rem !important;
        color: #6C7077 !important;
      }

@media (min-width: 1025px) {

.layout-eventbrite .wfea .wfea-group .wfea-grid__content.entry-content {
          font-size: 1rem;

          letter-spacing: 0.0125rem;
      }
        }

.layout-eventbrite .wfea .wfea-banner {
      background-color: #ffffff;
    }

.layout-eventbrite .wfea .entry-header {
      display: flex;
      align-items: center;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 0;
      margin-bottom: 10px;
    }

.layout-eventbrite .wfea .entry-header time {
        display: none;
      }

.layout-eventbrite .wfea .entry-header .wfea-header__title.entry-title {
        font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
        font-weight: 500;
        font-size: 1.3125rem;
        letter-spacing: 0.0125rem;
        line-height: 1.6875rem;
        font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
        font-weight: 700;
        color: #6C7077;
        margin: 0;
      }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        pointer-events: auto;
        transition: 0.3s all;
      }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a:disabled {
          cursor: not-allowed;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a {
        transition-property: background-color, text;
        padding: 16px 20px;
        min-width: 200px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
}

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a[disabled] {
          cursor: not-allowed;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a .btn__text {
          font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
          font-weight: 700;
          font-size: 1.25rem;
          letter-spacing: 0.035rem;
          line-height: 1;
          margin-right: 25px;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a .btn__arrow {
          transition: 0.3s all;
          width: 21px;
          min-width: 21px;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a:hover .btn__arrow, .layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--loading .btn__arrow {
            transform: translateX(5px);
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--white {
          background-color: #ffffff;
          color: #6C7077;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--white:hover {
            background-color: #C8D100;
            color: #36383F;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--councilGreen {
          background-color: #C8D100;
          color: #36383F;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--councilGreen:hover {
            background-color: #6C7077;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--councilGreen.btn--loading {
            background-color: #6C7077;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--page {
          background-color: #6C7077;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--page:hover {
            background-color: #896A90;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--bookshelf {
          background-color: #4B4F55;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--bookshelf:hover {
            background-color: #896A90;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--tale {
          background-color: #F3EFF4;
          color: #4B4F55;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--tale:hover {
            background-color: #896A90;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--error {
          background-color: #EB0000;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--error:hover {
            background-color: #FF6A6A;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--adults {
          background-color: #1A6A90;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--adults:hover {
            background-color: #6C7077;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--children {
          background-color: #FAB501;
          color: #4B4F55;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--children:hover {
            background-color: #6C7077;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--youngAdults {
          background-color: #00B1CC;
          color: #36383F;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--youngAdults:hover {
            background-color: #6C7077;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--seniors {
          background-color: #896A90;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--seniors:hover {
            background-color: #6C7077;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--preSchool {
          background-color: #FDE600;
          color: #4B4F55;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a.btn--preSchool:hover {
            background-color: #6C7077;
            color: #ffffff;
          }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a {
        width: 100%;
        background-color: #C8D100;
}

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a:hover {
          background-color: #4B4F55;
          color: #ffffff;
        }

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a {
        margin: 0;
}

.layout-eventbrite .wfea .booknow.wfea-grid__booknow.wfea-popup a button {
          font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
          font-weight: 700;
          font-size: 1.25rem;
          letter-spacing: 0.035rem;
          line-height: 1;
        }

.layout-eventbrite .wfea .wfea-grid-hero.wfea-banner figure.wfea-popup {
        background-color: #4B4F55;
        position: relative;
      }

.layout-eventbrite .wfea .wfea-grid-hero.wfea-banner figure.wfea-popup a {
          width: 100%;
          height: 100%;
          display: block;
        }

.layout-eventbrite .wfea .wfea-grid-hero.wfea-banner figure.wfea-popup:before {
          content: '';
          border-bottom: 30px solid #ffffff;
          border-left: 30px solid transparent;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 10;
        }

.layout__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

/* SEARCH */

.search-hero__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C8D100;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

@media (min-width: 1025px) {

.search-hero__button {
    width: 70px;

    min-width: 70px;

    height: 70px;

    min-height: 70px
}
  }

.search-hero__icon {
  width: 18px;
  min-width: 18px;
}

@media (min-width: 560px) {

.search-hero__icon {
    width: 20px;

    min-width: 20px
}
  }

.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form-multiselect:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236C7077'%3e%3cpath d='M5.707 7.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4a1 1 0 00-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: #6C7077;
  background-color: #C8D100;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-checkbox::-ms-check {
    border-width: 2px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  color: #4299e1;
  background-color: #ffffff;
  border-color: #6C7077;
  border-width: 2px;
  border-radius: 0px;
}

.form-checkbox:focus {
  outline: none;
  border-color: #6C7077;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg fill='%236C7077' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='4' cy='4' r='1.5'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print {
  .form-radio::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
}

.form-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed;
}

.space-y-2 > :not(template) ~ :not(template) {
  margin-top: 10px;
}

.space-x-2 > :not(template) ~ :not(template) {
  margin-left: 10px;
}

.space-y-3 > :not(template) ~ :not(template) {
  margin-top: 15px;
}

.space-x-3 > :not(template) ~ :not(template) {
  margin-left: 15px;
}

.space-y-4 > :not(template) ~ :not(template) {
  margin-top: 20px;
}

.space-x-4 > :not(template) ~ :not(template) {
  margin-left: 20px;
}

.space-y-5 > :not(template) ~ :not(template) {
  margin-top: 25px;
}

.space-x-8 > :not(template) ~ :not(template) {
  margin-left: 40px;
}

.space-y-10 > :not(template) ~ :not(template) {
  margin-top: 50px;
}

.divide-y-1 > :not(template) ~ :not(template) {
  border-top-width: 1px;
}

.divide-councilGrey018 > :not(template) ~ :not(template) {
  border-color: rgba(87, 87, 86, 0.18);
}

.bg-white {
  background-color: #ffffff;
}

.bg-bookshelf {
  background-color: #4B4F55;
}

.bg-page {
  background-color: #6C7077;
}

.bg-tale {
  background-color: #F3EFF4;
}

.bg-error {
  background-color: #EB0000;
}

.bg-councilGreen {
  background-color: #C8D100;
}

.bg-councilGrey {
  background-color: #575756;
}

.bg-adults {
  background-color: #1A6A90;
}

.bg-children {
  background-color: #FAB501;
}

.bg-youngAdults {
  background-color: #00B1CC;
}

.bg-seniors {
  background-color: #896A90;
}

.bg-preSchool {
  background-color: #FDE600;
}

.bg-fairPink {
  background-color: #FFE9E9;
}

.bg-albaster {
  background-color: #FAFAFA;
}

.bg-councilGreyer {
  background-color: #F4F4F4;
}

.hover\:bg-councilGreen:hover {
  background-color: #C8D100;
}

.border-bookshelf {
  border-color: #4B4F55;
}

.border-page {
  border-color: #6C7077;
}

.border-tale {
  border-color: #F3EFF4;
}

.border-error {
  border-color: #EB0000;
}

.border-councilGreen {
  border-color: #C8D100;
}

.border-adults {
  border-color: #1A6A90;
}

.border-children {
  border-color: #FAB501;
}

.border-youngAdults {
  border-color: #00B1CC;
}

.border-seniors {
  border-color: #896A90;
}

.border-preSchool {
  border-color: #FDE600;
}

.border-councilGrey018 {
  border-color: rgba(87, 87, 86, 0.18);
}

.hover\:border-page:hover {
  border-color: #6C7077;
}

.rounded-1 {
  border-radius: 1px;
}

.border-none {
  border-style: none;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

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

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

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

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

.self-start {
  align-self: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

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

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

.flex-auto {
  flex: 1 1 auto;
}

.font-roboto {
  font-family: Roboto, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
}

.font-kelson {
  font-family: Kelson Sans, Segoe UI, Helvetica Neue, Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, -apple-system, sans-serif;
}

.font-normal {
  font-weight: 400;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.m-4 {
  margin: 20px;
}

.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-1 {
  margin-left: -5px;
  margin-right: -5px;
}

.mt-1 {
  margin-top: 5px;
}

.mr-1 {
  margin-right: 5px;
}

.mb-1 {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 5px;
}

.mr-2 {
  margin-right: 10px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mr-4 {
  margin-right: 20px;
}

.mb-4 {
  margin-bottom: 20px;
}

.ml-4 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 25px;
}

.mb-5 {
  margin-bottom: 25px;
}

.mr-6 {
  margin-right: 30px;
}

.mb-6 {
  margin-bottom: 30px;
}

.mb-7 {
  margin-bottom: 35px;
}

.mt-8 {
  margin-top: 40px;
}

.mr-8 {
  margin-right: 40px;
}

.mb-8 {
  margin-bottom: 40px;
}

.ml-8 {
  margin-left: 40px;
}

.mr-10 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 50px;
}

.mr-12 {
  margin-right: 60px;
}

.mb-14 {
  margin-bottom: 70px;
}

.mb-16 {
  margin-bottom: 80px;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml-2\/12 {
  margin-left: 16.66666667%;
}

.-mb-2 {
  margin-bottom: -10px;
}

.-mr-3 {
  margin-right: -15px;
}

.-mb-4 {
  margin-bottom: -20px;
}

.-mb-5 {
  margin-bottom: -25px;
}

.-mb-6 {
  margin-bottom: -30px;
}

.-mb-7 {
  margin-bottom: -35px;
}

.-mt-10 {
  margin-top: -50px;
}

.-mt-13 {
  margin-top: -65px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-3 {
  min-width: 15px;
}

.min-w-4 {
  min-width: 20px;
}

.min-w-auto {
  min-width: auto;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.p-4 {
  padding: 20px;
}

.p-5 {
  padding: 25px;
}

.p-6 {
  padding: 30px;
}

.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-2 {
  padding-top: 10px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pl-2 {
  padding-left: 10px;
}

.pt-3 {
  padding-top: 15px;
}

.pr-3 {
  padding-right: 15px;
}

.pt-4 {
  padding-top: 20px;
}

.pr-4 {
  padding-right: 20px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pl-4 {
  padding-left: 20px;
}

.pt-5 {
  padding-top: 25px;
}

.pr-5 {
  padding-right: 25px;
}

.pt-6 {
  padding-top: 30px;
}

.pb-6 {
  padding-bottom: 30px;
}

.pt-8 {
  padding-top: 40px;
}

.pr-8 {
  padding-right: 40px;
}

.pt-10 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 50px;
}

.pt-11 {
  padding-top: 55px;
}

.pb-13 {
  padding-bottom: 65px;
}

.pt-14 {
  padding-top: 70px;
}

.pb-16 {
  padding-bottom: 80px;
}

.pb-18 {
  padding-bottom: 90px;
}

.pt-5\/12 {
  padding-top: 41.66666667%;
}

.pt-8\/12 {
  padding-top: 66.66666667%;
}

.pt-9\/12 {
  padding-top: 75%;
}

.pt-10\/12 {
  padding-top: 83.33333333%;
}

.pt-16\/9 {
  padding-top: 56.25%;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.resize {
  resize: both;
}

.shadow-md {
  box-shadow: 0 6px 5px 2px rgba(0,0,0,0.03);
}

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

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

.text-white {
  color: #ffffff;
}

.text-bookshelf {
  color: #4B4F55;
}

.text-page {
  color: #6C7077;
}

.text-councilGreen {
  color: #C8D100;
}

.text-councilGrey {
  color: #575756;
}

.text-tuna {
  color: #36383F;
}

.hover\:text-page:hover {
  color: #6C7077;
}

.hover\:text-councilGreen:hover {
  color: #C8D100;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.33333333%;
}

.w-6\/12 {
  width: 50%;
}

.w-8\/12 {
  width: 66.66666667%;
}

.w-10\/12 {
  width: 83.33333333%;
}

.w-full {
  width: 100%;
}

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

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

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

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

.rotate-90 {
  transform: rotate(90deg);
}

.-rotate-90 {
  transform: rotate(-90deg);
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.inline-svg {
  position: relative;
  display: block;
  width: 100%;
}

.inline-svg > svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fw-overflow-y-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.object-contain {
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.object-cover {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object-cover-absolute {
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-position: center;
}

.object-contain-absolute {
  font-family: "object-fit:contain;object-position:center";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-position: center;
}

.flip-y {
  transform: scaleY(-1);
}

.flip-x {
  transform: scaleX(-1);
}

.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.transform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transformY-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.transformX-center {
  left: 50%;
  transform: translateX(-50%);
}

.out-container {
  position: relative;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  right: 50%;
  left: 50%;
  padding: 0;
}

.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.column-gap-10 {
  -moz-column-gap: 10%;
       column-gap: 10%;
}

@media (min-width: 560px) {
  .md\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 70px;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:mr-6 {
    margin-right: 30px;
  }

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

  .md\:ml-6 {
    margin-left: 30px;
  }

  .md\:mr-10 {
    margin-right: 50px;
  }

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

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

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

  .md\:ml-12 {
    margin-left: 60px;
  }

  .md\:mr-20 {
    margin-right: 100px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:pl-4 {
    padding-left: 20px;
  }

  .md\:pl-6 {
    padding-left: 30px;
  }

  .md\:pr-9 {
    padding-right: 45px;
  }

  .md\:w-4\/12 {
    width: 33.33333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.33333333%;
  }

  .md\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .md\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .md\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .md\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .lg\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .lg\:mr-6 {
    margin-right: 30px;
  }

  .lg\:w-2\/12 {
    width: 16.66666667%;
  }

  .lg\:w-4\/12 {
    width: 33.33333333%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.66666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.33333333%;
  }

  .lg\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .lg\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .lg\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .lg\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .xl\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 40px;
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 40px;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 100px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mr-3 {
    margin-right: 15px;
  }

  .xl\:mb-5 {
    margin-bottom: 25px;
  }

  .xl\:mr-6 {
    margin-right: 30px;
  }

  .xl\:mb-6 {
    margin-bottom: 30px;
  }

  .xl\:mr-8 {
    margin-right: 40px;
  }

  .xl\:mb-8 {
    margin-bottom: 40px;
  }

  .xl\:ml-8 {
    margin-left: 40px;
  }

  .xl\:mb-10 {
    margin-bottom: 50px;
  }

  .xl\:mt-12 {
    margin-top: 60px;
  }

  .xl\:mb-12 {
    margin-bottom: 60px;
  }

  .xl\:mb-16 {
    margin-bottom: 80px;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.33333333%;
  }

  .xl\:ml-1\/12 {
    margin-left: 8.33333333%;
  }

  .xl\:-mb-6 {
    margin-bottom: -30px;
  }

  .xl\:-mt-12 {
    margin-top: -60px;
  }

  .xl\:py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-7 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:pr-5 {
    padding-right: 25px;
  }

  .xl\:pl-8 {
    padding-left: 40px;
  }

  .xl\:pr-10 {
    padding-right: 50px;
  }

  .xl\:pl-10 {
    padding-left: 50px;
  }

  .xl\:pr-16 {
    padding-right: 80px;
  }

  .xl\:pl-21 {
    padding-left: 105px;
  }

  .xl\:pt-6\/12 {
    padding-top: 50%;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:text-page {
    color: #6C7077;
  }

  .xl\:w-4\/12 {
    width: 33.33333333%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.33333333%;
  }

  .xl\:w-8\/12 {
    width: 66.66666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.33333333%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-out-6\/12 {
    width: 50vw;
  }

  .xl\:w-out-7\/12 {
    width: calc(50vw + (1/7 * 100%));
  }

  .xl\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .xl\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xl\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xl\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .xxl\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .xxl\:pr-16 {
    padding-right: 80px;
  }

  .xxl\:pl-16 {
    padding-left: 80px;
  }

  .xxl\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xxl\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xxl\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (max-width: 559px) {
  .md-max\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-max\:mb-4 {
    margin-bottom: 20px;
  }

  .md-max\:w-full {
    width: 100%;
  }

  .md-max\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .md-max\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .md-max\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .md-max\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .md-max\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .lg-max\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg-max\:hidden {
    display: none;
  }

  .lg-max\:mb-3 {
    margin-bottom: 15px;
  }

  .lg-max\:mb-4 {
    margin-bottom: 20px;
  }

  .lg-max\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .lg-max\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .lg-max\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .lg-max\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .lg-max\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .lg-max\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .xl-max\:container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl-max\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 15px;
  }

  .xl-max\:border-page {
    border-color: #6C7077;
  }

  .xl-max\:border-t-1 {
    border-top-width: 1px;
  }

  .xl-max\:flex {
    display: flex;
  }

  .xl-max\:hidden {
    display: none;
  }

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

  .xl-max\:mb-3 {
    margin-bottom: 15px;
  }

  .xl-max\:mb-4 {
    margin-bottom: 20px;
  }

  .xl-max\:ml-5 {
    margin-left: 25px;
  }

  .xl-max\:mb-6 {
    margin-bottom: 30px;
  }

  .xl-max\:mb-8 {
    margin-bottom: 40px;
  }

  .xl-max\:-mb-3 {
    margin-bottom: -15px;
  }

  .xl-max\:p-6 {
    padding: 30px;
  }

  .xl-max\:px-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl-max\:pb-4 {
    padding-bottom: 20px;
  }

  .xl-max\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl-max\:w-full {
    width: 100%;
  }

  .xl-max\:fw-overflow-y-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .xl-max\:object-contain {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .xl-max\:object-cover {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .xl-max\:object-cover-absolute {
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xl-max\:object-contain-absolute {
    font-family: "object-fit:contain;object-position:center";
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
  }

  .xl-max\:out-container {
    position: relative;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    right: 50%;
    left: 50%;
    padding: 0;
  }
}
