@charset "UTF-8";
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html,
body {
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-Light.woff2") format("woff2"), url("./assets/fonts/GillSans-Light.woff") format("woff"), url("./assets/fonts/GillSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-Regular.woff2") format("woff2"), url("./assets/fonts/GillSans-Regular.woff") format("woff"), url("./assets/fonts/GillSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-SemiBold.woff2") format("woff2"), url("./assets/fonts/GillSans-SemiBold.woff") format("woff"), url("./assets/fonts/GillSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-Bold.woff2") format("woff2"), url("./assets/fonts/GillSans-Bold.woff") format("woff"), url("./assets/fonts/GillSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-LightItalic.woff2") format("woff2"), url("./assets/fonts/GillSans-LightItalic.woff") format("woff"), url("./assets/fonts/GillSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-Italic.woff2") format("woff2"), url("./assets/fonts/GillSans-Italic.woff") format("woff"), url("./assets/fonts/GillSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-SemiBoldItalic.woff2") format("woff2"), url("./assets/fonts/GillSans-SemiBoldItalic.woff") format("woff"), url("./assets/fonts/GillSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Gill Sans";
  src: url("./assets/fonts/GillSans-BoldItalic.woff2") format("woff2"), url("./assets/fonts/GillSans-BoldItalic.woff") format("woff"), url("./assets/fonts/GillSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
html {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Gill Sans", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Gill Sans", sans-serif;
}

abbr,
acronym {
  border-bottom: 1px dotted #002458;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #002458;
  font-family: "Gill Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-size: clamp(3rem, 1vw + 2.8rem, 4rem);
  margin: 30px 0 16px 0;
}
@media (min-width: 768px) {
  h1 {
    margin: 36px 0 20px 0;
  }
}
@media (min-width: 992px) {
  h1 {
    margin: 40px 0 20px 0;
  }
}

h2 {
  font-size: clamp(2.5rem, 0.5vw + 2.4rem, 3rem);
}

.single-post-template h2 {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
}

h3 {
  font-size: clamp(1.875rem, 0.375vw + 1.8rem, 2.25rem);
}

.single-post-template h3 {
  font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem);
}

h4 {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}

h5 {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}

h6 {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  text-box-trim: trim-both;
  margin: 32px 0 16px 0;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 36px 0 16px 0;
  }
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 50px 0 16px 0;
  }
}

p,
li,
strong,
a,
span {
  color: inherit;
}

p {
  margin: 12px 0;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  color: inherit;
}
@media (min-width: 768px) {
  p {
    margin: 16px 0;
  }
}
@media (min-width: 992px) {
  p {
    margin: 20px 0;
  }
}

p.is-style-purple-small {
  color: #5F5270;
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
}
p.is-style-purple-small strong {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  color: #002458;
}

li {
  list-style-type: none;
  padding: 0;
  margin: 8px 0;
  font-weight: 400;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}
@media (min-width: 768px) {
  li {
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  li {
    margin: 12px 0;
  }
}

ul,
ol {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
}

ul > li:first-child,
ol > li:first-child {
  margin-top: 0;
}

ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}

ul li {
  padding-left: 36px;
  position: relative;
}
ul li::before {
  content: "•";
  position: absolute;
  left: 20px;
  top: 0;
  color: #002458;
  font-weight: bold;
  display: inline-block;
}

ol li {
  counter-increment: list-counter;
  padding-left: 36px;
  position: relative;
}
ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #002458;
  color: white;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
}

p.has-medium-font-size {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Elements
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body {
  background: #fbf9f9;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
hr {
  background-color: #002458;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
a {
  color: #002458;
}
a:visited {
  color: #002458;
}
a:hover, a:focus, a:active {
  color: #001a41;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit],
:root :where(.wp-element-button, .wp-block-button__link),
.btn-primary {
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #002458;
  background-color: #f9a7b7;
  padding: 8px 16px;
  border-radius: 36px;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  :root :where(.wp-element-button, .wp-block-button__link),
  .btn-primary {
    padding: 12px 30px;
  }
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
:root :where(.wp-element-button, .wp-block-button__link):hover,
.btn-primary:hover {
  background-color: #e990a2;
  text-decoration: none;
}
button,
input[type=button],
input[type=reset],
input[type=submit],
:root :where(.wp-element-button, .wp-block-button__link),
.btn-primary {
  text-decoration: none !important;
}
button:visited, button:active, button:focus,
input[type=button]:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:visited,
input[type=submit]:active,
input[type=submit]:focus,
:root :where(.wp-element-button, .wp-block-button__link):visited,
:root :where(.wp-element-button, .wp-block-button__link):active,
:root :where(.wp-element-button, .wp-block-button__link):focus,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus {
  color: #002458;
  text-decoration: none !important;
}

:root .is-style-outline :where(.wp-element-button, .wp-block-button__link),
.btn-secondary {
  border: none;
  cursor: pointer;
  font-weight: 600;
  color: #002458;
  background-color: transparent;
  padding: 8px 16px;
  border-radius: 36px;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  :root .is-style-outline :where(.wp-element-button, .wp-block-button__link),
  .btn-secondary {
    padding: 12px 30px;
  }
}
:root .is-style-outline :where(.wp-element-button, .wp-block-button__link):hover,
.btn-secondary:hover {
  background-color: #efefef;
  text-decoration: none;
}
:root .is-style-outline :where(.wp-element-button, .wp-block-button__link),
.btn-secondary {
  text-decoration: none !important;
}
:root .is-style-outline :where(.wp-element-button, .wp-block-button__link):visited, :root .is-style-outline :where(.wp-element-button, .wp-block-button__link):active, :root .is-style-outline :where(.wp-element-button, .wp-block-button__link):focus,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary:focus {
  color: #002458;
  text-decoration: none !important;
}

.is-style-play-button .wp-element-button {
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #5F5270;
  text-align: left;
  line-height: 1.2;
  padding-left: 74px;
  padding-right: 30px;
  padding-block: 20px;
}
.is-style-play-button .wp-element-button strong {
  font-size: clamp(1.125rem, 0vw + 1.125rem, 1.125rem);
  color: #002458;
}
.is-style-play-button .wp-element-button {
  position: relative;
}
.is-style-play-button .wp-element-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7686 0C33.7902 0.000262347 43.5361 9.74582 43.5361 21.7676C43.5361 33.7893 33.7902 43.5349 21.7686 43.5352C9.74664 43.5352 9.37908e-07 33.7895 0 21.7676C5.25495e-07 9.74566 9.74664 -5.25495e-07 21.7686 0ZM17.8027 14.2383C16.4694 13.4685 14.8027 14.4311 14.8027 15.9707V28.1455C14.8031 29.6848 16.4695 30.6467 17.8027 29.877L28.3457 23.79C29.679 23.0202 29.679 21.096 28.3457 20.3262L17.8027 14.2383Z' fill='%23002458'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #002458;
  border: 1px solid #002458;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #002458;
}

select {
  border: 1px solid #002458;
}

textarea {
  width: 100%;
}

.error-404 h1,
.no-results.not-found h1 {
  margin-top: 0;
}
.error-404,
.no-results.not-found {
  padding: 60px 0;
}

.search-form {
  display: flex;
  gap: 8px;
}
.search-form label {
  width: 100%;
  max-width: 400px;
}
.search-form input[type=search] {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  outline: none;
  background-color: #efefef;
  border: none;
  border-radius: 16px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
footer#colophon.site-footer .footer-menus {
  background-color: #002458;
  color: #fff;
}
footer#colophon.site-footer .footer-menus .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-block: 24px;
}
@media (min-width: 992px) {
  footer#colophon.site-footer .footer-menus .container {
    padding-block: 32px;
    gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  footer#colophon.site-footer .footer-menus .container {
    padding-block: 40px;
  }
}
footer#colophon.site-footer .footer-menus .container .logo-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
footer#colophon.site-footer .footer-menus .container .logo-menu a {
  display: flex;
}
@media (min-width: 992px) {
  footer#colophon.site-footer .footer-menus .container .logo-menu {
    margin-bottom: 0;
    justify-content: flex-start;
    width: 50%;
  }
}
footer#colophon.site-footer .footer-menus .container .logo-menu img {
  max-width: 200px;
  height: auto;
}
footer#colophon.site-footer .footer-menus .container .menus {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  max-width: 600px;
  justify-items: center;
}
@media (min-width: 768px) {
  footer#colophon.site-footer .footer-menus .container .menus {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  footer#colophon.site-footer .footer-menus .container .menus {
    justify-items: start;
    width: 50%;
    gap: 24px;
  }
}
footer#colophon.site-footer .footer-menus .container .menus nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  footer#colophon.site-footer .footer-menus .container .menus nav {
    gap: 10px;
  }
}
footer#colophon.site-footer .footer-menus .container .menus nav .link {
  width: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
}
footer#colophon.site-footer .footer-menus .container .menus nav .link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer#colophon.site-footer .footer-menus .container .menus nav .link {
    text-align: left;
  }
}
footer#colophon.site-footer .copyright {
  background-color: #001a41;
  color: #fff;
}
footer#colophon.site-footer .copyright .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-block: 16px;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}
@media (min-width: 768px) {
  footer#colophon.site-footer .copyright .container {
    padding-block: 20px;
    gap: 12px;
    flex-direction: row;
    justify-content: space-between;
  }
}
footer#colophon.site-footer .copyright .container p {
  margin: 0;
}
footer#colophon.site-footer .copyright .container .policies-menu nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer#colophon.site-footer .copyright .container .policies-menu nav {
    gap: 24px;
  }
}
footer#colophon.site-footer .copyright .container .policies-menu nav .link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
footer#colophon.site-footer .copyright .container .policies-menu nav .link:hover {
  text-decoration: underline;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
header#masthead {
  background-color: #002458;
  color: #fff;
  border-bottom: 4px solid #f9a7b7;
  position: sticky;
  top: 0;
  z-index: 1000;
  max-height: 100lvh;
}
@media (min-width: 768px) {
  header#masthead {
    border-bottom: 6px solid #f9a7b7;
  }
}
header#masthead {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 600;
}
header#masthead .lg\:container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-block: 12px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  header#masthead .lg\:container {
    padding-block: 16px;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container {
    padding-block: 20px;
  }
}
header#masthead .lg\:container .logo-menu {
  display: flex;
}
header#masthead .lg\:container .logo-menu a {
  display: flex;
}
header#masthead .lg\:container .logo-menu {
  padding-left: 1rem;
}
@media (min-width: 375px) {
  header#masthead .lg\:container .logo-menu {
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  header#masthead .lg\:container .logo-menu {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .logo-menu {
    padding-left: 0;
  }
}
header#masthead .lg\:container .logo-menu img {
  max-width: 106px;
  height: auto;
}
@media (min-width: 768px) {
  header#masthead .lg\:container .logo-menu img {
    max-width: 128px;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .logo-menu img {
    max-width: 144px;
  }
}
@media (min-width: 1200px) {
  header#masthead .lg\:container .logo-menu img {
    max-width: 156px;
  }
}
header#masthead .lg\:container .desktop-menu nav {
  display: none;
}
@media (min-width: 992px) {
  header#masthead .lg\:container .desktop-menu nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  header#masthead .lg\:container .desktop-menu nav {
    gap: 32px;
  }
}
@media (min-width: 1560px) {
  header#masthead .lg\:container .desktop-menu nav {
    gap: 40px;
  }
}
header#masthead .lg\:container .desktop-menu nav .link {
  color: #fff;
  text-decoration: none;
}
header#masthead .lg\:container .desktop-menu nav .link:hover {
  text-decoration: underline;
}
header#masthead .lg\:container .desktop-menu nav .link {
  display: flex;
  align-items: center;
  gap: 2px;
}
header#masthead .lg\:container .desktop-menu nav .link-container {
  position: relative;
}
header#masthead .lg\:container .desktop-menu nav .link-container:has(.dropdown-container):hover .dropdown-container {
  opacity: 1;
  visibility: visible;
}
header#masthead .lg\:container .desktop-menu nav .link-container .dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  padding-top: 8px;
}
header#masthead .lg\:container .desktop-menu nav .link-container .dropdown-container .dropdown {
  background-color: rgba(0, 36, 88, 0.85);
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header#masthead .lg\:container .desktop-menu nav .link-container .dropdown-container .dropdown .link {
  white-space: nowrap;
  color: #fff;
}
header#masthead .lg\:container .desktop-menu nav .link-container .dropdown-container .dropdown .link:hover {
  text-decoration: underline;
}
header#masthead .lg\:container .desktop-menu nav .link-container:last-child a {
  color: #002458;
  background-color: #f9a7b7;
  padding: 8px 16px;
  border-radius: 36px;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  header#masthead .lg\:container .desktop-menu nav .link-container:last-child a {
    padding: 12px 30px;
  }
}
header#masthead .lg\:container .desktop-menu nav .link-container:last-child a:hover {
  background-color: #e990a2;
  text-decoration: none;
}
header#masthead .lg\:container .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  height: 44px;
  width: 44px;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
header#masthead .lg\:container .mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #f9a7b7;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
header#masthead .lg\:container .mobile-menu-toggle {
  margin-right: 1rem;
}
@media (min-width: 375px) {
  header#masthead .lg\:container .mobile-menu-toggle {
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  header#masthead .lg\:container .mobile-menu-toggle {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu-toggle {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu-toggle {
    display: none;
  }
}
header#masthead .lg\:container .mobile-menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu {
    display: none;
  }
}
header#masthead .lg\:container .mobile-menu nav {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 74px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  header#masthead .lg\:container .mobile-menu nav {
    height: calc(100vh - 90px);
  }
}
header#masthead .lg\:container .mobile-menu nav .link {
  position: relative;
  font-size: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
  color: #fff;
  text-decoration: none;
  width: 100%;
}
header#masthead .lg\:container .mobile-menu nav .link:hover {
  text-decoration: none;
}
header#masthead .lg\:container .mobile-menu nav .link.border-b {
  border-bottom: 1px solid white;
  padding-block: 12px;
  position: relative;
}
header#masthead .lg\:container .mobile-menu nav .link {
  padding-inline: 1rem;
}
@media (min-width: 375px) {
  header#masthead .lg\:container .mobile-menu nav .link {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  header#masthead .lg\:container .mobile-menu nav .link {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu nav .link {
    padding-inline: 0;
  }
}
header#masthead .lg\:container .mobile-menu nav .has-submenu.border-b {
  border-bottom: 1px solid white;
  padding-block: 12px;
}
header#masthead .lg\:container .mobile-menu nav > .link:nth-last-child(2) {
  margin-bottom: 16px;
}
header#masthead .lg\:container .mobile-menu .has-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
header#masthead .lg\:container .mobile-menu .has-submenu a svg {
  transition: transform 0.3s ease-in-out;
}
header#masthead .lg\:container .mobile-menu .has-submenu .submenu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-inline: 1rem;
}
@media (min-width: 375px) {
  header#masthead .lg\:container .mobile-menu .has-submenu .submenu {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  header#masthead .lg\:container .mobile-menu .has-submenu .submenu {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu .has-submenu .submenu {
    padding-inline: 0;
  }
}
header#masthead .lg\:container .mobile-menu .has-submenu .submenu .link {
  color: #fff;
  padding-left: 44px;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
}
header#masthead .lg\:container .mobile-menu .has-submenu .submenu .link:hover {
  text-decoration: underline;
}
header#masthead .lg\:container .mobile-menu .has-submenu .submenu .link:first-child {
  padding-top: 12px;
}
header#masthead .lg\:container .mobile-menu .has-submenu .submenu .link:last-child {
  padding-bottom: 12px;
}
header#masthead .lg\:container .mobile-menu .last-item {
  display: flex;
  padding-inline: 1rem;
}
@media (min-width: 375px) {
  header#masthead .lg\:container .mobile-menu .last-item {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  header#masthead .lg\:container .mobile-menu .last-item {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  header#masthead .lg\:container .mobile-menu .last-item {
    padding-inline: 0;
  }
}
header#masthead .lg\:container .mobile-menu .last-item .link {
  margin-top: 50px;
  margin-bottom: 24px;
  color: #002458;
  background-color: #f9a7b7;
  padding: 8px 16px;
  border-radius: 36px;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(233, 144, 162, 0.75);
  text-align: center;
}
@media (min-width: 1200px) {
  header#masthead .lg\:container .mobile-menu .last-item .link {
    padding: 12px 30px;
  }
}
header#masthead .lg\:container .mobile-menu .last-item .link:hover {
  background-color: #e990a2;
  text-decoration: none;
}

