/*!
Theme Name: Light Media
Theme URI: https://www.lightmedia.com.au/
Author: Light Media
Author URI: https://www.lightmedia.com.au/
Description: Description
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: lightmedia

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

--------------------------------------------------------------*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
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;
}

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

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

/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

.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;
  margin-bottom: 1.5em;
}

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-dark {
  color: #4B4B50;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.w-100, .section-contact .frm_forms .frm_button_submit {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

@media (max-width: 1199px) {
  .mto-xl-auto {
    margin-top: auto !important;
  }
  .mto-xl-0 {
    margin-top: 0 !important;
  }
  .mto-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mto-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mto-xl-3 {
    margin-top: 1rem !important;
  }
  .mto-xl-4 {
    margin-top: 2rem !important;
  }
  .mbo-xl-auto {
    margin-bottom: auto !important;
  }
  .mbo-xl-0 {
    margin-bottom: 0 !important;
  }
  .mbo-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mro-xl-auto {
    margin-right: auto !important;
  }
  .mro-xl-0 {
    margin-right: 0 !important;
  }
  .mro-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mro-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mro-xl-3 {
    margin-right: 1rem !important;
  }
  .mro-xl-4 {
    margin-right: 2rem !important;
  }
  .mro-xl-5 {
    margin-right: 3rem !important;
  }
  .mlo-xl-auto {
    margin-left: auto !important;
  }
  .mlo-xl-0 {
    margin-left: 0 !important;
  }
  .mlo-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-xl-3 {
    margin-left: 1rem !important;
  }
  .mlo-xl-4 {
    margin-left: 2rem !important;
  }
  .pto-xl-auto {
    padding-top: auto !important;
  }
  .pto-xl-0 {
    padding-top: 0 !important;
  }
  .pto-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pto-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pto-xl-3 {
    padding-top: 1rem !important;
  }
  .pto-xl-4 {
    padding-top: 2rem !important;
  }
  .pbo-xl-auto {
    padding-bottom: auto !important;
  }
  .pbo-xl-0 {
    padding-bottom: 0 !important;
  }
  .pbo-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pro-xl-auto {
    padding-right: auto !important;
  }
  .pro-xl-0 {
    padding-right: 0 !important;
  }
  .pro-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pro-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pro-xl-3 {
    padding-right: 1rem !important;
  }
  .pro-xl-4 {
    padding-right: 2rem !important;
  }
  .plo-xl-auto {
    padding-left: auto !important;
  }
  .plo-xl-0 {
    padding-left: 0 !important;
  }
  .plo-xl-1 {
    padding-left: 0.25rem !important;
  }
  .plo-xl-2 {
    padding-left: 0.5rem !important;
  }
  .plo-xl-3 {
    padding-left: 1rem !important;
  }
  .plo-xl-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 991px) {
  .mto-lg-auto {
    margin-top: auto !important;
  }
  .mto-lg-0 {
    margin-top: 0 !important;
  }
  .mto-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mto-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mto-lg-3 {
    margin-top: 1rem !important;
  }
  .mto-lg-4 {
    margin-top: 2rem !important;
  }
  .mto-lg-5 {
    margin-top: 3rem !important;
  }
  .mbo-lg-auto {
    margin-bottom: auto !important;
  }
  .mbo-lg-0 {
    margin-bottom: 0 !important;
  }
  .mbo-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mro-lg-auto {
    margin-right: auto !important;
  }
  .mro-lg-0 {
    margin-right: 0 !important;
  }
  .mro-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mro-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mro-lg-3 {
    margin-right: 1rem !important;
  }
  .mro-lg-4 {
    margin-right: 2rem !important;
  }
  .mlo-lg-auto {
    margin-left: auto !important;
  }
  .mlo-lg-0 {
    margin-left: 0 !important;
  }
  .mlo-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-lg-3 {
    margin-left: 1rem !important;
  }
  .mlo-lg-4 {
    margin-left: 2rem !important;
  }
  .pto-lg-auto {
    padding-top: auto !important;
  }
  .pto-lg-0 {
    padding-top: 0 !important;
  }
  .pto-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pto-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pto-lg-3 {
    padding-top: 1rem !important;
  }
  .pto-lg-4 {
    padding-top: 2rem !important;
  }
  .pbo-lg-auto {
    padding-bottom: auto !important;
  }
  .pbo-lg-0 {
    padding-bottom: 0 !important;
  }
  .pbo-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pro-lg-auto {
    padding-right: auto !important;
  }
  .pro-lg-0 {
    padding-right: 0 !important;
  }
  .pro-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pro-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pro-lg-3 {
    padding-right: 1rem !important;
  }
  .pro-lg-4 {
    padding-right: 2rem !important;
  }
  .plo-lg-auto {
    padding-left: auto !important;
  }
  .plo-lg-0 {
    padding-left: 0 !important;
  }
  .plo-lg-1 {
    padding-left: 0.25rem !important;
  }
  .plo-lg-2 {
    padding-left: 0.5rem !important;
  }
  .plo-lg-3 {
    padding-left: 1rem !important;
  }
  .plo-lg-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .mto-md-0 {
    margin-top: 0 !important;
  }
  .mto-md-1 {
    margin-top: 0.25rem !important;
  }
  .mto-md-2 {
    margin-top: 0.5rem !important;
  }
  .mto-md-3 {
    margin-top: 1rem !important;
  }
  .mto-md-4 {
    margin-top: 2rem !important;
  }
  .mto-md-5 {
    margin-top: 3rem !important;
  }
  .mbo-md-0 {
    margin-bottom: 0 !important;
  }
  .mbo-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-md-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-md-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-md-5 {
    margin-bottom: 3rem !important;
  }
  .mro-md-auto {
    margin-right: auto !important;
  }
  .mro-md-0 {
    margin-right: 0 !important;
  }
  .mro-md-1 {
    margin-right: 0.25rem !important;
  }
  .mro-md-2 {
    margin-right: 0.5rem !important;
  }
  .mro-md-3 {
    margin-right: 1rem !important;
  }
  .mro-md-4 {
    margin-right: 2rem !important;
  }
  .mro-md-5 {
    margin-right: 3rem !important;
  }
  .mlo-md-auto {
    margin-left: auto !important;
  }
  .mlo-md-0 {
    margin-left: 0 !important;
  }
  .mlo-md-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-md-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-md-3 {
    margin-left: 1rem !important;
  }
  .mlo-md-4 {
    margin-left: 2rem !important;
  }
  .mlo-md-5 {
    margin-left: 3rem !important;
  }
  .pto-md-0 {
    padding-top: 0 !important;
  }
  .pto-md-1 {
    padding-top: 0.25rem !important;
  }
  .pto-md-2 {
    padding-top: 0.5rem !important;
  }
  .pto-md-3 {
    padding-top: 1rem !important;
  }
  .pto-md-4 {
    padding-top: 2rem !important;
  }
  .pbo-md-0 {
    padding-bottom: 0 !important;
  }
  .pbo-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-md-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-md-4 {
    padding-bottom: 2rem !important;
  }
  .pro-md-0 {
    padding-right: 0 !important;
  }
  .pro-md-1 {
    padding-right: 0.25rem !important;
  }
  .pro-md-2 {
    padding-right: 0.5rem !important;
  }
  .pro-md-3 {
    padding-right: 1rem !important;
  }
  .pro-md-4 {
    padding-right: 2rem !important;
  }
  .plo-md-0 {
    padding-left: 0 !important;
  }
  .plo-md-1 {
    padding-left: 0.25rem !important;
  }
  .plo-md-2 {
    padding-left: 0.5rem !important;
  }
  .plo-md-3 {
    padding-left: 1rem !important;
  }
  .plo-md-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 575px) {
  .mto-sm-auto {
    margin-top: auto !important;
  }
  .mto-sm-0 {
    margin-top: 0 !important;
  }
  .mto-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mto-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mto-sm-3 {
    margin-top: 1rem !important;
  }
  .mto-sm-4 {
    margin-top: 2rem !important;
  }
  .mto-sm-5 {
    margin-top: 3rem !important;
  }
  .mbo-sm-auto {
    margin-bottom: auto !important;
  }
  .mbo-sm-0 {
    margin-bottom: 0 !important;
  }
  .mbo-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mro-sm-auto {
    margin-right: auto !important;
  }
  .mro-sm-0 {
    margin-right: 0 !important;
  }
  .mro-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mro-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mro-sm-3 {
    margin-right: 1rem !important;
  }
  .mro-sm-4 {
    margin-right: 2rem !important;
  }
  .mlo-sm-0 {
    margin-left: 0 !important;
  }
  .mlo-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-sm-3 {
    margin-left: 1rem !important;
  }
  .mlo-sm-4 {
    margin-left: 2rem !important;
  }
  .pto-sm-0 {
    padding-top: 0 !important;
  }
  .pto-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pto-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pto-sm-3 {
    padding-top: 1rem !important;
  }
  .pto-sm-4 {
    padding-top: 2rem !important;
  }
  .pbo-sm-0 {
    padding-bottom: 0 !important;
  }
  .pbo-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pro-sm-0 {
    padding-right: 0 !important;
  }
  .pro-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pro-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pro-sm-3 {
    padding-right: 1rem !important;
  }
  .pro-sm-4 {
    padding-right: 2rem !important;
  }
  .plo-sm-0 {
    padding-left: 0 !important;
  }
  .plo-sm-1 {
    padding-left: 0.25rem !important;
  }
  .plo-sm-2 {
    padding-left: 0.5rem !important;
  }
  .plo-sm-3 {
    padding-left: 1rem !important;
  }
  .plo-sm-4 {
    padding-left: 2rem !important;
  }
}
.z-index-9 {
  z-index: 9 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .mt-3 {
    margin-top: 0.5rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .d-none-m-md {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! 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;
}

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

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

/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  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;
}

.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;
  margin-bottom: 1.5em;
}

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-dark {
  color: #4B4B50;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.w-100, .section-contact .frm_forms .frm_button_submit {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

@media (max-width: 1199px) {
  .mto-xl-auto {
    margin-top: auto !important;
  }
  .mto-xl-0 {
    margin-top: 0 !important;
  }
  .mto-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mto-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mto-xl-3 {
    margin-top: 1rem !important;
  }
  .mto-xl-4 {
    margin-top: 2rem !important;
  }
  .mbo-xl-auto {
    margin-bottom: auto !important;
  }
  .mbo-xl-0 {
    margin-bottom: 0 !important;
  }
  .mbo-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mro-xl-auto {
    margin-right: auto !important;
  }
  .mro-xl-0 {
    margin-right: 0 !important;
  }
  .mro-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mro-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mro-xl-3 {
    margin-right: 1rem !important;
  }
  .mro-xl-4 {
    margin-right: 2rem !important;
  }
  .mro-xl-5 {
    margin-right: 3rem !important;
  }
  .mlo-xl-auto {
    margin-left: auto !important;
  }
  .mlo-xl-0 {
    margin-left: 0 !important;
  }
  .mlo-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-xl-3 {
    margin-left: 1rem !important;
  }
  .mlo-xl-4 {
    margin-left: 2rem !important;
  }
  .pto-xl-auto {
    padding-top: auto !important;
  }
  .pto-xl-0 {
    padding-top: 0 !important;
  }
  .pto-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pto-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pto-xl-3 {
    padding-top: 1rem !important;
  }
  .pto-xl-4 {
    padding-top: 2rem !important;
  }
  .pbo-xl-auto {
    padding-bottom: auto !important;
  }
  .pbo-xl-0 {
    padding-bottom: 0 !important;
  }
  .pbo-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pro-xl-auto {
    padding-right: auto !important;
  }
  .pro-xl-0 {
    padding-right: 0 !important;
  }
  .pro-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pro-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pro-xl-3 {
    padding-right: 1rem !important;
  }
  .pro-xl-4 {
    padding-right: 2rem !important;
  }
  .plo-xl-auto {
    padding-left: auto !important;
  }
  .plo-xl-0 {
    padding-left: 0 !important;
  }
  .plo-xl-1 {
    padding-left: 0.25rem !important;
  }
  .plo-xl-2 {
    padding-left: 0.5rem !important;
  }
  .plo-xl-3 {
    padding-left: 1rem !important;
  }
  .plo-xl-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 991px) {
  .mto-lg-auto {
    margin-top: auto !important;
  }
  .mto-lg-0 {
    margin-top: 0 !important;
  }
  .mto-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mto-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mto-lg-3 {
    margin-top: 1rem !important;
  }
  .mto-lg-4 {
    margin-top: 2rem !important;
  }
  .mto-lg-5 {
    margin-top: 3rem !important;
  }
  .mbo-lg-auto {
    margin-bottom: auto !important;
  }
  .mbo-lg-0 {
    margin-bottom: 0 !important;
  }
  .mbo-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mro-lg-auto {
    margin-right: auto !important;
  }
  .mro-lg-0 {
    margin-right: 0 !important;
  }
  .mro-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mro-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mro-lg-3 {
    margin-right: 1rem !important;
  }
  .mro-lg-4 {
    margin-right: 2rem !important;
  }
  .mlo-lg-auto {
    margin-left: auto !important;
  }
  .mlo-lg-0 {
    margin-left: 0 !important;
  }
  .mlo-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-lg-3 {
    margin-left: 1rem !important;
  }
  .mlo-lg-4 {
    margin-left: 2rem !important;
  }
  .pto-lg-auto {
    padding-top: auto !important;
  }
  .pto-lg-0 {
    padding-top: 0 !important;
  }
  .pto-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pto-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pto-lg-3 {
    padding-top: 1rem !important;
  }
  .pto-lg-4 {
    padding-top: 2rem !important;
  }
  .pbo-lg-auto {
    padding-bottom: auto !important;
  }
  .pbo-lg-0 {
    padding-bottom: 0 !important;
  }
  .pbo-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pro-lg-auto {
    padding-right: auto !important;
  }
  .pro-lg-0 {
    padding-right: 0 !important;
  }
  .pro-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pro-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pro-lg-3 {
    padding-right: 1rem !important;
  }
  .pro-lg-4 {
    padding-right: 2rem !important;
  }
  .plo-lg-auto {
    padding-left: auto !important;
  }
  .plo-lg-0 {
    padding-left: 0 !important;
  }
  .plo-lg-1 {
    padding-left: 0.25rem !important;
  }
  .plo-lg-2 {
    padding-left: 0.5rem !important;
  }
  .plo-lg-3 {
    padding-left: 1rem !important;
  }
  .plo-lg-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .mto-md-0 {
    margin-top: 0 !important;
  }
  .mto-md-1 {
    margin-top: 0.25rem !important;
  }
  .mto-md-2 {
    margin-top: 0.5rem !important;
  }
  .mto-md-3 {
    margin-top: 1rem !important;
  }
  .mto-md-4 {
    margin-top: 2rem !important;
  }
  .mto-md-5 {
    margin-top: 3rem !important;
  }
  .mbo-md-0 {
    margin-bottom: 0 !important;
  }
  .mbo-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-md-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-md-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-md-5 {
    margin-bottom: 3rem !important;
  }
  .mro-md-auto {
    margin-right: auto !important;
  }
  .mro-md-0 {
    margin-right: 0 !important;
  }
  .mro-md-1 {
    margin-right: 0.25rem !important;
  }
  .mro-md-2 {
    margin-right: 0.5rem !important;
  }
  .mro-md-3 {
    margin-right: 1rem !important;
  }
  .mro-md-4 {
    margin-right: 2rem !important;
  }
  .mro-md-5 {
    margin-right: 3rem !important;
  }
  .mlo-md-auto {
    margin-left: auto !important;
  }
  .mlo-md-0 {
    margin-left: 0 !important;
  }
  .mlo-md-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-md-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-md-3 {
    margin-left: 1rem !important;
  }
  .mlo-md-4 {
    margin-left: 2rem !important;
  }
  .mlo-md-5 {
    margin-left: 3rem !important;
  }
  .pto-md-0 {
    padding-top: 0 !important;
  }
  .pto-md-1 {
    padding-top: 0.25rem !important;
  }
  .pto-md-2 {
    padding-top: 0.5rem !important;
  }
  .pto-md-3 {
    padding-top: 1rem !important;
  }
  .pto-md-4 {
    padding-top: 2rem !important;
  }
  .pbo-md-0 {
    padding-bottom: 0 !important;
  }
  .pbo-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-md-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-md-4 {
    padding-bottom: 2rem !important;
  }
  .pro-md-0 {
    padding-right: 0 !important;
  }
  .pro-md-1 {
    padding-right: 0.25rem !important;
  }
  .pro-md-2 {
    padding-right: 0.5rem !important;
  }
  .pro-md-3 {
    padding-right: 1rem !important;
  }
  .pro-md-4 {
    padding-right: 2rem !important;
  }
  .plo-md-0 {
    padding-left: 0 !important;
  }
  .plo-md-1 {
    padding-left: 0.25rem !important;
  }
  .plo-md-2 {
    padding-left: 0.5rem !important;
  }
  .plo-md-3 {
    padding-left: 1rem !important;
  }
  .plo-md-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 575px) {
  .mto-sm-auto {
    margin-top: auto !important;
  }
  .mto-sm-0 {
    margin-top: 0 !important;
  }
  .mto-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mto-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mto-sm-3 {
    margin-top: 1rem !important;
  }
  .mto-sm-4 {
    margin-top: 2rem !important;
  }
  .mto-sm-5 {
    margin-top: 3rem !important;
  }
  .mbo-sm-auto {
    margin-bottom: auto !important;
  }
  .mbo-sm-0 {
    margin-bottom: 0 !important;
  }
  .mbo-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mro-sm-auto {
    margin-right: auto !important;
  }
  .mro-sm-0 {
    margin-right: 0 !important;
  }
  .mro-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mro-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mro-sm-3 {
    margin-right: 1rem !important;
  }
  .mro-sm-4 {
    margin-right: 2rem !important;
  }
  .mlo-sm-0 {
    margin-left: 0 !important;
  }
  .mlo-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-sm-3 {
    margin-left: 1rem !important;
  }
  .mlo-sm-4 {
    margin-left: 2rem !important;
  }
  .pto-sm-0 {
    padding-top: 0 !important;
  }
  .pto-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pto-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pto-sm-3 {
    padding-top: 1rem !important;
  }
  .pto-sm-4 {
    padding-top: 2rem !important;
  }
  .pbo-sm-0 {
    padding-bottom: 0 !important;
  }
  .pbo-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pro-sm-0 {
    padding-right: 0 !important;
  }
  .pro-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pro-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pro-sm-3 {
    padding-right: 1rem !important;
  }
  .pro-sm-4 {
    padding-right: 2rem !important;
  }
  .plo-sm-0 {
    padding-left: 0 !important;
  }
  .plo-sm-1 {
    padding-left: 0.25rem !important;
  }
  .plo-sm-2 {
    padding-left: 0.5rem !important;
  }
  .plo-sm-3 {
    padding-left: 1rem !important;
  }
  .plo-sm-4 {
    padding-left: 2rem !important;
  }
}
.z-index-9 {
  z-index: 9 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .mt-3 {
    margin-top: 0.5rem !important;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mt-5 {
    margin-top: 1.5rem !important;
  }
  .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  .d-none-m-md {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  clear: both;
  margin: 0 0 0.3rem;
  line-height: 1.1;
  font-family: "gelica", "futura-pt", serif;
  font-weight: 400;
  color: #DC7A91;
}

.h1, h1 {
  font-size: 75px;
  text-transform: none;
}
@media (max-width: 767px) {
  .h1, h1 {
    font-size: 55px;
  }
}

.h2, h2 {
  font-size: 45px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .h2, h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .h2, h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 30px;
  }
}

.h3, h3 {
  font-size: 35px;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .h3, h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .h3, h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-size: 30px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .h4, h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .h4, h4 {
    font-size: 25px;
  }
}

.h5, h5 {
  font-size: 25px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .h5, h5 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.h6, h6 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .h6, h6 {
    font-size: 20px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
}

small {
  font-size: 90%;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

sub {
  bottom: 0;
  font-size: 53%;
  opacity: 0.6;
}

.lead {
  font-size: 1.3rem;
  font-family: "Outfit", "futura-pt", serif;
  color: #4B4B50;
  line-height: 1.8rem;
}

.text-white {
  color: #fff;
}

ul {
  margin-left: 0;
  padding-left: 1.3rem;
}

@media (max-width: 1024px) {
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.text-secondary {
  font-family: "Outfit", "futura-pt", serif;
}

.section {
  padding: 80px 0;
}

.section-default {
  padding: 80px 0 160px;
}
.section-default .content ol, .section-default .content ul {
  margin-left: 0;
}
.section-default .content ol {
  padding-left: 20px;
}
.section-default .content ul {
  list-style-type: none;
  padding: 0;
}
.section-default .content ul li {
  position: relative;
  padding-left: 30px;
}
.section-default .content ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #FEBB8E;
  position: absolute;
  left: 0;
  top: 6px;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?4mtym8");
  src: url("assets/fonts/icomoon.eot?4mtym8#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?4mtym8") format("truetype"), url("assets/fonts/icomoon.woff?4mtym8") format("woff"), url("assets/fonts/icomoon.svg?4mtym8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e900";
}

/* Elements
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #4B4B50;
  font-family: "futura-pt", serif;
  font-size: 20px;
  line-height: 1.7;
  display: block;
}
@media (max-width: 600px) {
  body {
    font-size: 1.3rem;
  }
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.site {
  overflow: hidden;
}

.text-dark {
  color: #4B4B50;
}

.text-red {
  color: #DC7A91;
}

.text-redorange {
  color: #FE978E;
}

.text-orange {
  color: #FEBB8E;
}

.text-blue {
  color: #393E75;
}

.text-brown {
  color: #81577E;
}

p {
  line-height: 1.3;
}

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
hr {
  background-color: #ccc;
  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;
}

.media-icon-wrap {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  display: flex;
  box-sizing: border-box;
  text-align: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.media-icon-wrap:hover:after, .media-icon-wrap:active:after, .media-icon-wrap:focus:after, .media-icon-wrap:active:focus:after {
  box-shadow: 0px 0px 0px 30px #000;
}
.media-icon-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 100%;
  top: 0;
  box-shadow: 0px 0px 0px 20px #000;
  transition: all ease 0.2s;
  opacity: 0.3;
}
.media-icon-wrap .icon-play {
  background: transparent;
  box-sizing: border-box;
  width: 25px;
  height: 36px;
  border-color: transparent transparent transparent #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 18px 0 18px 25px;
  z-index: 2;
  position: relative;
  margin: auto;
  right: -4px;
}

.video_lightgallery > a {
  display: block;
  background-color: transparent;
  width: 100px;
  height: 100px;
}
.video_lightgallery .card-img-top {
  object-fit: cover;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}

table {
  border-collapse: collapse;
  font-family: "Outfit", "futura-pt", serif;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E0E0E0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

.table td, .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #E0E0E0;
}
.table td.actions, .table th.actions {
  text-align: right;
}

th {
  text-align: inherit;
}

.table-responsive .th-mobile {
  display: none;
}
@media (max-width: 991px) {
  .table-responsive.table-box .table td, .table-responsive.table-box .table th {
    border-top: none;
  }
  .table-responsive .td-spacer {
    display: none;
  }
  .table-responsive .th-mobile {
    display: inline-block;
  }
  .table-responsive td {
    display: block;
  }
  .table-responsive td div {
    text-align: center;
  }
  .table-responsive td .ml-auto, .table-responsive td .mr-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .table-responsive .text-right {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .table-responsive .table {
    width: 650px;
    max-width: none;
  }
  .table-responsive .table-documents {
    width: 100%;
  }
  .table-responsive .table-documents div {
    text-align: center;
  }
  .table-responsive .table-documents div .badge {
    margin: 0 auto;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #FEBB8E;
}
a:hover, a:focus, a:active {
  color: #FEBB8E;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button.btn, .section-contact .frm_forms button.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable button.dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer button.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style button.frm-edit-page-btn {
  line-height: inherit;
}

.btn, .comment-form input[type=submit], .section-contact .frm_forms .frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 55rem;
  border: 0;
  font-family: "Outfit", "futura-pt", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border-color: transparent;
  background: transparent;
  color: #4B4B50;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn svg, .comment-form input[type=submit] svg, .section-contact .frm_forms .frm_button_submit svg, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message svg, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit] svg, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button] svg, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button svg, .site-footer .frm_form_submit_style svg, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn svg, .btn img, .comment-form input[type=submit] img, .section-contact .frm_forms .frm_button_submit img, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message img, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit] img, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button] img, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button img, .site-footer .frm_form_submit_style img, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn img {
  margin-right: 5px;
}
.btn:active, .comment-form input[type=submit]:active, .section-contact .frm_forms .frm_button_submit:active, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit]:active, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button:active, .site-footer .frm_form_submit_style:active, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:active, .btn:focus, .comment-form input[type=submit]:focus, .section-contact .frm_forms .frm_button_submit:focus, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit]:focus, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .site-footer .frm_form_submit_style:focus, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus {
  border-color: #aaa #bbb #bbb;
}
.btn:hover, .comment-form input[type=submit]:hover, .section-contact .frm_forms .frm_button_submit:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .site-footer .frm_form_submit_style:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  color: #4B4B50;
}
.btn-link {
  border-radius: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: #FEBB8E;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid;
}
.btn-primary, .section-contact .frm_forms .frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background-color: #FEBB8E;
  border-color: #FEBB8E !important;
}
.btn-primary:hover, .section-contact .frm_forms .frm_button_submit:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .site-footer .frm_form_submit_style:hover, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  box-shadow: 0 0 0 2px #FEBB8E;
}
.btn-flex {
  display: flex;
  width: fit-content;
}
.btn-flex svg, .btn-flex img {
  margin-right: 5px;
  margin-top: auto;
  margin-bottom: auto;
}
.btn-dark, .comment-form input[type=submit] {
  background-color: #000000;
  color: #fff !important;
}
.btn-dark:hover, .comment-form input[type=submit]:hover {
  background-color: #FEBB8E;
  border-color: #FEBB8E !important;
}
.btn-white {
  background-color: #ffffff;
  color: #4B4B50;
}
.btn-white:hover {
  background-color: #FEBB8E;
  border-color: #FEBB8E !important;
  color: #4B4B50;
  box-shadow: 0 0 0 2px #FEBB8E;
}
.btn-white:hover svg path {
  fill: #fff;
}
.btn.btn-xs, .comment-form input.btn-xs[type=submit], .section-contact .frm_forms .btn-xs.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-xs.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-xs[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-xs[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-xs, .site-footer .btn-xs.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-xs.frm-edit-page-btn {
  font-size: 14px;
  padding: 3px 15px;
}
.btn.btn-sm, .comment-form input.btn-sm[type=submit], .section-contact .frm_forms .btn-sm.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-sm.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-sm[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-sm[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-sm, .site-footer .btn-sm.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-sm.frm-edit-page-btn {
  font-size: 16px;
  padding: 8px 25px;
}
.btn.btn-lg, .comment-form input.btn-lg[type=submit], .section-contact .frm_forms .btn-lg.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-lg.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-lg[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-lg[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-lg, .site-footer .btn-lg.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-lg.frm-edit-page-btn {
  padding: 15px 50px;
  font-size: 20px;
}
.btn.bordered, .comment-form input.bordered[type=submit], .section-contact .frm_forms .bordered.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .bordered.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.bordered[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.bordered[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.bordered, .site-footer .bordered.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .bordered.frm-edit-page-btn {
  border: 1px solid #E0E0E0;
}
.btn.btn-block, .comment-form input.btn-block[type=submit], .section-contact .frm_forms .btn-block.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-block.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-block[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-block[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-block, .site-footer .btn-block.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-block.frm-edit-page-btn {
  width: 100%;
  display: block;
}
.btn.btn-wide, .comment-form input.btn-wide[type=submit], .section-contact .frm_forms .btn-wide.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-wide.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-wide[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-wide[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-wide, .site-footer .btn-wide.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-wide.frm-edit-page-btn {
  min-width: 185px;
}
.btn.btn-transparent, .comment-form input.btn-transparent[type=submit], .section-contact .frm_forms .btn-transparent.frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-transparent.dz-message, .site-footer .frm_style_formidable-style.with_frm_style input.btn-transparent[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input.btn-transparent[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button.btn-transparent, .site-footer .btn-transparent.frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .btn-transparent.frm-edit-page-btn {
  color: #DC7A91;
}

.btn-actions {
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
@media (min-width: 680px) {
  .btn-actions .btn, .btn-actions .comment-form input[type=submit], .comment-form .btn-actions input[type=submit], .btn-actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .btn-actions .frm_button_submit, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-actions .dz-message, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .btn-actions input[type=submit], .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .btn-actions input[type=button], .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .btn-actions button, .btn-actions .site-footer .frm_form_submit_style, .site-footer .btn-actions .frm_form_submit_style, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .btn-actions .frm-edit-page-btn {
    width: 100%;
  }
}
.btn-actions .btn, .btn-actions .comment-form input[type=submit], .comment-form .btn-actions input[type=submit], .btn-actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .btn-actions .frm_button_submit, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .btn-actions .dz-message, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .btn-actions input[type=submit], .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .btn-actions input[type=button], .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .btn-actions button, .btn-actions .site-footer .frm_form_submit_style, .site-footer .btn-actions .frm_form_submit_style, .btn-actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .btn-actions .frm-edit-page-btn {
  width: fit-content;
}
.btn-actions .form-group, .btn-actions .comment-form p, .comment-form .btn-actions p {
  display: flex;
}
.btn-actions .form-group [type=checkbox] + label, .btn-actions .comment-form p [type=checkbox] + label, .comment-form .btn-actions p [type=checkbox] + label, .btn-actions .form-group [type=radio] + label, .btn-actions .comment-form p [type=radio] + label, .comment-form .btn-actions p [type=radio] + label {
  margin-left: 8px;
}

.btn-whatsapp {
  background-color: #4AA33E;
  color: #fff;
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 25px;
  width: fit-content;
}
.btn-whatsapp:hover {
  box-shadow: 0 0 0 2px #4AA33E;
  color: #fff;
}
.btn-whatsapp svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}
.btn-whatsapp span span {
  font-size: 25px;
  font-weight: 700;
  display: block;
  width: 100%;
}
.btn-whatsapp span i {
  font-style: normal;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-top: -11px;
}

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 {
  width: 100%;
  color: #666;
}
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: #111;
  border-color: #FEBB8E;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: #FEBB8E;
}

.form-control, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea, .section-contact .frm_forms .form-field input, .input-text {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  color: #4B4B50;
  box-shadow: none;
  font-size: 20px;
  padding: 12px 10px 12px 10px;
  font-family: "Outfit", "futura-pt", serif;
  max-width: 100%;
}
.form-control.line, .comment-form input.line[type=text],
.comment-form input.line[type=email],
.comment-form input.line[type=url],
.comment-form textarea.line, .section-contact .frm_forms .form-field input.line, .input-text.line {
  border: 0;
  border-bottom: 2px solid #E0E0E0;
  padding: 8px 0px 8px 0px;
  border-radius: 0 0 0 0;
}
.form-control:placeholder-shown, .comment-form input[type=text]:placeholder-shown,
.comment-form input[type=email]:placeholder-shown,
.comment-form input[type=url]:placeholder-shown,
.comment-form textarea:placeholder-shown, .section-contact .frm_forms .form-field input:placeholder-shown, .input-text:placeholder-shown {
  border-color: #FEBB8E;
}
.form-control:hover, .comment-form input[type=text]:hover,
.comment-form input[type=email]:hover,
.comment-form input[type=url]:hover,
.comment-form textarea:hover, .section-contact .frm_forms .form-field input:hover, .input-text:hover {
  border-color: #FE978E;
}

textarea.input-text {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  font-family: "Outfit", "futura-pt", serif;
}

textarea {
  width: 100%;
}

label {
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  font-family: "Outfit", "futura-pt", serif;
}
label.sub {
  font-size: 16px;
}
@media (max-width: 1199px) {
  label {
    font-size: 13px;
  }
}

.form-group, .comment-form p {
  margin-bottom: 1rem;
}
.form-group label, .comment-form p label {
  font-weight: 600;
}
.form-group.focused label, .comment-form p.focused label {
  color: #FEBB8E;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #E0E0E0;
}
.checkbox:hover + label:before {
  background: #f35429;
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkbox:checked + label:before {
  background: #FEBB8E;
}
.checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #E0E0E0;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.progress-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: step;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.progress-bar::before,
.progress {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: calc(100% - 30px);
  background-color: #dcdcdc;
  z-index: -1;
}

.progress {
  background-color: var(#FEBB8E);
  width: 0;
  transition: 0.5s;
}

.progress-step {
  width: 35px;
  height: 35px;
  background-color: #E0E0E0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-step::before {
  counter-increment: step;
  content: counter(step);
}

.progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 0.2rem);
  font-size: 0.85rem;
  color: black !important;
}

.progress-step.active {
  background-color: #FEBB8E;
  color: white;
}

@keyframes animate {
  from {
    transform: scale(1, 0);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-check-label {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.banner-top-overlay {
  position: absolute;
  top: -5px;
  left: -5px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.offcanvas-menu > label {
  top: 40px;
  right: 20px;
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.offcanvas-menu label {
  display: none;
}
@media (max-width: 920px) {
  .offcanvas-menu label {
    display: block;
  }
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  transition: background 0.3s, transform 0.3s;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background: #fff;
}
.offcanvas-menu label span::before {
  transform: translateY(-12px);
}
.offcanvas-menu label span::after {
  transform: translateY(12px);
}
.offcanvas-menu .nav-wrap {
  position: fixed;
  height: 100%;
  width: 350px;
  right: -350px;
  overflow: hidden;
  background: #393E75;
  transition: 0.3s ease;
  padding: 40px 30px;
  z-index: 99999;
}
.offcanvas-menu .nav-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-menu .nav-wrap > div label {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu .nav-wrap > div label span,
.offcanvas-menu .nav-wrap > div label span:before,
.offcanvas-menu .nav-wrap > div label span:after {
  background: #fff;
}
.offcanvas-menu .nav-wrap .navbar-nav {
  margin-top: 5px;
  counter-reset: nav-link-count;
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.offcanvas-menu .nav-wrap .navbar-nav li {
  cursor: pointer;
  padding: 10px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
}
.offcanvas-menu .nav-wrap .navbar-nav li a {
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #DC7A91;
  display: block;
  text-decoration: none;
}
@media (max-width: 560px) {
  .offcanvas-menu .nav-wrap .navbar-nav li a {
    font-size: 1.6rem;
  }
}
.offcanvas-menu .nav-wrap .navbar-nav li:hover {
  animation: hover 0.5s;
}
.offcanvas-menu .nav-wrap .navbar-nav #menu-item-699 {
  display: none;
}
.offcanvas-menu .main-navigation {
  display: block;
  height: 100%;
}
.offcanvas-menu .main-navigation .menu-main-container {
  max-height: 71%;
  overflow-y: auto;
}
.offcanvas-menu .navbar-nav .dropdown-menu {
  padding-left: 15px;
  margin-left: 0;
  list-style: none;
}
.offcanvas-menu .navbar-nav .dropdown-menu li a {
  font-size: 1.8rem;
  line-height: 1.1;
}
@media (max-width: 560px) {
  .offcanvas-menu .navbar-nav .dropdown-menu li a {
    font-size: 1.45rem;
  }
}
.offcanvas-menu input[type=checkbox] {
  display: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap {
  right: 0;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap label span {
  background: transparent;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap label span:before,
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type=checkbox]:checked ~ .nav-wrap ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.offcanvas-menu .btn-wrap {
  display: block !important;
  margin-top: 2em;
}
.offcanvas-menu .btn-wrap .btn, .offcanvas-menu .btn-wrap .comment-form input[type=submit], .comment-form .offcanvas-menu .btn-wrap input[type=submit], .offcanvas-menu .btn-wrap .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .offcanvas-menu .btn-wrap .frm_button_submit, .offcanvas-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .offcanvas-menu .btn-wrap .dz-message, .offcanvas-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .offcanvas-menu .btn-wrap input[type=submit], .offcanvas-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .offcanvas-menu .btn-wrap input[type=button], .offcanvas-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .offcanvas-menu .btn-wrap button, .offcanvas-menu .btn-wrap .site-footer .frm_form_submit_style, .site-footer .offcanvas-menu .btn-wrap .frm_form_submit_style, .offcanvas-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .offcanvas-menu .btn-wrap .frm-edit-page-btn {
  display: block;
  margin: 5px 0;
}

.navbrand {
  padding: 15px;
  position: relative;
  z-index: 99999;
}
@media (max-width: 920px) {
  .navbrand {
    padding: 5px;
  }
}

.header-top {
  background-color: transparent;
  padding: 10px 15px 20px;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s;
  position: fixed;
  height: fit-content;
}
.header-top.is-hidden {
  opacity: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.7483368347) 0%, rgba(1, 0, 24, 0.5326505602) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translate(0, -120px);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s, opacity 0 0.3s;
  overflow: hidden;
}
.header-top.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s;
}
.header-top.header-alt.is-visible {
  height: fit-content;
}
@media (max-width: 920px) {
  .header-top.header-alt.is-visible {
    background-color: transparent;
  }
}
.header-top.header-alt.is-visible .custom-logo-link {
  display: block;
  max-width: 60px;
}
.header-top .btn-language {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 100%;
  text-align: center;
}
.header-top .btn-language {
  background-color: transparent;
}
.header-top .btn-user {
  display: flex;
  text-align: center;
  text-decoration: none;
}
.header-top .btn-user span {
  font-size: 17px;
  color: #fff;
  margin: auto 10px;
}
.header-top .btn-user .icon-wrap {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 0px;
  border-radius: 100%;
  background-color: #fff;
}
.header-top .btn-user.loggedin .icon-wrap {
  background-color: #393E75;
}
.header-top .btn-user.loggedin .icon-wrap svg path {
  fill: #fff;
}
.header-top .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: start;
  justify-content: space-between;
}
.header-top .navbar-collapse {
  display: flex;
  margin-top: 2em;
}
.header-top .main-navigation {
  margin-top: auto;
  margin-bottom: auto;
}
.header-top .main-navigation .navbar-nav {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  margin-bottom: 0;
}
.header-top .main-navigation .navbar-nav .menu-item {
  margin: 0 5px;
}
.header-top .main-navigation .navbar-nav .menu-item a {
  padding: 0;
  font-size: 17px;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 30px 10px 0;
}
.header-top .main-navigation .navbar-nav .menu-item a:hover {
  color: #FEBB8E;
}
.header-top .main-navigation .navbar-nav .menu-item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.header-top .main-navigation .navbar-nav .menu-item .menu-icon {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #FDF6E7;
  padding: 9px;
  text-align: center;
  display: inline-block;
}
.header-top .main-navigation .navbar-nav .menu-item .dropdown-toggle:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 15.5px 15px 15.5px;
  border-color: transparent transparent #DC7A91 transparent;
  transform: rotate(0deg);
  bottom: -38px;
  left: 14px;
  margin: auto;
  z-index: -6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: block;
  transition: all 0.3s;
  margin-top: 30px;
  width: 100%;
  padding: 40px 30px 20px;
  border: 0;
  border-radius: 0;
  left: 0;
  background-color: #DC7A91;
  margin-left: 0;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .menu-item {
  overflow: hidden;
  display: block;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .menu-footer {
  text-align: right;
  margin-top: 15px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .menu-footer h3 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Outfit", "futura-pt", serif;
  font-weight: 500;
  text-transform: uppercase;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .menu-footer h3 a {
  display: inline-block;
  color: #4B4B50;
  font-weight: 600;
  vertical-align: middle;
  padding: 10px 30px;
  margin-top: -6px;
  margin-left: 10px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item {
  flex: 0 0 auto;
  width: 25%;
  padding: 5px;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item {
    width: 25%;
  }
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item a {
  display: block;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item a h3 {
  color: #393E75;
  font-size: 18px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item a p {
  color: #4B4B50;
  font-size: 15px;
  margin-bottom: 0;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item a:hover, .header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .inner-menu-listing .menu-item a.active {
  background-color: #FCDB9E;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-menu .current-menu-item .dropdown-item {
  color: #FEBB8E !important;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-item {
  position: relative;
  z-index: 1;
  padding: 6px 32px;
  color: #ffffff;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-item:hover {
  color: #FEBB8E;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-item:active, .header-top .main-navigation .navbar-nav .menu-item.dropdown .dropdown-item:focus {
  color: #ffffff;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown:hover .dropdown-toggle:after {
  opacity: 1;
  visibility: visible;
  bottom: -33px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown:hover .dropdown-menu {
  margin-top: 20px;
  display: block;
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown1 .dropdown-menu .menu-footer {
  margin-top: 0;
  margin-bottom: 15px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown2 .dropdown-toggle:after {
  border-color: transparent transparent #81577E transparent;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown2 .menu-icon {
  background-color: #FEBB8E;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown2 .dropdown-menu {
  background-color: #81577E;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown2 .dropdown-menu .inner-menu-listing .menu-item {
  width: 25%;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-toggle:after {
  border-color: transparent transparent #393E75 transparent;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .menu-icon {
  background-color: #393E75;
  padding: 4px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu {
  background-color: #393E75;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .dropdown-title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  font-family: "Outfit", "futura-pt", serif;
  text-transform: uppercase;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item {
  width: 20%;
}
@media (max-width: 1199px) {
  .header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item {
    width: 33.333333%;
  }
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .dropdown-item {
  background-color: #ffffff;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .dropdown-item:hover {
  background-color: #FCDB9E;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title {
  overflow: hidden;
  display: flex;
  align-items: center !important;
  margin-bottom: 10px;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title h6 {
  font-size: 20px;
  color: #4B4B50;
  font-family: "gelica", "futura-pt", serif;
  margin-bottom: 0;
  display: flex;
  align-items: center !important;
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title h6 svg {
  margin-right: 5px;
}
@media (max-width: 1299px) {
  .header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title h6 {
    font-size: 18px;
  }
}
.header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title h3 {
  font-size: 25px;
  color: #DC7A91;
  font-family: "futura-pt", serif;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1299px) {
  .header-top .main-navigation .navbar-nav .menu-item.dropdown3 .dropdown-menu .inner-menu-listing .menu-item .menu-item-title h3 {
    font-size: 22px;
  }
}
.header-top .main-navigation .navbar-nav .menu-item.active .nav-link {
  color: #FEBB8E;
}
.header-top .main-navigation .navbar-nav .menu-item.active .nav-link:before {
  opacity: 1;
  visibility: visible;
}
.header-top .main-navigation .navbar-nav .menu-item.active > .dropdown-item {
  color: #FEBB8E;
}

.custom-logo-link {
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-width: 105px;
}
.custom-logo-link svg,
.custom-logo-link img {
  width: 100%;
  height: auto;
  width: 155px;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 920px) {
  .custom-logo-link {
    max-width: 70px;
  }
  .custom-logo-link svg,
  .custom-logo-link img {
    width: 70px;
  }
}

.header-top {
  border-bottom: transparent;
  transition: all ease-in-out 0.2s;
  padding: 15px 15px 10px;
}
.header-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.7483368347) 0%, rgba(1, 0, 24, 0.5326505602) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0.7;
  transition: 0.2s all linear;
}
.header-top .container-fluid {
  position: relative;
  z-index: 2;
}
@media (max-width: 920px) {
  .header-top .navbar-collapse {
    display: none;
  }
}
.header-top:hover, .header-top:active, .header-top:focus, .header-top:active:focus {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
}
.header-top .navbar-nav {
  margin-left: auto;
}
.header-top .home .header-top:not(.header-alt) {
  background-color: transparent;
}
.header-top .home .header-top:not(.header-alt) .navbar-nav li .nav-link,
.header-top .home .header-top:not(.header-alt) .icon-search {
  color: #fff;
}
.header-top .btn-tel {
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  letter-spacing: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.header-top.header-alt {
  height: fit-content;
}
.header-top.header-alt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.7483368347) 0%, rgba(1, 0, 24, 0.5326505602) 50%, rgba(0, 0, 0, 0) 100%);
}
.header-top.header-alt .custom-logo-link {
  display: block;
  max-width: 60px;
}
.header-top.header-alt .custom-logo-link svg, .header-top.header-alt .custom-logo-link img {
  width: 100px;
}
@media (max-width: 920px) {
  .header-top.header-alt .custom-logo-link {
    max-width: 70px;
  }
  .header-top.header-alt .custom-logo-link svg,
  .header-top.header-alt .custom-logo-link img {
    width: 70px;
  }
}
.header-top .dropdown-menu .btn-wrap {
  vertical-align: middle;
  text-align: center;
  margin: 15px 0;
}
.header-top .dropdown-menu .btn-wrap .btn, .header-top .dropdown-menu .btn-wrap .comment-form input[type=submit], .comment-form .header-top .dropdown-menu .btn-wrap input[type=submit], .header-top .dropdown-menu .btn-wrap .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .header-top .dropdown-menu .btn-wrap .frm_button_submit, .header-top .dropdown-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .header-top .dropdown-menu .btn-wrap .dz-message, .header-top .dropdown-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .header-top .dropdown-menu .btn-wrap input[type=submit], .header-top .dropdown-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .header-top .dropdown-menu .btn-wrap input[type=button], .header-top .dropdown-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .header-top .dropdown-menu .btn-wrap button, .header-top .dropdown-menu .btn-wrap .site-footer .frm_form_submit_style, .site-footer .header-top .dropdown-menu .btn-wrap .frm_form_submit_style, .header-top .dropdown-menu .btn-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .header-top .dropdown-menu .btn-wrap .frm-edit-page-btn {
  display: inline-block !important;
  padding: 10px 30px !important;
  color: #fff !important;
  min-width: 200px;
}
.header-top .dropdown-menu .btn-wrap .btn-secondary {
  background-color: #DC7A91 !important;
}
.header-top .dropdown-menu .btn-wrap .btn-secondary:hover {
  box-shadow: 0 0 0 2px #DC7A91;
}

body.account_page .header-top {
  height: fit-content;
}
body.account_page .header-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.7483368347) 0%, rgba(1, 0, 24, 0.5326505602) 50%, rgba(0, 0, 0, 0) 100%);
}
body.account_page .header-top .custom-logo-link {
  display: block;
  max-width: 60px;
}
body.account_page .header-top .custom-logo-link svg, body.account_page .header-top .custom-logo-link img {
  width: 100px;
}
@media (max-width: 920px) {
  body.account_page .header-top .custom-logo-link {
    max-width: 70px;
  }
  body.account_page .header-top .custom-logo-link svg,
  body.account_page .header-top .custom-logo-link img {
    width: 70px;
  }
}
#hamburger-menu {
  top: 11px;
  right: 15px;
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  display: block;
}
#hamburger-menu span {
  position: absolute;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1), width 0.5s cubic-bezier(0.3, 1.4, 0.7, 1);
}
#hamburger-menu span:first-of-type {
  top: 0;
}
#hamburger-menu span:last-of-type {
  bottom: 0;
}
#hamburger-menu div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
#hamburger-menu:hover span:first-of-type {
  width: 26px;
}
#hamburger-menu:hover span:last-of-type {
  width: 12px;
}
#hamburger-menu.active span {
  background-color: #ffffff;
}
#hamburger-menu.active span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}
#hamburger-menu.active span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 4px;
}
#hamburger-menu.active:hover span:first-of-type, #hamburger-menu.active:hover span:last-of-type {
  width: 24px;
}

body.page-template-front-page .site-footer {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-top: 90px;
}

body.home .site-footer {
  padding-top: 90px;
}

.site-footer {
  padding: 40px 0 20px;
  background-color: #393E75;
  color: #fff;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  margin-top: -70px;
  position: relative;
  z-index: 1;
  z-index: 10;
}
@media (max-width: 1300px) {
  .site-footer {
    padding: 20px 45px 10px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
    padding: 40px 0px 5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .site-footer .col-registrations {
    padding-bottom: 10px;
  }
}
.site-footer .col-registrations {
  position: relative;
  padding-bottom: 6em;
  height: 100%;
}
.site-footer .col-registrations .btn, .site-footer .col-registrations .comment-form input[type=submit], .comment-form .site-footer .col-registrations input[type=submit], .site-footer .col-registrations .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .site-footer .col-registrations .frm_button_submit, .site-footer .col-registrations .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .col-registrations .dz-message, .site-footer .col-registrations .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .col-registrations input[type=submit], .site-footer .col-registrations .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .col-registrations input[type=button], .site-footer .col-registrations .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .col-registrations button, .site-footer .col-registrations .frm_form_submit_style, .site-footer .col-registrations .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .col-registrations .frm-edit-page-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3em;
  margin: 0 !important;
}
.site-footer .col-registrations .navbar-nav {
  margin-bottom: 0;
}
.site-footer .container {
  position: relative;
  z-index: 5;
}
.site-footer .navbrand {
  margin-right: 30px;
}
.site-footer .navbrand .custom-logo-link {
  width: 80px;
}
.site-footer .navbrand .custom-logo-link svg {
  width: 80px;
  height: 80px;
}
.site-footer .navbar-nav {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer .navbar-nav a {
  text-decoration: none;
}
.site-footer a {
  color: #FEBB8E;
}
.site-footer .btn, .site-footer .comment-form input[type=submit], .comment-form .site-footer input[type=submit], .site-footer .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .site-footer .frm_button_submit, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_form_submit_style, .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  color: #4B4B50;
}
.site-footer .list-socials {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
  margin-top: 10px;
}
.site-footer .list-socials li {
  display: inline-block;
  margin-right: 5px;
}
.site-footer .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: auto;
}
.site-footer .title {
  color: #ffffff;
}
.footer-bottom {
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding-top: 10px;
    margin-top: 10px;
  }
}

p.chat-tooltip {
  padding: 15px;
  text-align: center;
  position: fixed;
  right: 1%;
  bottom: 10%;
  width: 147px;
}
@media (max-height: 900px) {
  p.chat-tooltip {
    bottom: 11%;
  }
}
@media (max-height: 800px) {
  p.chat-tooltip {
    bottom: 12%;
  }
}
@media (max-height: 700px) {
  p.chat-tooltip {
    bottom: 15%;
  }
}
@media (max-height: 600px) {
  p.chat-tooltip {
    bottom: 16%;
  }
}
@media (max-height: 500px) {
  p.chat-tooltip {
    bottom: 20%;
  }
}

/* Posts and pages
--------------------------------------------- */
.banner-slider {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  padding: 40px 100px;
  overflow: hidden;
  background-color: #393E75;
}
.banner-slider .banner-slides {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.banner-slider .banner-slides.slick-initialized {
  display: block;
}
.banner-slider .banner-slides .slick-slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100vw;
}
.banner-slider .slick-list, .banner-slider .slick-track, .banner-slider .slide {
  height: 100%;
}
.banner-slider h1 {
  display: inline-block;
}
@media (max-width: 991px) {
  .banner-slider h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-slider h1 {
    font-size: 50px;
  }
}
.banner-slider .banner-form-wrap {
  padding: 320px 0 130px;
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: auto;
  display: block;
}
.banner-slider .banner-form-wrap .description p {
  font-size: 30px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .banner-slider .banner-form-wrap .description p {
    font-size: 25px;
  }
}
@media (max-width: 920px) {
  .banner-slider .banner-form-wrap {
    padding: 120px 0 120px;
  }
}
@media (max-width: 767px) {
  .banner-slider .banner-form-wrap {
    padding: 117px 0 114px;
  }
}
.banner-slider .banner-form {
  padding: 30px 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  width: fit-content;
}
@media (max-width: 1024px) {
  .banner-slider .banner-form .row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .banner-slider {
    padding: 30px;
  }
}