header#masthead.open .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header#masthead.open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}
header#masthead.open .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
header#masthead.open .mobile-menu {
  max-height: 100vh;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.blog-header {
  position: relative;
}
.blog-header .background-image:not(:has(img)) {
  min-height: 300px;
  background-color: white;
}
.blog-header .background-image {
  display: flex;
}
.blog-header .background-image img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  aspect-ratio: 5/3;
}
@media (min-width: 768px) {
  .blog-header .background-image img {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 992px) {
  .blog-header .background-image img {
    aspect-ratio: 3/1;
  }
}
.blog-header .container.header-content-container {
  display: flex;
  justify-content: center;
}
.blog-header .container.header-content-container .header-content {
  width: 100%;
  max-width: 940px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 12px;
  background-color: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-inline: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-header .container.header-content-container .header-content {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
.blog-header .container.header-content-container .header-content h1.header-title {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-header .container.header-content-container .header-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-header .container.header-images-container {
  display: flex;
  justify-content: center;
  background-color: white;
}
@media (min-width: 768px) {
  .blog-header .container.header-images-container {
    background-color: transparent;
  }
}
.blog-header .container.header-images-container .header-images {
  width: 100%;
  max-width: 940px;
  position: relative;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .blog-header .container.header-images-container .header-images {
    justify-content: space-between;
  }
}
.blog-header .container.header-images-container .header-images .header-image img {
  max-height: 70px;
  object-fit: contain;
  width: auto;
}
.blog-header .content-container {
  margin-top: attr(data-size-height px, -80px);
}
@media (min-width: 992px) {
  .blog-header .content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.blog-header .content-container.bg-color-grey .container.header-content-container .header-content {
  background-color: #fbf9f9;
}
.blog-header .content-container.bg-color-grey .container.header-images-container .header-images {
  background-color: #fbf9f9;
}

.blog-posts-container {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .blog-posts-container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .blog-posts-container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.blog-posts-container .blog-posts {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .blog-posts-container .blog-posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blog-posts-container .blog-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .blog-posts-container .blog-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.franchise-posts-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .franchise-posts-container {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .franchise-posts-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .franchise-posts-container {
    padding-top: 64px;
    padding-bottom: 74px;
  }
}
.franchise-posts-container .franchise-type-title {
  margin: 0;
  font-size: clamp(2rem, 1vw + 1.8rem, 3rem);
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .franchise-posts-container .franchise-type-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .franchise-posts-container .franchise-type-title {
    margin-bottom: 40px;
  }
}
.franchise-posts-container .franchise-posts {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .franchise-posts-container .franchise-posts {
    grid-template-columns: 1fr 1fr;
  }
}

.blog-post-single {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: white;
  overflow: hidden;
  height: 100%;
}
.blog-post-single .thumbnail-container {
  width: 100%;
  aspect-ratio: 5/3;
  background-color: #f0f0f0;
}
.blog-post-single .post-thumbnail img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.blog-post-single .blog-post-single-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.blog-post-single .blog-post-single-content .entry-header .entry-meta {
  font-weight: 300;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}
.blog-post-single .blog-post-single-content .entry-header .entry-meta a {
  text-decoration: none;
}
.blog-post-single .blog-post-single-content .entry-header .entry-meta {
  padding-bottom: 2px;
}
.blog-post-single .blog-post-single-content .entry-header h2 {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  margin: 0;
}
.blog-post-single .blog-post-single-content .entry-header h2 a {
  text-decoration: none;
}
.blog-post-single .blog-post-single-content .entry-header h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.franchise-post-single {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: white;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.franchise-post-single:hover img {
  transform: scale(1.05);
}
.franchise-post-single .franchise-post-single-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.franchise-post-single .post-thumbnail-container {
  width: 100%;
  aspect-ratio: 2/1;
}
@media (min-width: 768px) {
  .franchise-post-single .post-thumbnail-container {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 992px) {
  .franchise-post-single .post-thumbnail-container {
    aspect-ratio: 4/1;
  }
}
.franchise-post-single .post-thumbnail-container {
  overflow: hidden;
}
.franchise-post-single .post-thumbnail {
  display: flex;
}
.franchise-post-single .post-thumbnail img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .franchise-post-single .post-thumbnail img {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 992px) {
  .franchise-post-single .post-thumbnail img {
    aspect-ratio: 4/1;
  }
}
.franchise-post-single .franchise-post-single-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 32px;
  position: relative;
}
.franchise-post-single .franchise-post-single-content .entry-header .entry-meta-container {
  display: flex;
  justify-content: center;
  margin-top: -48px;
}
.franchise-post-single .franchise-post-single-content .entry-header .entry-meta-container .entry-meta {
  margin: 0;
  background-color: #f9a7b7;
  color: white;
  padding: 4px 24px;
  border-radius: 44px;
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.franchise-post-single .franchise-post-single-content .entry-header .entry-meta-container .entry-meta a {
  text-decoration: none;
}
.franchise-post-single .franchise-post-single-content .entry-header h2 {
  font-size: clamp(1.875rem, 0.375vw + 1.8rem, 2.25rem);
  margin: 0;
}
.franchise-post-single .franchise-post-single-content .entry-header h2 a {
  text-decoration: none;
}
.franchise-post-single .franchise-post-single-content .entry-header h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .franchise-post-single .franchise-post-single-content .entry-header h2 {
    padding-top: 12px;
  }
}

nav.navigation.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (min-width: 768px) {
  nav.navigation.pagination {
    margin-top: 30px;
  }
}
nav.navigation.pagination .nav-links {
  display: flex;
}
nav.navigation.pagination .page-numbers {
  font-size: clamp(0.875rem, 0.0625vw + 0.8625rem, 0.9375rem);
  background-color: #eef2f8;
  transition: all 0.3s ease-in-out;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
nav.navigation.pagination .page-numbers.current {
  text-decoration: underline;
}
nav.navigation.pagination .page-numbers:not(.current):hover {
  background-color: #002458;
  color: white;
}
nav.navigation.pagination .page-numbers.next {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
}
nav.navigation.pagination .page-numbers.next span {
  margin-bottom: 3px;
}
nav.navigation.pagination .page-numbers.prev {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
}
nav.navigation.pagination .page-numbers.prev span {
  margin-bottom: 3px;
}

.single-post-template .entry-header {
  background-color: #002458;
}
.single-post-template .entry-header .md\:container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container {
    gap: 40px;
    flex-direction: row;
  }
}
.single-post-template .entry-header .md\:container .entry-header-content {
  width: 100%;
  order: 2;
  color: white;
  padding-block: 20px;
  padding-inline: 16px;
}
@media (min-width: 375px) {
  .single-post-template .entry-header .md\:container .entry-header-content {
    padding-inline: 24px;
  }
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .entry-header-content {
    order: 1;
    width: 50%;
    padding-inline: 0;
  }
}
.single-post-template .entry-header .md\:container .entry-header-content h1 {
  font-size: clamp(2.25rem, 0.75vw + 2.1rem, 3rem);
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .entry-header-content h1 {
    margin-bottom: 32px;
  }
}
.single-post-template .entry-header .md\:container .image-container {
  order: 1;
  width: 100%;
  background-color: #f0f0f0;
}
.single-post-template .entry-header .md\:container .image-container .post-thumbnail {
  display: flex;
  position: relative;
}
.single-post-template .entry-header .md\:container .image-container .post-thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgb(0, 36, 88), transparent);
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .image-container .post-thumbnail::after {
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 36, 88), transparent);
  }
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .image-container .post-thumbnail {
    margin-right: -32px;
  }
}
@media (min-width: 992px) {
  .single-post-template .entry-header .md\:container .image-container .post-thumbnail {
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .single-post-template .entry-header .md\:container .image-container .post-thumbnail {
    margin-right: -64px;
  }
}
@media (min-width: 1560px) {
  .single-post-template .entry-header .md\:container .image-container .post-thumbnail {
    margin-right: -120px;
  }
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .image-container {
    order: 2;
    width: 50%;
  }
}
.single-post-template .entry-header .md\:container .image-container img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .image-container img {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .single-post-template .entry-header .md\:container .image-container img {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  .single-post-template .entry-header .md\:container .image-container {
    align-self: center;
    justify-self: end;
  }
}
.single-post-template .entry-content {
  color: #002458;
  margin: 0 auto;
  padding: 67px 0 50px 0;
}
@media (min-width: 992px) {
  .single-post-template .entry-content {
    padding: 94px 0 80px 0;
  }
}
.single-post-template .entry-content a {
  text-decoration: underline;
}
.single-post-template .entry-content a:hover {
  text-decoration: none;
}

.simple-page-template .entry-content {
  color: #002458;
  margin: 0 auto;
  padding: 67px 0 50px 0;
}
@media (min-width: 992px) {
  .simple-page-template .entry-content {
    padding: 94px 0 80px 0;
  }
}
.simple-page-template .entry-content a {
  text-decoration: underline;
}
.simple-page-template .entry-content a:hover {
  text-decoration: none;
}

.related-posts {
  padding-block: 44px;
  background-color: white;
}
@media (min-width: 992px) {
  .related-posts {
    padding-block: 64px;
  }
}
.related-posts h2 {
  font-size: clamp(2rem, 1vw + 1.8rem, 3rem);
  margin-top: 0;
  margin-bottom: 32px;
}
.related-posts .posts-grid {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .related-posts .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .related-posts .posts-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.related-posts .flex-center {
  margin-top: 32px;
}

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

.page-header {
  position: relative;
}
.page-header .container.header-content-container {
  display: flex;
  justify-content: center;
}
.page-header .container.header-content-container .header-content {
  width: 100%;
  max-width: 940px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 12px;
  background-color: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-inline: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-header .container.header-content-container .header-content {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
.page-header .container.header-content-container .header-content h1.header-title {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .container.header-content-container .header-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .container.header-images-container {
  display: flex;
  justify-content: center;
  background-color: white;
}
@media (min-width: 768px) {
  .page-header .container.header-images-container {
    background-color: transparent;
  }
}
.page-header .container.header-images-container .header-images {
  width: 100%;
  max-width: 940px;
  position: relative;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .page-header .container.header-images-container .header-images {
    justify-content: space-between;
  }
}
.page-header .container.header-images-container .header-images .header-image img {
  max-height: 70px;
  object-fit: contain;
  width: auto;
}

figure.wp-block-image {
  margin-top: 0;
  margin-bottom: 0;
}

.mm-slider {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
}
.mm-slider .wp-block-molly-maid-blocks-slide {
  flex-shrink: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

p.has-large-font-size {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem) !important;
}

.franchise-single {
  padding-top: 48px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .franchise-single {
    padding-top: 62px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .franchise-single {
    padding-top: 94px;
    padding-bottom: 72px;
  }
}
.franchise-single > .container {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .franchise-single > .container {
    grid-template-columns: 2fr 1fr;
  }
}
.franchise-single > .container .container {
  padding-inline: 0 !important;
}
.franchise-single .sidebar-container {
  position: relative;
}
.franchise-single .sidebar-container .sidebar {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.franchise-single .franchise-map {
  background-color: #f9a7b7;
  border-radius: 24px;
  padding-top: 20px;
  padding-inline: 20px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .franchise-single .franchise-map {
    padding-top: 30px;
    padding-inline: 30px;
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .franchise-single .franchise-map {
    padding-top: 40px;
    padding-inline: 40px;
    padding-bottom: 32px;
  }
}
.franchise-single .franchise-map h2.franchise-map-title {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  margin-top: 0;
  margin-bottom: 20px;
}
.franchise-single .franchise-map iframe {
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 15px;
  overflow: hidden;
}
.franchise-single .franchise-map hr {
  background-color: #e0e0e0;
  margin-top: 24px;
}
.franchise-single .franchise-map .franchise-description {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  line-height: 1.1;
  color: white;
}
.franchise-single .franchise-map .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.franchise-single .franchise-map .buttons .btn-secondary {
  color: white;
}
.franchise-single .franchise-map .buttons .btn-secondary:hover {
  background-color: #eb8fa1;
}
.franchise-single .related-franchises {
  background-color: white;
  border-radius: 24px;
  padding: 20px;
}
@media (min-width: 768px) {
  .franchise-single .related-franchises {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .franchise-single .related-franchises {
    padding: 40px;
  }
}
.franchise-single .related-franchises h2.related-franchises-title {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  margin-top: 0;
  margin-bottom: 20px;
}
.franchise-single .related-franchises .related-franchises-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.franchise-single .related-franchises .related-franchises-list .post-container {
  position: relative;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-single-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-thumbnail-container {
  width: 100%;
  aspect-ratio: 5/2;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 15px;
  position: relative;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-thumbnail-container img {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-thumbnail-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 36, 88, 0.7), transparent);
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-single-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 20px;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-single-content .entry-meta-container p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 300;
  margin: 0;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-single-content h2.entry-title {
  font-size: clamp(1.25rem, 0.125vw + 1.225rem, 1.375rem);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.franchise-single .related-franchises .related-franchises-list .post-container .post-single-content a {
  color: white;
  text-decoration: none;
}

.btn-primary.white {
  background-color: white !important;
  color: #002458 !important;
}
.btn-primary.white:hover {
  background-color: #f0f0f0 !important;
}

.single-franchise-header {
  position: relative;
}
.single-franchise-header .back-link-container {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .single-franchise-header .back-link-container {
    top: 16px;
  }
}
@media (min-width: 992px) {
  .single-franchise-header .back-link-container {
    top: 24px;
  }
}
.single-franchise-header .back-link-container .container {
  display: flex;
  justify-content: flex-start;
}
.single-franchise-header .back-link-container .back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px 8px 16px;
  background-color: white;
  border-radius: 36px;
  font-weight: 600;
  color: #002458;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.single-franchise-header .back-link-container .back-link:hover {
  background-color: #f5f5f5;
}
.single-franchise-header .back-link-container .back-link span {
  flex: 1;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}
.single-franchise-header .background-image:not(:has(img)) {
  min-height: 300px;
  background-color: white;
}
.single-franchise-header .background-image {
  display: flex;
}
.single-franchise-header .background-image img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  aspect-ratio: 5/3;
}
@media (min-width: 768px) {
  .single-franchise-header .background-image img {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 992px) {
  .single-franchise-header .background-image img {
    aspect-ratio: 3/1;
  }
}
.single-franchise-header .content-container {
  margin-top: attr(data-size-height px, -80px);
}
@media (min-width: 992px) {
  .single-franchise-header .content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.single-franchise-header .container.header-content-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-franchise-header .container.header-content-container {
    justify-content: flex-start;
  }
}
.single-franchise-header .container.header-content-container .header-content {
  width: 100%;
  max-width: 480px;
  position: relative;
  padding-top: 28px;
  padding-bottom: 12px;
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-inline: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .single-franchise-header .container.header-content-container .header-content {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .single-franchise-header .container.header-content-container .header-content {
    padding-inline: 44px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
@media (min-width: 992px) {
  .single-franchise-header .container.header-content-container .header-content {
    padding-top: 28px;
    padding-bottom: 20px;
    padding-inline: 64px;
  }
}
.single-franchise-header .container.header-content-container .header-content h1.header-title {
  font-size: clamp(2.5rem, 1.5vw + 2.2rem, 4rem);
  margin-top: 0;
  margin-bottom: 0;
}
.single-franchise-header .container.header-content-container .header-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.single-franchise-header .container.header-content-container .header-content .entry-meta-container {
  display: flex;
  margin-top: -42px;
}
.single-franchise-header .container.header-content-container .header-content .entry-meta-container .entry-meta {
  margin: 0;
  background-color: #f9a7b7;
  color: white;
  padding: 4px 24px;
  border-radius: 44px;
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.single-franchise-header .container.header-content-container .header-content .entry-meta-container .entry-meta a {
  text-decoration: none;
}
.single-franchise-header .container.header-images-container {
  display: flex;
  justify-content: center;
  background-color: white;
}
@media (min-width: 768px) {
  .single-franchise-header .container.header-images-container {
    background-color: transparent;
  }
}
.single-franchise-header .container.header-images-container .header-images {
  width: 100%;
  max-width: 940px;
  position: relative;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .single-franchise-header .container.header-images-container .header-images {
    justify-content: space-between;
  }
}
.single-franchise-header .container.header-images-container .header-images .header-image img {
  max-height: 70px;
  object-fit: contain;
  width: auto;
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  padding: 12px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-cardprogress .mm-card-progress {
    padding: 16px;
  }
}
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress p {
  margin: 0;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress .mm-progress-bar {
  background-color: #eeeded;
  height: 12px;
  border-radius: 12px;
  width: 100%;
}
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress .mm-progress-bar .mm-progress {
  background-color: #f9a7b7;
  height: 100%;
  border-radius: 12px;
}
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress .progress-footer {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wp-block-molly-maid-blocks-cardprogress .mm-card-progress .progress-footer p:last-child {
  font-weight: 600;
}

.wp-block-molly-maid-blocks-card {
  border-radius: 22px;
  height: 100%;
}
.wp-block-molly-maid-blocks-card .mm-card-style {
  display: flex;
  height: 100%;
  border-radius: 22px;
  padding: 16px;
  gap: 8px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-card .mm-card-style {
    padding: 24px;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-card .mm-card-style {
    padding: 30px;
    gap: 40px;
  }
}
.wp-block-molly-maid-blocks-card .mm-card-style .mm-card-image-wrapper {
  display: flex;
}
.wp-block-molly-maid-blocks-card .mm-card-style .mm-card-image-wrapper img {
  width: 84px;
  height: auto;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content h1,
.wp-block-molly-maid-blocks-card .mm-card-style .content h2,
.wp-block-molly-maid-blocks-card .mm-card-style .content h3,
.wp-block-molly-maid-blocks-card .mm-card-style .content h4,
.wp-block-molly-maid-blocks-card .mm-card-style .content h5,
.wp-block-molly-maid-blocks-card .mm-card-style .content h6 {
  margin-bottom: 4px;
  font-size: clamp(1.75rem, 0.25vw + 1.7rem, 2rem);
  font-weight: 400;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content p {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content > *:first-child {
  margin-top: 0 !important;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content > *:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content a {
  color: #002458;
  text-decoration: none;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content a:hover {
  text-decoration: underline;
}
.wp-block-molly-maid-blocks-card .mm-card-style .content:has(h1, h2, h3, h4, h5, h6) > *:last-child {
  padding-top: 16px;
  font-weight: 700;
}
.wp-block-molly-maid-blocks-card .mm-card-style:has(.mm-card-image-wrapper) {
  align-items: center;
}
.wp-block-molly-maid-blocks-card .mm-card-style:not:has(.mm-card-image-wrapper) .content {
  height: 100%;
}

.footer-cards .wp-block-molly-maid-blocks-card .content p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}

.contact-form .wp-block-molly-maid-blocks-column {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
@media (min-width: 768px) {
  .contact-form .wp-block-molly-maid-blocks-column {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .contact-form .wp-block-molly-maid-blocks-column {
    padding: 40px;
  }
}
.contact-form .wp-block-molly-maid-blocks-column h2 {
  margin-top: 0;
  font-size: clamp(2.5rem, 0.5vw + 2.4rem, 3rem);
}
.contact-form .wp-block-molly-maid-blocks-column p {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
}
.contact-form .wp-block-molly-maid-blocks-column p.has-text-align-center {
  max-width: 600px;
}
.contact-form .wp-block-molly-maid-blocks-column input[type=submit],
.contact-form .wp-block-molly-maid-blocks-column button[type=submit] {
  border: none !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  color: #002458 !important;
  background-color: #f9a7b7 !important;
  padding: 8px 16px !important;
  border-radius: 36px !important;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
}
@media (min-width: 1200px) {
  .contact-form .wp-block-molly-maid-blocks-column input[type=submit],
  .contact-form .wp-block-molly-maid-blocks-column button[type=submit] {
    padding: 12px 30px !important;
  }
}
.contact-form .wp-block-molly-maid-blocks-column input[type=submit]:hover,
.contact-form .wp-block-molly-maid-blocks-column button[type=submit]:hover {
  background-color: #e990a2 !important;
  text-decoration: none !important;
}
.contact-form .wp-block-molly-maid-blocks-column input[type=submit],
.contact-form .wp-block-molly-maid-blocks-column button[type=submit] {
  text-decoration: none !important;
}
.contact-form .wp-block-molly-maid-blocks-column input[type=submit]:visited, .contact-form .wp-block-molly-maid-blocks-column input[type=submit]:active, .contact-form .wp-block-molly-maid-blocks-column input[type=submit]:focus,
.contact-form .wp-block-molly-maid-blocks-column button[type=submit]:visited,
.contact-form .wp-block-molly-maid-blocks-column button[type=submit]:active,
.contact-form .wp-block-molly-maid-blocks-column button[type=submit]:focus {
  color: #002458 !important;
  text-decoration: none !important;
}
.contact-form .wp-block-molly-maid-blocks-column .gform_fields {
  gap: 15px 40px !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-form .wp-block-molly-maid-blocks-column .gform_fields .gfield--width-half {
  width: 100% !important;
}
@media (min-width: 768px) {
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields .gfield--width-half {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 992px) {
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields .gfield--width-half {
    width: calc(50% - 20px) !important;
  }
}
.contact-form .wp-block-molly-maid-blocks-column .gform_fields .gfield--width-full {
  width: 100% !important;
}
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=text],
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=email],
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=tel],
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=url],
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=number],
.contact-form .wp-block-molly-maid-blocks-column .gform_fields select,
.contact-form .wp-block-molly-maid-blocks-column .gform_fields textarea {
  background-color: #efefef;
  border-radius: 12px;
  border: none;
  padding: 12px 16px;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}
@media (min-width: 768px) {
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=text],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=email],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=tel],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=url],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=number],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields select,
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields textarea {
    padding: 18px 28px;
    min-height: 46px;
  }
}
@media (min-width: 992px) {
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=text],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=email],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=tel],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=url],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=number],
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields select,
  .contact-form .wp-block-molly-maid-blocks-column .gform_fields textarea {
    padding: 20px 32px;
    min-height: 50px;
  }
}
.contact-form .wp-block-molly-maid-blocks-column .gform_fields input[type=checkbox] {
  background-color: #efefef;
  border-radius: 12px;
  border: none;
}

.wp-block-molly-maid-blocks-header {
  overflow: hidden;
}
.wp-block-molly-maid-blocks-header .mm-header-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block {
    flex-direction: row;
    gap: 40px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-1 {
  padding-block: 24px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-1 {
    padding-block: 32px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-1 {
    padding-block: 40px;
  }
}
@media (min-width: 1200px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-1 {
    padding-block: 56px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-1,
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 {
  flex: 1;
}
.wp-block-molly-maid-blocks-header .mm-header-block h1,
.wp-block-molly-maid-blocks-header .mm-header-block h2 {
  margin-top: 0;
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle-container {
  display: flex;
  position: relative;
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
  transform: translateX(-100%);
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle-container {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .subtitle-container {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .subtitle-container {
    margin-bottom: 12px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle {
  background-color: #eeeeee;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 12px 20px 12px 0;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .subtitle {
    padding: 16px 28px 16px 0;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wp-block-molly-maid-blocks-header .mm-header-block .subtitle p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 600;
  margin: 0;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .header-image {
  padding-block: 24px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .header-image {
    width: calc(100% - 70px);
    aspect-ratio: 1/1;
    padding-block: 40px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .header-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .header-image::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 78px;
  width: 150%;
  aspect-ratio: 3/2;
  background-color: #f9a7b7;
  border-radius: 16px;
  z-index: -1;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1,
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1,
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1,
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 {
    padding: 24px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 p,
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 p {
  margin: 0;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 p.cta-description,
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 p.cta-description {
  color: #5f5270;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 a,
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
    display: block;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 p.cta-title {
  font-size: clamp(1.5rem, 0.5vw + 1.4rem, 2rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 p.cta-description {
  font-size: clamp(0.75rem, 0.125vw + 0.725rem, 0.875rem);
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
  max-width: 145px;
  text-align: center;
  position: absolute;
  right: -16px;
  top: 40px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
    right: 0;
    top: 72px;
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
    top: 85px;
  }
}
@media (min-width: 1200px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-1 {
    top: 100px;
  }
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 p.cta-title {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 600;
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 p.cta-description {
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 .content {
  flex: 1;
}
.wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 {
  max-width: 355px;
  position: absolute;
  width: 100%;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-header .mm-header-block .col-2 .cta-2 {
    right: -72px;
    transform: translateX(0);
  }
}

.logo-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 48px !important;
  overflow: hidden;
}
.logo-list .logo-list-inner {
  flex-shrink: 0;
  display: flex;
  gap: 48px !important;
}
@media (min-width: 992px) {
  .logo-list .logo-list-inner {
    width: 100%;
    justify-content: space-between;
  }
}
.logo-list .logo-list-inner figure.wp-block-image {
  max-height: 94px !important;
  max-width: 145px !important;
  width: auto !important;
  min-height: 80px;
  align-items: center;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .logo-list .logo-list-inner figure.wp-block-image {
    min-height: none;
  }
}
.logo-list .logo-list-inner figure.wp-block-image img {
  width: 100%;
  height: 100%;
  max-height: 94px;
  max-width: 145px;
  min-height: 80px;
  object-fit: contain;
  margin: 0;
}
@media (min-width: 992px) {
  .logo-list .logo-list-inner figure.wp-block-image img {
    min-height: none;
  }
}
.logo-list .logo-list-inner {
  animation: scroll 6s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 48px));
  }
}
@media (min-width: 992px) {
  .logo-list .logo-list-inner {
    animation: none;
  }
}
@media (min-width: 992px) {
  .logo-list .logo-list-inner:not(:first-child) {
    display: none;
  }
}

.simple-header {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: white;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.simple-header:hover img {
  transform: scale(1.05);
}
.simple-header .simple-header-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.simple-header .simple-header-thumbnail-container {
  width: 100%;
  aspect-ratio: 2/1;
}
@media (min-width: 768px) {
  .simple-header .simple-header-thumbnail-container {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 992px) {
  .simple-header .simple-header-thumbnail-container {
    aspect-ratio: 4/1;
  }
}
.simple-header .simple-header-thumbnail-container {
  overflow: hidden;
}
.simple-header .simple-header-thumbnail {
  display: flex;
}
.simple-header .simple-header-thumbnail img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .simple-header .simple-header-thumbnail img {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 992px) {
  .simple-header .simple-header-thumbnail img {
    aspect-ratio: 4/1;
  }
}
.simple-header .simple-header-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 32px;
  position: relative;
}
.simple-header .simple-header-content .entry-header .entry-meta-container {
  display: flex;
  justify-content: center;
  margin-top: -48px;
}
.simple-header .simple-header-content .entry-header .entry-meta-container .entry-meta {
  margin: 0;
  background-color: #f9a7b7;
  color: white;
  padding: 4px 24px;
  border-radius: 44px;
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.simple-header .simple-header-content .entry-header .entry-meta-container .entry-meta a {
  text-decoration: none;
}
.simple-header .simple-header-content .entry-header h2 {
  font-size: clamp(1.875rem, 0.375vw + 1.8rem, 2.25rem);
  margin: 0;
}
.simple-header .simple-header-content .entry-header h2 a {
  text-decoration: none;
}
.simple-header .simple-header-content .entry-header h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wp-block-molly-maid-blocks-reviewscta {
  overflow: hidden;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container {
    padding-block: 56px;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container {
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container {
    gap: 56px;
  }
}
@media (min-width: 1200px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container {
    gap: 68px;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 {
    flex-direction: row;
    align-items: center;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-1 {
    width: 35%;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-1 h2 {
  font-size: clamp(2rem, 1vw + 1.8rem, 3rem);
  margin: 0;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-1 p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 {
    width: 65%;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-video {
  position: relative;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-video button {
  background-color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-video button svg {
  transition: transform 0.3s ease-in-out;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-video button:hover svg {
  transform: scale(1.1);
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-video,
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review video {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-author {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 14px;
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-1 .col-2 .review .review-position {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  color: #5f5270;
  margin: 0;
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 {
    gap: 56px;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 {
    max-width: 280px;
    width: 30%;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 {
  background-color: white;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 {
    padding: 20px;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 .content {
  flex: 1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 p {
  margin: 0;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 p.cta-description {
  color: #5f5270;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 a.cta-button {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 p.cta-title {
  font-size: clamp(1.0625rem, 0.0625vw + 1.05rem, 1.125rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-1 .cta-1 p.cta-description {
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #002458;
  color: white;
  border-radius: 8px;
  padding-top: 24px;
  padding-inline: 24px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #002458;
    z-index: 0;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 {
    flex: 1;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 .list-item {
  position: relative;
  padding-bottom: 14px;
  flex: 1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 .list-item p {
  margin: 0;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 .list-item p.item-title {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 600;
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 .list-item p.item-subtitle {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  line-height: 1.1;
}
.wp-block-molly-maid-blocks-reviewscta .review-cta-container .row-2 .col-2 .list-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #f9a7b7;
  border-radius: 12px;
}

.wp-block-molly-maid-blocks-grid figure.wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

body:not(.single-franchise) main#primary {
  overflow: hidden;
}

.mm-slide .mm-slide-image-wrapper {
  width: 100%;
  aspect-ratio: 20/9;
  overflow: hidden;
  position: relative;
}
.mm-slide .mm-slide-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.mm-slide .mm-slide-image-wrapper .mm-slide-image-text {
  position: absolute;
  left: 30px;
  bottom: 14px;
  z-index: 1;
}
.mm-slide .mm-slide-image-wrapper .mm-slide-image-text span {
  font-size: clamp(2.25rem, 0.75vw + 2.1rem, 3rem);
  font-weight: 600;
  color: white;
}
.mm-slide.has-overlay .mm-slide-image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgba(0, 36, 88, 0) 0%, rgba(0, 36, 88, 0.5) 100%);
  z-index: 0;
  border-radius: 16px;
}
.mm-slide .content {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .mm-slide .content {
    padding-top: 28px;
  }
}
.mm-slide .content strong {
  font-weight: 600;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  margin-top: 15px;
  margin-bottom: 15px;
}
.mm-slide .content p {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.mm-slide .content > *:first-child {
  margin-top: 0;
}
.mm-slide .content > *:last-child {
  margin-bottom: 0;
}
.mm-slide .content a {
  font-weight: 600;
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  text-decoration: none;
}
.mm-slide .content a:hover {
  text-decoration: underline;
}

.wp-block-molly-maid-blocks-slider {
  overflow: hidden;
}

.mm-slider-nav {
  margin-top: 20px;
}

.mm-slider-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mm-slider-nav .mm-slider-page {
  height: 4px;
  width: auto;
  flex: 1;
  background-color: #d9d9d9;
  padding: 0 !important;
  box-shadow: none !important;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.mm-slider-nav .mm-slider-page::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #f9a7b7;
}
.mm-slider-nav .mm-slider-page.loading::after {
  animation: loadingAnimation 5s linear forwards;
}
@keyframes loadingAnimation {
  0% {
    width: 0%;
  }
  99% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.mm-slider-nav .mm-slider-page.active {
  background-color: #f9a7b7;
}

.wp-block-molly-maid-blocks-grid .wp-block-molly-maid-blocks-grid .container {
  padding-inline: 0;
  max-width: none;
}

figure.wp-block-table {
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  figure.wp-block-table {
    border-radius: 16px;
  }
}
figure.wp-block-table {
  background-color: white;
  padding-inline: 0;
}
figure.wp-block-table table {
  max-width: 925px;
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
}
figure.wp-block-table table thead th {
  border-bottom: 1px solid #e0e0e0;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
  border: none;
  padding: 12px 16px;
  text-align: left;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  line-height: 1.1;
}
figure.wp-block-table table tr:not(:last-child) td {
  border-bottom: 1px solid #e0e0e0;
}
figure.wp-block-table table th {
  font-weight: 600;
  color: black;
}
figure.wp-block-table table td {
  font-weight: 300;
  color: black;
}
figure.wp-block-table table th:not(:first-child),
figure.wp-block-table table td:not(:first-child) {
  text-align: center;
}

.column-grids {
  border-radius: 15px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .column-grids {
    padding: 40px 32px;
  }
}
@media (min-width: 992px) {
  .column-grids {
    padding: 50px 90px;
  }
}

.rounded-small .wp-block-molly-maid-blocks-column {
  border-radius: 15px;
  border: 1px solid white;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.rounded-small .wp-block-molly-maid-blocks-column h1,
.rounded-small .wp-block-molly-maid-blocks-column h2,
.rounded-small .wp-block-molly-maid-blocks-column h3,
.rounded-small .wp-block-molly-maid-blocks-column h4,
.rounded-small .wp-block-molly-maid-blocks-column h5,
.rounded-small .wp-block-molly-maid-blocks-column h6,
.rounded-small .wp-block-molly-maid-blocks-column p {
  margin: 0;
}
.rounded-small .wp-block-molly-maid-blocks-column p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  line-height: 1.1;
  margin-top: 4px;
  margin-bottom: 4px;
}
.rounded-small .wp-block-molly-maid-blocks-column ul li {
  margin-top: 4px;
  margin-bottom: 4px;
}
.rounded-small .wp-block-molly-maid-blocks-column ul li::before {
  color: white;
}
.rounded-small .wp-block-molly-maid-blocks-column ul li {
  text-align: center;
}
.rounded-small .wp-block-molly-maid-blocks-column h3 {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  font-weight: 600;
}

.wp-block-molly-maid-blocks-column:has(.has-medium-font-size) h1:nth-child(2),
.wp-block-molly-maid-blocks-column:has(.has-medium-font-size) h2:nth-child(2) {
  margin-top: 0;
}

.mm-card-style p.has-large-font-size {
  font-size: clamp(2rem, 0.5vw + 1.9rem, 2.5rem) !important;
  font-weight: 600 !important;
}

.mm-image-logos {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
}
@media (min-width: 992px) {
  .mm-image-logos {
    gap: 8px;
  }
}
.mm-image-logos .mm-image {
  position: relative;
}
.mm-image-logos .mm-image img {
  width: 100%;
  aspect-ratio: 8/9;
  border-radius: 16px;
  object-fit: cover;
}
.mm-image-logos .mm-image::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 120%;
  height: 100%;
  background-color: #f9a7b7;
  border-radius: 16px;
  z-index: -1;
}
@media (min-width: 992px) {
  .mm-image-logos .mm-image::before {
    right: calc(10% + 300px);
    top: 80px;
  }
}
.mm-image-logos .mm-logos-gallery-container {
  overflow: hidden;
  width: 235px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .mm-image-logos .mm-logos-gallery-container {
    margin-left: auto;
    margin-right: 24px;
  }
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper .mm-logos-gallery {
  height: 200px;
  display: flex;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper .mm-logos-gallery img {
  width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper .mm-logos-gallery-pagination {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper .mm-logos-gallery-pagination button {
  background-color: rgba(196, 196, 196, 0.2784313725);
  border: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
}
.mm-image-logos .mm-logos-gallery-container .mm-logos-gallery-wrapper .mm-logos-gallery-pagination button.active {
  background-color: #002458;
}

.mm-cta {
  background-color: #002458;
}
@media (min-width: 1200px) {
  .mm-cta {
    border-radius: 16px;
  }
}
.mm-cta {
  padding: 40px;
}
@media (min-width: 768px) {
  .mm-cta {
    padding: 56px;
  }
}
@media (min-width: 992px) {
  .mm-cta {
    padding: 80px;
  }
}
.mm-cta {
  position: relative;
}
.mm-cta .mm-cta-image-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .mm-cta .mm-cta-image-wrapper {
    display: block;
  }
}
.mm-cta .mm-cta-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}
.mm-cta .content {
  position: relative;
  color: white;
  max-width: 670px;
  margin: 0 auto;
}
.mm-cta .content p {
  max-width: 550px;
}
.mm-cta .wp-block-buttons .wp-block-button:first-child {
  order: 2;
}
@media (min-width: 992px) {
  .mm-cta .wp-block-buttons .wp-block-button:first-child {
    order: 1;
  }
}
.mm-cta .wp-block-buttons .wp-block-button:last-child {
  order: 1;
}
@media (min-width: 992px) {
  .mm-cta .wp-block-buttons .wp-block-button:last-child {
    order: 2;
  }
}

.is-style-outline.call-button a {
  box-shadow: none;
  color: white !important;
  padding-left: 60px;
  position: relative;
}
.is-style-outline.call-button a::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5709 18.7951V16.1406C20.5817 15.7067 20.4323 15.2839 20.1511 14.9527C19.3583 14.0188 16.6389 13.4214 15.561 13.6508C14.7207 13.8296 14.1328 14.6733 13.5581 15.2469C11.3385 13.9873 9.50072 12.1532 8.23863 9.93799C8.81336 9.36439 9.65872 8.77769 9.83793 7.93907C10.0675 6.86495 9.47089 4.16296 8.5434 3.36689C8.21716 3.08689 7.80004 2.93482 7.36978 2.93905H4.71005C3.69663 2.94 2.8535 3.84895 2.94576 4.86796C2.93884 13.6508 9.79599 20.5716 18.6382 20.5647C19.6626 20.6571 20.575 19.8098 20.5709 18.7951Z' stroke='white' stroke-width='2.61224' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.is-style-outline.call-button a:hover {
  background-color: #082b5c;
}

.max-w-840 {
  max-width: 840px !important;
  margin: 0 auto;
}

.mm-team {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .mm-team {
    gap: 56px;
  }
}
@media (min-width: 992px) {
  .mm-team {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .mm-team {
    gap: 100px;
  }
}
.mm-team .mm-member-category h2 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
.mm-team .mm-member-category .mm-team-members {
  display: grid;
  gap: 40px 20px;
}
@media (min-width: 768px) {
  .mm-team .mm-member-category .mm-team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mm-team .mm-member-category .mm-team-members .mm-team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 768px) {
  .mm-team .mm-member-category .mm-team-members .mm-team-member {
    gap: 20px;
  }
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-video {
  display: flex;
  position: relative;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-video img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-video .mm-play-button {
  background-color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-video .mm-play-button svg {
  transition: transform 0.3s ease-in-out;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-video .mm-play-button:hover svg {
  transform: scale(1.1);
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-position {
  margin-top: 0;
  margin-bottom: 6px;
  color: #f9a7b7;
  font-size: clamp(0.875rem, 0.0625vw + 0.8625rem, 0.9375rem);
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-name {
  font-size: clamp(1.625rem, 0.25vw + 1.575rem, 1.875rem);
  font-weight: 600;
  margin: 6px 0;
  line-height: 1.1;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-full-position {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: clamp(0.875rem, 0.0625vw + 0.8625rem, 0.9375rem);
  line-height: 1.1;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-content {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-content > p:first-child {
  margin-top: 0;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-content > p:last-child {
  margin-bottom: 0;
}
.mm-team .mm-member-category .mm-team-members .mm-team-member .mm-team-member-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.franchise-single .entry-content .wp-block-molly-maid-blocks-card {
  height: auto;
}
.franchise-single .entry-content h3 {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem) !important;
  font-weight: 600 !important;
}
.franchise-single .entry-content .mm-card-style .content:has(h1, h2, h3, h4, h5, h6) > *:last-child {
  font-weight: 400 !important;
}

.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.is-style-pink-shadow-left img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-style-pink-shadow-left img {
    width: 90%;
    height: auto;
  }
}
.is-style-pink-shadow-left {
  position: relative;
}
.is-style-pink-shadow-left::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  width: 120%;
  height: 100%;
  background-color: #f9a7b7;
  border-radius: 16px;
  z-index: -1;
}
@media (min-width: 992px) {
  .is-style-pink-shadow-left::before {
    right: calc(10% + 80px);
    top: 80px;
  }
}

.is-style-pink-shadow-right img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .is-style-pink-shadow-right img {
    width: 90%;
    height: auto;
  }
}
.is-style-pink-shadow-right {
  position: relative;
}
.is-style-pink-shadow-right::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120%;
  height: 100%;
  background-color: #f9a7b7;
  border-radius: 16px;
  z-index: -1;
}
@media (min-width: 992px) {
  .is-style-pink-shadow-right::before {
    left: calc(10% + 80px);
    top: 80px;
  }
}

.mm-image-style img {
  border-radius: 16px;
}
.mm-image-style {
  position: relative;
  display: flex;
}
.mm-image-style .mm-image-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 12px;
}
.mm-image-style .mm-image-buttons .btn-primary {
  background-color: white;
  font-size: clamp(1.375rem, 0.25vw + 1.325rem, 1.625rem);
}
.mm-image-style .mm-image-buttons .btn-primary:hover {
  background-color: #f5f5f5;
}
.mm-image-style .mm-image-text {
  position: absolute;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .mm-image-style .mm-image-text {
    width: 90%;
  }
}
.mm-image-style .mm-image-text {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 36, 88, 0) 0%, rgba(0, 36, 88, 0.5) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}
.mm-image-style .mm-image-text p.mm-image-text-big {
  color: white;
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  margin: 0;
}
.mm-image-style .mm-image-text p.mm-image-text-small {
  color: white;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  margin: 0;
}

.mm-image-style.is-style .mm-image-text {
  width: 100%;
}

.wp-block-buttons {
  flex-direction: column;
}
.wp-block-buttons .wp-block-button {
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-buttons {
    flex-direction: row;
  }
  .wp-block-buttons .wp-block-button {
    width: auto;
  }
}

.mm-cta .wp-block-buttons .wp-block-button {
  width: auto;
}

.mm-testimonials-slider {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .mm-testimonials-slider {
    gap: 5px;
  }
}
.mm-testimonials-slider {
  align-items: center;
}
.mm-testimonials-slider button {
  flex-shrink: 0;
}
.mm-testimonials-slider .testimonials-slider-wrapper {
  width: 100%;
  display: flex;
  gap: 16px;
  overflow: hidden;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  display: flex;
  gap: 16px;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide {
    width: calc(50% - 8px);
  }
}
@media (min-width: 992px) {
  .mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide {
    width: calc(33.3333333333% - 12px);
  }
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video video {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: 16px;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .video-wrapper {
  position: relative;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .video-wrapper button {
  background-color: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  box-shadow: none;
  border: none;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .video-wrapper button svg {
  transition: transform 0.3s ease-in-out;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .video-wrapper button:hover svg {
  transform: scale(1.1);
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .testimonial-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .testimonial-header h3 {
  font-size: clamp(0.9375rem, 0.0625vw + 0.925rem, 1rem);
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .testimonial-header .rating {
  display: flex;
  gap: 2px;
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .testimonial-header .rating svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  .mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-video .testimonial-header .rating svg {
    width: 16px;
    height: 16px;
  }
}
.mm-testimonials-slider .testimonials-slider-wrapper .testimonials-slider-inner .testimonial-slide .testimonial-content {
  text-align: center;
  margin-top: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1023px) {
  .flex-row-mobile .mm-card-style .content {
    flex-direction: row;
    gap: 12px;
  }
  .flex-row-mobile .mm-card-style .content > * {
    margin: 0;
  }
  .flex-row-mobile .mm-card-style .content > *:nth-child(1) {
    font-size: clamp(3rem, 1vw + 2.8rem, 4rem) !important;
    flex: 1 1 34%;
  }
  .flex-row-mobile .mm-card-style .content > *:nth-child(2) {
    flex: 1 1 66%;
  }
}
.flex-row-mobile .mm-card-style .content > *:last-child {
  margin-top: 8px;
}

@media (max-width: 1023px) {
  .extra-padding .mm-card-style {
    padding-block: 30px;
    padding-inline: 34px;
  }
  .icon-top .mm-card-style {
    padding-block: 30px;
    padding-inline: 34px;
    align-items: flex-start !important;
    gap: 24px;
  }
  .icon-top .mm-card-style img {
    max-width: 54px;
    max-height: 54px;
  }
}
@media (min-width: 992px) {
  .hidden-on-desktop {
    display: none !important;
  }
}

/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: all 0.3s ease;
}
.modal-overlay .loading-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}
.modal-overlay .modal-container {
  max-width: 1200px;
}
.modal-overlay .modal-container .modal-close-button {
  border: none;
  box-shadow: none;
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  font-size: 24px;
  padding: 4px !important;
  border-radius: 0 !important;
  cursor: pointer;
  color: white;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .modal-overlay .modal-container .modal-close-button {
    top: 40px;
    right: 40px;
  }
}
.modal-overlay .modal-container .modal-close-button:hover {
  color: #4a3c7e;
}
.modal-overlay .modal-container .modal-content {
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-overlay .modal-container .modal-content video {
  max-height: 80svh;
}
.modal-overlay .modal-container .modal-content .alignfull {
  max-width: 100%;
}
.modal-overlay .modal-container .modal-content .md\:container,
.modal-overlay .modal-container .modal-content .container {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal-overlay .modal-container .modal-content::-webkit-scrollbar {
  display: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.height-0px {
  height: 0px;
}

.height-1px {
  height: 1px;
}

.height-2px {
  height: 2px;
}

.height-3px {
  height: 3px;
}

.height-4px {
  height: 4px;
}

.height-5px {
  height: 5px;
}

.height-6px {
  height: 6px;
}

.height-7px {
  height: 7px;
}

.height-8px {
  height: 8px;
}

.height-9px {
  height: 9px;
}

.height-10px {
  height: 10px;
}

.height-11px {
  height: 11px;
}

.height-12px {
  height: 12px;
}

.height-13px {
  height: 13px;
}

.height-14px {
  height: 14px;
}

.height-15px {
  height: 15px;
}

.height-16px {
  height: 16px;
}

.height-17px {
  height: 17px;
}

.height-18px {
  height: 18px;
}

.height-19px {
  height: 19px;
}

.height-20px {
  height: 20px;
}

.height-21px {
  height: 21px;
}

.height-22px {
  height: 22px;
}

.height-23px {
  height: 23px;
}

.height-24px {
  height: 24px;
}

.height-25px {
  height: 25px;
}

.height-26px {
  height: 26px;
}

.height-27px {
  height: 27px;
}

.height-28px {
  height: 28px;
}

.height-29px {
  height: 29px;
}

.height-30px {
  height: 30px;
}

.height-31px {
  height: 31px;
}

.height-32px {
  height: 32px;
}

.height-33px {
  height: 33px;
}

.height-34px {
  height: 34px;
}

.height-35px {
  height: 35px;
}

.height-36px {
  height: 36px;
}

.height-37px {
  height: 37px;
}

.height-38px {
  height: 38px;
}

.height-39px {
  height: 39px;
}

.height-40px {
  height: 40px;
}

.height-41px {
  height: 41px;
}

.height-42px {
  height: 42px;
}

.height-43px {
  height: 43px;
}

.height-44px {
  height: 44px;
}

.height-45px {
  height: 45px;
}

.height-46px {
  height: 46px;
}

.height-47px {
  height: 47px;
}

.height-48px {
  height: 48px;
}

.height-49px {
  height: 49px;
}

.height-50px {
  height: 50px;
}

.height-51px {
  height: 51px;
}

.height-52px {
  height: 52px;
}

.height-53px {
  height: 53px;
}

.height-54px {
  height: 54px;
}

.height-55px {
  height: 55px;
}

.height-56px {
  height: 56px;
}

.height-57px {
  height: 57px;
}

.height-58px {
  height: 58px;
}

.height-59px {
  height: 59px;
}

.height-60px {
  height: 60px;
}

.height-61px {
  height: 61px;
}

.height-62px {
  height: 62px;
}

.height-63px {
  height: 63px;
}

.height-64px {
  height: 64px;
}

.height-65px {
  height: 65px;
}

.height-66px {
  height: 66px;
}

.height-67px {
  height: 67px;
}

.height-68px {
  height: 68px;
}

.height-69px {
  height: 69px;
}

.height-70px {
  height: 70px;
}

.height-71px {
  height: 71px;
}

.height-72px {
  height: 72px;
}

.height-73px {
  height: 73px;
}

.height-74px {
  height: 74px;
}

.height-75px {
  height: 75px;
}

.height-76px {
  height: 76px;
}

.height-77px {
  height: 77px;
}

.height-78px {
  height: 78px;
}

.height-79px {
  height: 79px;
}

.height-80px {
  height: 80px;
}

.height-81px {
  height: 81px;
}

.height-82px {
  height: 82px;
}

.height-83px {
  height: 83px;
}

.height-84px {
  height: 84px;
}

.height-85px {
  height: 85px;
}

.height-86px {
  height: 86px;
}

.height-87px {
  height: 87px;
}

.height-88px {
  height: 88px;
}

.height-89px {
  height: 89px;
}

.height-90px {
  height: 90px;
}

.height-91px {
  height: 91px;
}

.height-92px {
  height: 92px;
}

.height-93px {
  height: 93px;
}

.height-94px {
  height: 94px;
}

.height-95px {
  height: 95px;
}

.height-96px {
  height: 96px;
}

.height-97px {
  height: 97px;
}

.height-98px {
  height: 98px;
}

.height-99px {
  height: 99px;
}

.height-100px {
  height: 100px;
}

.height-101px {
  height: 101px;
}

.height-102px {
  height: 102px;
}

.height-103px {
  height: 103px;
}

.height-104px {
  height: 104px;
}

.height-105px {
  height: 105px;
}

.height-106px {
  height: 106px;
}

.height-107px {
  height: 107px;
}

.height-108px {
  height: 108px;
}

.height-109px {
  height: 109px;
}

.height-110px {
  height: 110px;
}

.height-111px {
  height: 111px;
}

.height-112px {
  height: 112px;
}

.height-113px {
  height: 113px;
}

.height-114px {
  height: 114px;
}

.height-115px {
  height: 115px;
}

.height-116px {
  height: 116px;
}

.height-117px {
  height: 117px;
}

.height-118px {
  height: 118px;
}

.height-119px {
  height: 119px;
}

.height-120px {
  height: 120px;
}

.height-121px {
  height: 121px;
}

.height-122px {
  height: 122px;
}

.height-123px {
  height: 123px;
}

.height-124px {
  height: 124px;
}

.height-125px {
  height: 125px;
}

.height-126px {
  height: 126px;
}

.height-127px {
  height: 127px;
}

.height-128px {
  height: 128px;
}

.height-129px {
  height: 129px;
}

.height-130px {
  height: 130px;
}

.height-131px {
  height: 131px;
}

.height-132px {
  height: 132px;
}

.height-133px {
  height: 133px;
}

.height-134px {
  height: 134px;
}

.height-135px {
  height: 135px;
}

.height-136px {
  height: 136px;
}

.height-137px {
  height: 137px;
}

.height-138px {
  height: 138px;
}

.height-139px {
  height: 139px;
}

.height-140px {
  height: 140px;
}

.height-141px {
  height: 141px;
}

.height-142px {
  height: 142px;
}

.height-143px {
  height: 143px;
}

.height-144px {
  height: 144px;
}

.height-145px {
  height: 145px;
}

.height-146px {
  height: 146px;
}

.height-147px {
  height: 147px;
}

.height-148px {
  height: 148px;
}

.height-149px {
  height: 149px;
}

.height-150px {
  height: 150px;
}

.height-151px {
  height: 151px;
}

.height-152px {
  height: 152px;
}

.height-153px {
  height: 153px;
}

.height-154px {
  height: 154px;
}

.height-155px {
  height: 155px;
}

.height-156px {
  height: 156px;
}

.height-157px {
  height: 157px;
}

.height-158px {
  height: 158px;
}

.height-159px {
  height: 159px;
}

.height-160px {
  height: 160px;
}

.height-161px {
  height: 161px;
}

.height-162px {
  height: 162px;
}

.height-163px {
  height: 163px;
}

.height-164px {
  height: 164px;
}

.height-165px {
  height: 165px;
}

.height-166px {
  height: 166px;
}

.height-167px {
  height: 167px;
}

.height-168px {
  height: 168px;
}

.height-169px {
  height: 169px;
}

.height-170px {
  height: 170px;
}

.height-171px {
  height: 171px;
}

.height-172px {
  height: 172px;
}

.height-173px {
  height: 173px;
}

.height-174px {
  height: 174px;
}

.height-175px {
  height: 175px;
}

.height-176px {
  height: 176px;
}

.height-177px {
  height: 177px;
}

.height-178px {
  height: 178px;
}

.height-179px {
  height: 179px;
}

.height-180px {
  height: 180px;
}

.height-181px {
  height: 181px;
}

.height-182px {
  height: 182px;
}

.height-183px {
  height: 183px;
}

.height-184px {
  height: 184px;
}

.height-185px {
  height: 185px;
}

.height-186px {
  height: 186px;
}

.height-187px {
  height: 187px;
}

.height-188px {
  height: 188px;
}

.height-189px {
  height: 189px;
}

.height-190px {
  height: 190px;
}

.height-191px {
  height: 191px;
}

.height-192px {
  height: 192px;
}

.height-193px {
  height: 193px;
}

.height-194px {
  height: 194px;
}

.height-195px {
  height: 195px;
}

.height-196px {
  height: 196px;
}

.height-197px {
  height: 197px;
}

.height-198px {
  height: 198px;
}

.height-199px {
  height: 199px;
}

.height-200px {
  height: 200px;
}

.height-201px {
  height: 201px;
}

.height-202px {
  height: 202px;
}

.height-203px {
  height: 203px;
}

.height-204px {
  height: 204px;
}

.height-205px {
  height: 205px;
}

.height-206px {
  height: 206px;
}

.height-207px {
  height: 207px;
}

.height-208px {
  height: 208px;
}

.height-209px {
  height: 209px;
}

.height-210px {
  height: 210px;
}

.height-211px {
  height: 211px;
}

.height-212px {
  height: 212px;
}

.height-213px {
  height: 213px;
}

.height-214px {
  height: 214px;
}

.height-215px {
  height: 215px;
}

.height-216px {
  height: 216px;
}

.height-217px {
  height: 217px;
}

.height-218px {
  height: 218px;
}

.height-219px {
  height: 219px;
}

.height-220px {
  height: 220px;
}

.height-221px {
  height: 221px;
}

.height-222px {
  height: 222px;
}

.height-223px {
  height: 223px;
}

.height-224px {
  height: 224px;
}

.height-225px {
  height: 225px;
}

.height-226px {
  height: 226px;
}

.height-227px {
  height: 227px;
}

.height-228px {
  height: 228px;
}

.height-229px {
  height: 229px;
}

.height-230px {
  height: 230px;
}

.height-231px {
  height: 231px;
}

.height-232px {
  height: 232px;
}

.height-233px {
  height: 233px;
}

.height-234px {
  height: 234px;
}

.height-235px {
  height: 235px;
}

.height-236px {
  height: 236px;
}

.height-237px {
  height: 237px;
}

.height-238px {
  height: 238px;
}

.height-239px {
  height: 239px;
}

.height-240px {
  height: 240px;
}

.height-241px {
  height: 241px;
}

.height-242px {
  height: 242px;
}

.height-243px {
  height: 243px;
}

.height-244px {
  height: 244px;
}

.height-245px {
  height: 245px;
}

.height-246px {
  height: 246px;
}

.height-247px {
  height: 247px;
}

.height-248px {
  height: 248px;
}

.height-249px {
  height: 249px;
}

.height-250px {
  height: 250px;
}

.height-251px {
  height: 251px;
}

.height-252px {
  height: 252px;
}

.height-253px {
  height: 253px;
}

.height-254px {
  height: 254px;
}

.height-255px {
  height: 255px;
}

.height-256px {
  height: 256px;
}

.height-257px {
  height: 257px;
}

.height-258px {
  height: 258px;
}

.height-259px {
  height: 259px;
}

.height-260px {
  height: 260px;
}

.height-261px {
  height: 261px;
}

.height-262px {
  height: 262px;
}

.height-263px {
  height: 263px;
}

.height-264px {
  height: 264px;
}

.height-265px {
  height: 265px;
}

.height-266px {
  height: 266px;
}

.height-267px {
  height: 267px;
}

.height-268px {
  height: 268px;
}

.height-269px {
  height: 269px;
}

.height-270px {
  height: 270px;
}

.height-271px {
  height: 271px;
}

.height-272px {
  height: 272px;
}

.height-273px {
  height: 273px;
}

.height-274px {
  height: 274px;
}

.height-275px {
  height: 275px;
}

.height-276px {
  height: 276px;
}

.height-277px {
  height: 277px;
}

.height-278px {
  height: 278px;
}

.height-279px {
  height: 279px;
}

.height-280px {
  height: 280px;
}

.height-281px {
  height: 281px;
}

.height-282px {
  height: 282px;
}

.height-283px {
  height: 283px;
}

.height-284px {
  height: 284px;
}

.height-285px {
  height: 285px;
}

.height-286px {
  height: 286px;
}

.height-287px {
  height: 287px;
}

.height-288px {
  height: 288px;
}

.height-289px {
  height: 289px;
}

.height-290px {
  height: 290px;
}

.height-291px {
  height: 291px;
}

.height-292px {
  height: 292px;
}

.height-293px {
  height: 293px;
}

.height-294px {
  height: 294px;
}

.height-295px {
  height: 295px;
}

.height-296px {
  height: 296px;
}

.height-297px {
  height: 297px;
}

.height-298px {
  height: 298px;
}

.height-299px {
  height: 299px;
}

.height-300px {
  height: 300px;
}

.height-0em {
  height: 0em;
}

.height-0rem {
  height: 0rem;
}

.height-0_1em {
  height: 0.1em;
}

.height-0_1rem {
  height: 0.1rem;
}

.height-0_2em {
  height: 0.2em;
}

.height-0_2rem {
  height: 0.2rem;
}

.height-0_3em {
  height: 0.3em;
}

.height-0_3rem {
  height: 0.3rem;
}

.height-0_4em {
  height: 0.4em;
}

.height-0_4rem {
  height: 0.4rem;
}

.height-0_5em {
  height: 0.5em;
}

.height-0_5rem {
  height: 0.5rem;
}

.height-0_6em {
  height: 0.6em;
}

.height-0_6rem {
  height: 0.6rem;
}

.height-0_7em {
  height: 0.7em;
}

.height-0_7rem {
  height: 0.7rem;
}

.height-0_8em {
  height: 0.8em;
}

.height-0_8rem {
  height: 0.8rem;
}

.height-0_9em {
  height: 0.9em;
}

.height-0_9rem {
  height: 0.9rem;
}

.height-1em {
  height: 1em;
}

.height-1rem {
  height: 1rem;
}

.height-1_1em {
  height: 1.1em;
}

.height-1_1rem {
  height: 1.1rem;
}

.height-1_2em {
  height: 1.2em;
}

.height-1_2rem {
  height: 1.2rem;
}

.height-1_3em {
  height: 1.3em;
}

.height-1_3rem {
  height: 1.3rem;
}

.height-1_4em {
  height: 1.4em;
}

.height-1_4rem {
  height: 1.4rem;
}

.height-1_5em {
  height: 1.5em;
}

.height-1_5rem {
  height: 1.5rem;
}

.height-1_6em {
  height: 1.6em;
}

.height-1_6rem {
  height: 1.6rem;
}

.height-1_7em {
  height: 1.7em;
}

.height-1_7rem {
  height: 1.7rem;
}

.height-1_8em {
  height: 1.8em;
}

.height-1_8rem {
  height: 1.8rem;
}

.height-1_9em {
  height: 1.9em;
}

.height-1_9rem {
  height: 1.9rem;
}

.height-2em {
  height: 2em;
}

.height-2rem {
  height: 2rem;
}

.height-2_1em {
  height: 2.1em;
}

.height-2_1rem {
  height: 2.1rem;
}

.height-2_2em {
  height: 2.2em;
}

.height-2_2rem {
  height: 2.2rem;
}

.height-2_3em {
  height: 2.3em;
}

.height-2_3rem {
  height: 2.3rem;
}

.height-2_4em {
  height: 2.4em;
}

.height-2_4rem {
  height: 2.4rem;
}

.height-2_5em {
  height: 2.5em;
}

.height-2_5rem {
  height: 2.5rem;
}

.height-2_6em {
  height: 2.6em;
}

.height-2_6rem {
  height: 2.6rem;
}

.height-2_7em {
  height: 2.7em;
}

.height-2_7rem {
  height: 2.7rem;
}

.height-2_8em {
  height: 2.8em;
}

.height-2_8rem {
  height: 2.8rem;
}

.height-2_9em {
  height: 2.9em;
}

.height-2_9rem {
  height: 2.9rem;
}

.height-3em {
  height: 3em;
}

.height-3rem {
  height: 3rem;
}

.height-3_1em {
  height: 3.1em;
}

.height-3_1rem {
  height: 3.1rem;
}

.height-3_2em {
  height: 3.2em;
}

.height-3_2rem {
  height: 3.2rem;
}

.height-3_3em {
  height: 3.3em;
}

.height-3_3rem {
  height: 3.3rem;
}

.height-3_4em {
  height: 3.4em;
}

.height-3_4rem {
  height: 3.4rem;
}

.height-3_5em {
  height: 3.5em;
}

.height-3_5rem {
  height: 3.5rem;
}

.height-3_6em {
  height: 3.6em;
}

.height-3_6rem {
  height: 3.6rem;
}

.height-3_7em {
  height: 3.7em;
}

.height-3_7rem {
  height: 3.7rem;
}

.height-3_8em {
  height: 3.8em;
}

.height-3_8rem {
  height: 3.8rem;
}

.height-3_9em {
  height: 3.9em;
}

.height-3_9rem {
  height: 3.9rem;
}

.height-4em {
  height: 4em;
}

.height-4rem {
  height: 4rem;
}

.height-4_1em {
  height: 4.1em;
}

.height-4_1rem {
  height: 4.1rem;
}

.height-4_2em {
  height: 4.2em;
}

.height-4_2rem {
  height: 4.2rem;
}

.height-4_3em {
  height: 4.3em;
}

.height-4_3rem {
  height: 4.3rem;
}

.height-4_4em {
  height: 4.4em;
}

.height-4_4rem {
  height: 4.4rem;
}

.height-4_5em {
  height: 4.5em;
}

.height-4_5rem {
  height: 4.5rem;
}

.height-4_6em {
  height: 4.6em;
}

.height-4_6rem {
  height: 4.6rem;
}

.height-4_7em {
  height: 4.7em;
}

.height-4_7rem {
  height: 4.7rem;
}

.height-4_8em {
  height: 4.8em;
}

.height-4_8rem {
  height: 4.8rem;
}

.height-4_9em {
  height: 4.9em;
}

.height-4_9rem {
  height: 4.9rem;
}

.height-5em {
  height: 5em;
}

.height-5rem {
  height: 5rem;
}

.height-5_1em {
  height: 5.1em;
}

.height-5_1rem {
  height: 5.1rem;
}

.height-5_2em {
  height: 5.2em;
}

.height-5_2rem {
  height: 5.2rem;
}

.height-5_3em {
  height: 5.3em;
}

.height-5_3rem {
  height: 5.3rem;
}

.height-5_4em {
  height: 5.4em;
}

.height-5_4rem {
  height: 5.4rem;
}

.height-5_5em {
  height: 5.5em;
}

.height-5_5rem {
  height: 5.5rem;
}

.height-5_6em {
  height: 5.6em;
}

.height-5_6rem {
  height: 5.6rem;
}

.height-5_7em {
  height: 5.7em;
}

.height-5_7rem {
  height: 5.7rem;
}

.height-5_8em {
  height: 5.8em;
}

.height-5_8rem {
  height: 5.8rem;
}

.height-5_9em {
  height: 5.9em;
}

.height-5_9rem {
  height: 5.9rem;
}

.height-6em {
  height: 6em;
}

.height-6rem {
  height: 6rem;
}

.height-6_1em {
  height: 6.1em;
}

.height-6_1rem {
  height: 6.1rem;
}

.height-6_2em {
  height: 6.2em;
}

.height-6_2rem {
  height: 6.2rem;
}

.height-6_3em {
  height: 6.3em;
}

.height-6_3rem {
  height: 6.3rem;
}

.height-6_4em {
  height: 6.4em;
}

.height-6_4rem {
  height: 6.4rem;
}

.height-6_5em {
  height: 6.5em;
}

.height-6_5rem {
  height: 6.5rem;
}

.height-6_6em {
  height: 6.6em;
}

.height-6_6rem {
  height: 6.6rem;
}

.height-6_7em {
  height: 6.7em;
}

.height-6_7rem {
  height: 6.7rem;
}

.height-6_8em {
  height: 6.8em;
}

.height-6_8rem {
  height: 6.8rem;
}

.height-6_9em {
  height: 6.9em;
}

.height-6_9rem {
  height: 6.9rem;
}

.height-7em {
  height: 7em;
}

.height-7rem {
  height: 7rem;
}

.height-7_1em {
  height: 7.1em;
}

.height-7_1rem {
  height: 7.1rem;
}

.height-7_2em {
  height: 7.2em;
}

.height-7_2rem {
  height: 7.2rem;
}

.height-7_3em {
  height: 7.3em;
}

.height-7_3rem {
  height: 7.3rem;
}

.height-7_4em {
  height: 7.4em;
}

.height-7_4rem {
  height: 7.4rem;
}

.height-7_5em {
  height: 7.5em;
}

.height-7_5rem {
  height: 7.5rem;
}

.height-7_6em {
  height: 7.6em;
}

.height-7_6rem {
  height: 7.6rem;
}

.height-7_7em {
  height: 7.7em;
}

.height-7_7rem {
  height: 7.7rem;
}

.height-7_8em {
  height: 7.8em;
}

.height-7_8rem {
  height: 7.8rem;
}

.height-7_9em {
  height: 7.9em;
}

.height-7_9rem {
  height: 7.9rem;
}

.height-8em {
  height: 8em;
}

.height-8rem {
  height: 8rem;
}

.height-8_1em {
  height: 8.1em;
}

.height-8_1rem {
  height: 8.1rem;
}

.height-8_2em {
  height: 8.2em;
}

.height-8_2rem {
  height: 8.2rem;
}

.height-8_3em {
  height: 8.3em;
}

.height-8_3rem {
  height: 8.3rem;
}

.height-8_4em {
  height: 8.4em;
}

.height-8_4rem {
  height: 8.4rem;
}

.height-8_5em {
  height: 8.5em;
}

.height-8_5rem {
  height: 8.5rem;
}

.height-8_6em {
  height: 8.6em;
}

.height-8_6rem {
  height: 8.6rem;
}

.height-8_7em {
  height: 8.7em;
}

.height-8_7rem {
  height: 8.7rem;
}

.height-8_8em {
  height: 8.8em;
}

.height-8_8rem {
  height: 8.8rem;
}

.height-8_9em {
  height: 8.9em;
}

.height-8_9rem {
  height: 8.9rem;
}

.height-9em {
  height: 9em;
}

.height-9rem {
  height: 9rem;
}

.height-9_1em {
  height: 9.1em;
}

.height-9_1rem {
  height: 9.1rem;
}

.height-9_2em {
  height: 9.2em;
}

.height-9_2rem {
  height: 9.2rem;
}

.height-9_3em {
  height: 9.3em;
}

.height-9_3rem {
  height: 9.3rem;
}

.height-9_4em {
  height: 9.4em;
}

.height-9_4rem {
  height: 9.4rem;
}

.height-9_5em {
  height: 9.5em;
}

.height-9_5rem {
  height: 9.5rem;
}

.height-9_6em {
  height: 9.6em;
}

.height-9_6rem {
  height: 9.6rem;
}

.height-9_7em {
  height: 9.7em;
}

.height-9_7rem {
  height: 9.7rem;
}

.height-9_8em {
  height: 9.8em;
}

.height-9_8rem {
  height: 9.8rem;
}

.height-9_9em {
  height: 9.9em;
}

.height-9_9rem {
  height: 9.9rem;
}

.height-10em {
  height: 10em;
}

.height-10rem {
  height: 10rem;
}

.height-10_1em {
  height: 10.1em;
}

.height-10_1rem {
  height: 10.1rem;
}

.height-10_2em {
  height: 10.2em;
}

.height-10_2rem {
  height: 10.2rem;
}

.height-10_3em {
  height: 10.3em;
}

.height-10_3rem {
  height: 10.3rem;
}

.height-10_4em {
  height: 10.4em;
}

.height-10_4rem {
  height: 10.4rem;
}

.height-10_5em {
  height: 10.5em;
}

.height-10_5rem {
  height: 10.5rem;
}

.height-10_6em {
  height: 10.6em;
}

.height-10_6rem {
  height: 10.6rem;
}

.height-10_7em {
  height: 10.7em;
}

.height-10_7rem {
  height: 10.7rem;
}

.height-10_8em {
  height: 10.8em;
}

.height-10_8rem {
  height: 10.8rem;
}

.height-10_9em {
  height: 10.9em;
}

.height-10_9rem {
  height: 10.9rem;
}

@media (min-width: 375px) {
  .sm\:height-0px {
    height: 0px;
  }
  .sm\:height-1px {
    height: 1px;
  }
  .sm\:height-2px {
    height: 2px;
  }
  .sm\:height-3px {
    height: 3px;
  }
  .sm\:height-4px {
    height: 4px;
  }
  .sm\:height-5px {
    height: 5px;
  }
  .sm\:height-6px {
    height: 6px;
  }
  .sm\:height-7px {
    height: 7px;
  }
  .sm\:height-8px {
    height: 8px;
  }
  .sm\:height-9px {
    height: 9px;
  }
  .sm\:height-10px {
    height: 10px;
  }
  .sm\:height-11px {
    height: 11px;
  }
  .sm\:height-12px {
    height: 12px;
  }
  .sm\:height-13px {
    height: 13px;
  }
  .sm\:height-14px {
    height: 14px;
  }
  .sm\:height-15px {
    height: 15px;
  }
  .sm\:height-16px {
    height: 16px;
  }
  .sm\:height-17px {
    height: 17px;
  }
  .sm\:height-18px {
    height: 18px;
  }
  .sm\:height-19px {
    height: 19px;
  }
  .sm\:height-20px {
    height: 20px;
  }
  .sm\:height-21px {
    height: 21px;
  }
  .sm\:height-22px {
    height: 22px;
  }
  .sm\:height-23px {
    height: 23px;
  }
  .sm\:height-24px {
    height: 24px;
  }
  .sm\:height-25px {
    height: 25px;
  }
  .sm\:height-26px {
    height: 26px;
  }
  .sm\:height-27px {
    height: 27px;
  }
  .sm\:height-28px {
    height: 28px;
  }
  .sm\:height-29px {
    height: 29px;
  }
  .sm\:height-30px {
    height: 30px;
  }
  .sm\:height-31px {
    height: 31px;
  }
  .sm\:height-32px {
    height: 32px;
  }
  .sm\:height-33px {
    height: 33px;
  }
  .sm\:height-34px {
    height: 34px;
  }
  .sm\:height-35px {
    height: 35px;
  }
  .sm\:height-36px {
    height: 36px;
  }
  .sm\:height-37px {
    height: 37px;
  }
  .sm\:height-38px {
    height: 38px;
  }
  .sm\:height-39px {
    height: 39px;
  }
  .sm\:height-40px {
    height: 40px;
  }
  .sm\:height-41px {
    height: 41px;
  }
  .sm\:height-42px {
    height: 42px;
  }
  .sm\:height-43px {
    height: 43px;
  }
  .sm\:height-44px {
    height: 44px;
  }
  .sm\:height-45px {
    height: 45px;
  }
  .sm\:height-46px {
    height: 46px;
  }
  .sm\:height-47px {
    height: 47px;
  }
  .sm\:height-48px {
    height: 48px;
  }
  .sm\:height-49px {
    height: 49px;
  }
  .sm\:height-50px {
    height: 50px;
  }
  .sm\:height-51px {
    height: 51px;
  }
  .sm\:height-52px {
    height: 52px;
  }
  .sm\:height-53px {
    height: 53px;
  }
  .sm\:height-54px {
    height: 54px;
  }
  .sm\:height-55px {
    height: 55px;
  }
  .sm\:height-56px {
    height: 56px;
  }
  .sm\:height-57px {
    height: 57px;
  }
  .sm\:height-58px {
    height: 58px;
  }
  .sm\:height-59px {
    height: 59px;
  }
  .sm\:height-60px {
    height: 60px;
  }
  .sm\:height-61px {
    height: 61px;
  }
  .sm\:height-62px {
    height: 62px;
  }
  .sm\:height-63px {
    height: 63px;
  }
  .sm\:height-64px {
    height: 64px;
  }
  .sm\:height-65px {
    height: 65px;
  }
  .sm\:height-66px {
    height: 66px;
  }
  .sm\:height-67px {
    height: 67px;
  }
  .sm\:height-68px {
    height: 68px;
  }
  .sm\:height-69px {
    height: 69px;
  }
  .sm\:height-70px {
    height: 70px;
  }
  .sm\:height-71px {
    height: 71px;
  }
  .sm\:height-72px {
    height: 72px;
  }
  .sm\:height-73px {
    height: 73px;
  }
  .sm\:height-74px {
    height: 74px;
  }
  .sm\:height-75px {
    height: 75px;
  }
  .sm\:height-76px {
    height: 76px;
  }
  .sm\:height-77px {
    height: 77px;
  }
  .sm\:height-78px {
    height: 78px;
  }
  .sm\:height-79px {
    height: 79px;
  }
  .sm\:height-80px {
    height: 80px;
  }
  .sm\:height-81px {
    height: 81px;
  }
  .sm\:height-82px {
    height: 82px;
  }
  .sm\:height-83px {
    height: 83px;
  }
  .sm\:height-84px {
    height: 84px;
  }
  .sm\:height-85px {
    height: 85px;
  }
  .sm\:height-86px {
    height: 86px;
  }
  .sm\:height-87px {
    height: 87px;
  }
  .sm\:height-88px {
    height: 88px;
  }
  .sm\:height-89px {
    height: 89px;
  }
  .sm\:height-90px {
    height: 90px;
  }
  .sm\:height-91px {
    height: 91px;
  }
  .sm\:height-92px {
    height: 92px;
  }
  .sm\:height-93px {
    height: 93px;
  }
  .sm\:height-94px {
    height: 94px;
  }
  .sm\:height-95px {
    height: 95px;
  }
  .sm\:height-96px {
    height: 96px;
  }
  .sm\:height-97px {
    height: 97px;
  }
  .sm\:height-98px {
    height: 98px;
  }
  .sm\:height-99px {
    height: 99px;
  }
  .sm\:height-100px {
    height: 100px;
  }
  .sm\:height-101px {
    height: 101px;
  }
  .sm\:height-102px {
    height: 102px;
  }
  .sm\:height-103px {
    height: 103px;
  }
  .sm\:height-104px {
    height: 104px;
  }
  .sm\:height-105px {
    height: 105px;
  }
  .sm\:height-106px {
    height: 106px;
  }
  .sm\:height-107px {
    height: 107px;
  }
  .sm\:height-108px {
    height: 108px;
  }
  .sm\:height-109px {
    height: 109px;
  }
  .sm\:height-110px {
    height: 110px;
  }
  .sm\:height-111px {
    height: 111px;
  }
  .sm\:height-112px {
    height: 112px;
  }
  .sm\:height-113px {
    height: 113px;
  }
  .sm\:height-114px {
    height: 114px;
  }
  .sm\:height-115px {
    height: 115px;
  }
  .sm\:height-116px {
    height: 116px;
  }
  .sm\:height-117px {
    height: 117px;
  }
  .sm\:height-118px {
    height: 118px;
  }
  .sm\:height-119px {
    height: 119px;
  }
  .sm\:height-120px {
    height: 120px;
  }
  .sm\:height-121px {
    height: 121px;
  }
  .sm\:height-122px {
    height: 122px;
  }
  .sm\:height-123px {
    height: 123px;
  }
  .sm\:height-124px {
    height: 124px;
  }
  .sm\:height-125px {
    height: 125px;
  }
  .sm\:height-126px {
    height: 126px;
  }
  .sm\:height-127px {
    height: 127px;
  }
  .sm\:height-128px {
    height: 128px;
  }
  .sm\:height-129px {
    height: 129px;
  }
  .sm\:height-130px {
    height: 130px;
  }
  .sm\:height-131px {
    height: 131px;
  }
  .sm\:height-132px {
    height: 132px;
  }
  .sm\:height-133px {
    height: 133px;
  }
  .sm\:height-134px {
    height: 134px;
  }
  .sm\:height-135px {
    height: 135px;
  }
  .sm\:height-136px {
    height: 136px;
  }
  .sm\:height-137px {
    height: 137px;
  }
  .sm\:height-138px {
    height: 138px;
  }
  .sm\:height-139px {
    height: 139px;
  }
  .sm\:height-140px {
    height: 140px;
  }
  .sm\:height-141px {
    height: 141px;
  }
  .sm\:height-142px {
    height: 142px;
  }
  .sm\:height-143px {
    height: 143px;
  }
  .sm\:height-144px {
    height: 144px;
  }
  .sm\:height-145px {
    height: 145px;
  }
  .sm\:height-146px {
    height: 146px;
  }
  .sm\:height-147px {
    height: 147px;
  }
  .sm\:height-148px {
    height: 148px;
  }
  .sm\:height-149px {
    height: 149px;
  }
  .sm\:height-150px {
    height: 150px;
  }
  .sm\:height-151px {
    height: 151px;
  }
  .sm\:height-152px {
    height: 152px;
  }
  .sm\:height-153px {
    height: 153px;
  }
  .sm\:height-154px {
    height: 154px;
  }
  .sm\:height-155px {
    height: 155px;
  }
  .sm\:height-156px {
    height: 156px;
  }
  .sm\:height-157px {
    height: 157px;
  }
  .sm\:height-158px {
    height: 158px;
  }
  .sm\:height-159px {
    height: 159px;
  }
  .sm\:height-160px {
    height: 160px;
  }
  .sm\:height-161px {
    height: 161px;
  }
  .sm\:height-162px {
    height: 162px;
  }
  .sm\:height-163px {
    height: 163px;
  }
  .sm\:height-164px {
    height: 164px;
  }
  .sm\:height-165px {
    height: 165px;
  }
  .sm\:height-166px {
    height: 166px;
  }
  .sm\:height-167px {
    height: 167px;
  }
  .sm\:height-168px {
    height: 168px;
  }
  .sm\:height-169px {
    height: 169px;
  }
  .sm\:height-170px {
    height: 170px;
  }
  .sm\:height-171px {
    height: 171px;
  }
  .sm\:height-172px {
    height: 172px;
  }
  .sm\:height-173px {
    height: 173px;
  }
  .sm\:height-174px {
    height: 174px;
  }
  .sm\:height-175px {
    height: 175px;
  }
  .sm\:height-176px {
    height: 176px;
  }
  .sm\:height-177px {
    height: 177px;
  }
  .sm\:height-178px {
    height: 178px;
  }
  .sm\:height-179px {
    height: 179px;
  }
  .sm\:height-180px {
    height: 180px;
  }
  .sm\:height-181px {
    height: 181px;
  }
  .sm\:height-182px {
    height: 182px;
  }
  .sm\:height-183px {
    height: 183px;
  }
  .sm\:height-184px {
    height: 184px;
  }
  .sm\:height-185px {
    height: 185px;
  }
  .sm\:height-186px {
    height: 186px;
  }
  .sm\:height-187px {
    height: 187px;
  }
  .sm\:height-188px {
    height: 188px;
  }
  .sm\:height-189px {
    height: 189px;
  }
  .sm\:height-190px {
    height: 190px;
  }
  .sm\:height-191px {
    height: 191px;
  }
  .sm\:height-192px {
    height: 192px;
  }
  .sm\:height-193px {
    height: 193px;
  }
  .sm\:height-194px {
    height: 194px;
  }
  .sm\:height-195px {
    height: 195px;
  }
  .sm\:height-196px {
    height: 196px;
  }
  .sm\:height-197px {
    height: 197px;
  }
  .sm\:height-198px {
    height: 198px;
  }
  .sm\:height-199px {
    height: 199px;
  }
  .sm\:height-200px {
    height: 200px;
  }
  .sm\:height-201px {
    height: 201px;
  }
  .sm\:height-202px {
    height: 202px;
  }
  .sm\:height-203px {
    height: 203px;
  }
  .sm\:height-204px {
    height: 204px;
  }
  .sm\:height-205px {
    height: 205px;
  }
  .sm\:height-206px {
    height: 206px;
  }
  .sm\:height-207px {
    height: 207px;
  }
  .sm\:height-208px {
    height: 208px;
  }
  .sm\:height-209px {
    height: 209px;
  }
  .sm\:height-210px {
    height: 210px;
  }
  .sm\:height-211px {
    height: 211px;
  }
  .sm\:height-212px {
    height: 212px;
  }
  .sm\:height-213px {
    height: 213px;
  }
  .sm\:height-214px {
    height: 214px;
  }
  .sm\:height-215px {
    height: 215px;
  }
  .sm\:height-216px {
    height: 216px;
  }
  .sm\:height-217px {
    height: 217px;
  }
  .sm\:height-218px {
    height: 218px;
  }
  .sm\:height-219px {
    height: 219px;
  }
  .sm\:height-220px {
    height: 220px;
  }
  .sm\:height-221px {
    height: 221px;
  }
  .sm\:height-222px {
    height: 222px;
  }
  .sm\:height-223px {
    height: 223px;
  }
  .sm\:height-224px {
    height: 224px;
  }
  .sm\:height-225px {
    height: 225px;
  }
  .sm\:height-226px {
    height: 226px;
  }
  .sm\:height-227px {
    height: 227px;
  }
  .sm\:height-228px {
    height: 228px;
  }
  .sm\:height-229px {
    height: 229px;
  }
  .sm\:height-230px {
    height: 230px;
  }
  .sm\:height-231px {
    height: 231px;
  }
  .sm\:height-232px {
    height: 232px;
  }
  .sm\:height-233px {
    height: 233px;
  }
  .sm\:height-234px {
    height: 234px;
  }
  .sm\:height-235px {
    height: 235px;
  }
  .sm\:height-236px {
    height: 236px;
  }
  .sm\:height-237px {
    height: 237px;
  }
  .sm\:height-238px {
    height: 238px;
  }
  .sm\:height-239px {
    height: 239px;
  }
  .sm\:height-240px {
    height: 240px;
  }
  .sm\:height-241px {
    height: 241px;
  }
  .sm\:height-242px {
    height: 242px;
  }
  .sm\:height-243px {
    height: 243px;
  }
  .sm\:height-244px {
    height: 244px;
  }
  .sm\:height-245px {
    height: 245px;
  }
  .sm\:height-246px {
    height: 246px;
  }
  .sm\:height-247px {
    height: 247px;
  }
  .sm\:height-248px {
    height: 248px;
  }
  .sm\:height-249px {
    height: 249px;
  }
  .sm\:height-250px {
    height: 250px;
  }
  .sm\:height-251px {
    height: 251px;
  }
  .sm\:height-252px {
    height: 252px;
  }
  .sm\:height-253px {
    height: 253px;
  }
  .sm\:height-254px {
    height: 254px;
  }
  .sm\:height-255px {
    height: 255px;
  }
  .sm\:height-256px {
    height: 256px;
  }
  .sm\:height-257px {
    height: 257px;
  }
  .sm\:height-258px {
    height: 258px;
  }
  .sm\:height-259px {
    height: 259px;
  }
  .sm\:height-260px {
    height: 260px;
  }
  .sm\:height-261px {
    height: 261px;
  }
  .sm\:height-262px {
    height: 262px;
  }
  .sm\:height-263px {
    height: 263px;
  }
  .sm\:height-264px {
    height: 264px;
  }
  .sm\:height-265px {
    height: 265px;
  }
  .sm\:height-266px {
    height: 266px;
  }
  .sm\:height-267px {
    height: 267px;
  }
  .sm\:height-268px {
    height: 268px;
  }
  .sm\:height-269px {
    height: 269px;
  }
  .sm\:height-270px {
    height: 270px;
  }
  .sm\:height-271px {
    height: 271px;
  }
  .sm\:height-272px {
    height: 272px;
  }
  .sm\:height-273px {
    height: 273px;
  }
  .sm\:height-274px {
    height: 274px;
  }
  .sm\:height-275px {
    height: 275px;
  }
  .sm\:height-276px {
    height: 276px;
  }
  .sm\:height-277px {
    height: 277px;
  }
  .sm\:height-278px {
    height: 278px;
  }
  .sm\:height-279px {
    height: 279px;
  }
  .sm\:height-280px {
    height: 280px;
  }
  .sm\:height-281px {
    height: 281px;
  }
  .sm\:height-282px {
    height: 282px;
  }
  .sm\:height-283px {
    height: 283px;
  }
  .sm\:height-284px {
    height: 284px;
  }
  .sm\:height-285px {
    height: 285px;
  }
  .sm\:height-286px {
    height: 286px;
  }
  .sm\:height-287px {
    height: 287px;
  }
  .sm\:height-288px {
    height: 288px;
  }
  .sm\:height-289px {
    height: 289px;
  }
  .sm\:height-290px {
    height: 290px;
  }
  .sm\:height-291px {
    height: 291px;
  }
  .sm\:height-292px {
    height: 292px;
  }
  .sm\:height-293px {
    height: 293px;
  }
  .sm\:height-294px {
    height: 294px;
  }
  .sm\:height-295px {
    height: 295px;
  }
  .sm\:height-296px {
    height: 296px;
  }
  .sm\:height-297px {
    height: 297px;
  }
  .sm\:height-298px {
    height: 298px;
  }
  .sm\:height-299px {
    height: 299px;
  }
  .sm\:height-300px {
    height: 300px;
  }
  .sm\:height-0em {
    height: 0em;
  }
  .sm\:height-0rem {
    height: 0rem;
  }
  .sm\:height-0_1em {
    height: 0.1em;
  }
  .sm\:height-0_1rem {
    height: 0.1rem;
  }
  .sm\:height-0_2em {
    height: 0.2em;
  }
  .sm\:height-0_2rem {
    height: 0.2rem;
  }
  .sm\:height-0_3em {
    height: 0.3em;
  }
  .sm\:height-0_3rem {
    height: 0.3rem;
  }
  .sm\:height-0_4em {
    height: 0.4em;
  }
  .sm\:height-0_4rem {
    height: 0.4rem;
  }
  .sm\:height-0_5em {
    height: 0.5em;
  }
  .sm\:height-0_5rem {
    height: 0.5rem;
  }
  .sm\:height-0_6em {
    height: 0.6em;
  }
  .sm\:height-0_6rem {
    height: 0.6rem;
  }
  .sm\:height-0_7em {
    height: 0.7em;
  }
  .sm\:height-0_7rem {
    height: 0.7rem;
  }
  .sm\:height-0_8em {
    height: 0.8em;
  }
  .sm\:height-0_8rem {
    height: 0.8rem;
  }
  .sm\:height-0_9em {
    height: 0.9em;
  }
  .sm\:height-0_9rem {
    height: 0.9rem;
  }
  .sm\:height-1em {
    height: 1em;
  }
  .sm\:height-1rem {
    height: 1rem;
  }
  .sm\:height-1_1em {
    height: 1.1em;
  }
  .sm\:height-1_1rem {
    height: 1.1rem;
  }
  .sm\:height-1_2em {
    height: 1.2em;
  }
  .sm\:height-1_2rem {
    height: 1.2rem;
  }
  .sm\:height-1_3em {
    height: 1.3em;
  }
  .sm\:height-1_3rem {
    height: 1.3rem;
  }
  .sm\:height-1_4em {
    height: 1.4em;
  }
  .sm\:height-1_4rem {
    height: 1.4rem;
  }
  .sm\:height-1_5em {
    height: 1.5em;
  }
  .sm\:height-1_5rem {
    height: 1.5rem;
  }
  .sm\:height-1_6em {
    height: 1.6em;
  }
  .sm\:height-1_6rem {
    height: 1.6rem;
  }
  .sm\:height-1_7em {
    height: 1.7em;
  }
  .sm\:height-1_7rem {
    height: 1.7rem;
  }
  .sm\:height-1_8em {
    height: 1.8em;
  }
  .sm\:height-1_8rem {
    height: 1.8rem;
  }
  .sm\:height-1_9em {
    height: 1.9em;
  }
  .sm\:height-1_9rem {
    height: 1.9rem;
  }
  .sm\:height-2em {
    height: 2em;
  }
  .sm\:height-2rem {
    height: 2rem;
  }
  .sm\:height-2_1em {
    height: 2.1em;
  }
  .sm\:height-2_1rem {
    height: 2.1rem;
  }
  .sm\:height-2_2em {
    height: 2.2em;
  }
  .sm\:height-2_2rem {
    height: 2.2rem;
  }
  .sm\:height-2_3em {
    height: 2.3em;
  }
  .sm\:height-2_3rem {
    height: 2.3rem;
  }
  .sm\:height-2_4em {
    height: 2.4em;
  }
  .sm\:height-2_4rem {
    height: 2.4rem;
  }
  .sm\:height-2_5em {
    height: 2.5em;
  }
  .sm\:height-2_5rem {
    height: 2.5rem;
  }
  .sm\:height-2_6em {
    height: 2.6em;
  }
  .sm\:height-2_6rem {
    height: 2.6rem;
  }
  .sm\:height-2_7em {
    height: 2.7em;
  }
  .sm\:height-2_7rem {
    height: 2.7rem;
  }
  .sm\:height-2_8em {
    height: 2.8em;
  }
  .sm\:height-2_8rem {
    height: 2.8rem;
  }
  .sm\:height-2_9em {
    height: 2.9em;
  }
  .sm\:height-2_9rem {
    height: 2.9rem;
  }
  .sm\:height-3em {
    height: 3em;
  }
  .sm\:height-3rem {
    height: 3rem;
  }
  .sm\:height-3_1em {
    height: 3.1em;
  }
  .sm\:height-3_1rem {
    height: 3.1rem;
  }
  .sm\:height-3_2em {
    height: 3.2em;
  }
  .sm\:height-3_2rem {
    height: 3.2rem;
  }
  .sm\:height-3_3em {
    height: 3.3em;
  }
  .sm\:height-3_3rem {
    height: 3.3rem;
  }
  .sm\:height-3_4em {
    height: 3.4em;
  }
  .sm\:height-3_4rem {
    height: 3.4rem;
  }
  .sm\:height-3_5em {
    height: 3.5em;
  }
  .sm\:height-3_5rem {
    height: 3.5rem;
  }
  .sm\:height-3_6em {
    height: 3.6em;
  }
  .sm\:height-3_6rem {
    height: 3.6rem;
  }
  .sm\:height-3_7em {
    height: 3.7em;
  }
  .sm\:height-3_7rem {
    height: 3.7rem;
  }
  .sm\:height-3_8em {
    height: 3.8em;
  }
  .sm\:height-3_8rem {
    height: 3.8rem;
  }
  .sm\:height-3_9em {
    height: 3.9em;
  }
  .sm\:height-3_9rem {
    height: 3.9rem;
  }
  .sm\:height-4em {
    height: 4em;
  }
  .sm\:height-4rem {
    height: 4rem;
  }
  .sm\:height-4_1em {
    height: 4.1em;
  }
  .sm\:height-4_1rem {
    height: 4.1rem;
  }
  .sm\:height-4_2em {
    height: 4.2em;
  }
  .sm\:height-4_2rem {
    height: 4.2rem;
  }
  .sm\:height-4_3em {
    height: 4.3em;
  }
  .sm\:height-4_3rem {
    height: 4.3rem;
  }
  .sm\:height-4_4em {
    height: 4.4em;
  }
  .sm\:height-4_4rem {
    height: 4.4rem;
  }
  .sm\:height-4_5em {
    height: 4.5em;
  }
  .sm\:height-4_5rem {
    height: 4.5rem;
  }
  .sm\:height-4_6em {
    height: 4.6em;
  }
  .sm\:height-4_6rem {
    height: 4.6rem;
  }
  .sm\:height-4_7em {
    height: 4.7em;
  }
  .sm\:height-4_7rem {
    height: 4.7rem;
  }
  .sm\:height-4_8em {
    height: 4.8em;
  }
  .sm\:height-4_8rem {
    height: 4.8rem;
  }
  .sm\:height-4_9em {
    height: 4.9em;
  }
  .sm\:height-4_9rem {
    height: 4.9rem;
  }
  .sm\:height-5em {
    height: 5em;
  }
  .sm\:height-5rem {
    height: 5rem;
  }
  .sm\:height-5_1em {
    height: 5.1em;
  }
  .sm\:height-5_1rem {
    height: 5.1rem;
  }
  .sm\:height-5_2em {
    height: 5.2em;
  }
  .sm\:height-5_2rem {
    height: 5.2rem;
  }
  .sm\:height-5_3em {
    height: 5.3em;
  }
  .sm\:height-5_3rem {
    height: 5.3rem;
  }
  .sm\:height-5_4em {
    height: 5.4em;
  }
  .sm\:height-5_4rem {
    height: 5.4rem;
  }
  .sm\:height-5_5em {
    height: 5.5em;
  }
  .sm\:height-5_5rem {
    height: 5.5rem;
  }
  .sm\:height-5_6em {
    height: 5.6em;
  }
  .sm\:height-5_6rem {
    height: 5.6rem;
  }
  .sm\:height-5_7em {
    height: 5.7em;
  }
  .sm\:height-5_7rem {
    height: 5.7rem;
  }
  .sm\:height-5_8em {
    height: 5.8em;
  }
  .sm\:height-5_8rem {
    height: 5.8rem;
  }
  .sm\:height-5_9em {
    height: 5.9em;
  }
  .sm\:height-5_9rem {
    height: 5.9rem;
  }
  .sm\:height-6em {
    height: 6em;
  }
  .sm\:height-6rem {
    height: 6rem;
  }
  .sm\:height-6_1em {
    height: 6.1em;
  }
  .sm\:height-6_1rem {
    height: 6.1rem;
  }
  .sm\:height-6_2em {
    height: 6.2em;
  }
  .sm\:height-6_2rem {
    height: 6.2rem;
  }
  .sm\:height-6_3em {
    height: 6.3em;
  }
  .sm\:height-6_3rem {
    height: 6.3rem;
  }
  .sm\:height-6_4em {
    height: 6.4em;
  }
  .sm\:height-6_4rem {
    height: 6.4rem;
  }
  .sm\:height-6_5em {
    height: 6.5em;
  }
  .sm\:height-6_5rem {
    height: 6.5rem;
  }
  .sm\:height-6_6em {
    height: 6.6em;
  }
  .sm\:height-6_6rem {
    height: 6.6rem;
  }
  .sm\:height-6_7em {
    height: 6.7em;
  }
  .sm\:height-6_7rem {
    height: 6.7rem;
  }
  .sm\:height-6_8em {
    height: 6.8em;
  }
  .sm\:height-6_8rem {
    height: 6.8rem;
  }
  .sm\:height-6_9em {
    height: 6.9em;
  }
  .sm\:height-6_9rem {
    height: 6.9rem;
  }
  .sm\:height-7em {
    height: 7em;
  }
  .sm\:height-7rem {
    height: 7rem;
  }
  .sm\:height-7_1em {
    height: 7.1em;
  }
  .sm\:height-7_1rem {
    height: 7.1rem;
  }
  .sm\:height-7_2em {
    height: 7.2em;
  }
  .sm\:height-7_2rem {
    height: 7.2rem;
  }
  .sm\:height-7_3em {
    height: 7.3em;
  }
  .sm\:height-7_3rem {
    height: 7.3rem;
  }
  .sm\:height-7_4em {
    height: 7.4em;
  }
  .sm\:height-7_4rem {
    height: 7.4rem;
  }
  .sm\:height-7_5em {
    height: 7.5em;
  }
  .sm\:height-7_5rem {
    height: 7.5rem;
  }
  .sm\:height-7_6em {
    height: 7.6em;
  }
  .sm\:height-7_6rem {
    height: 7.6rem;
  }
  .sm\:height-7_7em {
    height: 7.7em;
  }
  .sm\:height-7_7rem {
    height: 7.7rem;
  }
  .sm\:height-7_8em {
    height: 7.8em;
  }
  .sm\:height-7_8rem {
    height: 7.8rem;
  }
  .sm\:height-7_9em {
    height: 7.9em;
  }
  .sm\:height-7_9rem {
    height: 7.9rem;
  }
  .sm\:height-8em {
    height: 8em;
  }
  .sm\:height-8rem {
    height: 8rem;
  }
  .sm\:height-8_1em {
    height: 8.1em;
  }
  .sm\:height-8_1rem {
    height: 8.1rem;
  }
  .sm\:height-8_2em {
    height: 8.2em;
  }
  .sm\:height-8_2rem {
    height: 8.2rem;
  }
  .sm\:height-8_3em {
    height: 8.3em;
  }
  .sm\:height-8_3rem {
    height: 8.3rem;
  }
  .sm\:height-8_4em {
    height: 8.4em;
  }
  .sm\:height-8_4rem {
    height: 8.4rem;
  }
  .sm\:height-8_5em {
    height: 8.5em;
  }
  .sm\:height-8_5rem {
    height: 8.5rem;
  }
  .sm\:height-8_6em {
    height: 8.6em;
  }
  .sm\:height-8_6rem {
    height: 8.6rem;
  }
  .sm\:height-8_7em {
    height: 8.7em;
  }
  .sm\:height-8_7rem {
    height: 8.7rem;
  }
  .sm\:height-8_8em {
    height: 8.8em;
  }
  .sm\:height-8_8rem {
    height: 8.8rem;
  }
  .sm\:height-8_9em {
    height: 8.9em;
  }
  .sm\:height-8_9rem {
    height: 8.9rem;
  }
  .sm\:height-9em {
    height: 9em;
  }
  .sm\:height-9rem {
    height: 9rem;
  }
  .sm\:height-9_1em {
    height: 9.1em;
  }
  .sm\:height-9_1rem {
    height: 9.1rem;
  }
  .sm\:height-9_2em {
    height: 9.2em;
  }
  .sm\:height-9_2rem {
    height: 9.2rem;
  }
  .sm\:height-9_3em {
    height: 9.3em;
  }
  .sm\:height-9_3rem {
    height: 9.3rem;
  }
  .sm\:height-9_4em {
    height: 9.4em;
  }
  .sm\:height-9_4rem {
    height: 9.4rem;
  }
  .sm\:height-9_5em {
    height: 9.5em;
  }
  .sm\:height-9_5rem {
    height: 9.5rem;
  }
  .sm\:height-9_6em {
    height: 9.6em;
  }
  .sm\:height-9_6rem {
    height: 9.6rem;
  }
  .sm\:height-9_7em {
    height: 9.7em;
  }
  .sm\:height-9_7rem {
    height: 9.7rem;
  }
  .sm\:height-9_8em {
    height: 9.8em;
  }
  .sm\:height-9_8rem {
    height: 9.8rem;
  }
  .sm\:height-9_9em {
    height: 9.9em;
  }
  .sm\:height-9_9rem {
    height: 9.9rem;
  }
  .sm\:height-10em {
    height: 10em;
  }
  .sm\:height-10rem {
    height: 10rem;
  }
  .sm\:height-10_1em {
    height: 10.1em;
  }
  .sm\:height-10_1rem {
    height: 10.1rem;
  }
  .sm\:height-10_2em {
    height: 10.2em;
  }
  .sm\:height-10_2rem {
    height: 10.2rem;
  }
  .sm\:height-10_3em {
    height: 10.3em;
  }
  .sm\:height-10_3rem {
    height: 10.3rem;
  }
  .sm\:height-10_4em {
    height: 10.4em;
  }
  .sm\:height-10_4rem {
    height: 10.4rem;
  }
  .sm\:height-10_5em {
    height: 10.5em;
  }
  .sm\:height-10_5rem {
    height: 10.5rem;
  }
  .sm\:height-10_6em {
    height: 10.6em;
  }
  .sm\:height-10_6rem {
    height: 10.6rem;
  }
  .sm\:height-10_7em {
    height: 10.7em;
  }
  .sm\:height-10_7rem {
    height: 10.7rem;
  }
  .sm\:height-10_8em {
    height: 10.8em;
  }
  .sm\:height-10_8rem {
    height: 10.8rem;
  }
  .sm\:height-10_9em {
    height: 10.9em;
  }
  .sm\:height-10_9rem {
    height: 10.9rem;
  }
}
@media (min-width: 768px) {
  .md\:height-0px {
    height: 0px;
  }
  .md\:height-1px {
    height: 1px;
  }
  .md\:height-2px {
    height: 2px;
  }
  .md\:height-3px {
    height: 3px;
  }
  .md\:height-4px {
    height: 4px;
  }
  .md\:height-5px {
    height: 5px;
  }
  .md\:height-6px {
    height: 6px;
  }
  .md\:height-7px {
    height: 7px;
  }
  .md\:height-8px {
    height: 8px;
  }
  .md\:height-9px {
    height: 9px;
  }
  .md\:height-10px {
    height: 10px;
  }
  .md\:height-11px {
    height: 11px;
  }
  .md\:height-12px {
    height: 12px;
  }
  .md\:height-13px {
    height: 13px;
  }
  .md\:height-14px {
    height: 14px;
  }
  .md\:height-15px {
    height: 15px;
  }
  .md\:height-16px {
    height: 16px;
  }
  .md\:height-17px {
    height: 17px;
  }
  .md\:height-18px {
    height: 18px;
  }
  .md\:height-19px {
    height: 19px;
  }
  .md\:height-20px {
    height: 20px;
  }
  .md\:height-21px {
    height: 21px;
  }
  .md\:height-22px {
    height: 22px;
  }
  .md\:height-23px {
    height: 23px;
  }
  .md\:height-24px {
    height: 24px;
  }
  .md\:height-25px {
    height: 25px;
  }
  .md\:height-26px {
    height: 26px;
  }
  .md\:height-27px {
    height: 27px;
  }
  .md\:height-28px {
    height: 28px;
  }
  .md\:height-29px {
    height: 29px;
  }
  .md\:height-30px {
    height: 30px;
  }
  .md\:height-31px {
    height: 31px;
  }
  .md\:height-32px {
    height: 32px;
  }
  .md\:height-33px {
    height: 33px;
  }
  .md\:height-34px {
    height: 34px;
  }
  .md\:height-35px {
    height: 35px;
  }
  .md\:height-36px {
    height: 36px;
  }
  .md\:height-37px {
    height: 37px;
  }
  .md\:height-38px {
    height: 38px;
  }
  .md\:height-39px {
    height: 39px;
  }
  .md\:height-40px {
    height: 40px;
  }
  .md\:height-41px {
    height: 41px;
  }
  .md\:height-42px {
    height: 42px;
  }
  .md\:height-43px {
    height: 43px;
  }
  .md\:height-44px {
    height: 44px;
  }
  .md\:height-45px {
    height: 45px;
  }
  .md\:height-46px {
    height: 46px;
  }
  .md\:height-47px {
    height: 47px;
  }
  .md\:height-48px {
    height: 48px;
  }
  .md\:height-49px {
    height: 49px;
  }
  .md\:height-50px {
    height: 50px;
  }
  .md\:height-51px {
    height: 51px;
  }
  .md\:height-52px {
    height: 52px;
  }
  .md\:height-53px {
    height: 53px;
  }
  .md\:height-54px {
    height: 54px;
  }
  .md\:height-55px {
    height: 55px;
  }
  .md\:height-56px {
    height: 56px;
  }
  .md\:height-57px {
    height: 57px;
  }
  .md\:height-58px {
    height: 58px;
  }
  .md\:height-59px {
    height: 59px;
  }
  .md\:height-60px {
    height: 60px;
  }
  .md\:height-61px {
    height: 61px;
  }
  .md\:height-62px {
    height: 62px;
  }
  .md\:height-63px {
    height: 63px;
  }
  .md\:height-64px {
    height: 64px;
  }
  .md\:height-65px {
    height: 65px;
  }
  .md\:height-66px {
    height: 66px;
  }
  .md\:height-67px {
    height: 67px;
  }
  .md\:height-68px {
    height: 68px;
  }
  .md\:height-69px {
    height: 69px;
  }
  .md\:height-70px {
    height: 70px;
  }
  .md\:height-71px {
    height: 71px;
  }
  .md\:height-72px {
    height: 72px;
  }
  .md\:height-73px {
    height: 73px;
  }
  .md\:height-74px {
    height: 74px;
  }
  .md\:height-75px {
    height: 75px;
  }
  .md\:height-76px {
    height: 76px;
  }
  .md\:height-77px {
    height: 77px;
  }
  .md\:height-78px {
    height: 78px;
  }
  .md\:height-79px {
    height: 79px;
  }
  .md\:height-80px {
    height: 80px;
  }
  .md\:height-81px {
    height: 81px;
  }
  .md\:height-82px {
    height: 82px;
  }
  .md\:height-83px {
    height: 83px;
  }
  .md\:height-84px {
    height: 84px;
  }
  .md\:height-85px {
    height: 85px;
  }
  .md\:height-86px {
    height: 86px;
  }
  .md\:height-87px {
    height: 87px;
  }
  .md\:height-88px {
    height: 88px;
  }
  .md\:height-89px {
    height: 89px;
  }
  .md\:height-90px {
    height: 90px;
  }
  .md\:height-91px {
    height: 91px;
  }
  .md\:height-92px {
    height: 92px;
  }
  .md\:height-93px {
    height: 93px;
  }
  .md\:height-94px {
    height: 94px;
  }
  .md\:height-95px {
    height: 95px;
  }
  .md\:height-96px {
    height: 96px;
  }
  .md\:height-97px {
    height: 97px;
  }
  .md\:height-98px {
    height: 98px;
  }
  .md\:height-99px {
    height: 99px;
  }
  .md\:height-100px {
    height: 100px;
  }
  .md\:height-101px {
    height: 101px;
  }
  .md\:height-102px {
    height: 102px;
  }
  .md\:height-103px {
    height: 103px;
  }
  .md\:height-104px {
    height: 104px;
  }
  .md\:height-105px {
    height: 105px;
  }
  .md\:height-106px {
    height: 106px;
  }
  .md\:height-107px {
    height: 107px;
  }
  .md\:height-108px {
    height: 108px;
  }
  .md\:height-109px {
    height: 109px;
  }
  .md\:height-110px {
    height: 110px;
  }
  .md\:height-111px {
    height: 111px;
  }
  .md\:height-112px {
    height: 112px;
  }
  .md\:height-113px {
    height: 113px;
  }
  .md\:height-114px {
    height: 114px;
  }
  .md\:height-115px {
    height: 115px;
  }
  .md\:height-116px {
    height: 116px;
  }
  .md\:height-117px {
    height: 117px;
  }
  .md\:height-118px {
    height: 118px;
  }
  .md\:height-119px {
    height: 119px;
  }
  .md\:height-120px {
    height: 120px;
  }
  .md\:height-121px {
    height: 121px;
  }
  .md\:height-122px {
    height: 122px;
  }
  .md\:height-123px {
    height: 123px;
  }
  .md\:height-124px {
    height: 124px;
  }
  .md\:height-125px {
    height: 125px;
  }
  .md\:height-126px {
    height: 126px;
  }
  .md\:height-127px {
    height: 127px;
  }
  .md\:height-128px {
    height: 128px;
  }
  .md\:height-129px {
    height: 129px;
  }
  .md\:height-130px {
    height: 130px;
  }
  .md\:height-131px {
    height: 131px;
  }
  .md\:height-132px {
    height: 132px;
  }
  .md\:height-133px {
    height: 133px;
  }
  .md\:height-134px {
    height: 134px;
  }
  .md\:height-135px {
    height: 135px;
  }
  .md\:height-136px {
    height: 136px;
  }
  .md\:height-137px {
    height: 137px;
  }
  .md\:height-138px {
    height: 138px;
  }
  .md\:height-139px {
    height: 139px;
  }
  .md\:height-140px {
    height: 140px;
  }
  .md\:height-141px {
    height: 141px;
  }
  .md\:height-142px {
    height: 142px;
  }
  .md\:height-143px {
    height: 143px;
  }
  .md\:height-144px {
    height: 144px;
  }
  .md\:height-145px {
    height: 145px;
  }
  .md\:height-146px {
    height: 146px;
  }
  .md\:height-147px {
    height: 147px;
  }
  .md\:height-148px {
    height: 148px;
  }
  .md\:height-149px {
    height: 149px;
  }
  .md\:height-150px {
    height: 150px;
  }
  .md\:height-151px {
    height: 151px;
  }
  .md\:height-152px {
    height: 152px;
  }
  .md\:height-153px {
    height: 153px;
  }
  .md\:height-154px {
    height: 154px;
  }
  .md\:height-155px {
    height: 155px;
  }
  .md\:height-156px {
    height: 156px;
  }
  .md\:height-157px {
    height: 157px;
  }
  .md\:height-158px {
    height: 158px;
  }
  .md\:height-159px {
    height: 159px;
  }
  .md\:height-160px {
    height: 160px;
  }
  .md\:height-161px {
    height: 161px;
  }
  .md\:height-162px {
    height: 162px;
  }
  .md\:height-163px {
    height: 163px;
  }
  .md\:height-164px {
    height: 164px;
  }
  .md\:height-165px {
    height: 165px;
  }
  .md\:height-166px {
    height: 166px;
  }
  .md\:height-167px {
    height: 167px;
  }
  .md\:height-168px {
    height: 168px;
  }
  .md\:height-169px {
    height: 169px;
  }
  .md\:height-170px {
    height: 170px;
  }
  .md\:height-171px {
    height: 171px;
  }
  .md\:height-172px {
    height: 172px;
  }
  .md\:height-173px {
    height: 173px;
  }
  .md\:height-174px {
    height: 174px;
  }
  .md\:height-175px {
    height: 175px;
  }
  .md\:height-176px {
    height: 176px;
  }
  .md\:height-177px {
    height: 177px;
  }
  .md\:height-178px {
    height: 178px;
  }
  .md\:height-179px {
    height: 179px;
  }
  .md\:height-180px {
    height: 180px;
  }
  .md\:height-181px {
    height: 181px;
  }
  .md\:height-182px {
    height: 182px;
  }
  .md\:height-183px {
    height: 183px;
  }
  .md\:height-184px {
    height: 184px;
  }
  .md\:height-185px {
    height: 185px;
  }
  .md\:height-186px {
    height: 186px;
  }
  .md\:height-187px {
    height: 187px;
  }
  .md\:height-188px {
    height: 188px;
  }
  .md\:height-189px {
    height: 189px;
  }
  .md\:height-190px {
    height: 190px;
  }
  .md\:height-191px {
    height: 191px;
  }
  .md\:height-192px {
    height: 192px;
  }
  .md\:height-193px {
    height: 193px;
  }
  .md\:height-194px {
    height: 194px;
  }
  .md\:height-195px {
    height: 195px;
  }
  .md\:height-196px {
    height: 196px;
  }
  .md\:height-197px {
    height: 197px;
  }
  .md\:height-198px {
    height: 198px;
  }
  .md\:height-199px {
    height: 199px;
  }
  .md\:height-200px {
    height: 200px;
  }
  .md\:height-201px {
    height: 201px;
  }
  .md\:height-202px {
    height: 202px;
  }
  .md\:height-203px {
    height: 203px;
  }
  .md\:height-204px {
    height: 204px;
  }
  .md\:height-205px {
    height: 205px;
  }
  .md\:height-206px {
    height: 206px;
  }
  .md\:height-207px {
    height: 207px;
  }
  .md\:height-208px {
    height: 208px;
  }
  .md\:height-209px {
    height: 209px;
  }
  .md\:height-210px {
    height: 210px;
  }
  .md\:height-211px {
    height: 211px;
  }
  .md\:height-212px {
    height: 212px;
  }
  .md\:height-213px {
    height: 213px;
  }
  .md\:height-214px {
    height: 214px;
  }
  .md\:height-215px {
    height: 215px;
  }
  .md\:height-216px {
    height: 216px;
  }
  .md\:height-217px {
    height: 217px;
  }
  .md\:height-218px {
    height: 218px;
  }
  .md\:height-219px {
    height: 219px;
  }
  .md\:height-220px {
    height: 220px;
  }
  .md\:height-221px {
    height: 221px;
  }
  .md\:height-222px {
    height: 222px;
  }
  .md\:height-223px {
    height: 223px;
  }
  .md\:height-224px {
    height: 224px;
  }
  .md\:height-225px {
    height: 225px;
  }
  .md\:height-226px {
    height: 226px;
  }
  .md\:height-227px {
    height: 227px;
  }
  .md\:height-228px {
    height: 228px;
  }
  .md\:height-229px {
    height: 229px;
  }
  .md\:height-230px {
    height: 230px;
  }
  .md\:height-231px {
    height: 231px;
  }
  .md\:height-232px {
    height: 232px;
  }
  .md\:height-233px {
    height: 233px;
  }
  .md\:height-234px {
    height: 234px;
  }
  .md\:height-235px {
    height: 235px;
  }
  .md\:height-236px {
    height: 236px;
  }
  .md\:height-237px {
    height: 237px;
  }
  .md\:height-238px {
    height: 238px;
  }
  .md\:height-239px {
    height: 239px;
  }
  .md\:height-240px {
    height: 240px;
  }
  .md\:height-241px {
    height: 241px;
  }
  .md\:height-242px {
    height: 242px;
  }
  .md\:height-243px {
    height: 243px;
  }
  .md\:height-244px {
    height: 244px;
  }
  .md\:height-245px {
    height: 245px;
  }
  .md\:height-246px {
    height: 246px;
  }
  .md\:height-247px {
    height: 247px;
  }
  .md\:height-248px {
    height: 248px;
  }
  .md\:height-249px {
    height: 249px;
  }
  .md\:height-250px {
    height: 250px;
  }
  .md\:height-251px {
    height: 251px;
  }
  .md\:height-252px {
    height: 252px;
  }
  .md\:height-253px {
    height: 253px;
  }
  .md\:height-254px {
    height: 254px;
  }
  .md\:height-255px {
    height: 255px;
  }
  .md\:height-256px {
    height: 256px;
  }
  .md\:height-257px {
    height: 257px;
  }
  .md\:height-258px {
    height: 258px;
  }
  .md\:height-259px {
    height: 259px;
  }
  .md\:height-260px {
    height: 260px;
  }
  .md\:height-261px {
    height: 261px;
  }
  .md\:height-262px {
    height: 262px;
  }
  .md\:height-263px {
    height: 263px;
  }
  .md\:height-264px {
    height: 264px;
  }
  .md\:height-265px {
    height: 265px;
  }
  .md\:height-266px {
    height: 266px;
  }
  .md\:height-267px {
    height: 267px;
  }
  .md\:height-268px {
    height: 268px;
  }
  .md\:height-269px {
    height: 269px;
  }
  .md\:height-270px {
    height: 270px;
  }
  .md\:height-271px {
    height: 271px;
  }
  .md\:height-272px {
    height: 272px;
  }
  .md\:height-273px {
    height: 273px;
  }
  .md\:height-274px {
    height: 274px;
  }
  .md\:height-275px {
    height: 275px;
  }
  .md\:height-276px {
    height: 276px;
  }
  .md\:height-277px {
    height: 277px;
  }
  .md\:height-278px {
    height: 278px;
  }
  .md\:height-279px {
    height: 279px;
  }
  .md\:height-280px {
    height: 280px;
  }
  .md\:height-281px {
    height: 281px;
  }
  .md\:height-282px {
    height: 282px;
  }
  .md\:height-283px {
    height: 283px;
  }
  .md\:height-284px {
    height: 284px;
  }
  .md\:height-285px {
    height: 285px;
  }
  .md\:height-286px {
    height: 286px;
  }
  .md\:height-287px {
    height: 287px;
  }
  .md\:height-288px {
    height: 288px;
  }
  .md\:height-289px {
    height: 289px;
  }
  .md\:height-290px {
    height: 290px;
  }
  .md\:height-291px {
    height: 291px;
  }
  .md\:height-292px {
    height: 292px;
  }
  .md\:height-293px {
    height: 293px;
  }
  .md\:height-294px {
    height: 294px;
  }
  .md\:height-295px {
    height: 295px;
  }
  .md\:height-296px {
    height: 296px;
  }
  .md\:height-297px {
    height: 297px;
  }
  .md\:height-298px {
    height: 298px;
  }
  .md\:height-299px {
    height: 299px;
  }
  .md\:height-300px {
    height: 300px;
  }
  .md\:height-0em {
    height: 0em;
  }
  .md\:height-0rem {
    height: 0rem;
  }
  .md\:height-0_1em {
    height: 0.1em;
  }
  .md\:height-0_1rem {
    height: 0.1rem;
  }
  .md\:height-0_2em {
    height: 0.2em;
  }
  .md\:height-0_2rem {
    height: 0.2rem;
  }
  .md\:height-0_3em {
    height: 0.3em;
  }
  .md\:height-0_3rem {
    height: 0.3rem;
  }
  .md\:height-0_4em {
    height: 0.4em;
  }
  .md\:height-0_4rem {
    height: 0.4rem;
  }
  .md\:height-0_5em {
    height: 0.5em;
  }
  .md\:height-0_5rem {
    height: 0.5rem;
  }
  .md\:height-0_6em {
    height: 0.6em;
  }
  .md\:height-0_6rem {
    height: 0.6rem;
  }
  .md\:height-0_7em {
    height: 0.7em;
  }
  .md\:height-0_7rem {
    height: 0.7rem;
  }
  .md\:height-0_8em {
    height: 0.8em;
  }
  .md\:height-0_8rem {
    height: 0.8rem;
  }
  .md\:height-0_9em {
    height: 0.9em;
  }
  .md\:height-0_9rem {
    height: 0.9rem;
  }
  .md\:height-1em {
    height: 1em;
  }
  .md\:height-1rem {
    height: 1rem;
  }
  .md\:height-1_1em {
    height: 1.1em;
  }
  .md\:height-1_1rem {
    height: 1.1rem;
  }
  .md\:height-1_2em {
    height: 1.2em;
  }
  .md\:height-1_2rem {
    height: 1.2rem;
  }
  .md\:height-1_3em {
    height: 1.3em;
  }
  .md\:height-1_3rem {
    height: 1.3rem;
  }
  .md\:height-1_4em {
    height: 1.4em;
  }
  .md\:height-1_4rem {
    height: 1.4rem;
  }
  .md\:height-1_5em {
    height: 1.5em;
  }
  .md\:height-1_5rem {
    height: 1.5rem;
  }
  .md\:height-1_6em {
    height: 1.6em;
  }
  .md\:height-1_6rem {
    height: 1.6rem;
  }
  .md\:height-1_7em {
    height: 1.7em;
  }
  .md\:height-1_7rem {
    height: 1.7rem;
  }
  .md\:height-1_8em {
    height: 1.8em;
  }
  .md\:height-1_8rem {
    height: 1.8rem;
  }
  .md\:height-1_9em {
    height: 1.9em;
  }
  .md\:height-1_9rem {
    height: 1.9rem;
  }
  .md\:height-2em {
    height: 2em;
  }
  .md\:height-2rem {
    height: 2rem;
  }
  .md\:height-2_1em {
    height: 2.1em;
  }
  .md\:height-2_1rem {
    height: 2.1rem;
  }
  .md\:height-2_2em {
    height: 2.2em;
  }
  .md\:height-2_2rem {
    height: 2.2rem;
  }
  .md\:height-2_3em {
    height: 2.3em;
  }
  .md\:height-2_3rem {
    height: 2.3rem;
  }
  .md\:height-2_4em {
    height: 2.4em;
  }
  .md\:height-2_4rem {
    height: 2.4rem;
  }
  .md\:height-2_5em {
    height: 2.5em;
  }
  .md\:height-2_5rem {
    height: 2.5rem;
  }
  .md\:height-2_6em {
    height: 2.6em;
  }
  .md\:height-2_6rem {
    height: 2.6rem;
  }
  .md\:height-2_7em {
    height: 2.7em;
  }
  .md\:height-2_7rem {
    height: 2.7rem;
  }
  .md\:height-2_8em {
    height: 2.8em;
  }
  .md\:height-2_8rem {
    height: 2.8rem;
  }
  .md\:height-2_9em {
    height: 2.9em;
  }
  .md\:height-2_9rem {
    height: 2.9rem;
  }
  .md\:height-3em {
    height: 3em;
  }
  .md\:height-3rem {
    height: 3rem;
  }
  .md\:height-3_1em {
    height: 3.1em;
  }
  .md\:height-3_1rem {
    height: 3.1rem;
  }
  .md\:height-3_2em {
    height: 3.2em;
  }
  .md\:height-3_2rem {
    height: 3.2rem;
  }
  .md\:height-3_3em {
    height: 3.3em;
  }
  .md\:height-3_3rem {
    height: 3.3rem;
  }
  .md\:height-3_4em {
    height: 3.4em;
  }
  .md\:height-3_4rem {
    height: 3.4rem;
  }
  .md\:height-3_5em {
    height: 3.5em;
  }
  .md\:height-3_5rem {
    height: 3.5rem;
  }
  .md\:height-3_6em {
    height: 3.6em;
  }
  .md\:height-3_6rem {
    height: 3.6rem;
  }
  .md\:height-3_7em {
    height: 3.7em;
  }
  .md\:height-3_7rem {
    height: 3.7rem;
  }
  .md\:height-3_8em {
    height: 3.8em;
  }
  .md\:height-3_8rem {
    height: 3.8rem;
  }
  .md\:height-3_9em {
    height: 3.9em;
  }
  .md\:height-3_9rem {
    height: 3.9rem;
  }
  .md\:height-4em {
    height: 4em;
  }
  .md\:height-4rem {
    height: 4rem;
  }
  .md\:height-4_1em {
    height: 4.1em;
  }
  .md\:height-4_1rem {
    height: 4.1rem;
  }
  .md\:height-4_2em {
    height: 4.2em;
  }
  .md\:height-4_2rem {
    height: 4.2rem;
  }
  .md\:height-4_3em {
    height: 4.3em;
  }
  .md\:height-4_3rem {
    height: 4.3rem;
  }
  .md\:height-4_4em {
    height: 4.4em;
  }
  .md\:height-4_4rem {
    height: 4.4rem;
  }
  .md\:height-4_5em {
    height: 4.5em;
  }
  .md\:height-4_5rem {
    height: 4.5rem;
  }
  .md\:height-4_6em {
    height: 4.6em;
  }
  .md\:height-4_6rem {
    height: 4.6rem;
  }
  .md\:height-4_7em {
    height: 4.7em;
  }
  .md\:height-4_7rem {
    height: 4.7rem;
  }
  .md\:height-4_8em {
    height: 4.8em;
  }
  .md\:height-4_8rem {
    height: 4.8rem;
  }
  .md\:height-4_9em {
    height: 4.9em;
  }
  .md\:height-4_9rem {
    height: 4.9rem;
  }
  .md\:height-5em {
    height: 5em;
  }
  .md\:height-5rem {
    height: 5rem;
  }
  .md\:height-5_1em {
    height: 5.1em;
  }
  .md\:height-5_1rem {
    height: 5.1rem;
  }
  .md\:height-5_2em {
    height: 5.2em;
  }
  .md\:height-5_2rem {
    height: 5.2rem;
  }
  .md\:height-5_3em {
    height: 5.3em;
  }
  .md\:height-5_3rem {
    height: 5.3rem;
  }
  .md\:height-5_4em {
    height: 5.4em;
  }
  .md\:height-5_4rem {
    height: 5.4rem;
  }
  .md\:height-5_5em {
    height: 5.5em;
  }
  .md\:height-5_5rem {
    height: 5.5rem;
  }
  .md\:height-5_6em {
    height: 5.6em;
  }
  .md\:height-5_6rem {
    height: 5.6rem;
  }
  .md\:height-5_7em {
    height: 5.7em;
  }
  .md\:height-5_7rem {
    height: 5.7rem;
  }
  .md\:height-5_8em {
    height: 5.8em;
  }
  .md\:height-5_8rem {
    height: 5.8rem;
  }
  .md\:height-5_9em {
    height: 5.9em;
  }
  .md\:height-5_9rem {
    height: 5.9rem;
  }
  .md\:height-6em {
    height: 6em;
  }
  .md\:height-6rem {
    height: 6rem;
  }
  .md\:height-6_1em {
    height: 6.1em;
  }
  .md\:height-6_1rem {
    height: 6.1rem;
  }
  .md\:height-6_2em {
    height: 6.2em;
  }
  .md\:height-6_2rem {
    height: 6.2rem;
  }
  .md\:height-6_3em {
    height: 6.3em;
  }
  .md\:height-6_3rem {
    height: 6.3rem;
  }
  .md\:height-6_4em {
    height: 6.4em;
  }
  .md\:height-6_4rem {
    height: 6.4rem;
  }
  .md\:height-6_5em {
    height: 6.5em;
  }
  .md\:height-6_5rem {
    height: 6.5rem;
  }
  .md\:height-6_6em {
    height: 6.6em;
  }
  .md\:height-6_6rem {
    height: 6.6rem;
  }
  .md\:height-6_7em {
    height: 6.7em;
  }
  .md\:height-6_7rem {
    height: 6.7rem;
  }
  .md\:height-6_8em {
    height: 6.8em;
  }
  .md\:height-6_8rem {
    height: 6.8rem;
  }
  .md\:height-6_9em {
    height: 6.9em;
  }
  .md\:height-6_9rem {
    height: 6.9rem;
  }
  .md\:height-7em {
    height: 7em;
  }
  .md\:height-7rem {
    height: 7rem;
  }
  .md\:height-7_1em {
    height: 7.1em;
  }
  .md\:height-7_1rem {
    height: 7.1rem;
  }
  .md\:height-7_2em {
    height: 7.2em;
  }
  .md\:height-7_2rem {
    height: 7.2rem;
  }
  .md\:height-7_3em {
    height: 7.3em;
  }
  .md\:height-7_3rem {
    height: 7.3rem;
  }
  .md\:height-7_4em {
    height: 7.4em;
  }
  .md\:height-7_4rem {
    height: 7.4rem;
  }
  .md\:height-7_5em {
    height: 7.5em;
  }
  .md\:height-7_5rem {
    height: 7.5rem;
  }
  .md\:height-7_6em {
    height: 7.6em;
  }
  .md\:height-7_6rem {
    height: 7.6rem;
  }
  .md\:height-7_7em {
    height: 7.7em;
  }
  .md\:height-7_7rem {
    height: 7.7rem;
  }
  .md\:height-7_8em {
    height: 7.8em;
  }
  .md\:height-7_8rem {
    height: 7.8rem;
  }
  .md\:height-7_9em {
    height: 7.9em;
  }
  .md\:height-7_9rem {
    height: 7.9rem;
  }
  .md\:height-8em {
    height: 8em;
  }
  .md\:height-8rem {
    height: 8rem;
  }
  .md\:height-8_1em {
    height: 8.1em;
  }
  .md\:height-8_1rem {
    height: 8.1rem;
  }
  .md\:height-8_2em {
    height: 8.2em;
  }
  .md\:height-8_2rem {
    height: 8.2rem;
  }
  .md\:height-8_3em {
    height: 8.3em;
  }
  .md\:height-8_3rem {
    height: 8.3rem;
  }
  .md\:height-8_4em {
    height: 8.4em;
  }
  .md\:height-8_4rem {
    height: 8.4rem;
  }
  .md\:height-8_5em {
    height: 8.5em;
  }
  .md\:height-8_5rem {
    height: 8.5rem;
  }
  .md\:height-8_6em {
    height: 8.6em;
  }
  .md\:height-8_6rem {
    height: 8.6rem;
  }
  .md\:height-8_7em {
    height: 8.7em;
  }
  .md\:height-8_7rem {
    height: 8.7rem;
  }
  .md\:height-8_8em {
    height: 8.8em;
  }
  .md\:height-8_8rem {
    height: 8.8rem;
  }
  .md\:height-8_9em {
    height: 8.9em;
  }
  .md\:height-8_9rem {
    height: 8.9rem;
  }
  .md\:height-9em {
    height: 9em;
  }
  .md\:height-9rem {
    height: 9rem;
  }
  .md\:height-9_1em {
    height: 9.1em;
  }
  .md\:height-9_1rem {
    height: 9.1rem;
  }
  .md\:height-9_2em {
    height: 9.2em;
  }
  .md\:height-9_2rem {
    height: 9.2rem;
  }
  .md\:height-9_3em {
    height: 9.3em;
  }
  .md\:height-9_3rem {
    height: 9.3rem;
  }
  .md\:height-9_4em {
    height: 9.4em;
  }
  .md\:height-9_4rem {
    height: 9.4rem;
  }
  .md\:height-9_5em {
    height: 9.5em;
  }
  .md\:height-9_5rem {
    height: 9.5rem;
  }
  .md\:height-9_6em {
    height: 9.6em;
  }
  .md\:height-9_6rem {
    height: 9.6rem;
  }
  .md\:height-9_7em {
    height: 9.7em;
  }
  .md\:height-9_7rem {
    height: 9.7rem;
  }
  .md\:height-9_8em {
    height: 9.8em;
  }
  .md\:height-9_8rem {
    height: 9.8rem;
  }
  .md\:height-9_9em {
    height: 9.9em;
  }
  .md\:height-9_9rem {
    height: 9.9rem;
  }
  .md\:height-10em {
    height: 10em;
  }
  .md\:height-10rem {
    height: 10rem;
  }
  .md\:height-10_1em {
    height: 10.1em;
  }
  .md\:height-10_1rem {
    height: 10.1rem;
  }
  .md\:height-10_2em {
    height: 10.2em;
  }
  .md\:height-10_2rem {
    height: 10.2rem;
  }
  .md\:height-10_3em {
    height: 10.3em;
  }
  .md\:height-10_3rem {
    height: 10.3rem;
  }
  .md\:height-10_4em {
    height: 10.4em;
  }
  .md\:height-10_4rem {
    height: 10.4rem;
  }
  .md\:height-10_5em {
    height: 10.5em;
  }
  .md\:height-10_5rem {
    height: 10.5rem;
  }
  .md\:height-10_6em {
    height: 10.6em;
  }
  .md\:height-10_6rem {
    height: 10.6rem;
  }
  .md\:height-10_7em {
    height: 10.7em;
  }
  .md\:height-10_7rem {
    height: 10.7rem;
  }
  .md\:height-10_8em {
    height: 10.8em;
  }
  .md\:height-10_8rem {
    height: 10.8rem;
  }
  .md\:height-10_9em {
    height: 10.9em;
  }
  .md\:height-10_9rem {
    height: 10.9rem;
  }
}
@media (min-width: 992px) {
  .lg\:height-0px {
    height: 0px;
  }
  .lg\:height-1px {
    height: 1px;
  }
  .lg\:height-2px {
    height: 2px;
  }
  .lg\:height-3px {
    height: 3px;
  }
  .lg\:height-4px {
    height: 4px;
  }
  .lg\:height-5px {
    height: 5px;
  }
  .lg\:height-6px {
    height: 6px;
  }
  .lg\:height-7px {
    height: 7px;
  }
  .lg\:height-8px {
    height: 8px;
  }
  .lg\:height-9px {
    height: 9px;
  }
  .lg\:height-10px {
    height: 10px;
  }
  .lg\:height-11px {
    height: 11px;
  }
  .lg\:height-12px {
    height: 12px;
  }
  .lg\:height-13px {
    height: 13px;
  }
  .lg\:height-14px {
    height: 14px;
  }
  .lg\:height-15px {
    height: 15px;
  }
  .lg\:height-16px {
    height: 16px;
  }
  .lg\:height-17px {
    height: 17px;
  }
  .lg\:height-18px {
    height: 18px;
  }
  .lg\:height-19px {
    height: 19px;
  }
  .lg\:height-20px {
    height: 20px;
  }
  .lg\:height-21px {
    height: 21px;
  }
  .lg\:height-22px {
    height: 22px;
  }
  .lg\:height-23px {
    height: 23px;
  }
  .lg\:height-24px {
    height: 24px;
  }
  .lg\:height-25px {
    height: 25px;
  }
  .lg\:height-26px {
    height: 26px;
  }
  .lg\:height-27px {
    height: 27px;
  }
  .lg\:height-28px {
    height: 28px;
  }
  .lg\:height-29px {
    height: 29px;
  }
  .lg\:height-30px {
    height: 30px;
  }
  .lg\:height-31px {
    height: 31px;
  }
  .lg\:height-32px {
    height: 32px;
  }
  .lg\:height-33px {
    height: 33px;
  }
  .lg\:height-34px {
    height: 34px;
  }
  .lg\:height-35px {
    height: 35px;
  }
  .lg\:height-36px {
    height: 36px;
  }
  .lg\:height-37px {
    height: 37px;
  }
  .lg\:height-38px {
    height: 38px;
  }
  .lg\:height-39px {
    height: 39px;
  }
  .lg\:height-40px {
    height: 40px;
  }
  .lg\:height-41px {
    height: 41px;
  }
  .lg\:height-42px {
    height: 42px;
  }
  .lg\:height-43px {
    height: 43px;
  }
  .lg\:height-44px {
    height: 44px;
  }
  .lg\:height-45px {
    height: 45px;
  }
  .lg\:height-46px {
    height: 46px;
  }
  .lg\:height-47px {
    height: 47px;
  }
  .lg\:height-48px {
    height: 48px;
  }
  .lg\:height-49px {
    height: 49px;
  }
  .lg\:height-50px {
    height: 50px;
  }
  .lg\:height-51px {
    height: 51px;
  }
  .lg\:height-52px {
    height: 52px;
  }
  .lg\:height-53px {
    height: 53px;
  }
  .lg\:height-54px {
    height: 54px;
  }
  .lg\:height-55px {
    height: 55px;
  }
  .lg\:height-56px {
    height: 56px;
  }
  .lg\:height-57px {
    height: 57px;
  }
  .lg\:height-58px {
    height: 58px;
  }
  .lg\:height-59px {
    height: 59px;
  }
  .lg\:height-60px {
    height: 60px;
  }
  .lg\:height-61px {
    height: 61px;
  }
  .lg\:height-62px {
    height: 62px;
  }
  .lg\:height-63px {
    height: 63px;
  }
  .lg\:height-64px {
    height: 64px;
  }
  .lg\:height-65px {
    height: 65px;
  }
  .lg\:height-66px {
    height: 66px;
  }
  .lg\:height-67px {
    height: 67px;
  }
  .lg\:height-68px {
    height: 68px;
  }
  .lg\:height-69px {
    height: 69px;
  }
  .lg\:height-70px {
    height: 70px;
  }
  .lg\:height-71px {
    height: 71px;
  }
  .lg\:height-72px {
    height: 72px;
  }
  .lg\:height-73px {
    height: 73px;
  }
  .lg\:height-74px {
    height: 74px;
  }
  .lg\:height-75px {
    height: 75px;
  }
  .lg\:height-76px {
    height: 76px;
  }
  .lg\:height-77px {
    height: 77px;
  }
  .lg\:height-78px {
    height: 78px;
  }
  .lg\:height-79px {
    height: 79px;
  }
  .lg\:height-80px {
    height: 80px;
  }
  .lg\:height-81px {
    height: 81px;
  }
  .lg\:height-82px {
    height: 82px;
  }
  .lg\:height-83px {
    height: 83px;
  }
  .lg\:height-84px {
    height: 84px;
  }
  .lg\:height-85px {
    height: 85px;
  }
  .lg\:height-86px {
    height: 86px;
  }
  .lg\:height-87px {
    height: 87px;
  }
  .lg\:height-88px {
    height: 88px;
  }
  .lg\:height-89px {
    height: 89px;
  }
  .lg\:height-90px {
    height: 90px;
  }
  .lg\:height-91px {
    height: 91px;
  }
  .lg\:height-92px {
    height: 92px;
  }
  .lg\:height-93px {
    height: 93px;
  }
  .lg\:height-94px {
    height: 94px;
  }
  .lg\:height-95px {
    height: 95px;
  }
  .lg\:height-96px {
    height: 96px;
  }
  .lg\:height-97px {
    height: 97px;
  }
  .lg\:height-98px {
    height: 98px;
  }
  .lg\:height-99px {
    height: 99px;
  }
  .lg\:height-100px {
    height: 100px;
  }
  .lg\:height-101px {
    height: 101px;
  }
  .lg\:height-102px {
    height: 102px;
  }
  .lg\:height-103px {
    height: 103px;
  }
  .lg\:height-104px {
    height: 104px;
  }
  .lg\:height-105px {
    height: 105px;
  }
  .lg\:height-106px {
    height: 106px;
  }
  .lg\:height-107px {
    height: 107px;
  }
  .lg\:height-108px {
    height: 108px;
  }
  .lg\:height-109px {
    height: 109px;
  }
  .lg\:height-110px {
    height: 110px;
  }
  .lg\:height-111px {
    height: 111px;
  }
  .lg\:height-112px {
    height: 112px;
  }
  .lg\:height-113px {
    height: 113px;
  }
  .lg\:height-114px {
    height: 114px;
  }
  .lg\:height-115px {
    height: 115px;
  }
  .lg\:height-116px {
    height: 116px;
  }
  .lg\:height-117px {
    height: 117px;
  }
  .lg\:height-118px {
    height: 118px;
  }
  .lg\:height-119px {
    height: 119px;
  }
  .lg\:height-120px {
    height: 120px;
  }
  .lg\:height-121px {
    height: 121px;
  }
  .lg\:height-122px {
    height: 122px;
  }
  .lg\:height-123px {
    height: 123px;
  }
  .lg\:height-124px {
    height: 124px;
  }
  .lg\:height-125px {
    height: 125px;
  }
  .lg\:height-126px {
    height: 126px;
  }
  .lg\:height-127px {
    height: 127px;
  }
  .lg\:height-128px {
    height: 128px;
  }
  .lg\:height-129px {
    height: 129px;
  }
  .lg\:height-130px {
    height: 130px;
  }
  .lg\:height-131px {
    height: 131px;
  }
  .lg\:height-132px {
    height: 132px;
  }
  .lg\:height-133px {
    height: 133px;
  }
  .lg\:height-134px {
    height: 134px;
  }
  .lg\:height-135px {
    height: 135px;
  }
  .lg\:height-136px {
    height: 136px;
  }
  .lg\:height-137px {
    height: 137px;
  }
  .lg\:height-138px {
    height: 138px;
  }
  .lg\:height-139px {
    height: 139px;
  }
  .lg\:height-140px {
    height: 140px;
  }
  .lg\:height-141px {
    height: 141px;
  }
  .lg\:height-142px {
    height: 142px;
  }
  .lg\:height-143px {
    height: 143px;
  }
  .lg\:height-144px {
    height: 144px;
  }
  .lg\:height-145px {
    height: 145px;
  }
  .lg\:height-146px {
    height: 146px;
  }
  .lg\:height-147px {
    height: 147px;
  }
  .lg\:height-148px {
    height: 148px;
  }
  .lg\:height-149px {
    height: 149px;
  }
  .lg\:height-150px {
    height: 150px;
  }
  .lg\:height-151px {
    height: 151px;
  }
  .lg\:height-152px {
    height: 152px;
  }
  .lg\:height-153px {
    height: 153px;
  }
  .lg\:height-154px {
    height: 154px;
  }
  .lg\:height-155px {
    height: 155px;
  }
  .lg\:height-156px {
    height: 156px;
  }
  .lg\:height-157px {
    height: 157px;
  }
  .lg\:height-158px {
    height: 158px;
  }
  .lg\:height-159px {
    height: 159px;
  }
  .lg\:height-160px {
    height: 160px;
  }
  .lg\:height-161px {
    height: 161px;
  }
  .lg\:height-162px {
    height: 162px;
  }
  .lg\:height-163px {
    height: 163px;
  }
  .lg\:height-164px {
    height: 164px;
  }
  .lg\:height-165px {
    height: 165px;
  }
  .lg\:height-166px {
    height: 166px;
  }
  .lg\:height-167px {
    height: 167px;
  }
  .lg\:height-168px {
    height: 168px;
  }
  .lg\:height-169px {
    height: 169px;
  }
  .lg\:height-170px {
    height: 170px;
  }
  .lg\:height-171px {
    height: 171px;
  }
  .lg\:height-172px {
    height: 172px;
  }
  .lg\:height-173px {
    height: 173px;
  }
  .lg\:height-174px {
    height: 174px;
  }
  .lg\:height-175px {
    height: 175px;
  }
  .lg\:height-176px {
    height: 176px;
  }
  .lg\:height-177px {
    height: 177px;
  }
  .lg\:height-178px {
    height: 178px;
  }
  .lg\:height-179px {
    height: 179px;
  }
  .lg\:height-180px {
    height: 180px;
  }
  .lg\:height-181px {
    height: 181px;
  }
  .lg\:height-182px {
    height: 182px;
  }
  .lg\:height-183px {
    height: 183px;
  }
  .lg\:height-184px {
    height: 184px;
  }
  .lg\:height-185px {
    height: 185px;
  }
  .lg\:height-186px {
    height: 186px;
  }
  .lg\:height-187px {
    height: 187px;
  }
  .lg\:height-188px {
    height: 188px;
  }
  .lg\:height-189px {
    height: 189px;
  }
  .lg\:height-190px {
    height: 190px;
  }
  .lg\:height-191px {
    height: 191px;
  }
  .lg\:height-192px {
    height: 192px;
  }
  .lg\:height-193px {
    height: 193px;
  }
  .lg\:height-194px {
    height: 194px;
  }
  .lg\:height-195px {
    height: 195px;
  }
  .lg\:height-196px {
    height: 196px;
  }
  .lg\:height-197px {
    height: 197px;
  }
  .lg\:height-198px {
    height: 198px;
  }
  .lg\:height-199px {
    height: 199px;
  }
  .lg\:height-200px {
    height: 200px;
  }
  .lg\:height-201px {
    height: 201px;
  }
  .lg\:height-202px {
    height: 202px;
  }
  .lg\:height-203px {
    height: 203px;
  }
  .lg\:height-204px {
    height: 204px;
  }
  .lg\:height-205px {
    height: 205px;
  }
  .lg\:height-206px {
    height: 206px;
  }
  .lg\:height-207px {
    height: 207px;
  }
  .lg\:height-208px {
    height: 208px;
  }
  .lg\:height-209px {
    height: 209px;
  }
  .lg\:height-210px {
    height: 210px;
  }
  .lg\:height-211px {
    height: 211px;
  }
  .lg\:height-212px {
    height: 212px;
  }
  .lg\:height-213px {
    height: 213px;
  }
  .lg\:height-214px {
    height: 214px;
  }
  .lg\:height-215px {
    height: 215px;
  }
  .lg\:height-216px {
    height: 216px;
  }
  .lg\:height-217px {
    height: 217px;
  }
  .lg\:height-218px {
    height: 218px;
  }
  .lg\:height-219px {
    height: 219px;
  }
  .lg\:height-220px {
    height: 220px;
  }
  .lg\:height-221px {
    height: 221px;
  }
  .lg\:height-222px {
    height: 222px;
  }
  .lg\:height-223px {
    height: 223px;
  }
  .lg\:height-224px {
    height: 224px;
  }
  .lg\:height-225px {
    height: 225px;
  }
  .lg\:height-226px {
    height: 226px;
  }
  .lg\:height-227px {
    height: 227px;
  }
  .lg\:height-228px {
    height: 228px;
  }
  .lg\:height-229px {
    height: 229px;
  }
  .lg\:height-230px {
    height: 230px;
  }
  .lg\:height-231px {
    height: 231px;
  }
  .lg\:height-232px {
    height: 232px;
  }
  .lg\:height-233px {
    height: 233px;
  }
  .lg\:height-234px {
    height: 234px;
  }
  .lg\:height-235px {
    height: 235px;
  }
  .lg\:height-236px {
    height: 236px;
  }
  .lg\:height-237px {
    height: 237px;
  }
  .lg\:height-238px {
    height: 238px;
  }
  .lg\:height-239px {
    height: 239px;
  }
  .lg\:height-240px {
    height: 240px;
  }
  .lg\:height-241px {
    height: 241px;
  }
  .lg\:height-242px {
    height: 242px;
  }
  .lg\:height-243px {
    height: 243px;
  }
  .lg\:height-244px {
    height: 244px;
  }
  .lg\:height-245px {
    height: 245px;
  }
  .lg\:height-246px {
    height: 246px;
  }
  .lg\:height-247px {
    height: 247px;
  }
  .lg\:height-248px {
    height: 248px;
  }
  .lg\:height-249px {
    height: 249px;
  }
  .lg\:height-250px {
    height: 250px;
  }
  .lg\:height-251px {
    height: 251px;
  }
  .lg\:height-252px {
    height: 252px;
  }
  .lg\:height-253px {
    height: 253px;
  }
  .lg\:height-254px {
    height: 254px;
  }
  .lg\:height-255px {
    height: 255px;
  }
  .lg\:height-256px {
    height: 256px;
  }
  .lg\:height-257px {
    height: 257px;
  }
  .lg\:height-258px {
    height: 258px;
  }
  .lg\:height-259px {
    height: 259px;
  }
  .lg\:height-260px {
    height: 260px;
  }
  .lg\:height-261px {
    height: 261px;
  }
  .lg\:height-262px {
    height: 262px;
  }
  .lg\:height-263px {
    height: 263px;
  }
  .lg\:height-264px {
    height: 264px;
  }
  .lg\:height-265px {
    height: 265px;
  }
  .lg\:height-266px {
    height: 266px;
  }
  .lg\:height-267px {
    height: 267px;
  }
  .lg\:height-268px {
    height: 268px;
  }
  .lg\:height-269px {
    height: 269px;
  }
  .lg\:height-270px {
    height: 270px;
  }
  .lg\:height-271px {
    height: 271px;
  }
  .lg\:height-272px {
    height: 272px;
  }
  .lg\:height-273px {
    height: 273px;
  }
  .lg\:height-274px {
    height: 274px;
  }
  .lg\:height-275px {
    height: 275px;
  }
  .lg\:height-276px {
    height: 276px;
  }
  .lg\:height-277px {
    height: 277px;
  }
  .lg\:height-278px {
    height: 278px;
  }
  .lg\:height-279px {
    height: 279px;
  }
  .lg\:height-280px {
    height: 280px;
  }
  .lg\:height-281px {
    height: 281px;
  }
  .lg\:height-282px {
    height: 282px;
  }
  .lg\:height-283px {
    height: 283px;
  }
  .lg\:height-284px {
    height: 284px;
  }
  .lg\:height-285px {
    height: 285px;
  }
  .lg\:height-286px {
    height: 286px;
  }
  .lg\:height-287px {
    height: 287px;
  }
  .lg\:height-288px {
    height: 288px;
  }
  .lg\:height-289px {
    height: 289px;
  }
  .lg\:height-290px {
    height: 290px;
  }
  .lg\:height-291px {
    height: 291px;
  }
  .lg\:height-292px {
    height: 292px;
  }
  .lg\:height-293px {
    height: 293px;
  }
  .lg\:height-294px {
    height: 294px;
  }
  .lg\:height-295px {
    height: 295px;
  }
  .lg\:height-296px {
    height: 296px;
  }
  .lg\:height-297px {
    height: 297px;
  }
  .lg\:height-298px {
    height: 298px;
  }
  .lg\:height-299px {
    height: 299px;
  }
  .lg\:height-300px {
    height: 300px;
  }
  .lg\:height-0em {
    height: 0em;
  }
  .lg\:height-0rem {
    height: 0rem;
  }
  .lg\:height-0_1em {
    height: 0.1em;
  }
  .lg\:height-0_1rem {
    height: 0.1rem;
  }
  .lg\:height-0_2em {
    height: 0.2em;
  }
  .lg\:height-0_2rem {
    height: 0.2rem;
  }
  .lg\:height-0_3em {
    height: 0.3em;
  }
  .lg\:height-0_3rem {
    height: 0.3rem;
  }
  .lg\:height-0_4em {
    height: 0.4em;
  }
  .lg\:height-0_4rem {
    height: 0.4rem;
  }
  .lg\:height-0_5em {
    height: 0.5em;
  }
  .lg\:height-0_5rem {
    height: 0.5rem;
  }
  .lg\:height-0_6em {
    height: 0.6em;
  }
  .lg\:height-0_6rem {
    height: 0.6rem;
  }
  .lg\:height-0_7em {
    height: 0.7em;
  }
  .lg\:height-0_7rem {
    height: 0.7rem;
  }
  .lg\:height-0_8em {
    height: 0.8em;
  }
  .lg\:height-0_8rem {
    height: 0.8rem;
  }
  .lg\:height-0_9em {
    height: 0.9em;
  }
  .lg\:height-0_9rem {
    height: 0.9rem;
  }
  .lg\:height-1em {
    height: 1em;
  }
  .lg\:height-1rem {
    height: 1rem;
  }
  .lg\:height-1_1em {
    height: 1.1em;
  }
  .lg\:height-1_1rem {
    height: 1.1rem;
  }
  .lg\:height-1_2em {
    height: 1.2em;
  }
  .lg\:height-1_2rem {
    height: 1.2rem;
  }
  .lg\:height-1_3em {
    height: 1.3em;
  }
  .lg\:height-1_3rem {
    height: 1.3rem;
  }
  .lg\:height-1_4em {
    height: 1.4em;
  }
  .lg\:height-1_4rem {
    height: 1.4rem;
  }
  .lg\:height-1_5em {
    height: 1.5em;
  }
  .lg\:height-1_5rem {
    height: 1.5rem;
  }
  .lg\:height-1_6em {
    height: 1.6em;
  }
  .lg\:height-1_6rem {
    height: 1.6rem;
  }
  .lg\:height-1_7em {
    height: 1.7em;
  }
  .lg\:height-1_7rem {
    height: 1.7rem;
  }
  .lg\:height-1_8em {
    height: 1.8em;
  }
  .lg\:height-1_8rem {
    height: 1.8rem;
  }
  .lg\:height-1_9em {
    height: 1.9em;
  }
  .lg\:height-1_9rem {
    height: 1.9rem;
  }
  .lg\:height-2em {
    height: 2em;
  }
  .lg\:height-2rem {
    height: 2rem;
  }
  .lg\:height-2_1em {
    height: 2.1em;
  }
  .lg\:height-2_1rem {
    height: 2.1rem;
  }
  .lg\:height-2_2em {
    height: 2.2em;
  }
  .lg\:height-2_2rem {
    height: 2.2rem;
  }
  .lg\:height-2_3em {
    height: 2.3em;
  }
  .lg\:height-2_3rem {
    height: 2.3rem;
  }
  .lg\:height-2_4em {
    height: 2.4em;
  }
  .lg\:height-2_4rem {
    height: 2.4rem;
  }
  .lg\:height-2_5em {
    height: 2.5em;
  }
  .lg\:height-2_5rem {
    height: 2.5rem;
  }
  .lg\:height-2_6em {
    height: 2.6em;
  }
  .lg\:height-2_6rem {
    height: 2.6rem;
  }
  .lg\:height-2_7em {
    height: 2.7em;
  }
  .lg\:height-2_7rem {
    height: 2.7rem;
  }
  .lg\:height-2_8em {
    height: 2.8em;
  }
  .lg\:height-2_8rem {
    height: 2.8rem;
  }
  .lg\:height-2_9em {
    height: 2.9em;
  }
  .lg\:height-2_9rem {
    height: 2.9rem;
  }
  .lg\:height-3em {
    height: 3em;
  }
  .lg\:height-3rem {
    height: 3rem;
  }
  .lg\:height-3_1em {
    height: 3.1em;
  }
  .lg\:height-3_1rem {
    height: 3.1rem;
  }
  .lg\:height-3_2em {
    height: 3.2em;
  }
  .lg\:height-3_2rem {
    height: 3.2rem;
  }
  .lg\:height-3_3em {
    height: 3.3em;
  }
  .lg\:height-3_3rem {
    height: 3.3rem;
  }
  .lg\:height-3_4em {
    height: 3.4em;
  }
  .lg\:height-3_4rem {
    height: 3.4rem;
  }
  .lg\:height-3_5em {
    height: 3.5em;
  }
  .lg\:height-3_5rem {
    height: 3.5rem;
  }
  .lg\:height-3_6em {
    height: 3.6em;
  }
  .lg\:height-3_6rem {
    height: 3.6rem;
  }
  .lg\:height-3_7em {
    height: 3.7em;
  }
  .lg\:height-3_7rem {
    height: 3.7rem;
  }
  .lg\:height-3_8em {
    height: 3.8em;
  }
  .lg\:height-3_8rem {
    height: 3.8rem;
  }
  .lg\:height-3_9em {
    height: 3.9em;
  }
  .lg\:height-3_9rem {
    height: 3.9rem;
  }
  .lg\:height-4em {
    height: 4em;
  }
  .lg\:height-4rem {
    height: 4rem;
  }
  .lg\:height-4_1em {
    height: 4.1em;
  }
  .lg\:height-4_1rem {
    height: 4.1rem;
  }
  .lg\:height-4_2em {
    height: 4.2em;
  }
  .lg\:height-4_2rem {
    height: 4.2rem;
  }
  .lg\:height-4_3em {
    height: 4.3em;
  }
  .lg\:height-4_3rem {
    height: 4.3rem;
  }
  .lg\:height-4_4em {
    height: 4.4em;
  }
  .lg\:height-4_4rem {
    height: 4.4rem;
  }
  .lg\:height-4_5em {
    height: 4.5em;
  }
  .lg\:height-4_5rem {
    height: 4.5rem;
  }
  .lg\:height-4_6em {
    height: 4.6em;
  }
  .lg\:height-4_6rem {
    height: 4.6rem;
  }
  .lg\:height-4_7em {
    height: 4.7em;
  }
  .lg\:height-4_7rem {
    height: 4.7rem;
  }
  .lg\:height-4_8em {
    height: 4.8em;
  }
  .lg\:height-4_8rem {
    height: 4.8rem;
  }
  .lg\:height-4_9em {
    height: 4.9em;
  }
  .lg\:height-4_9rem {
    height: 4.9rem;
  }
  .lg\:height-5em {
    height: 5em;
  }
  .lg\:height-5rem {
    height: 5rem;
  }
  .lg\:height-5_1em {
    height: 5.1em;
  }
  .lg\:height-5_1rem {
    height: 5.1rem;
  }
  .lg\:height-5_2em {
    height: 5.2em;
  }
  .lg\:height-5_2rem {
    height: 5.2rem;
  }
  .lg\:height-5_3em {
    height: 5.3em;
  }
  .lg\:height-5_3rem {
    height: 5.3rem;
  }
  .lg\:height-5_4em {
    height: 5.4em;
  }
  .lg\:height-5_4rem {
    height: 5.4rem;
  }
  .lg\:height-5_5em {
    height: 5.5em;
  }
  .lg\:height-5_5rem {
    height: 5.5rem;
  }
  .lg\:height-5_6em {
    height: 5.6em;
  }
  .lg\:height-5_6rem {
    height: 5.6rem;
  }
  .lg\:height-5_7em {
    height: 5.7em;
  }
  .lg\:height-5_7rem {
    height: 5.7rem;
  }
  .lg\:height-5_8em {
    height: 5.8em;
  }
  .lg\:height-5_8rem {
    height: 5.8rem;
  }
  .lg\:height-5_9em {
    height: 5.9em;
  }
  .lg\:height-5_9rem {
    height: 5.9rem;
  }
  .lg\:height-6em {
    height: 6em;
  }
  .lg\:height-6rem {
    height: 6rem;
  }
  .lg\:height-6_1em {
    height: 6.1em;
  }
  .lg\:height-6_1rem {
    height: 6.1rem;
  }
  .lg\:height-6_2em {
    height: 6.2em;
  }
  .lg\:height-6_2rem {
    height: 6.2rem;
  }
  .lg\:height-6_3em {
    height: 6.3em;
  }
  .lg\:height-6_3rem {
    height: 6.3rem;
  }
  .lg\:height-6_4em {
    height: 6.4em;
  }
  .lg\:height-6_4rem {
    height: 6.4rem;
  }
  .lg\:height-6_5em {
    height: 6.5em;
  }
  .lg\:height-6_5rem {
    height: 6.5rem;
  }
  .lg\:height-6_6em {
    height: 6.6em;
  }
  .lg\:height-6_6rem {
    height: 6.6rem;
  }
  .lg\:height-6_7em {
    height: 6.7em;
  }
  .lg\:height-6_7rem {
    height: 6.7rem;
  }
  .lg\:height-6_8em {
    height: 6.8em;
  }
  .lg\:height-6_8rem {
    height: 6.8rem;
  }
  .lg\:height-6_9em {
    height: 6.9em;
  }
  .lg\:height-6_9rem {
    height: 6.9rem;
  }
  .lg\:height-7em {
    height: 7em;
  }
  .lg\:height-7rem {
    height: 7rem;
  }
  .lg\:height-7_1em {
    height: 7.1em;
  }
  .lg\:height-7_1rem {
    height: 7.1rem;
  }
  .lg\:height-7_2em {
    height: 7.2em;
  }
  .lg\:height-7_2rem {
    height: 7.2rem;
  }
  .lg\:height-7_3em {
    height: 7.3em;
  }
  .lg\:height-7_3rem {
    height: 7.3rem;
  }
  .lg\:height-7_4em {
    height: 7.4em;
  }
  .lg\:height-7_4rem {
    height: 7.4rem;
  }
  .lg\:height-7_5em {
    height: 7.5em;
  }
  .lg\:height-7_5rem {
    height: 7.5rem;
  }
  .lg\:height-7_6em {
    height: 7.6em;
  }
  .lg\:height-7_6rem {
    height: 7.6rem;
  }
  .lg\:height-7_7em {
    height: 7.7em;
  }
  .lg\:height-7_7rem {
    height: 7.7rem;
  }
  .lg\:height-7_8em {
    height: 7.8em;
  }
  .lg\:height-7_8rem {
    height: 7.8rem;
  }
  .lg\:height-7_9em {
    height: 7.9em;
  }
  .lg\:height-7_9rem {
    height: 7.9rem;
  }
  .lg\:height-8em {
    height: 8em;
  }
  .lg\:height-8rem {
    height: 8rem;
  }
  .lg\:height-8_1em {
    height: 8.1em;
  }
  .lg\:height-8_1rem {
    height: 8.1rem;
  }
  .lg\:height-8_2em {
    height: 8.2em;
  }
  .lg\:height-8_2rem {
    height: 8.2rem;
  }
  .lg\:height-8_3em {
    height: 8.3em;
  }
  .lg\:height-8_3rem {
    height: 8.3rem;
  }
  .lg\:height-8_4em {
    height: 8.4em;
  }
  .lg\:height-8_4rem {
    height: 8.4rem;
  }
  .lg\:height-8_5em {
    height: 8.5em;
  }
  .lg\:height-8_5rem {
    height: 8.5rem;
  }
  .lg\:height-8_6em {
    height: 8.6em;
  }
  .lg\:height-8_6rem {
    height: 8.6rem;
  }
  .lg\:height-8_7em {
    height: 8.7em;
  }
  .lg\:height-8_7rem {
    height: 8.7rem;
  }
  .lg\:height-8_8em {
    height: 8.8em;
  }
  .lg\:height-8_8rem {
    height: 8.8rem;
  }
  .lg\:height-8_9em {
    height: 8.9em;
  }
  .lg\:height-8_9rem {
    height: 8.9rem;
  }
  .lg\:height-9em {
    height: 9em;
  }
  .lg\:height-9rem {
    height: 9rem;
  }
  .lg\:height-9_1em {
    height: 9.1em;
  }
  .lg\:height-9_1rem {
    height: 9.1rem;
  }
  .lg\:height-9_2em {
    height: 9.2em;
  }
  .lg\:height-9_2rem {
    height: 9.2rem;
  }
  .lg\:height-9_3em {
    height: 9.3em;
  }
  .lg\:height-9_3rem {
    height: 9.3rem;
  }
  .lg\:height-9_4em {
    height: 9.4em;
  }
  .lg\:height-9_4rem {
    height: 9.4rem;
  }
  .lg\:height-9_5em {
    height: 9.5em;
  }
  .lg\:height-9_5rem {
    height: 9.5rem;
  }
  .lg\:height-9_6em {
    height: 9.6em;
  }
  .lg\:height-9_6rem {
    height: 9.6rem;
  }
  .lg\:height-9_7em {
    height: 9.7em;
  }
  .lg\:height-9_7rem {
    height: 9.7rem;
  }
  .lg\:height-9_8em {
    height: 9.8em;
  }
  .lg\:height-9_8rem {
    height: 9.8rem;
  }
  .lg\:height-9_9em {
    height: 9.9em;
  }
  .lg\:height-9_9rem {
    height: 9.9rem;
  }
  .lg\:height-10em {
    height: 10em;
  }
  .lg\:height-10rem {
    height: 10rem;
  }
  .lg\:height-10_1em {
    height: 10.1em;
  }
  .lg\:height-10_1rem {
    height: 10.1rem;
  }
  .lg\:height-10_2em {
    height: 10.2em;
  }
  .lg\:height-10_2rem {
    height: 10.2rem;
  }
  .lg\:height-10_3em {
    height: 10.3em;
  }
  .lg\:height-10_3rem {
    height: 10.3rem;
  }
  .lg\:height-10_4em {
    height: 10.4em;
  }
  .lg\:height-10_4rem {
    height: 10.4rem;
  }
  .lg\:height-10_5em {
    height: 10.5em;
  }
  .lg\:height-10_5rem {
    height: 10.5rem;
  }
  .lg\:height-10_6em {
    height: 10.6em;
  }
  .lg\:height-10_6rem {
    height: 10.6rem;
  }
  .lg\:height-10_7em {
    height: 10.7em;
  }
  .lg\:height-10_7rem {
    height: 10.7rem;
  }
  .lg\:height-10_8em {
    height: 10.8em;
  }
  .lg\:height-10_8rem {
    height: 10.8rem;
  }
  .lg\:height-10_9em {
    height: 10.9em;
  }
  .lg\:height-10_9rem {
    height: 10.9rem;
  }
}
@media (min-width: 1200px) {
  .xl\:height-0px {
    height: 0px;
  }
  .xl\:height-1px {
    height: 1px;
  }
  .xl\:height-2px {
    height: 2px;
  }
  .xl\:height-3px {
    height: 3px;
  }
  .xl\:height-4px {
    height: 4px;
  }
  .xl\:height-5px {
    height: 5px;
  }
  .xl\:height-6px {
    height: 6px;
  }
  .xl\:height-7px {
    height: 7px;
  }
  .xl\:height-8px {
    height: 8px;
  }
  .xl\:height-9px {
    height: 9px;
  }
  .xl\:height-10px {
    height: 10px;
  }
  .xl\:height-11px {
    height: 11px;
  }
  .xl\:height-12px {
    height: 12px;
  }
  .xl\:height-13px {
    height: 13px;
  }
  .xl\:height-14px {
    height: 14px;
  }
  .xl\:height-15px {
    height: 15px;
  }
  .xl\:height-16px {
    height: 16px;
  }
  .xl\:height-17px {
    height: 17px;
  }
  .xl\:height-18px {
    height: 18px;
  }
  .xl\:height-19px {
    height: 19px;
  }
  .xl\:height-20px {
    height: 20px;
  }
  .xl\:height-21px {
    height: 21px;
  }
  .xl\:height-22px {
    height: 22px;
  }
  .xl\:height-23px {
    height: 23px;
  }
  .xl\:height-24px {
    height: 24px;
  }
  .xl\:height-25px {
    height: 25px;
  }
  .xl\:height-26px {
    height: 26px;
  }
  .xl\:height-27px {
    height: 27px;
  }
  .xl\:height-28px {
    height: 28px;
  }
  .xl\:height-29px {
    height: 29px;
  }
  .xl\:height-30px {
    height: 30px;
  }
  .xl\:height-31px {
    height: 31px;
  }
  .xl\:height-32px {
    height: 32px;
  }
  .xl\:height-33px {
    height: 33px;
  }
  .xl\:height-34px {
    height: 34px;
  }
  .xl\:height-35px {
    height: 35px;
  }
  .xl\:height-36px {
    height: 36px;
  }
  .xl\:height-37px {
    height: 37px;
  }
  .xl\:height-38px {
    height: 38px;
  }
  .xl\:height-39px {
    height: 39px;
  }
  .xl\:height-40px {
    height: 40px;
  }
  .xl\:height-41px {
    height: 41px;
  }
  .xl\:height-42px {
    height: 42px;
  }
  .xl\:height-43px {
    height: 43px;
  }
  .xl\:height-44px {
    height: 44px;
  }
  .xl\:height-45px {
    height: 45px;
  }
  .xl\:height-46px {
    height: 46px;
  }
  .xl\:height-47px {
    height: 47px;
  }
  .xl\:height-48px {
    height: 48px;
  }
  .xl\:height-49px {
    height: 49px;
  }
  .xl\:height-50px {
    height: 50px;
  }
  .xl\:height-51px {
    height: 51px;
  }
  .xl\:height-52px {
    height: 52px;
  }
  .xl\:height-53px {
    height: 53px;
  }
  .xl\:height-54px {
    height: 54px;
  }
  .xl\:height-55px {
    height: 55px;
  }
  .xl\:height-56px {
    height: 56px;
  }
  .xl\:height-57px {
    height: 57px;
  }
  .xl\:height-58px {
    height: 58px;
  }
  .xl\:height-59px {
    height: 59px;
  }
  .xl\:height-60px {
    height: 60px;
  }
  .xl\:height-61px {
    height: 61px;
  }
  .xl\:height-62px {
    height: 62px;
  }
  .xl\:height-63px {
    height: 63px;
  }
  .xl\:height-64px {
    height: 64px;
  }
  .xl\:height-65px {
    height: 65px;
  }
  .xl\:height-66px {
    height: 66px;
  }
  .xl\:height-67px {
    height: 67px;
  }
  .xl\:height-68px {
    height: 68px;
  }
  .xl\:height-69px {
    height: 69px;
  }
  .xl\:height-70px {
    height: 70px;
  }
  .xl\:height-71px {
    height: 71px;
  }
  .xl\:height-72px {
    height: 72px;
  }
  .xl\:height-73px {
    height: 73px;
  }
  .xl\:height-74px {
    height: 74px;
  }
  .xl\:height-75px {
    height: 75px;
  }
  .xl\:height-76px {
    height: 76px;
  }
  .xl\:height-77px {
    height: 77px;
  }
  .xl\:height-78px {
    height: 78px;
  }
  .xl\:height-79px {
    height: 79px;
  }
  .xl\:height-80px {
    height: 80px;
  }
  .xl\:height-81px {
    height: 81px;
  }
  .xl\:height-82px {
    height: 82px;
  }
  .xl\:height-83px {
    height: 83px;
  }
  .xl\:height-84px {
    height: 84px;
  }
  .xl\:height-85px {
    height: 85px;
  }
  .xl\:height-86px {
    height: 86px;
  }
  .xl\:height-87px {
    height: 87px;
  }
  .xl\:height-88px {
    height: 88px;
  }
  .xl\:height-89px {
    height: 89px;
  }
  .xl\:height-90px {
    height: 90px;
  }
  .xl\:height-91px {
    height: 91px;
  }
  .xl\:height-92px {
    height: 92px;
  }
  .xl\:height-93px {
    height: 93px;
  }
  .xl\:height-94px {
    height: 94px;
  }
  .xl\:height-95px {
    height: 95px;
  }
  .xl\:height-96px {
    height: 96px;
  }
  .xl\:height-97px {
    height: 97px;
  }
  .xl\:height-98px {
    height: 98px;
  }
  .xl\:height-99px {
    height: 99px;
  }
  .xl\:height-100px {
    height: 100px;
  }
  .xl\:height-101px {
    height: 101px;
  }
  .xl\:height-102px {
    height: 102px;
  }
  .xl\:height-103px {
    height: 103px;
  }
  .xl\:height-104px {
    height: 104px;
  }
  .xl\:height-105px {
    height: 105px;
  }
  .xl\:height-106px {
    height: 106px;
  }
  .xl\:height-107px {
    height: 107px;
  }
  .xl\:height-108px {
    height: 108px;
  }
  .xl\:height-109px {
    height: 109px;
  }
  .xl\:height-110px {
    height: 110px;
  }
  .xl\:height-111px {
    height: 111px;
  }
  .xl\:height-112px {
    height: 112px;
  }
  .xl\:height-113px {
    height: 113px;
  }
  .xl\:height-114px {
    height: 114px;
  }
  .xl\:height-115px {
    height: 115px;
  }
  .xl\:height-116px {
    height: 116px;
  }
  .xl\:height-117px {
    height: 117px;
  }
  .xl\:height-118px {
    height: 118px;
  }
  .xl\:height-119px {
    height: 119px;
  }
  .xl\:height-120px {
    height: 120px;
  }
  .xl\:height-121px {
    height: 121px;
  }
  .xl\:height-122px {
    height: 122px;
  }
  .xl\:height-123px {
    height: 123px;
  }
  .xl\:height-124px {
    height: 124px;
  }
  .xl\:height-125px {
    height: 125px;
  }
  .xl\:height-126px {
    height: 126px;
  }
  .xl\:height-127px {
    height: 127px;
  }
  .xl\:height-128px {
    height: 128px;
  }
  .xl\:height-129px {
    height: 129px;
  }
  .xl\:height-130px {
    height: 130px;
  }
  .xl\:height-131px {
    height: 131px;
  }
  .xl\:height-132px {
    height: 132px;
  }
  .xl\:height-133px {
    height: 133px;
  }
  .xl\:height-134px {
    height: 134px;
  }
  .xl\:height-135px {
    height: 135px;
  }
  .xl\:height-136px {
    height: 136px;
  }
  .xl\:height-137px {
    height: 137px;
  }
  .xl\:height-138px {
    height: 138px;
  }
  .xl\:height-139px {
    height: 139px;
  }
  .xl\:height-140px {
    height: 140px;
  }
  .xl\:height-141px {
    height: 141px;
  }
  .xl\:height-142px {
    height: 142px;
  }
  .xl\:height-143px {
    height: 143px;
  }
  .xl\:height-144px {
    height: 144px;
  }
  .xl\:height-145px {
    height: 145px;
  }
  .xl\:height-146px {
    height: 146px;
  }
  .xl\:height-147px {
    height: 147px;
  }
  .xl\:height-148px {
    height: 148px;
  }
  .xl\:height-149px {
    height: 149px;
  }
  .xl\:height-150px {
    height: 150px;
  }
  .xl\:height-151px {
    height: 151px;
  }
  .xl\:height-152px {
    height: 152px;
  }
  .xl\:height-153px {
    height: 153px;
  }
  .xl\:height-154px {
    height: 154px;
  }
  .xl\:height-155px {
    height: 155px;
  }
  .xl\:height-156px {
    height: 156px;
  }
  .xl\:height-157px {
    height: 157px;
  }
  .xl\:height-158px {
    height: 158px;
  }
  .xl\:height-159px {
    height: 159px;
  }
  .xl\:height-160px {
    height: 160px;
  }
  .xl\:height-161px {
    height: 161px;
  }
  .xl\:height-162px {
    height: 162px;
  }
  .xl\:height-163px {
    height: 163px;
  }
  .xl\:height-164px {
    height: 164px;
  }
  .xl\:height-165px {
    height: 165px;
  }
  .xl\:height-166px {
    height: 166px;
  }
  .xl\:height-167px {
    height: 167px;
  }
  .xl\:height-168px {
    height: 168px;
  }
  .xl\:height-169px {
    height: 169px;
  }
  .xl\:height-170px {
    height: 170px;
  }
  .xl\:height-171px {
    height: 171px;
  }
  .xl\:height-172px {
    height: 172px;
  }
  .xl\:height-173px {
    height: 173px;
  }
  .xl\:height-174px {
    height: 174px;
  }
  .xl\:height-175px {
    height: 175px;
  }
  .xl\:height-176px {
    height: 176px;
  }
  .xl\:height-177px {
    height: 177px;
  }
  .xl\:height-178px {
    height: 178px;
  }
  .xl\:height-179px {
    height: 179px;
  }
  .xl\:height-180px {
    height: 180px;
  }
  .xl\:height-181px {
    height: 181px;
  }
  .xl\:height-182px {
    height: 182px;
  }
  .xl\:height-183px {
    height: 183px;
  }
  .xl\:height-184px {
    height: 184px;
  }
  .xl\:height-185px {
    height: 185px;
  }
  .xl\:height-186px {
    height: 186px;
  }
  .xl\:height-187px {
    height: 187px;
  }
  .xl\:height-188px {
    height: 188px;
  }
  .xl\:height-189px {
    height: 189px;
  }
  .xl\:height-190px {
    height: 190px;
  }
  .xl\:height-191px {
    height: 191px;
  }
  .xl\:height-192px {
    height: 192px;
  }
  .xl\:height-193px {
    height: 193px;
  }
  .xl\:height-194px {
    height: 194px;
  }
  .xl\:height-195px {
    height: 195px;
  }
  .xl\:height-196px {
    height: 196px;
  }
  .xl\:height-197px {
    height: 197px;
  }
  .xl\:height-198px {
    height: 198px;
  }
  .xl\:height-199px {
    height: 199px;
  }
  .xl\:height-200px {
    height: 200px;
  }
  .xl\:height-201px {
    height: 201px;
  }
  .xl\:height-202px {
    height: 202px;
  }
  .xl\:height-203px {
    height: 203px;
  }
  .xl\:height-204px {
    height: 204px;
  }
  .xl\:height-205px {
    height: 205px;
  }
  .xl\:height-206px {
    height: 206px;
  }
  .xl\:height-207px {
    height: 207px;
  }
  .xl\:height-208px {
    height: 208px;
  }
  .xl\:height-209px {
    height: 209px;
  }
  .xl\:height-210px {
    height: 210px;
  }
  .xl\:height-211px {
    height: 211px;
  }
  .xl\:height-212px {
    height: 212px;
  }
  .xl\:height-213px {
    height: 213px;
  }
  .xl\:height-214px {
    height: 214px;
  }
  .xl\:height-215px {
    height: 215px;
  }
  .xl\:height-216px {
    height: 216px;
  }
  .xl\:height-217px {
    height: 217px;
  }
  .xl\:height-218px {
    height: 218px;
  }
  .xl\:height-219px {
    height: 219px;
  }
  .xl\:height-220px {
    height: 220px;
  }
  .xl\:height-221px {
    height: 221px;
  }
  .xl\:height-222px {
    height: 222px;
  }
  .xl\:height-223px {
    height: 223px;
  }
  .xl\:height-224px {
    height: 224px;
  }
  .xl\:height-225px {
    height: 225px;
  }
  .xl\:height-226px {
    height: 226px;
  }
  .xl\:height-227px {
    height: 227px;
  }
  .xl\:height-228px {
    height: 228px;
  }
  .xl\:height-229px {
    height: 229px;
  }
  .xl\:height-230px {
    height: 230px;
  }
  .xl\:height-231px {
    height: 231px;
  }
  .xl\:height-232px {
    height: 232px;
  }
  .xl\:height-233px {
    height: 233px;
  }
  .xl\:height-234px {
    height: 234px;
  }
  .xl\:height-235px {
    height: 235px;
  }
  .xl\:height-236px {
    height: 236px;
  }
  .xl\:height-237px {
    height: 237px;
  }
  .xl\:height-238px {
    height: 238px;
  }
  .xl\:height-239px {
    height: 239px;
  }
  .xl\:height-240px {
    height: 240px;
  }
  .xl\:height-241px {
    height: 241px;
  }
  .xl\:height-242px {
    height: 242px;
  }
  .xl\:height-243px {
    height: 243px;
  }
  .xl\:height-244px {
    height: 244px;
  }
  .xl\:height-245px {
    height: 245px;
  }
  .xl\:height-246px {
    height: 246px;
  }
  .xl\:height-247px {
    height: 247px;
  }
  .xl\:height-248px {
    height: 248px;
  }
  .xl\:height-249px {
    height: 249px;
  }
  .xl\:height-250px {
    height: 250px;
  }
  .xl\:height-251px {
    height: 251px;
  }
  .xl\:height-252px {
    height: 252px;
  }
  .xl\:height-253px {
    height: 253px;
  }
  .xl\:height-254px {
    height: 254px;
  }
  .xl\:height-255px {
    height: 255px;
  }
  .xl\:height-256px {
    height: 256px;
  }
  .xl\:height-257px {
    height: 257px;
  }
  .xl\:height-258px {
    height: 258px;
  }
  .xl\:height-259px {
    height: 259px;
  }
  .xl\:height-260px {
    height: 260px;
  }
  .xl\:height-261px {
    height: 261px;
  }
  .xl\:height-262px {
    height: 262px;
  }
  .xl\:height-263px {
    height: 263px;
  }
  .xl\:height-264px {
    height: 264px;
  }
  .xl\:height-265px {
    height: 265px;
  }
  .xl\:height-266px {
    height: 266px;
  }
  .xl\:height-267px {
    height: 267px;
  }
  .xl\:height-268px {
    height: 268px;
  }
  .xl\:height-269px {
    height: 269px;
  }
  .xl\:height-270px {
    height: 270px;
  }
  .xl\:height-271px {
    height: 271px;
  }
  .xl\:height-272px {
    height: 272px;
  }
  .xl\:height-273px {
    height: 273px;
  }
  .xl\:height-274px {
    height: 274px;
  }
  .xl\:height-275px {
    height: 275px;
  }
  .xl\:height-276px {
    height: 276px;
  }
  .xl\:height-277px {
    height: 277px;
  }
  .xl\:height-278px {
    height: 278px;
  }
  .xl\:height-279px {
    height: 279px;
  }
  .xl\:height-280px {
    height: 280px;
  }
  .xl\:height-281px {
    height: 281px;
  }
  .xl\:height-282px {
    height: 282px;
  }
  .xl\:height-283px {
    height: 283px;
  }
  .xl\:height-284px {
    height: 284px;
  }
  .xl\:height-285px {
    height: 285px;
  }
  .xl\:height-286px {
    height: 286px;
  }
  .xl\:height-287px {
    height: 287px;
  }
  .xl\:height-288px {
    height: 288px;
  }
  .xl\:height-289px {
    height: 289px;
  }
  .xl\:height-290px {
    height: 290px;
  }
  .xl\:height-291px {
    height: 291px;
  }
  .xl\:height-292px {
    height: 292px;
  }
  .xl\:height-293px {
    height: 293px;
  }
  .xl\:height-294px {
    height: 294px;
  }
  .xl\:height-295px {
    height: 295px;
  }
  .xl\:height-296px {
    height: 296px;
  }
  .xl\:height-297px {
    height: 297px;
  }
  .xl\:height-298px {
    height: 298px;
  }
  .xl\:height-299px {
    height: 299px;
  }
  .xl\:height-300px {
    height: 300px;
  }
  .xl\:height-0em {
    height: 0em;
  }
  .xl\:height-0rem {
    height: 0rem;
  }
  .xl\:height-0_1em {
    height: 0.1em;
  }
  .xl\:height-0_1rem {
    height: 0.1rem;
  }
  .xl\:height-0_2em {
    height: 0.2em;
  }
  .xl\:height-0_2rem {
    height: 0.2rem;
  }
  .xl\:height-0_3em {
    height: 0.3em;
  }
  .xl\:height-0_3rem {
    height: 0.3rem;
  }
  .xl\:height-0_4em {
    height: 0.4em;
  }
  .xl\:height-0_4rem {
    height: 0.4rem;
  }
  .xl\:height-0_5em {
    height: 0.5em;
  }
  .xl\:height-0_5rem {
    height: 0.5rem;
  }
  .xl\:height-0_6em {
    height: 0.6em;
  }
  .xl\:height-0_6rem {
    height: 0.6rem;
  }
  .xl\:height-0_7em {
    height: 0.7em;
  }
  .xl\:height-0_7rem {
    height: 0.7rem;
  }
  .xl\:height-0_8em {
    height: 0.8em;
  }
  .xl\:height-0_8rem {
    height: 0.8rem;
  }
  .xl\:height-0_9em {
    height: 0.9em;
  }
  .xl\:height-0_9rem {
    height: 0.9rem;
  }
  .xl\:height-1em {
    height: 1em;
  }
  .xl\:height-1rem {
    height: 1rem;
  }
  .xl\:height-1_1em {
    height: 1.1em;
  }
  .xl\:height-1_1rem {
    height: 1.1rem;
  }
  .xl\:height-1_2em {
    height: 1.2em;
  }
  .xl\:height-1_2rem {
    height: 1.2rem;
  }
  .xl\:height-1_3em {
    height: 1.3em;
  }
  .xl\:height-1_3rem {
    height: 1.3rem;
  }
  .xl\:height-1_4em {
    height: 1.4em;
  }
  .xl\:height-1_4rem {
    height: 1.4rem;
  }
  .xl\:height-1_5em {
    height: 1.5em;
  }
  .xl\:height-1_5rem {
    height: 1.5rem;
  }
  .xl\:height-1_6em {
    height: 1.6em;
  }
  .xl\:height-1_6rem {
    height: 1.6rem;
  }
  .xl\:height-1_7em {
    height: 1.7em;
  }
  .xl\:height-1_7rem {
    height: 1.7rem;
  }
  .xl\:height-1_8em {
    height: 1.8em;
  }
  .xl\:height-1_8rem {
    height: 1.8rem;
  }
  .xl\:height-1_9em {
    height: 1.9em;
  }
  .xl\:height-1_9rem {
    height: 1.9rem;
  }
  .xl\:height-2em {
    height: 2em;
  }
  .xl\:height-2rem {
    height: 2rem;
  }
  .xl\:height-2_1em {
    height: 2.1em;
  }
  .xl\:height-2_1rem {
    height: 2.1rem;
  }
  .xl\:height-2_2em {
    height: 2.2em;
  }
  .xl\:height-2_2rem {
    height: 2.2rem;
  }
  .xl\:height-2_3em {
    height: 2.3em;
  }
  .xl\:height-2_3rem {
    height: 2.3rem;
  }
  .xl\:height-2_4em {
    height: 2.4em;
  }
  .xl\:height-2_4rem {
    height: 2.4rem;
  }
  .xl\:height-2_5em {
    height: 2.5em;
  }
  .xl\:height-2_5rem {
    height: 2.5rem;
  }
  .xl\:height-2_6em {
    height: 2.6em;
  }
  .xl\:height-2_6rem {
    height: 2.6rem;
  }
  .xl\:height-2_7em {
    height: 2.7em;
  }
  .xl\:height-2_7rem {
    height: 2.7rem;
  }
  .xl\:height-2_8em {
    height: 2.8em;
  }
  .xl\:height-2_8rem {
    height: 2.8rem;
  }
  .xl\:height-2_9em {
    height: 2.9em;
  }
  .xl\:height-2_9rem {
    height: 2.9rem;
  }
  .xl\:height-3em {
    height: 3em;
  }
  .xl\:height-3rem {
    height: 3rem;
  }
  .xl\:height-3_1em {
    height: 3.1em;
  }
  .xl\:height-3_1rem {
    height: 3.1rem;
  }
  .xl\:height-3_2em {
    height: 3.2em;
  }
  .xl\:height-3_2rem {
    height: 3.2rem;
  }
  .xl\:height-3_3em {
    height: 3.3em;
  }
  .xl\:height-3_3rem {
    height: 3.3rem;
  }
  .xl\:height-3_4em {
    height: 3.4em;
  }
  .xl\:height-3_4rem {
    height: 3.4rem;
  }
  .xl\:height-3_5em {
    height: 3.5em;
  }
  .xl\:height-3_5rem {
    height: 3.5rem;
  }
  .xl\:height-3_6em {
    height: 3.6em;
  }
  .xl\:height-3_6rem {
    height: 3.6rem;
  }
  .xl\:height-3_7em {
    height: 3.7em;
  }
  .xl\:height-3_7rem {
    height: 3.7rem;
  }
  .xl\:height-3_8em {
    height: 3.8em;
  }
  .xl\:height-3_8rem {
    height: 3.8rem;
  }
  .xl\:height-3_9em {
    height: 3.9em;
  }
  .xl\:height-3_9rem {
    height: 3.9rem;
  }
  .xl\:height-4em {
    height: 4em;
  }
  .xl\:height-4rem {
    height: 4rem;
  }
  .xl\:height-4_1em {
    height: 4.1em;
  }
  .xl\:height-4_1rem {
    height: 4.1rem;
  }
  .xl\:height-4_2em {
    height: 4.2em;
  }
  .xl\:height-4_2rem {
    height: 4.2rem;
  }
  .xl\:height-4_3em {
    height: 4.3em;
  }
  .xl\:height-4_3rem {
    height: 4.3rem;
  }
  .xl\:height-4_4em {
    height: 4.4em;
  }
  .xl\:height-4_4rem {
    height: 4.4rem;
  }
  .xl\:height-4_5em {
    height: 4.5em;
  }
  .xl\:height-4_5rem {
    height: 4.5rem;
  }
  .xl\:height-4_6em {
    height: 4.6em;
  }
  .xl\:height-4_6rem {
    height: 4.6rem;
  }
  .xl\:height-4_7em {
    height: 4.7em;
  }
  .xl\:height-4_7rem {
    height: 4.7rem;
  }
  .xl\:height-4_8em {
    height: 4.8em;
  }
  .xl\:height-4_8rem {
    height: 4.8rem;
  }
  .xl\:height-4_9em {
    height: 4.9em;
  }
  .xl\:height-4_9rem {
    height: 4.9rem;
  }
  .xl\:height-5em {
    height: 5em;
  }
  .xl\:height-5rem {
    height: 5rem;
  }
  .xl\:height-5_1em {
    height: 5.1em;
  }
  .xl\:height-5_1rem {
    height: 5.1rem;
  }
  .xl\:height-5_2em {
    height: 5.2em;
  }
  .xl\:height-5_2rem {
    height: 5.2rem;
  }
  .xl\:height-5_3em {
    height: 5.3em;
  }
  .xl\:height-5_3rem {
    height: 5.3rem;
  }
  .xl\:height-5_4em {
    height: 5.4em;
  }
  .xl\:height-5_4rem {
    height: 5.4rem;
  }
  .xl\:height-5_5em {
    height: 5.5em;
  }
  .xl\:height-5_5rem {
    height: 5.5rem;
  }
  .xl\:height-5_6em {
    height: 5.6em;
  }
  .xl\:height-5_6rem {
    height: 5.6rem;
  }
  .xl\:height-5_7em {
    height: 5.7em;
  }
  .xl\:height-5_7rem {
    height: 5.7rem;
  }
  .xl\:height-5_8em {
    height: 5.8em;
  }
  .xl\:height-5_8rem {
    height: 5.8rem;
  }
  .xl\:height-5_9em {
    height: 5.9em;
  }
  .xl\:height-5_9rem {
    height: 5.9rem;
  }
  .xl\:height-6em {
    height: 6em;
  }
  .xl\:height-6rem {
    height: 6rem;
  }
  .xl\:height-6_1em {
    height: 6.1em;
  }
  .xl\:height-6_1rem {
    height: 6.1rem;
  }
  .xl\:height-6_2em {
    height: 6.2em;
  }
  .xl\:height-6_2rem {
    height: 6.2rem;
  }
  .xl\:height-6_3em {
    height: 6.3em;
  }
  .xl\:height-6_3rem {
    height: 6.3rem;
  }
  .xl\:height-6_4em {
    height: 6.4em;
  }
  .xl\:height-6_4rem {
    height: 6.4rem;
  }
  .xl\:height-6_5em {
    height: 6.5em;
  }
  .xl\:height-6_5rem {
    height: 6.5rem;
  }
  .xl\:height-6_6em {
    height: 6.6em;
  }
  .xl\:height-6_6rem {
    height: 6.6rem;
  }
  .xl\:height-6_7em {
    height: 6.7em;
  }
  .xl\:height-6_7rem {
    height: 6.7rem;
  }
  .xl\:height-6_8em {
    height: 6.8em;
  }
  .xl\:height-6_8rem {
    height: 6.8rem;
  }
  .xl\:height-6_9em {
    height: 6.9em;
  }
  .xl\:height-6_9rem {
    height: 6.9rem;
  }
  .xl\:height-7em {
    height: 7em;
  }
  .xl\:height-7rem {
    height: 7rem;
  }
  .xl\:height-7_1em {
    height: 7.1em;
  }
  .xl\:height-7_1rem {
    height: 7.1rem;
  }
  .xl\:height-7_2em {
    height: 7.2em;
  }
  .xl\:height-7_2rem {
    height: 7.2rem;
  }
  .xl\:height-7_3em {
    height: 7.3em;
  }
  .xl\:height-7_3rem {
    height: 7.3rem;
  }
  .xl\:height-7_4em {
    height: 7.4em;
  }
  .xl\:height-7_4rem {
    height: 7.4rem;
  }
  .xl\:height-7_5em {
    height: 7.5em;
  }
  .xl\:height-7_5rem {
    height: 7.5rem;
  }
  .xl\:height-7_6em {
    height: 7.6em;
  }
  .xl\:height-7_6rem {
    height: 7.6rem;
  }
  .xl\:height-7_7em {
    height: 7.7em;
  }
  .xl\:height-7_7rem {
    height: 7.7rem;
  }
  .xl\:height-7_8em {
    height: 7.8em;
  }
  .xl\:height-7_8rem {
    height: 7.8rem;
  }
  .xl\:height-7_9em {
    height: 7.9em;
  }
  .xl\:height-7_9rem {
    height: 7.9rem;
  }
  .xl\:height-8em {
    height: 8em;
  }
  .xl\:height-8rem {
    height: 8rem;
  }
  .xl\:height-8_1em {
    height: 8.1em;
  }
  .xl\:height-8_1rem {
    height: 8.1rem;
  }
  .xl\:height-8_2em {
    height: 8.2em;
  }
  .xl\:height-8_2rem {
    height: 8.2rem;
  }
  .xl\:height-8_3em {
    height: 8.3em;
  }
  .xl\:height-8_3rem {
    height: 8.3rem;
  }
  .xl\:height-8_4em {
    height: 8.4em;
  }
  .xl\:height-8_4rem {
    height: 8.4rem;
  }
  .xl\:height-8_5em {
    height: 8.5em;
  }
  .xl\:height-8_5rem {
    height: 8.5rem;
  }
  .xl\:height-8_6em {
    height: 8.6em;
  }
  .xl\:height-8_6rem {
    height: 8.6rem;
  }
  .xl\:height-8_7em {
    height: 8.7em;
  }
  .xl\:height-8_7rem {
    height: 8.7rem;
  }
  .xl\:height-8_8em {
    height: 8.8em;
  }
  .xl\:height-8_8rem {
    height: 8.8rem;
  }
  .xl\:height-8_9em {
    height: 8.9em;
  }
  .xl\:height-8_9rem {
    height: 8.9rem;
  }
  .xl\:height-9em {
    height: 9em;
  }
  .xl\:height-9rem {
    height: 9rem;
  }
  .xl\:height-9_1em {
    height: 9.1em;
  }
  .xl\:height-9_1rem {
    height: 9.1rem;
  }
  .xl\:height-9_2em {
    height: 9.2em;
  }
  .xl\:height-9_2rem {
    height: 9.2rem;
  }
  .xl\:height-9_3em {
    height: 9.3em;
  }
  .xl\:height-9_3rem {
    height: 9.3rem;
  }
  .xl\:height-9_4em {
    height: 9.4em;
  }
  .xl\:height-9_4rem {
    height: 9.4rem;
  }
  .xl\:height-9_5em {
    height: 9.5em;
  }
  .xl\:height-9_5rem {
    height: 9.5rem;
  }
  .xl\:height-9_6em {
    height: 9.6em;
  }
  .xl\:height-9_6rem {
    height: 9.6rem;
  }
  .xl\:height-9_7em {
    height: 9.7em;
  }
  .xl\:height-9_7rem {
    height: 9.7rem;
  }
  .xl\:height-9_8em {
    height: 9.8em;
  }
  .xl\:height-9_8rem {
    height: 9.8rem;
  }
  .xl\:height-9_9em {
    height: 9.9em;
  }
  .xl\:height-9_9rem {
    height: 9.9rem;
  }
  .xl\:height-10em {
    height: 10em;
  }
  .xl\:height-10rem {
    height: 10rem;
  }
  .xl\:height-10_1em {
    height: 10.1em;
  }
  .xl\:height-10_1rem {
    height: 10.1rem;
  }
  .xl\:height-10_2em {
    height: 10.2em;
  }
  .xl\:height-10_2rem {
    height: 10.2rem;
  }
  .xl\:height-10_3em {
    height: 10.3em;
  }
  .xl\:height-10_3rem {
    height: 10.3rem;
  }
  .xl\:height-10_4em {
    height: 10.4em;
  }
  .xl\:height-10_4rem {
    height: 10.4rem;
  }
  .xl\:height-10_5em {
    height: 10.5em;
  }
  .xl\:height-10_5rem {
    height: 10.5rem;
  }
  .xl\:height-10_6em {
    height: 10.6em;
  }
  .xl\:height-10_6rem {
    height: 10.6rem;
  }
  .xl\:height-10_7em {
    height: 10.7em;
  }
  .xl\:height-10_7rem {
    height: 10.7rem;
  }
  .xl\:height-10_8em {
    height: 10.8em;
  }
  .xl\:height-10_8rem {
    height: 10.8rem;
  }
  .xl\:height-10_9em {
    height: 10.9em;
  }
  .xl\:height-10_9rem {
    height: 10.9rem;
  }
}
@media (min-width: 1560px) {
  .xxl\:height-0px {
    height: 0px;
  }
  .xxl\:height-1px {
    height: 1px;
  }
  .xxl\:height-2px {
    height: 2px;
  }
  .xxl\:height-3px {
    height: 3px;
  }
  .xxl\:height-4px {
    height: 4px;
  }
  .xxl\:height-5px {
    height: 5px;
  }
  .xxl\:height-6px {
    height: 6px;
  }
  .xxl\:height-7px {
    height: 7px;
  }
  .xxl\:height-8px {
    height: 8px;
  }
  .xxl\:height-9px {
    height: 9px;
  }
  .xxl\:height-10px {
    height: 10px;
  }
  .xxl\:height-11px {
    height: 11px;
  }
  .xxl\:height-12px {
    height: 12px;
  }
  .xxl\:height-13px {
    height: 13px;
  }
  .xxl\:height-14px {
    height: 14px;
  }
  .xxl\:height-15px {
    height: 15px;
  }
  .xxl\:height-16px {
    height: 16px;
  }
  .xxl\:height-17px {
    height: 17px;
  }
  .xxl\:height-18px {
    height: 18px;
  }
  .xxl\:height-19px {
    height: 19px;
  }
  .xxl\:height-20px {
    height: 20px;
  }
  .xxl\:height-21px {
    height: 21px;
  }
  .xxl\:height-22px {
    height: 22px;
  }
  .xxl\:height-23px {
    height: 23px;
  }
  .xxl\:height-24px {
    height: 24px;
  }
  .xxl\:height-25px {
    height: 25px;
  }
  .xxl\:height-26px {
    height: 26px;
  }
  .xxl\:height-27px {
    height: 27px;
  }
  .xxl\:height-28px {
    height: 28px;
  }
  .xxl\:height-29px {
    height: 29px;
  }
  .xxl\:height-30px {
    height: 30px;
  }
  .xxl\:height-31px {
    height: 31px;
  }
  .xxl\:height-32px {
    height: 32px;
  }
  .xxl\:height-33px {
    height: 33px;
  }
  .xxl\:height-34px {
    height: 34px;
  }
  .xxl\:height-35px {
    height: 35px;
  }
  .xxl\:height-36px {
    height: 36px;
  }
  .xxl\:height-37px {
    height: 37px;
  }
  .xxl\:height-38px {
    height: 38px;
  }
  .xxl\:height-39px {
    height: 39px;
  }
  .xxl\:height-40px {
    height: 40px;
  }
  .xxl\:height-41px {
    height: 41px;
  }
  .xxl\:height-42px {
    height: 42px;
  }
  .xxl\:height-43px {
    height: 43px;
  }
  .xxl\:height-44px {
    height: 44px;
  }
  .xxl\:height-45px {
    height: 45px;
  }
  .xxl\:height-46px {
    height: 46px;
  }
  .xxl\:height-47px {
    height: 47px;
  }
  .xxl\:height-48px {
    height: 48px;
  }
  .xxl\:height-49px {
    height: 49px;
  }
  .xxl\:height-50px {
    height: 50px;
  }
  .xxl\:height-51px {
    height: 51px;
  }
  .xxl\:height-52px {
    height: 52px;
  }
  .xxl\:height-53px {
    height: 53px;
  }
  .xxl\:height-54px {
    height: 54px;
  }
  .xxl\:height-55px {
    height: 55px;
  }
  .xxl\:height-56px {
    height: 56px;
  }
  .xxl\:height-57px {
    height: 57px;
  }
  .xxl\:height-58px {
    height: 58px;
  }
  .xxl\:height-59px {
    height: 59px;
  }
  .xxl\:height-60px {
    height: 60px;
  }
  .xxl\:height-61px {
    height: 61px;
  }
  .xxl\:height-62px {
    height: 62px;
  }
  .xxl\:height-63px {
    height: 63px;
  }
  .xxl\:height-64px {
    height: 64px;
  }
  .xxl\:height-65px {
    height: 65px;
  }
  .xxl\:height-66px {
    height: 66px;
  }
  .xxl\:height-67px {
    height: 67px;
  }
  .xxl\:height-68px {
    height: 68px;
  }
  .xxl\:height-69px {
    height: 69px;
  }
  .xxl\:height-70px {
    height: 70px;
  }
  .xxl\:height-71px {
    height: 71px;
  }
  .xxl\:height-72px {
    height: 72px;
  }
  .xxl\:height-73px {
    height: 73px;
  }
  .xxl\:height-74px {
    height: 74px;
  }
  .xxl\:height-75px {
    height: 75px;
  }
  .xxl\:height-76px {
    height: 76px;
  }
  .xxl\:height-77px {
    height: 77px;
  }
  .xxl\:height-78px {
    height: 78px;
  }
  .xxl\:height-79px {
    height: 79px;
  }
  .xxl\:height-80px {
    height: 80px;
  }
  .xxl\:height-81px {
    height: 81px;
  }
  .xxl\:height-82px {
    height: 82px;
  }
  .xxl\:height-83px {
    height: 83px;
  }
  .xxl\:height-84px {
    height: 84px;
  }
  .xxl\:height-85px {
    height: 85px;
  }
  .xxl\:height-86px {
    height: 86px;
  }
  .xxl\:height-87px {
    height: 87px;
  }
  .xxl\:height-88px {
    height: 88px;
  }
  .xxl\:height-89px {
    height: 89px;
  }
  .xxl\:height-90px {
    height: 90px;
  }
  .xxl\:height-91px {
    height: 91px;
  }
  .xxl\:height-92px {
    height: 92px;
  }
  .xxl\:height-93px {
    height: 93px;
  }
  .xxl\:height-94px {
    height: 94px;
  }
  .xxl\:height-95px {
    height: 95px;
  }
  .xxl\:height-96px {
    height: 96px;
  }
  .xxl\:height-97px {
    height: 97px;
  }
  .xxl\:height-98px {
    height: 98px;
  }
  .xxl\:height-99px {
    height: 99px;
  }
  .xxl\:height-100px {
    height: 100px;
  }
  .xxl\:height-101px {
    height: 101px;
  }
  .xxl\:height-102px {
    height: 102px;
  }
  .xxl\:height-103px {
    height: 103px;
  }
  .xxl\:height-104px {
    height: 104px;
  }
  .xxl\:height-105px {
    height: 105px;
  }
  .xxl\:height-106px {
    height: 106px;
  }
  .xxl\:height-107px {
    height: 107px;
  }
  .xxl\:height-108px {
    height: 108px;
  }
  .xxl\:height-109px {
    height: 109px;
  }
  .xxl\:height-110px {
    height: 110px;
  }
  .xxl\:height-111px {
    height: 111px;
  }
  .xxl\:height-112px {
    height: 112px;
  }
  .xxl\:height-113px {
    height: 113px;
  }
  .xxl\:height-114px {
    height: 114px;
  }
  .xxl\:height-115px {
    height: 115px;
  }
  .xxl\:height-116px {
    height: 116px;
  }
  .xxl\:height-117px {
    height: 117px;
  }
  .xxl\:height-118px {
    height: 118px;
  }
  .xxl\:height-119px {
    height: 119px;
  }
  .xxl\:height-120px {
    height: 120px;
  }
  .xxl\:height-121px {
    height: 121px;
  }
  .xxl\:height-122px {
    height: 122px;
  }
  .xxl\:height-123px {
    height: 123px;
  }
  .xxl\:height-124px {
    height: 124px;
  }
  .xxl\:height-125px {
    height: 125px;
  }
  .xxl\:height-126px {
    height: 126px;
  }
  .xxl\:height-127px {
    height: 127px;
  }
  .xxl\:height-128px {
    height: 128px;
  }
  .xxl\:height-129px {
    height: 129px;
  }
  .xxl\:height-130px {
    height: 130px;
  }
  .xxl\:height-131px {
    height: 131px;
  }
  .xxl\:height-132px {
    height: 132px;
  }
  .xxl\:height-133px {
    height: 133px;
  }
  .xxl\:height-134px {
    height: 134px;
  }
  .xxl\:height-135px {
    height: 135px;
  }
  .xxl\:height-136px {
    height: 136px;
  }
  .xxl\:height-137px {
    height: 137px;
  }
  .xxl\:height-138px {
    height: 138px;
  }
  .xxl\:height-139px {
    height: 139px;
  }
  .xxl\:height-140px {
    height: 140px;
  }
  .xxl\:height-141px {
    height: 141px;
  }
  .xxl\:height-142px {
    height: 142px;
  }
  .xxl\:height-143px {
    height: 143px;
  }
  .xxl\:height-144px {
    height: 144px;
  }
  .xxl\:height-145px {
    height: 145px;
  }
  .xxl\:height-146px {
    height: 146px;
  }
  .xxl\:height-147px {
    height: 147px;
  }
  .xxl\:height-148px {
    height: 148px;
  }
  .xxl\:height-149px {
    height: 149px;
  }
  .xxl\:height-150px {
    height: 150px;
  }
  .xxl\:height-151px {
    height: 151px;
  }
  .xxl\:height-152px {
    height: 152px;
  }
  .xxl\:height-153px {
    height: 153px;
  }
  .xxl\:height-154px {
    height: 154px;
  }
  .xxl\:height-155px {
    height: 155px;
  }
  .xxl\:height-156px {
    height: 156px;
  }
  .xxl\:height-157px {
    height: 157px;
  }
  .xxl\:height-158px {
    height: 158px;
  }
  .xxl\:height-159px {
    height: 159px;
  }
  .xxl\:height-160px {
    height: 160px;
  }
  .xxl\:height-161px {
    height: 161px;
  }
  .xxl\:height-162px {
    height: 162px;
  }
  .xxl\:height-163px {
    height: 163px;
  }
  .xxl\:height-164px {
    height: 164px;
  }
  .xxl\:height-165px {
    height: 165px;
  }
  .xxl\:height-166px {
    height: 166px;
  }
  .xxl\:height-167px {
    height: 167px;
  }
  .xxl\:height-168px {
    height: 168px;
  }
  .xxl\:height-169px {
    height: 169px;
  }
  .xxl\:height-170px {
    height: 170px;
  }
  .xxl\:height-171px {
    height: 171px;
  }
  .xxl\:height-172px {
    height: 172px;
  }
  .xxl\:height-173px {
    height: 173px;
  }
  .xxl\:height-174px {
    height: 174px;
  }
  .xxl\:height-175px {
    height: 175px;
  }
  .xxl\:height-176px {
    height: 176px;
  }
  .xxl\:height-177px {
    height: 177px;
  }
  .xxl\:height-178px {
    height: 178px;
  }
  .xxl\:height-179px {
    height: 179px;
  }
  .xxl\:height-180px {
    height: 180px;
  }
  .xxl\:height-181px {
    height: 181px;
  }
  .xxl\:height-182px {
    height: 182px;
  }
  .xxl\:height-183px {
    height: 183px;
  }
  .xxl\:height-184px {
    height: 184px;
  }
  .xxl\:height-185px {
    height: 185px;
  }
  .xxl\:height-186px {
    height: 186px;
  }
  .xxl\:height-187px {
    height: 187px;
  }
  .xxl\:height-188px {
    height: 188px;
  }
  .xxl\:height-189px {
    height: 189px;
  }
  .xxl\:height-190px {
    height: 190px;
  }
  .xxl\:height-191px {
    height: 191px;
  }
  .xxl\:height-192px {
    height: 192px;
  }
  .xxl\:height-193px {
    height: 193px;
  }
  .xxl\:height-194px {
    height: 194px;
  }
  .xxl\:height-195px {
    height: 195px;
  }
  .xxl\:height-196px {
    height: 196px;
  }
  .xxl\:height-197px {
    height: 197px;
  }
  .xxl\:height-198px {
    height: 198px;
  }
  .xxl\:height-199px {
    height: 199px;
  }
  .xxl\:height-200px {
    height: 200px;
  }
  .xxl\:height-201px {
    height: 201px;
  }
  .xxl\:height-202px {
    height: 202px;
  }
  .xxl\:height-203px {
    height: 203px;
  }
  .xxl\:height-204px {
    height: 204px;
  }
  .xxl\:height-205px {
    height: 205px;
  }
  .xxl\:height-206px {
    height: 206px;
  }
  .xxl\:height-207px {
    height: 207px;
  }
  .xxl\:height-208px {
    height: 208px;
  }
  .xxl\:height-209px {
    height: 209px;
  }
  .xxl\:height-210px {
    height: 210px;
  }
  .xxl\:height-211px {
    height: 211px;
  }
  .xxl\:height-212px {
    height: 212px;
  }
  .xxl\:height-213px {
    height: 213px;
  }
  .xxl\:height-214px {
    height: 214px;
  }
  .xxl\:height-215px {
    height: 215px;
  }
  .xxl\:height-216px {
    height: 216px;
  }
  .xxl\:height-217px {
    height: 217px;
  }
  .xxl\:height-218px {
    height: 218px;
  }
  .xxl\:height-219px {
    height: 219px;
  }
  .xxl\:height-220px {
    height: 220px;
  }
  .xxl\:height-221px {
    height: 221px;
  }
  .xxl\:height-222px {
    height: 222px;
  }
  .xxl\:height-223px {
    height: 223px;
  }
  .xxl\:height-224px {
    height: 224px;
  }
  .xxl\:height-225px {
    height: 225px;
  }
  .xxl\:height-226px {
    height: 226px;
  }
  .xxl\:height-227px {
    height: 227px;
  }
  .xxl\:height-228px {
    height: 228px;
  }
  .xxl\:height-229px {
    height: 229px;
  }
  .xxl\:height-230px {
    height: 230px;
  }
  .xxl\:height-231px {
    height: 231px;
  }
  .xxl\:height-232px {
    height: 232px;
  }
  .xxl\:height-233px {
    height: 233px;
  }
  .xxl\:height-234px {
    height: 234px;
  }
  .xxl\:height-235px {
    height: 235px;
  }
  .xxl\:height-236px {
    height: 236px;
  }
  .xxl\:height-237px {
    height: 237px;
  }
  .xxl\:height-238px {
    height: 238px;
  }
  .xxl\:height-239px {
    height: 239px;
  }
  .xxl\:height-240px {
    height: 240px;
  }
  .xxl\:height-241px {
    height: 241px;
  }
  .xxl\:height-242px {
    height: 242px;
  }
  .xxl\:height-243px {
    height: 243px;
  }
  .xxl\:height-244px {
    height: 244px;
  }
  .xxl\:height-245px {
    height: 245px;
  }
  .xxl\:height-246px {
    height: 246px;
  }
  .xxl\:height-247px {
    height: 247px;
  }
  .xxl\:height-248px {
    height: 248px;
  }
  .xxl\:height-249px {
    height: 249px;
  }
  .xxl\:height-250px {
    height: 250px;
  }
  .xxl\:height-251px {
    height: 251px;
  }
  .xxl\:height-252px {
    height: 252px;
  }
  .xxl\:height-253px {
    height: 253px;
  }
  .xxl\:height-254px {
    height: 254px;
  }
  .xxl\:height-255px {
    height: 255px;
  }
  .xxl\:height-256px {
    height: 256px;
  }
  .xxl\:height-257px {
    height: 257px;
  }
  .xxl\:height-258px {
    height: 258px;
  }
  .xxl\:height-259px {
    height: 259px;
  }
  .xxl\:height-260px {
    height: 260px;
  }
  .xxl\:height-261px {
    height: 261px;
  }
  .xxl\:height-262px {
    height: 262px;
  }
  .xxl\:height-263px {
    height: 263px;
  }
  .xxl\:height-264px {
    height: 264px;
  }
  .xxl\:height-265px {
    height: 265px;
  }
  .xxl\:height-266px {
    height: 266px;
  }
  .xxl\:height-267px {
    height: 267px;
  }
  .xxl\:height-268px {
    height: 268px;
  }
  .xxl\:height-269px {
    height: 269px;
  }
  .xxl\:height-270px {
    height: 270px;
  }
  .xxl\:height-271px {
    height: 271px;
  }
  .xxl\:height-272px {
    height: 272px;
  }
  .xxl\:height-273px {
    height: 273px;
  }
  .xxl\:height-274px {
    height: 274px;
  }
  .xxl\:height-275px {
    height: 275px;
  }
  .xxl\:height-276px {
    height: 276px;
  }
  .xxl\:height-277px {
    height: 277px;
  }
  .xxl\:height-278px {
    height: 278px;
  }
  .xxl\:height-279px {
    height: 279px;
  }
  .xxl\:height-280px {
    height: 280px;
  }
  .xxl\:height-281px {
    height: 281px;
  }
  .xxl\:height-282px {
    height: 282px;
  }
  .xxl\:height-283px {
    height: 283px;
  }
  .xxl\:height-284px {
    height: 284px;
  }
  .xxl\:height-285px {
    height: 285px;
  }
  .xxl\:height-286px {
    height: 286px;
  }
  .xxl\:height-287px {
    height: 287px;
  }
  .xxl\:height-288px {
    height: 288px;
  }
  .xxl\:height-289px {
    height: 289px;
  }
  .xxl\:height-290px {
    height: 290px;
  }
  .xxl\:height-291px {
    height: 291px;
  }
  .xxl\:height-292px {
    height: 292px;
  }
  .xxl\:height-293px {
    height: 293px;
  }
  .xxl\:height-294px {
    height: 294px;
  }
  .xxl\:height-295px {
    height: 295px;
  }
  .xxl\:height-296px {
    height: 296px;
  }
  .xxl\:height-297px {
    height: 297px;
  }
  .xxl\:height-298px {
    height: 298px;
  }
  .xxl\:height-299px {
    height: 299px;
  }
  .xxl\:height-300px {
    height: 300px;
  }
  .xxl\:height-0em {
    height: 0em;
  }
  .xxl\:height-0rem {
    height: 0rem;
  }
  .xxl\:height-0_1em {
    height: 0.1em;
  }
  .xxl\:height-0_1rem {
    height: 0.1rem;
  }
  .xxl\:height-0_2em {
    height: 0.2em;
  }
  .xxl\:height-0_2rem {
    height: 0.2rem;
  }
  .xxl\:height-0_3em {
    height: 0.3em;
  }
  .xxl\:height-0_3rem {
    height: 0.3rem;
  }
  .xxl\:height-0_4em {
    height: 0.4em;
  }
  .xxl\:height-0_4rem {
    height: 0.4rem;
  }
  .xxl\:height-0_5em {
    height: 0.5em;
  }
  .xxl\:height-0_5rem {
    height: 0.5rem;
  }
  .xxl\:height-0_6em {
    height: 0.6em;
  }
  .xxl\:height-0_6rem {
    height: 0.6rem;
  }
  .xxl\:height-0_7em {
    height: 0.7em;
  }
  .xxl\:height-0_7rem {
    height: 0.7rem;
  }
  .xxl\:height-0_8em {
    height: 0.8em;
  }
  .xxl\:height-0_8rem {
    height: 0.8rem;
  }
  .xxl\:height-0_9em {
    height: 0.9em;
  }
  .xxl\:height-0_9rem {
    height: 0.9rem;
  }
  .xxl\:height-1em {
    height: 1em;
  }
  .xxl\:height-1rem {
    height: 1rem;
  }
  .xxl\:height-1_1em {
    height: 1.1em;
  }
  .xxl\:height-1_1rem {
    height: 1.1rem;
  }
  .xxl\:height-1_2em {
    height: 1.2em;
  }
  .xxl\:height-1_2rem {
    height: 1.2rem;
  }
  .xxl\:height-1_3em {
    height: 1.3em;
  }
  .xxl\:height-1_3rem {
    height: 1.3rem;
  }
  .xxl\:height-1_4em {
    height: 1.4em;
  }
  .xxl\:height-1_4rem {
    height: 1.4rem;
  }
  .xxl\:height-1_5em {
    height: 1.5em;
  }
  .xxl\:height-1_5rem {
    height: 1.5rem;
  }
  .xxl\:height-1_6em {
    height: 1.6em;
  }
  .xxl\:height-1_6rem {
    height: 1.6rem;
  }
  .xxl\:height-1_7em {
    height: 1.7em;
  }
  .xxl\:height-1_7rem {
    height: 1.7rem;
  }
  .xxl\:height-1_8em {
    height: 1.8em;
  }
  .xxl\:height-1_8rem {
    height: 1.8rem;
  }
  .xxl\:height-1_9em {
    height: 1.9em;
  }
  .xxl\:height-1_9rem {
    height: 1.9rem;
  }
  .xxl\:height-2em {
    height: 2em;
  }
  .xxl\:height-2rem {
    height: 2rem;
  }
  .xxl\:height-2_1em {
    height: 2.1em;
  }
  .xxl\:height-2_1rem {
    height: 2.1rem;
  }
  .xxl\:height-2_2em {
    height: 2.2em;
  }
  .xxl\:height-2_2rem {
    height: 2.2rem;
  }
  .xxl\:height-2_3em {
    height: 2.3em;
  }
  .xxl\:height-2_3rem {
    height: 2.3rem;
  }
  .xxl\:height-2_4em {
    height: 2.4em;
  }
  .xxl\:height-2_4rem {
    height: 2.4rem;
  }
  .xxl\:height-2_5em {
    height: 2.5em;
  }
  .xxl\:height-2_5rem {
    height: 2.5rem;
  }
  .xxl\:height-2_6em {
    height: 2.6em;
  }
  .xxl\:height-2_6rem {
    height: 2.6rem;
  }
  .xxl\:height-2_7em {
    height: 2.7em;
  }
  .xxl\:height-2_7rem {
    height: 2.7rem;
  }
  .xxl\:height-2_8em {
    height: 2.8em;
  }
  .xxl\:height-2_8rem {
    height: 2.8rem;
  }
  .xxl\:height-2_9em {
    height: 2.9em;
  }
  .xxl\:height-2_9rem {
    height: 2.9rem;
  }
  .xxl\:height-3em {
    height: 3em;
  }
  .xxl\:height-3rem {
    height: 3rem;
  }
  .xxl\:height-3_1em {
    height: 3.1em;
  }
  .xxl\:height-3_1rem {
    height: 3.1rem;
  }
  .xxl\:height-3_2em {
    height: 3.2em;
  }
  .xxl\:height-3_2rem {
    height: 3.2rem;
  }
  .xxl\:height-3_3em {
    height: 3.3em;
  }
  .xxl\:height-3_3rem {
    height: 3.3rem;
  }
  .xxl\:height-3_4em {
    height: 3.4em;
  }
  .xxl\:height-3_4rem {
    height: 3.4rem;
  }
  .xxl\:height-3_5em {
    height: 3.5em;
  }
  .xxl\:height-3_5rem {
    height: 3.5rem;
  }
  .xxl\:height-3_6em {
    height: 3.6em;
  }
  .xxl\:height-3_6rem {
    height: 3.6rem;
  }
  .xxl\:height-3_7em {
    height: 3.7em;
  }
  .xxl\:height-3_7rem {
    height: 3.7rem;
  }
  .xxl\:height-3_8em {
    height: 3.8em;
  }
  .xxl\:height-3_8rem {
    height: 3.8rem;
  }
  .xxl\:height-3_9em {
    height: 3.9em;
  }
  .xxl\:height-3_9rem {
    height: 3.9rem;
  }
  .xxl\:height-4em {
    height: 4em;
  }
  .xxl\:height-4rem {
    height: 4rem;
  }
  .xxl\:height-4_1em {
    height: 4.1em;
  }
  .xxl\:height-4_1rem {
    height: 4.1rem;
  }
  .xxl\:height-4_2em {
    height: 4.2em;
  }
  .xxl\:height-4_2rem {
    height: 4.2rem;
  }
  .xxl\:height-4_3em {
    height: 4.3em;
  }
  .xxl\:height-4_3rem {
    height: 4.3rem;
  }
  .xxl\:height-4_4em {
    height: 4.4em;
  }
  .xxl\:height-4_4rem {
    height: 4.4rem;
  }
  .xxl\:height-4_5em {
    height: 4.5em;
  }
  .xxl\:height-4_5rem {
    height: 4.5rem;
  }
  .xxl\:height-4_6em {
    height: 4.6em;
  }
  .xxl\:height-4_6rem {
    height: 4.6rem;
  }
  .xxl\:height-4_7em {
    height: 4.7em;
  }
  .xxl\:height-4_7rem {
    height: 4.7rem;
  }
  .xxl\:height-4_8em {
    height: 4.8em;
  }
  .xxl\:height-4_8rem {
    height: 4.8rem;
  }
  .xxl\:height-4_9em {
    height: 4.9em;
  }
  .xxl\:height-4_9rem {
    height: 4.9rem;
  }
  .xxl\:height-5em {
    height: 5em;
  }
  .xxl\:height-5rem {
    height: 5rem;
  }
  .xxl\:height-5_1em {
    height: 5.1em;
  }
  .xxl\:height-5_1rem {
    height: 5.1rem;
  }
  .xxl\:height-5_2em {
    height: 5.2em;
  }
  .xxl\:height-5_2rem {
    height: 5.2rem;
  }
  .xxl\:height-5_3em {
    height: 5.3em;
  }
  .xxl\:height-5_3rem {
    height: 5.3rem;
  }
  .xxl\:height-5_4em {
    height: 5.4em;
  }
  .xxl\:height-5_4rem {
    height: 5.4rem;
  }
  .xxl\:height-5_5em {
    height: 5.5em;
  }
  .xxl\:height-5_5rem {
    height: 5.5rem;
  }
  .xxl\:height-5_6em {
    height: 5.6em;
  }
  .xxl\:height-5_6rem {
    height: 5.6rem;
  }
  .xxl\:height-5_7em {
    height: 5.7em;
  }
  .xxl\:height-5_7rem {
    height: 5.7rem;
  }
  .xxl\:height-5_8em {
    height: 5.8em;
  }
  .xxl\:height-5_8rem {
    height: 5.8rem;
  }
  .xxl\:height-5_9em {
    height: 5.9em;
  }
  .xxl\:height-5_9rem {
    height: 5.9rem;
  }
  .xxl\:height-6em {
    height: 6em;
  }
  .xxl\:height-6rem {
    height: 6rem;
  }
  .xxl\:height-6_1em {
    height: 6.1em;
  }
  .xxl\:height-6_1rem {
    height: 6.1rem;
  }
  .xxl\:height-6_2em {
    height: 6.2em;
  }
  .xxl\:height-6_2rem {
    height: 6.2rem;
  }
  .xxl\:height-6_3em {
    height: 6.3em;
  }
  .xxl\:height-6_3rem {
    height: 6.3rem;
  }
  .xxl\:height-6_4em {
    height: 6.4em;
  }
  .xxl\:height-6_4rem {
    height: 6.4rem;
  }
  .xxl\:height-6_5em {
    height: 6.5em;
  }
  .xxl\:height-6_5rem {
    height: 6.5rem;
  }
  .xxl\:height-6_6em {
    height: 6.6em;
  }
  .xxl\:height-6_6rem {
    height: 6.6rem;
  }
  .xxl\:height-6_7em {
    height: 6.7em;
  }
  .xxl\:height-6_7rem {
    height: 6.7rem;
  }
  .xxl\:height-6_8em {
    height: 6.8em;
  }
  .xxl\:height-6_8rem {
    height: 6.8rem;
  }
  .xxl\:height-6_9em {
    height: 6.9em;
  }
  .xxl\:height-6_9rem {
    height: 6.9rem;
  }
  .xxl\:height-7em {
    height: 7em;
  }
  .xxl\:height-7rem {
    height: 7rem;
  }
  .xxl\:height-7_1em {
    height: 7.1em;
  }
  .xxl\:height-7_1rem {
    height: 7.1rem;
  }
  .xxl\:height-7_2em {
    height: 7.2em;
  }
  .xxl\:height-7_2rem {
    height: 7.2rem;
  }
  .xxl\:height-7_3em {
    height: 7.3em;
  }
  .xxl\:height-7_3rem {
    height: 7.3rem;
  }
  .xxl\:height-7_4em {
    height: 7.4em;
  }
  .xxl\:height-7_4rem {
    height: 7.4rem;
  }
  .xxl\:height-7_5em {
    height: 7.5em;
  }
  .xxl\:height-7_5rem {
    height: 7.5rem;
  }
  .xxl\:height-7_6em {
    height: 7.6em;
  }
  .xxl\:height-7_6rem {
    height: 7.6rem;
  }
  .xxl\:height-7_7em {
    height: 7.7em;
  }
  .xxl\:height-7_7rem {
    height: 7.7rem;
  }
  .xxl\:height-7_8em {
    height: 7.8em;
  }
  .xxl\:height-7_8rem {
    height: 7.8rem;
  }
  .xxl\:height-7_9em {
    height: 7.9em;
  }
  .xxl\:height-7_9rem {
    height: 7.9rem;
  }
  .xxl\:height-8em {
    height: 8em;
  }
  .xxl\:height-8rem {
    height: 8rem;
  }
  .xxl\:height-8_1em {
    height: 8.1em;
  }
  .xxl\:height-8_1rem {
    height: 8.1rem;
  }
  .xxl\:height-8_2em {
    height: 8.2em;
  }
  .xxl\:height-8_2rem {
    height: 8.2rem;
  }
  .xxl\:height-8_3em {
    height: 8.3em;
  }
  .xxl\:height-8_3rem {
    height: 8.3rem;
  }
  .xxl\:height-8_4em {
    height: 8.4em;
  }
  .xxl\:height-8_4rem {
    height: 8.4rem;
  }
  .xxl\:height-8_5em {
    height: 8.5em;
  }
  .xxl\:height-8_5rem {
    height: 8.5rem;
  }
  .xxl\:height-8_6em {
    height: 8.6em;
  }
  .xxl\:height-8_6rem {
    height: 8.6rem;
  }
  .xxl\:height-8_7em {
    height: 8.7em;
  }
  .xxl\:height-8_7rem {
    height: 8.7rem;
  }
  .xxl\:height-8_8em {
    height: 8.8em;
  }
  .xxl\:height-8_8rem {
    height: 8.8rem;
  }
  .xxl\:height-8_9em {
    height: 8.9em;
  }
  .xxl\:height-8_9rem {
    height: 8.9rem;
  }
  .xxl\:height-9em {
    height: 9em;
  }
  .xxl\:height-9rem {
    height: 9rem;
  }
  .xxl\:height-9_1em {
    height: 9.1em;
  }
  .xxl\:height-9_1rem {
    height: 9.1rem;
  }
  .xxl\:height-9_2em {
    height: 9.2em;
  }
  .xxl\:height-9_2rem {
    height: 9.2rem;
  }
  .xxl\:height-9_3em {
    height: 9.3em;
  }
  .xxl\:height-9_3rem {
    height: 9.3rem;
  }
  .xxl\:height-9_4em {
    height: 9.4em;
  }
  .xxl\:height-9_4rem {
    height: 9.4rem;
  }
  .xxl\:height-9_5em {
    height: 9.5em;
  }
  .xxl\:height-9_5rem {
    height: 9.5rem;
  }
  .xxl\:height-9_6em {
    height: 9.6em;
  }
  .xxl\:height-9_6rem {
    height: 9.6rem;
  }
  .xxl\:height-9_7em {
    height: 9.7em;
  }
  .xxl\:height-9_7rem {
    height: 9.7rem;
  }
  .xxl\:height-9_8em {
    height: 9.8em;
  }
  .xxl\:height-9_8rem {
    height: 9.8rem;
  }
  .xxl\:height-9_9em {
    height: 9.9em;
  }
  .xxl\:height-9_9rem {
    height: 9.9rem;
  }
  .xxl\:height-10em {
    height: 10em;
  }
  .xxl\:height-10rem {
    height: 10rem;
  }
  .xxl\:height-10_1em {
    height: 10.1em;
  }
  .xxl\:height-10_1rem {
    height: 10.1rem;
  }
  .xxl\:height-10_2em {
    height: 10.2em;
  }
  .xxl\:height-10_2rem {
    height: 10.2rem;
  }
  .xxl\:height-10_3em {
    height: 10.3em;
  }
  .xxl\:height-10_3rem {
    height: 10.3rem;
  }
  .xxl\:height-10_4em {
    height: 10.4em;
  }
  .xxl\:height-10_4rem {
    height: 10.4rem;
  }
  .xxl\:height-10_5em {
    height: 10.5em;
  }
  .xxl\:height-10_5rem {
    height: 10.5rem;
  }
  .xxl\:height-10_6em {
    height: 10.6em;
  }
  .xxl\:height-10_6rem {
    height: 10.6rem;
  }
  .xxl\:height-10_7em {
    height: 10.7em;
  }
  .xxl\:height-10_7rem {
    height: 10.7rem;
  }
  .xxl\:height-10_8em {
    height: 10.8em;
  }
  .xxl\:height-10_8rem {
    height: 10.8rem;
  }
  .xxl\:height-10_9em {
    height: 10.9em;
  }
  .xxl\:height-10_9rem {
    height: 10.9rem;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fbf9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #002458;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Containers
--------------------------------------------- */
/*!
Theme Name: Molly Maid
Theme URI: http://mollymaid.co.uk/
Author: Monument Digital
Author URI: https://monumentdigital.co.uk
Description: Theme for Molly Maid, a cleaning service company.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: molly-maid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Molly Maid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.entry-content > * {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1rem;
}
@media (min-width: 375px) {
  .entry-content > * {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .entry-content > * {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .entry-content > * {
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > * {
    padding-inline: 2rem;
  }
}
@media (min-width: 1560px) {
  .entry-content > * {
    padding-inline: 2rem;
  }
}

.entry-content > .alignwide {
  max-width: 100%;
  padding-inline: 1rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .entry-content > .alignwide {
    max-width: 767px;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .entry-content > .alignwide {
    max-width: 991px;
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .entry-content > .alignwide {
    max-width: 1200px;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > .alignwide {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}
@media (min-width: 1560px) {
  .entry-content > .alignwide {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}

.entry-content > .alignfull {
  max-width: 100%;
  padding-inline: 0;
}

.container,
.block-editor-inner-blocks {
  max-width: 100%;
  padding-inline: 1rem;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .container,
  .block-editor-inner-blocks {
    max-width: 767px;
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .container,
  .block-editor-inner-blocks {
    max-width: 991px;
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .container,
  .block-editor-inner-blocks {
    max-width: 1200px;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .container,
  .block-editor-inner-blocks {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}
@media (min-width: 1560px) {
  .container,
  .block-editor-inner-blocks {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}

.md\:container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .md\:container {
    max-width: 991px;
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .md\:container {
    max-width: 1200px;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .md\:container {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}
@media (min-width: 1560px) {
  .md\:container {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}

.lg\:container {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .lg\:container {
    max-width: 1200px;
    padding-inline: 2rem;
  }
}
@media (min-width: 1200px) {
  .lg\:container {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}
@media (min-width: 1560px) {
  .lg\:container {
    max-width: clamp(1200px, 80%, 1600px);
    padding-inline: 2rem;
  }
}

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