.section-cta {
  position: relative;
  margin-bottom: 20px;
}
.section-cta:after {
  content: "";
  width: 120%;
  height: 79%;
  z-index: 1;
  display: block;
  position: absolute;
  background: #393E75;
  top: 30%;
  left: -10%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.section-cta .cta-wrap {
  position: relative;
  z-index: 11;
  border-radius: 50px;
  position: relative;
  border: 2px solid #393E75;
  padding: 60px;
  padding-right: 400px;
  background-color: #FDF6E7;
}
@media (max-width: 767px) {
  .section-cta .cta-wrap {
    padding-right: 200px;
  }
}
@media (max-width: 667px) {
  .section-cta .cta-wrap {
    padding-right: 60px;
  }
}
.section-cta .content {
  position: relative;
  z-index: 3;
}
.section-cta .img-wrap {
  position: absolute;
  z-index: 2;
  bottom: -5px;
  right: 0;
}
.section-cta .img-wrap img {
  width: 360px;
  display: block;
}
@media (max-width: 1185px) {
  .section-cta .img-wrap img {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .section-cta .img-wrap img {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .section-cta .img-wrap img {
    width: 260px;
  }
}
@media (max-width: 667px) {
  .section-cta .img-wrap img {
    display: none;
  }
}
.section-cta .radial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.section-cta .radial:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #DC7A91;
  bottom: -250px;
  right: -10%;
}
@media (max-width: 767px) {
  .section-cta .radial:after {
    width: 400px;
    height: 400px;
    bottom: -283px;
    right: -31%;
  }
}

.text-lined {
  position: relative;
  white-space: nowrap;
}
.text-lined span {
  position: relative;
  z-index: 2;
}
.text-lined:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 35px;
  display: block;
  background-image: url(assets/images/brush.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section-steps {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  padding: 80px 0;
}
.section-red {
  background-color: #DC7A91;
  position: relative;
  padding: 90px 0;
  color: #ffffff;
}
.section-red h2 {
  color: #ffffff;
}
.section-red.mountain:after {
  content: "";
  width: 360px;
  height: 180px;
  position: absolute;
  top: -120px;
  left: 10%;
  background-image: url(assets/images/home/mountain.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-red.mountain:after {
    content: "";
    width: 190px;
    height: 150px;
    position: absolute;
    top: -85px;
  }
}

@media (max-width: 767px) {
  .section-red.section-testimonials .floating-elem {
    display: none;
  }
}
.section-red.section-testimonials h2 {
  color: #ffffff;
  text-align: center;
}
.section-red.section-testimonials .testimonial-slides {
  display: none;
  padding: 60px 0;
}
.section-red.section-testimonials .testimonial-slides.slick-initialized {
  display: block;
}
.section-red.section-testimonials .testimonial-slides .slick-dots li button {
  background-color: #000;
}
.section-red.section-testimonials .testimonial-slides .slick-dots li.slick-active button {
  background-color: #fff;
}

.testimonial-slides {
  display: none;
  padding: 60px 0;
}
.testimonial-slides.slick-initialized {
  display: block;
}
.testimonial-slides .slick-dots li {
  opacity: 0.2;
  text-align: center;
  transition: 0.1s linear ease;
}
.testimonial-slides .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  transition: 0.1s linear ease;
  margin: auto;
}
.testimonial-slides .slick-dots li button:before {
  content: "";
  display: none;
}
.testimonial-slides .slick-dots li.slick-active {
  opacity: 1;
  width: 30px;
}
.testimonial-slides .slick-dots li.slick-active button {
  width: 30px;
  background-color: #DC7A91;
  border-radius: 20px;
}
.testimonial-slides .testimonial {
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial-slides .testimonial .testimonial-wrap {
  background-color: #fff;
  color: #4B4B50;
  padding: 30px 30px 10px;
  border-radius: 30px;
}
.testimonial-slides .testimonial .testimonial-wrap .content p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.testimonial-slides .testimonial .testimonial-wrap .author {
  display: flex;
}
.testimonial-slides .testimonial .testimonial-wrap .author .name {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  font-size: 17px;
}
.testimonial-slides .testimonial .testimonial-wrap .author img {
  margin-left: auto;
  margin-right: -20px;
}

.section-alt {
  padding: 80px 0;
}
.section-alt .col-content h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-alt .col-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-alt .col-img {
    margin-bottom: 30px;
  }
}
.section-alt .content-wrap {
  margin-top: 40px;
}
.section-alt .list-icon {
  position: relative;
  z-index: 3;
}
.section-alt .list-icon .item {
  padding: 10px 0;
  color: #4B4B50;
  position: relative;
  padding-left: 100px;
  text-align: left;
}
@media (max-width: 767px) {
  .section-alt .list-icon .item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.section-alt .list-icon .item h3, .section-alt .list-icon .item h4 {
  color: #4B4B50;
}
.section-alt .list-icon .item p {
  margin-bottom: 0;
}
.section-alt .list-icon .icon-wrap {
  background-color: #FDF6E7;
  border-radius: 100%;
  display: flex;
  width: 78px;
  height: 78px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.section-alt .list-icon .icon-wrap img, .section-alt .list-icon .icon-wrap svg {
  width: 28px;
  height: auto;
  margin: auto;
}

.section-grid-radial h3 {
  color: #81577E;
}
.section-grid-radial .section-title {
  max-width: 680px;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
}
.section-grid-radial .img-wrap {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
.section-grid-radial .img-wrap img {
  width: 185px;
  height: 185px;
  display: inline-block;
  object-fit: cover;
  border-radius: 100%;
}
.section-grid-radial .img-wrap span {
  border-radius: 100%;
  display: inline-block;
  width: 55px;
  height: 55px;
  font-family: "gelica", "futura-pt", serif;
  font-size: 30px;
  background-color: #DC7A91;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.section-grid-radial .item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .section-grid-radial .item {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-why-choose-us-home .col-img {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .section-why-choose-us-home .col-img {
    padding-right: 15px;
  }
}
.section-why-choose-us-home .img-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.section-why-choose-us-home .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-why-choose-us-home .content-wrap {
  padding: 40px 0;
}

.banner-subpage {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.banner-subpage > .container {
  position: relative;
}
.banner-subpage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
.banner-subpage .banner-form-wrap, .banner-subpage .banner-content-wrap {
  padding: 230px 0 180px;
  position: relative;
  z-index: 2;
  margin: auto;
  min-height: 27em;
}
@media (max-width: 767px) {
  .banner-subpage .banner-form-wrap, .banner-subpage .banner-content-wrap {
    min-height: 22em;
  }
}
.banner-subpage .banner-form-wrap {
  padding: 0 0 180px;
  margin: 230px auto 0;
  min-height: 23em;
}
.banner-subpage .sub-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.banner-subpage .banner-content {
  width: fit-content;
  margin: auto;
  color: #fff;
}
.banner-subpage .banner-form {
  padding: 30px 40px 20px;
  border-radius: 20px;
  background-color: #fff;
  width: fit-content;
  margin: auto;
  text-align: left;
}

.section-nannies {
  padding: 100px 0;
}
.section-nannies .nanny-item {
  position: relative;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section-nannies .nanny-item {
    display: block;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.section-nannies .nanny-item.saved .content-wrap h4 {
  padding-right: 20px;
}
.section-nannies .nanny-item .img-wrap {
  flex: 0 0 auto;
}
.section-nannies .nanny-item .img-wrap img {
  display: block;
  width: 195px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section-nannies .nanny-item .img-wrap img {
    margin: auto;
    width: 100%;
  }
}
.section-nannies .nanny-item p {
  margin-bottom: 10px;
}
.section-nannies .nanny-item .rate {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-nannies .nanny-item .content {
  padding: 10px 20px;
}
.section-nannies .nanny-item .actions {
  margin-top: 20px;
}
.section-nannies .nanny-item .actions .btn, .section-nannies .nanny-item .actions .comment-form input[type=submit], .comment-form .section-nannies .nanny-item .actions input[type=submit], .section-nannies .nanny-item .actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .section-nannies .nanny-item .actions .frm_button_submit, .section-nannies .nanny-item .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-nannies .nanny-item .actions .dz-message, .section-nannies .nanny-item .actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .section-nannies .nanny-item .actions input[type=submit], .section-nannies .nanny-item .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-nannies .nanny-item .actions input[type=button], .section-nannies .nanny-item .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-nannies .nanny-item .actions button, .section-nannies .nanny-item .actions .site-footer .frm_form_submit_style, .site-footer .section-nannies .nanny-item .actions .frm_form_submit_style, .section-nannies .nanny-item .actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .section-nannies .nanny-item .actions .frm-edit-page-btn {
  min-width: 120px;
}
.section-nannies .nanny-item .saved {
  position: absolute;
  right: 20px;
  top: 20px;
}

.infinite-scroll-component {
  overflow: hidden !important;
}

.section-faq .tabs {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .section-faq .tabs {
    margin-top: 0px;
  }
}
.section-faq .tabs-nav {
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-decoration: none;
  padding-left: 0;
  list-style-type: none;
}
.section-faq .tabs-nav li {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.section-faq .tabs-nav li a {
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-faq .tabs-nav li:first-child a {
  border-right: 0;
}
.section-faq .tab-active a {
  cursor: default;
  border-bottom: 2px solid #fff;
}
.section-faq .tabs-stage {
  border-top: 0;
  padding: 24px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .section-faq .tabs-stage {
    padding: 24px 0;
  }
}
.section-faq .group-actions .btn, .section-faq .group-actions .comment-form input[type=submit], .comment-form .section-faq .group-actions input[type=submit], .section-faq .group-actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .section-faq .group-actions .frm_button_submit, .section-faq .group-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-faq .group-actions .dz-message, .section-faq .group-actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .section-faq .group-actions input[type=submit], .section-faq .group-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-faq .group-actions input[type=button], .section-faq .group-actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-faq .group-actions button, .section-faq .group-actions .site-footer .frm_form_submit_style, .site-footer .section-faq .group-actions .frm_form_submit_style, .section-faq .group-actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .section-faq .group-actions .frm-edit-page-btn {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.section-last {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-last {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .section-last {
    padding-bottom: 40px;
  }
}

body:not(.home) .section-last {
  padding-bottom: 145px;
}
@media (max-width: 767px) {
  body:not(.home) .section-last {
    padding-bottom: 125px;
  }
}
@media (max-width: 480px) {
  body:not(.home) .section-last {
    padding-bottom: 125px;
  }
}

.rating {
  display: flex;
  white-space: nowrap;
}

.bio-img-wrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.bio-img-wrap img {
  display: block;
  width: 100%;
}
.bio-img-wrap .bio-status {
  position: absolute;
  bottom: 12px;
  left: 20px;
}

.bio-status {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 1px 0px #fff;
}
.bio-status:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #20DA5E;
  margin-right: 7px;
}
.bio-status.pending:before {
  content: "";
  background-color: #FEBB8E;
}
.bio-status.unavailable:before {
  content: "";
  background-color: #FE978E;
}

.bio-content .rate {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.bio-content video {
  border: 1px solid #E0E0E0;
}
.bio-content .copy {
  margin-top: 20px;
  margin-bottom: 30px;
}
.bio-content .stats {
  margin-bottom: 30px;
}
.bio-content .stats .item {
  display: flex;
  font-size: 20px;
  padding: 10px 0;
  border-top: 1px solid #E0E0E0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .bio-content .stats .item {
    display: block;
  }
}
.bio-content .stats .value {
  margin-left: auto;
  font-weight: 400;
}
.bio-content table th {
  font-weight: 600;
}
@media (max-width: 767px) {
  .bio-content {
    border-top: 1px solid #E0E0E0;
    margin-top: 40px;
    padding-top: 40px;
  }
  .bio-content .rating {
    display: none;
  }
}

.item-no-border {
  border-top: none !important;
  padding-top: 0 !important;
}

.khatra-placeholder .testimonial-slides .testimonial .testimonial-wrap .author img {
  margin-right: 0;
}

@media (max-width: 767px) {
  .section-bio .p-5 {
    padding: 2rem !important;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.account_page, body.simple_page {
  background: #FDF6E7;
}
body.account_page .header-top, body.simple_page .header-top {
  position: relative;
  background-color: #FDF6E7;
}
body.account_page .header-top:after, body.simple_page .header-top:after {
  display: none !important;
}
body.account_page .header-top .container, body.account_page .header-top .container-fluid, body.simple_page .header-top .container, body.simple_page .header-top .container-fluid {
  position: relative;
  z-index: 2;
}
body.account_page .header-top .main-navigation #primary-menu > li.menu-item > a, body.simple_page .header-top .main-navigation #primary-menu > li.menu-item > a {
  color: #4B4B50;
}
body.account_page .header-top .btn-user span, body.simple_page .header-top .btn-user span {
  color: #4B4B50;
}
body.account_page .header-top .btn-language svg path, body.simple_page .header-top .btn-language svg path {
  fill: #4B4B50;
}

body.simple_page .header-top {
  background-color: #FDF6E7;
}
body.simple_page .header-top:after {
  background-color: transparent;
}

.secion-page-header h1 {
  margin-bottom: 0;
}
.secion-page-header .actions {
  margin-left: auto;
}
.secion-page-header .page-header-warp {
  display: flex;
  padding: 40px 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.secion-page-header .page-header-warp span {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.account_page .offcanvas-menu label span, .account_page .offcanvas-menu label span::before, .account_page .offcanvas-menu label span::after {
  background-color: #dc7a91;
}
.account_page .page-header-warp .btn-primary, .account_page .page-header-warp .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .frm_button_submit, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .dz-message, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp input[type=submit], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp input[type=button], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp button, .account_page .page-header-warp .site-footer .frm_form_submit_style, .site-footer .account_page .page-header-warp .frm_form_submit_style, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .frm-edit-page-btn {
  color: #ffffff;
}
.account_page .page-header-warp .actions .btn, .account_page .page-header-warp .actions .comment-form input[type=submit], .comment-form .account_page .page-header-warp .actions input[type=submit], .account_page .page-header-warp .actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .actions .frm_button_submit, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .actions .dz-message, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions input[type=submit], .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions input[type=button], .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions button, .account_page .page-header-warp .actions .site-footer .frm_form_submit_style, .site-footer .account_page .page-header-warp .actions .frm_form_submit_style, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions .frm-edit-page-btn {
  color: #4B4B50;
}
.account_page .page-header-warp .actions .btn-danger {
  color: #ffffff;
}
@media (max-width: 991px) {
  .account_page .page-header-warp {
    display: block;
    padding: 30px 0 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .account_page .page-header-warp .flex.items-center {
    display: block !important;
  }
  .account_page .page-header-warp .flex.items-center span {
    margin-top: 20px;
    display: block;
    padding: 3px 20px;
    background-color: #e4f2d4;
    border-radius: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .account_page .page-header-warp .btn-primary, .account_page .page-header-warp .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .frm_button_submit, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .dz-message, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp input[type=submit], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp input[type=button], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp button, .account_page .page-header-warp .site-footer .frm_form_submit_style, .site-footer .account_page .page-header-warp .frm_form_submit_style, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .frm-edit-page-btn {
    display: block;
  }
  .account_page .page-header-warp .actions .btn, .account_page .page-header-warp .actions .comment-form input[type=submit], .comment-form .account_page .page-header-warp .actions input[type=submit], .account_page .page-header-warp .actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .actions .frm_button_submit, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .actions .dz-message, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions input[type=submit], .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions input[type=button], .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions button, .account_page .page-header-warp .actions .site-footer .frm_form_submit_style, .site-footer .account_page .page-header-warp .actions .frm_form_submit_style, .account_page .page-header-warp .actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions .frm-edit-page-btn {
    display: block;
  }
  .account_page .page-header-warp .actions button {
    width: 100%;
  }
  .account_page .page-header-warp .actions > .btn, .account_page .page-header-warp .comment-form .actions > input[type=submit], .comment-form .account_page .page-header-warp .actions > input[type=submit], .account_page .page-header-warp .section-contact .frm_forms .actions > .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .actions > .frm_button_submit, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .actions > .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .actions > .dz-message, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .actions > input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions > input[type=submit], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .actions > input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions > input[type=button], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .actions > button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp .actions > button, .account_page .page-header-warp .site-footer .actions > .frm_form_submit_style, .site-footer .account_page .page-header-warp .actions > .frm_form_submit_style, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .actions > .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .actions > .frm-edit-page-btn {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .account_page .page-header-warp .btn, .account_page .page-header-warp .comment-form input[type=submit], .comment-form .account_page .page-header-warp input[type=submit], .account_page .page-header-warp .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .account_page .page-header-warp .frm_button_submit, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .account_page .page-header-warp .dz-message, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp input[type=submit], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp input[type=button], .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .account_page .page-header-warp button, .account_page .page-header-warp .site-footer .frm_form_submit_style, .site-footer .account_page .page-header-warp .frm_form_submit_style, .account_page .page-header-warp .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .account_page .page-header-warp .frm-edit-page-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .account_page .work-preferences-legend {
    -webkit-box-pack: center;
    -ms-flex-pack: end;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 680px) {
  .account_page .work-preferences-legend {
    display: block;
  }
  .account_page .work-preferences-legend li {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-account .account-img {
  border-radius: 20px;
}
.section-account .account-links a {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px 25px;
  text-decoration: none;
  color: #4B4B50;
  border-radius: 100px;
}
.section-account .account-links a.active {
  background-color: #DC7A91;
  color: #fff;
}
@media (max-width: 768px) {
  .section-account .account-links {
    margin-bottom: 30px;
  }
  .section-account .account-links a {
    background-color: #fff;
    margin: 10px 0;
    text-align: center;
  }
}
.section-account .account-content .header-actions {
  margin-bottom: 30px;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.section-account .account-content .header-actions.header-action-job-details .badge {
  padding: 7px 15px;
}
@media (max-width: 767px) {
  .section-account .account-content .header-actions.header-action-job-details {
    display: block;
  }
  .section-account .account-content .header-actions.header-action-job-details .btn, .section-account .account-content .header-actions.header-action-job-details .comment-form input[type=submit], .comment-form .section-account .account-content .header-actions.header-action-job-details input[type=submit], .section-account .account-content .header-actions.header-action-job-details .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .section-account .account-content .header-actions.header-action-job-details .frm_button_submit, .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-account .account-content .header-actions.header-action-job-details .dz-message, .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .header-actions.header-action-job-details input[type=submit], .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .header-actions.header-action-job-details input[type=button], .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .header-actions.header-action-job-details button, .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_form_submit_style, .site-footer .section-account .account-content .header-actions.header-action-job-details .frm_form_submit_style, .section-account .account-content .header-actions.header-action-job-details .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .header-actions.header-action-job-details .frm-edit-page-btn,
  .section-account .account-content .header-actions.header-action-job-details .badge {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-account .account-content .table tr th, .section-account .account-content .table tr td {
    font-size: 15px;
  }
  .section-account .account-content .table tr th .badge.sm,
  .section-account .account-content .table tr th .btn,
  .section-account .account-content .table tr th .comment-form input[type=submit],
  .comment-form .section-account .account-content .table tr th input[type=submit],
  .section-account .account-content .table tr th .section-contact .frm_forms .frm_button_submit,
  .section-contact .frm_forms .section-account .account-content .table tr th .frm_button_submit,
  .section-account .account-content .table tr th .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-account .account-content .table tr th .dz-message,
  .section-account .account-content .table tr th .site-footer .frm_style_formidable-style.with_frm_style input[type=submit],
  .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .table tr th input[type=submit],
  .section-account .account-content .table tr th .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
  .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .table tr th input[type=button],
  .section-account .account-content .table tr th .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
  .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .table tr th button,
  .section-account .account-content .table tr th .site-footer .frm_form_submit_style,
  .site-footer .section-account .account-content .table tr th .frm_form_submit_style,
  .section-account .account-content .table tr th .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
  .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .table tr th .frm-edit-page-btn, .section-account .account-content .table tr td .badge.sm,
  .section-account .account-content .table tr td .btn,
  .section-account .account-content .table tr td .comment-form input[type=submit],
  .comment-form .section-account .account-content .table tr td input[type=submit],
  .section-account .account-content .table tr td .section-contact .frm_forms .frm_button_submit,
  .section-contact .frm_forms .section-account .account-content .table tr td .frm_button_submit,
  .section-account .account-content .table tr td .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
  .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-account .account-content .table tr td .dz-message,
  .section-account .account-content .table tr td .site-footer .frm_style_formidable-style.with_frm_style input[type=submit],
  .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .table tr td input[type=submit],
  .section-account .account-content .table tr td .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
  .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .table tr td input[type=button],
  .section-account .account-content .table tr td .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button,
  .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .table tr td button,
  .section-account .account-content .table tr td .site-footer .frm_form_submit_style,
  .site-footer .section-account .account-content .table tr td .frm_form_submit_style,
  .section-account .account-content .table tr td .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
  .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .table tr td .frm-edit-page-btn {
    font-size: 12px;
    padding: 4px 15px;
  }
}
@media (max-width: 767px) {
  .section-account .account-content .account-content h3 {
    text-align: center;
  }
  .section-account .account-content .account-content img {
    width: 100%;
  }
  .section-account .account-content .account-content .actions .btn, .section-account .account-content .account-content .actions .comment-form input[type=submit], .comment-form .section-account .account-content .account-content .actions input[type=submit], .section-account .account-content .account-content .actions .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .section-account .account-content .account-content .actions .frm_button_submit, .section-account .account-content .account-content .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .section-account .account-content .account-content .actions .dz-message, .section-account .account-content .account-content .actions .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .account-content .actions input[type=submit], .section-account .account-content .account-content .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .account-content .actions input[type=button], .section-account .account-content .account-content .actions .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .section-account .account-content .account-content .actions button, .section-account .account-content .account-content .actions .site-footer .frm_form_submit_style, .site-footer .section-account .account-content .account-content .actions .frm_form_submit_style, .section-account .account-content .account-content .actions .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .section-account .account-content .account-content .actions .frm-edit-page-btn {
    width: 100%;
  }
}
.section-account .account-content .form-group label, .section-account .account-content .comment-form p label, .comment-form .section-account .account-content p label {
  font-weight: 600;
}
.section-account .account-content .form-group .sub, .section-account .account-content .comment-form p .sub, .comment-form .section-account .account-content p .sub {
  font-weight: 500;
}

.account-picture {
  display: flex;
}
.account-picture * {
  margin-top: auto;
  margin-bottom: auto;
}
.account-picture .actions {
  margin-left: 0;
}

.grid-photos {
  display: flex;
  flex-wrap: wrap;
}
.grid-photos > * {
  width: 33.33%;
  padding: 10px;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .grid-photos > * {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .grid-photos > * {
    width: 100%;
  }
}
.grid-photos > * .close {
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all ease 0.1s;
}
.grid-photos > * .close:hover, .grid-photos > * .close:active, .grid-photos > * .close:focus {
  transform: scale(1.2);
}
.grid-photos > * img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.messages-wrap {
  background-color: #F0E2D2;
  padding: 20px;
  border-radius: 20px;
}
.messages-wrap .message {
  padding: 15px;
  border-radius: 20px;
  width: 48%;
  background-color: #fff;
  font-family: "Outfit", "futura-pt", serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.messages-wrap .message.in {
  background-color: #FCDB9E;
}
.messages-wrap .message.out {
  margin-left: auto;
}
.messages-wrap .form-control-wrap {
  position: relative;
}
.messages-wrap .form-control-wrap .form-control, .messages-wrap .form-control-wrap .comment-form input[type=text], .comment-form .messages-wrap .form-control-wrap input[type=text],
.messages-wrap .form-control-wrap .comment-form input[type=email],
.comment-form .messages-wrap .form-control-wrap input[type=email],
.messages-wrap .form-control-wrap .comment-form input[type=url],
.comment-form .messages-wrap .form-control-wrap input[type=url],
.messages-wrap .form-control-wrap .comment-form textarea,
.comment-form .messages-wrap .form-control-wrap textarea, .messages-wrap .form-control-wrap .section-contact .frm_forms .form-field input, .section-contact .frm_forms .form-field .messages-wrap .form-control-wrap input {
  height: 60px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
  padding-left: 20px;
  padding-right: 120px;
}
.messages-wrap .form-control-wrap .btn, .messages-wrap .form-control-wrap .comment-form input[type=submit], .comment-form .messages-wrap .form-control-wrap input[type=submit], .messages-wrap .form-control-wrap .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms .messages-wrap .form-control-wrap .frm_button_submit, .messages-wrap .form-control-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .messages-wrap .form-control-wrap .dz-message, .messages-wrap .form-control-wrap .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style .messages-wrap .form-control-wrap input[type=submit], .messages-wrap .form-control-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .messages-wrap .form-control-wrap input[type=button], .messages-wrap .form-control-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit .messages-wrap .form-control-wrap button, .messages-wrap .form-control-wrap .site-footer .frm_form_submit_style, .site-footer .messages-wrap .form-control-wrap .frm_form_submit_style, .messages-wrap .form-control-wrap .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .messages-wrap .form-control-wrap .frm-edit-page-btn {
  position: absolute;
  top: 9px;
  right: 9px;
}

.upload-inline {
  display: flex;
  min-width: max-content;
}
.upload-inline span {
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}
.upload-inline label.btn, .upload-inline .section-contact .frm_forms label.frm_button_submit, .section-contact .frm_forms .upload-inline label.frm_button_submit, .upload-inline .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable label.dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .upload-inline label.dz-message, .upload-inline .site-footer label.frm_form_submit_style, .site-footer .upload-inline label.frm_form_submit_style, .upload-inline .site-footer .frm_style_formidable-style.with_frm_style label.frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style .upload-inline label.frm-edit-page-btn {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  font-size: 13px;
  padding: 4px 20px;
}

#wpnc_bio {
  position: relative;
  z-index: 4;
}

@media (max-width: 767px) {
  #wpnc_my_account .khatra-placeholder .section-last .flex {
    display: block;
  }
  #wpnc_my_account .khatra-placeholder .section-last .flex .btn, #wpnc_my_account .khatra-placeholder .section-last .flex .comment-form input[type=submit], .comment-form #wpnc_my_account .khatra-placeholder .section-last .flex input[type=submit], #wpnc_my_account .khatra-placeholder .section-last .flex .section-contact .frm_forms .frm_button_submit, .section-contact .frm_forms #wpnc_my_account .khatra-placeholder .section-last .flex .frm_button_submit, #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .site-footer .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable #wpnc_my_account .khatra-placeholder .section-last .flex .dz-message, #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_style_formidable-style.with_frm_style input[type=submit], .site-footer .frm_style_formidable-style.with_frm_style #wpnc_my_account .khatra-placeholder .section-last .flex input[type=submit], #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .site-footer .frm_style_formidable-style.with_frm_style .frm_submit #wpnc_my_account .khatra-placeholder .section-last .flex input[type=button], #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_style_formidable-style.with_frm_style .frm_submit button, .site-footer .frm_style_formidable-style.with_frm_style .frm_submit #wpnc_my_account .khatra-placeholder .section-last .flex button, #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_form_submit_style, .site-footer #wpnc_my_account .khatra-placeholder .section-last .flex .frm_form_submit_style, #wpnc_my_account .khatra-placeholder .section-last .flex .site-footer .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .site-footer .frm_style_formidable-style.with_frm_style #wpnc_my_account .khatra-placeholder .section-last .flex .frm-edit-page-btn {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#wpnc_my_account .khatra-placeholder .section-last table {
  font-size: 16px;
}
#wpnc_my_account .khatra-placeholder .section-last .table-bookings th, #wpnc_my_account .khatra-placeholder .section-last .table-bookings td {
  vertical-align: middle;
}
#wpnc_my_account .khatra-placeholder .section-last .table-bookings th .badge, #wpnc_my_account .khatra-placeholder .section-last .table-bookings td .badge {
  text-align: center;
  justify-content: center;
}

.react-responsive-modal-modal .form-group label, .react-responsive-modal-modal .comment-form p label, .comment-form .react-responsive-modal-modal p label {
  font-weight: 500;
  font-size: 18px;
}
.react-responsive-modal-modal .form-group .row label, .react-responsive-modal-modal .comment-form p .row label, .comment-form .react-responsive-modal-modal p .row label {
  font-weight: 500;
  font-size: 16px;
}
.react-responsive-modal-modal .form-group .form-control, .react-responsive-modal-modal .form-group .comment-form input[type=text], .comment-form .react-responsive-modal-modal .form-group input[type=text],
.react-responsive-modal-modal .form-group .comment-form input[type=email],
.comment-form .react-responsive-modal-modal .form-group input[type=email],
.react-responsive-modal-modal .form-group .comment-form input[type=url],
.comment-form .react-responsive-modal-modal .form-group input[type=url],
.react-responsive-modal-modal .form-group .comment-form textarea,
.comment-form .react-responsive-modal-modal .form-group textarea, .react-responsive-modal-modal .comment-form p .form-control, .react-responsive-modal-modal .comment-form p input[type=text],
.react-responsive-modal-modal .comment-form p input[type=email],
.react-responsive-modal-modal .comment-form p input[type=url],
.react-responsive-modal-modal .comment-form p textarea, .comment-form .react-responsive-modal-modal p .form-control, .comment-form .react-responsive-modal-modal p input[type=text],
.comment-form .react-responsive-modal-modal p input[type=email],
.comment-form .react-responsive-modal-modal p input[type=url],
.comment-form .react-responsive-modal-modal p textarea, .react-responsive-modal-modal .form-group .section-contact .frm_forms .form-field input, .react-responsive-modal-modal .comment-form p .section-contact .frm_forms .form-field input, .comment-form .react-responsive-modal-modal p .section-contact .frm_forms .form-field input, .section-contact .frm_forms .form-field .react-responsive-modal-modal .form-group input, .section-contact .frm_forms .form-field .react-responsive-modal-modal .comment-form p input, .comment-form .section-contact .frm_forms .form-field .react-responsive-modal-modal p input {
  font-size: 16px;
}

@media (max-width: 991px) {
  .react-responsive-modal-modal {
    max-width: 90%;
  }
  .react-responsive-modal-modal .modal-content .flex.justify-between.items-center {
    display: block;
  }
  .react-responsive-modal-modal .modal-content .flex.justify-between.items-center span {
    display: block;
    margin-bottom: 10px;
  }
  .react-responsive-modal-modal .modal-content .flex.justify-between.items-center a {
    display: block;
  }
  .react-responsive-modal-modal i {
    font-size: 13px;
  }
  .table {
    font-size: 12px;
  }
  .table thead th {
    font-size: 12px;
  }
}
.wallet-count {
  display: inline-block !important;
  min-width: fit-content;
}

.ul-col-3 {
  column-count: 3;
}
@media (max-width: 767px) {
  .ul-col-3 {
    column-count: 2;
  }
}
@media (max-width: 580px) {
  .ul-col-3 {
    column-count: 1;
  }
}

@media (max-width: 1199px) {
  .value-areas ul li {
    flex: 1 0 50% !important;
  }
}
@media (max-width: 480px) {
  .value-areas ul li {
    flex: 1 0 100% !important;
  }
}

.react-responsive-modal-root {
  z-index: 9999;
}

.section-contact {
  padding-top: 100px;
}
.section-contact .frm_forms .frm_button_submit {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 55rem;
  border: 0;
  font-family: "Outfit", "futura-pt", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  border-color: transparent;
  background: transparent;
  color: #4B4B50;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #FEBB8E;
  border-color: #FEBB8E !important;
}
.section-contact .frm_forms .frm_button_submit:hover {
  box-shadow: 0 0 0 2px #FEBB8E;
}
.section-contact .frm_forms .frm_primary_label {
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  font-family: "Outfit", "futura-pt", serif;
}
@media (max-width: 1199px) {
  .section-contact .frm_forms .frm_primary_label {
    font-size: 13px;
  }
}

.section-faq-single {
  padding: 80px 0 160px;
}
.section-faq-single .accordion button .accordion-title {
  color: #81577E;
}
@media (max-width: 768px) {
  .section-faq-single .accordion button .accordion-title {
    font-size: 25px;
  }
}
.section-faq-single .accordion button .icon::before {
  background: #81577E;
}
.section-faq-single .accordion button .icon::after {
  background: #81577E;
}
.section-faq-single .accordion .active button .accordion-title {
  color: #ffffff;
}
.section-faq-single .accordion .active p, .section-faq-single .accordion .active ul, .section-faq-single .accordion .active ul li, .section-faq-single .accordion .active h2, .section-faq-single .accordion .active h3, .section-faq-single .accordion .active h4, .section-faq-single .accordion .active h5, .section-faq-single .accordion .active h6 {
  color: #ffffff;
}
.section-faq-single .accordion .active h3 {
  margin-bottom: 20px;
}
.section-faq-single .accordion .active button .icon::after,
.section-faq-single .accordion .active button .icon::before {
  background: #ffffff;
}
.section-faq-single .accordion-content ol, .section-faq-single .accordion-content ul {
  margin-left: 0;
}
.section-faq-single .tabs-nav li {
  color: #81577E;
}
.section-faq-single .tabs-nav li a {
  color: #81577E;
}
.section-faq-single .tab-active a {
  border-bottom: 2px solid #81577E;
}
@media (max-width: 767px) {
  .section-faq-single {
    padding-bottom: 80px;
  }
}

.section-intro-why-choose-us .content {
  max-width: 680px;
  margin: auto;
  text-align: center;
}

.section-why-choose-us .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-why-choose-us .content-title {
  color: #81577E;
}
.section-why-choose-us ul {
  padding-left: 20px;
  margin-left: 0;
}
.section-why-choose-us .list-check {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
.section-why-choose-us .list-check li {
  position: relative;
  padding-left: 30px;
}
.section-why-choose-us .list-check li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #FEBB8E;
  position: absolute;
  left: 0;
  top: 6px;
}
.section-why-choose-us table {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
.section-why-choose-us table tr td, .section-why-choose-us table tr th {
  padding: 5px 15px;
}
.section-why-choose-us table tr th {
  background-color: #F0E2D2;
}
.section-why-choose-us table tr:nth-child(odd) td {
  background-color: #FDF6E7;
}
.section-why-choose-us .content-left {
  padding-right: 40px;
}
.section-why-choose-us .content-right ol {
  margin-left: 0;
  padding-left: 20px;
}
.section-why-choose-us .content-right ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}
.section-why-choose-us .content-right ul li {
  position: relative;
  padding-left: 30px;
}
.section-why-choose-us .content-right ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #FEBB8E;
  position: absolute;
  left: 0;
  top: 6px;
}

.section-cta-why-choose-us h2 {
  margin-bottom: 20px;
}
.section-cta-why-choose-us:after {
  background: #DC7A91;
}

.why-choose-us-listing {
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 3em;
  padding-bottom: 2em;
}
.why-choose-us-listing:last-child {
  border-bottom: none;
}
@media (max-width: 667px) {
  .why-choose-us-listing:last-child {
    margin-bottom: 0em;
    padding-bottom: 0em;
  }
}

.section-register {
  padding-bottom: 8em;
}

.section-tips ul {
  margin-left: 0;
}

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

.bypostauthor {
  display: block;
}

.comment-list ol {
  list-style: none;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  max-width: 100%;
}

.comment-form input[type=submit] {
  background-color: #4B4B50 !important;
  border-radius: 100px !important;
}

/* Widgets
--------------------------------------------- */
.border-rad-auto {
  border-radius: 10px;
}

.tab-wrap .tab-wrapper {
  display: block;
  margin: auto;
  position: relative;
}
.tab-wrap .tabs {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .tab-wrap .tabs {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.tab-wrap .tab-content-wrapper {
  padding: 40px 80px;
}
@media (max-width: 991px) {
  .tab-wrap .tab-content-wrapper {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .tab-wrap .tab-content-wrapper {
    padding: 30px 20px;
  }
}
.tab-wrap .tab-content {
  display: none;
  opacity: 0;
  transform: translateY(100px);
  animation: fadeIn 0.5s ease 1 forwards;
}
.tab-wrap .tab-content.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-alt {
  font-family: "Outfit", "futura-pt", serif;
  text-transform: none;
}

.text-sub {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.text-primary {
  color: #FEBB8E;
}

.text-500 {
  font-weight: 500;
}
.text-500 > * {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}
.text-600 > * {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}
.text-700 > * {
  font-weight: 700;
}

.container {
  width: 1255px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.md {
  width: 1165px;
}
.container.sm {
  width: 995px;
}
.container.xs {
  width: 670px;
}

.border-crop {
  position: relative;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
}
.border-crop.sm {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.border-top-crop {
  position: relative;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  overflow: hidden;
}

.border-bottom-crop {
  position: relative;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}

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

.bg-light {
  background-color: #FDF6E7;
}

.bg-red {
  background-color: #DC7A91;
}

.bg-blue {
  background-color: #393E75;
}

.bg-orange {
  background-color: #FEBB8E;
}

.bg-brown {
  background-color: #81577E;
}

.offset-top-lg {
  margin-top: -300px;
}
.offset-top-md {
  margin-top: -135px;
}

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

.z-2 {
  position: relative;
  z-index: 2;
}

.z-3 {
  position: relative;
  z-index: 3;
}

.z-4 {
  position: relative;
  z-index: 4;
}

.z-5 {
  position: relative;
  z-index: 5;
}

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

.z-15 {
  position: relative;
  z-index: 15;
}

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

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

.z-40 {
  position: relative;
  z-index: 40;
}

.z-50 {
  position: relative;
  z-index: 50;
}

.rounded {
  border-radius: 12px;
}

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

.spacer-top {
  margin-top: 150px;
}

.spacer-bottom {
  margin-bottom: 150px;
}

.floating-elem {
  position: absolute;
  margin-bottom: 40px;
}
.floating-elem .container {
  position: relative;
  height: 2px;
}
.floating-elem img {
  position: absolute;
  top: -90px;
  left: 0px;
  height: 195px;
  width: auto;
}
.floating-elem.align-right img {
  right: 0px;
  left: auto;
}
.floating-elem.force-top img {
  top: -220px;
}

.badge {
  font-size: 18px;
  padding: 7px 15px;
  border-radius: 30px;
  text-align: center;
  background-color: #FEBB8E;
  color: #fff;
  width: fit-content;
  display: flex;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}
.badge svg {
  margin-right: 8px;
  margin-top: auto;
  margin-bottom: auto;
}
.badge span {
  margin-top: auto;
  margin-bottom: auto;
}
.badge.lg {
  font-size: 20px;
  padding: 7px 15px;
}
.badge.lg svg {
  width: 25px;
  margin-top: auto;
  margin-bottom: auto;
}
.badge.sm {
  font-size: 17px;
  padding: 4px 15px;
}
.badge.sm svg {
  width: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.badge.xs {
  font-size: 13px;
  padding: 4px 20px;
}
.badge.xs svg {
  width: 13px;
  margin-top: auto;
  margin-bottom: auto;
}
.badge.blue {
  background-color: #393E75;
}
.badge.orange {
  background-color: #FEBB8E;
  color: #4B4B50;
}
.badge.green {
  background-color: #E9EFE2;
  color: #177263;
}

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

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

.star-rating {
  position: relative;
  display: inline-block;
  border: none;
  display: flex;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  width: fit-content;
  justify-content: space-around;
}
.star-rating input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
  display: none;
}
.star-rating label {
  position: relative;
  color: #C8C8C8;
  cursor: pointer;
}
.star-rating label:before {
  margin: 5px;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5556 0L14.1499 7.98469L22.5455 7.98469L15.7534 12.9195L18.3477 20.9042L11.5556 15.9694L4.76337 20.9042L7.35775 12.9195L0.565569 7.98469L8.96117 7.98469L11.5556 0Z' fill='%23E0E0E0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.star-rating input:checked ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2225 0L13.8169 7.98469L22.2125 7.98469L15.4203 12.9195L18.0147 20.9042L11.2225 15.9694L4.43036 20.9042L7.02474 12.9195L0.232561 7.98469L8.62816 7.98469L11.2225 0Z' fill='%23FEBB8E'/%3E%3C/svg%3E%0A");
}
.star-rating label:hover ~ label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5556 0L14.1499 7.98469L22.5455 7.98469L15.7534 12.9195L18.3477 20.9042L11.5556 15.9694L4.76337 20.9042L7.35775 12.9195L0.565569 7.98469L8.96117 7.98469L11.5556 0Z' fill='%23FCDB9E'/%3E%3C/svg%3E%0A");
}
.star-rating label:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2225 0L13.8169 7.98469L22.2125 7.98469L15.4203 12.9195L18.0147 20.9042L11.2225 15.9694L4.43036 20.9042L7.02474 12.9195L0.232561 7.98469L8.62816 7.98469L11.2225 0Z' fill='%23FEBB8E'/%3E%3C/svg%3E%0A");
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
.accordion .accordion-item {
  border-bottom: 1px solid #E9AAB9;
  margin: 10px 0;
}
.accordion .accordion-item.active {
  border-bottom: none;
  background-color: #FE978E;
  border-radius: 30px;
}
.accordion .accordion-item.active button[aria-expanded=true] {
  border-bottom: none;
}
.accordion .accordion-item.active .accordion-content-wrap {
  padding-top: 10px;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #E9AAB9;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 30px;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .accordion button {
    padding: 15px 30px;
    padding-right: 34px;
  }
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-family: "gelica", "futura-pt", serif;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .accordion button .accordion-title {
    font-size: 20px;
  }
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .accordion button .icon {
    right: 14px;
    top: 14px;
  }
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 11px;
  width: 2px;
  height: 14px;
  border-radius: 2px;
  background: #ffffff;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 45em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  font-size: 20px;
}

.accordion-content-wrap {
  padding: 30px 30px;
}

.accordion .accordion-content p {
  font-size: 20px;
  font-weight: 300;
}

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