/*!
Theme Name: milestone
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: milestone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

--------------------------------------------------------------*/
/*==========================
Milestone Colors 
==========================*/
/*==========================
Families
==========================*/
/*==========================
Sizes
==========================*/
/*==========================
Scale
==========================*/
/*==========================
Weights
==========================*/
/*==========================
Misc.
==========================*/
/*==========================
Spacing
==========================*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

h1,
h2 {
  clear: both;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

h2 {
  text-transform: capitalize;
}

h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  text-transform: capitalize;
}

h1 {
  font-size: 95px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  h1 {
    font-size: 8vh;
  }
}
@media (width <= 560px) {
  h1 {
    font-size: 6vh;
  }
}

h2 {
  font-size: 88px;
  line-height: 1;
}
@media (width <= 1200px) {
  h2 {
    font-size: 6vh;
  }
}
@media (width <= 560px) {
  h2 {
    font-size: 5vh;
  }
}

h3 {
  font-size: 72px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  h3 {
    font-size: 6vh;
  }
}
@media (width <= 560px) {
  h3 {
    font-size: 5vh;
  }
}

h4 {
  font-size: 48px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  h4 {
    font-size: 5vh;
  }
}

h5 {
  font-size: 32px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.1;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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%;
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  margin: 0;
}
p:not(:last-of-type) {
  margin: 0 0 1.5rem;
}

/*==========================
Families
==========================*/
.text_raleway {
  font-family: "Raleway", sans-serif;
}

.text_dm-sans {
  font-family: "DM Sans", sans-serif;
}

/*==========================
Sizes
==========================*/
.text_h1,
.text_h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.text_base {
  font-size: 18px;
}

.text_h1 {
  font-family: "Raleway", sans-serif;
  font-size: 95px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  .text_h1 {
    font-size: 8vh;
  }
}
@media (width <= 560px) {
  .text_h1 {
    font-size: 6vh;
  }
}

.text_h2 {
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  line-height: 1;
}
@media (width <= 1200px) {
  .text_h2 {
    font-size: 6vh;
  }
}
@media (width <= 560px) {
  .text_h2 {
    font-size: 5vh;
  }
}

.text_h3,
.text_h4,
.text_h5,
.text_h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

.text_h3 {
  font-size: 72px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  .text_h3 {
    font-size: 6vh;
  }
}
@media (width <= 560px) {
  .text_h3 {
    font-size: 5vh;
  }
}

.text_h4 {
  font-size: 48px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  .text_h4 {
    font-size: 5vh;
  }
}

.text_h5 {
  font-size: 32px;
  line-height: 1.1;
}
@media (width <= 1200px) {
  .text_h5 {
    font-size: 24px;
  }
}

.text_h6 {
  font-size: 18px;
  line-height: 1.1;
}

.text_h3,
.text_h4,
.text_h5,
.text_h6,
.text_h3 > p,
.text_h4 > p,
.text_h5 > p,
.text_h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

.text_body_xxlg,
.text_body_xlg,
.text_body_lg,
.text_body_md,
.text_body_sm,
.text_body_xsm {
  font-family: "DM Sans", sans-serif;
}

.text_body_xxlg {
  font-size: 48px;
  line-height: 1.15;
}
@media (width <= 1200px) {
  .text_body_xxlg {
    font-size: 24px;
  }
}

.text_body_xlg {
  font-size: 36px;
  line-height: 1.15;
}
@media (width <= 1200px) {
  .text_body_xlg {
    font-size: 24px;
  }
}

.text_body_lg {
  font-size: 32px;
  line-height: 1.15;
}
@media (width <= 1200px) {
  .text_body_lg {
    font-size: 24px;
  }
}

.text_body_md {
  font-size: 24px;
  line-height: 1.15;
}
@media (width <= 1200px) {
  .text_body_md {
    font-size: 18px;
  }
}

.text_body_sm {
  font-size: 20px;
  line-height: 1.15;
}

.text_body_xsm {
  font-size: 16px;
  line-height: 1.1;
}

@media (width >= 1200px) {
  .l_text_h1 {
    font-size: 112px;
    line-height: 1;
  }
  .l_text_h2 {
    font-size: 88px;
    line-height: 1.15;
  }
  .l_text_h3 {
    font-size: 72px;
    line-height: 1;
  }
  .l_text_h4 {
    font-size: 48px;
    line-height: 1.1;
  }
  .l_text_h5 {
    font-size: 32px;
    line-height: 1.5;
  }
  .l_text_h6 {
    font-size: 18px;
    line-height: 1.5;
  }
  .l_text_body_lg {
    font-size: 24px;
    line-height: 1.5;
  }
  .l_text_body_xsm {
    font-size: 16px;
    line-height: 1.1;
  }
}
/*==========================
Scale
==========================*/
.text_height-base {
  line-height: 1.5;
}

.text_height-head {
  line-height: 1.15;
}

/*==========================
Weights
==========================*/
.text_x_heavy {
  font-weight: 900;
}

.text_heavy {
  font-weight: 800;
}

.text_med {
  font-weight: 500;
}

.text_reg {
  font-weight: 400;
}

.text_light {
  font-weight: 300;
}

/*==========================
Alighnment	
=========================*/
.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/*==========================
Misc.
==========================*/
.text_uppercase {
  text-transform: uppercase;
}

.text_capital {
  text-transform: capitalize;
}

.text_lower {
  text-transform: lowercase;
}

/*==========================
Spacing
==========================*/
.letter_spacing-sm {
  letter-spacing: 1px;
}

.letter_spacing-md {
  letter-spacing: 3px;
}

.letter_spacing-lg {
  letter-spacing: 5px;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

html {
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
}

.post, .page {
  margin: 0 !important;
}

/*==========================
Layout
==========================*/
.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-row {
  display: table-row;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

@media (width <= 320px) {
  .s_block {
    display: block;
  }
  .s_inline-block {
    display: inline-block;
  }
  .s_inline {
    display: inline;
  }
  .s_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s_inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .s_hidden {
    display: hidden;
  }
}
@media (width <= 1200px) {
  .m_block {
    display: block;
  }
  .m_inline-block {
    display: inline-block;
  }
  .m_inline {
    display: inline;
  }
  .m_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m_inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .m_hidden {
    display: hidden;
  }
}
@media (width >= 1200px) {
  .l_block {
    display: block;
  }
  .l_inline-block {
    display: inline-block;
  }
  .l_inline {
    display: inline;
  }
  .l_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l_inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .l_hidden {
    display: none;
  }
  .l_grid {
    display: -ms-grid;
    display: grid;
  }
}
/*==========================
Positioning
==========================*/
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

@media (width <= 320px) {
  .s_static {
    position: static;
  }
  .s_fixed {
    position: fixed;
  }
  .s_absolute {
    position: absolute;
  }
  .s_relative {
    position: relative;
  }
  .s_sticky {
    position: sticky;
  }
}
@media (width <= 1200px) {
  .m_static {
    position: static;
  }
  .m_fixed {
    position: fixed;
  }
  .m_absolute {
    position: absolute;
  }
  .m_relative {
    position: relative;
  }
  .m_sticky {
    position: sticky;
  }
}
@media (width >= 1200px) {
  .l_static {
    position: static;
  }
  .l_fixed {
    position: fixed;
  }
  .l_absolute {
    position: absolute;
  }
  .l_relative {
    position: relative;
  }
  .l_sticky {
    position: sticky;
  }
}
/*==========================
Sizing
==========================*/
.w-mx-300 {
  max-width: 300px;
}

.w-mx-320 {
  max-width: 320px;
}

.w-mx-420 {
  max-width: 420px;
}

.w-mx-560 {
  max-width: 560px;
}

.w-mx-640 {
  max-width: 640px;
}

.w-mx-768 {
  max-width: 768px;
}

.w-mx-840 {
  max-width: 840px;
}

.w-mx-1024 {
  max-width: 1024px;
}

.w-mx-1280 {
  max-width: 1280px;
}

.w-mx-1440 {
  max-width: 1440px;
}

.w-mx-1800 {
  max-width: 1800px;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
} /* 4px */
.w-2 {
  width: 0.5rem;
} /* 8px */
.w-2\.5 {
  width: 0.625rem;
} /* 10px */
.w-3 {
  width: 0.75rem;
} /* 12px */
.w-3\.5 {
  width: 0.875rem;
} /* 14px */
.w-4 {
  width: 1rem;
} /* 16px */
.w-5 {
  width: 1.25rem;
} /* 20px */
.w-6 {
  width: 1.5rem;
} /* 24px */
.w-7 {
  width: 1.75rem;
} /* 28px */
.w-8 {
  width: 2rem;
} /* 32px */
.w-9 {
  width: 2.25rem;
} /* 36px */
.w-10 {
  width: 2.5rem;
} /* 40px */
.w-11 {
  width: 2.75rem;
} /* 44px */
.w-12 {
  width: 3rem;
} /* 48px */
.w-14 {
  width: 3.5rem;
} /* 56px */
.w-16 {
  width: 4rem;
} /* 64px */
.w-20 {
  width: 5rem;
} /* 80px */
.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1_3 {
  width: 33.333333%;
}

.w-2_3 {
  width: 66.666667%;
}

.w-1__4 {
  width: 25%;
}

.w-2__4 {
  width: 50%;
}

.w-3__4 {
  width: 75%;
}

.w-1__5 {
  width: 20%;
}

.w-2__5 {
  width: 40%;
}

.w-3__5 {
  width: 60%;
}

.w-4__5 {
  width: 80%;
}

.w-1__6 {
  width: 16.666667%;
}

.w-2__6 {
  width: 33.333333%;
}

.w-half {
  width: 50%;
}

.w-4__6 {
  width: 66.666667%;
}

.w-5__6 {
  width: 83.333333%;
}

.w-1__12 {
  width: 8.333333%;
}

.w-2__12 {
  width: 16.666667%;
}

.w-3__12 {
  width: 25%;
}

.w-4__12 {
  width: 33.333333%;
}

.w-5__12 {
  width: 41.666667%;
}

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

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

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

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

.w-11_12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

.w-lvw {
  width: 100lvw;
}

.w-dvw {
  width: 100dvw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-0 {
  height: 0px;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
} /* 2px */
.h-1 {
  height: 0.25rem;
} /* 4px */
.h-1\.5 {
  height: 0.375rem;
} /* 6px */
.h-2 {
  height: 0.5rem;
} /* 8px */
.h-2\.5 {
  height: 0.625rem;
} /* 10px */
.h-3 {
  height: 0.75rem;
} /* 12px */
.h-3\.5 {
  height: 0.875rem;
} /* 14px */
.h-4 {
  height: 1rem;
} /* 16px */
.h-5 {
  height: 1.25rem;
} /* 20px */
.h-6 {
  height: 1.5rem;
} /* 24px */
.h-7 {
  height: 1.75rem;
} /* 28px */
.h-8 {
  height: 2rem;
} /* 32px */
.h-9 {
  height: 2.25rem;
} /* 36px */
.h-10 {
  height: 2.5rem;
} /* 40px */
.h-11 {
  height: 2.75rem;
} /* 44px */
.h-12 {
  height: 3rem;
} /* 48px */
.h-14 {
  height: 3.5rem;
} /* 56px */
.h-16 {
  height: 4rem;
} /* 64px */
.h-20 {
  height: 5rem;
} /* 80px */
.h-24 {
  height: 6rem;
} /* 96px */
.h-28 {
  height: 7rem;
} /* 112px */
.h-32 {
  height: 8rem;
} /* 128px */
.h-36 {
  height: 9rem;
} /* 144px */
.h-40 {
  height: 10rem;
} /* 160px */
.h-44 {
  height: 11rem;
} /* 176px */
.h-48 {
  height: 12rem;
} /* 192px */
.h-52 {
  height: 13rem;
} /* 208px */
.h-56 {
  height: 14rem;
} /* 224px */
.h-60 {
  height: 15rem;
} /* 240px */
.h-64 {
  height: 16rem;
} /* 256px */
.h-72 {
  height: 18rem;
} /* 288px */
.h-80 {
  height: 20rem;
} /* 320px */
.h-96 {
  height: 24rem;
} /* 384px */
.h-auto {
  height: auto;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-screen-90 {
  height: 90vh;
}

.h-screen-half {
  height: 50vh;
}

.h-svh {
  height: 100svh;
}

.h-lvh {
  height: 100lvh;
}

.h-dvh {
  height: 100dvh;
}

.h-min {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (width <= 320px) {
  .s_w-1_3 {
    width: 33.333333%;
  }
  .s_w-2_3 {
    width: 66.666667%;
  }
  .s_w-1__4 {
    width: 25%;
  }
  .s_w-2__4 {
    width: 50%;
  }
  .s_w-3__4 {
    width: 75%;
  }
  .s_w-full {
    width: 100%;
  }
  .s_w-screen {
    width: 100vw;
  }
  .s_h-auto {
    height: auto;
  }
  .s_h-full {
    height: 100%;
  }
  .s_h-screen {
    height: 100vh;
  }
}
@media (width <= 1200px) {
  .m_w-1_3 {
    width: 33.333333%;
  }
  .m_w-2_3 {
    width: 66.666667%;
  }
  .m_w-1__4 {
    width: 25%;
  }
  .m_w-2__4 {
    width: 50%;
  }
  .m_w-3__4 {
    width: 75%;
  }
  .m_w-full {
    width: 100%;
  }
  .m_w-screen {
    width: 100vw;
  }
  .m_h-auto {
    height: auto;
  }
  .m_h-full {
    height: 100%;
  }
  .m_h-screen {
    height: 100vh;
  }
}
@media (width >= 1200px) {
  .l_w-mx-300 {
    max-width: 300px;
  }
  .l_w-mx-320 {
    max-width: 320px;
  }
  .l_w-mx-420 {
    max-width: 420px;
  }
  .l_w-mx-560 {
    max-width: 560px;
  }
  .l_w-mx-640 {
    max-width: 640px;
  }
  .l_w-mx-768 {
    max-width: 768px;
  }
  .l_w-mx-840 {
    max-width: 840px;
  }
  .l_w-mx-1024 {
    max-width: 1024px;
  }
  .l_w-mx-1280 {
    max-width: 1280px;
  }
  .l_w-mx-1440 {
    max-width: 1440px;
  }
  .l_w-1_3 {
    width: 33.333333%;
  }
  .l_w-2_3 {
    width: 66.666667%;
  }
  .l_w-1__4 {
    width: 25%;
  }
  .l_w-half {
    width: 50%;
  }
  .l_w-3__4 {
    width: 75%;
  }
  .l_w-full {
    width: 100%;
  }
  .l_w-screen {
    width: 100vw;
  }
  .l_w-auto {
    width: auto;
  }
  .l_h-auto {
    height: auto;
  }
  .l_h-full {
    height: 100%;
  }
  .l_h-screen {
    height: 100vh;
  }
}
/*==========================
Border
==========================*/
.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 8px;
}

.rounded-md {
  border-radius: 16px;
}

.rounded-lg {
  border-radius: 24px;
}

.rounded-top-sm {
  border-radius: 8px 8px 0 0;
}

.rounded-top-md {
  border-radius: 16px 16px 0 0;
}

.rounded-top-lg {
  border-radius: 16px 16px 0 0;
}

.rounded-bottom-sm {
  border-radius: 0 0 8px 8px;
}

.rounded-bottom-md {
  border-radius: 0 0 16px 16px;
}

.rounded-bottom-lg {
  border-radius: 0 0 16px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (width <= 320px) {
  .s_rounded-none {
    border-radius: 0px;
  }
  .s_rounded-sm {
    border-radius: 8px;
  }
  .s_rounded-md {
    border-radius: 16px;
  }
  .s_rounded-sm {
    border-radius: 24px;
  }
  .s_rounded-top-sm {
    border-radius: 8px 8px 0 0;
  }
  .s_rounded-top-md {
    border-radius: 16px 16px 0 0;
  }
  .s_rounded-top-lg {
    border-radius: 16px 16px 0 0;
  }
  .s_rounded-bottom-sm {
    border-radius: 0 0 8px 8px;
  }
  .s_rounded-bottom-md {
    border-radius: 0 0 16px 16px;
  }
  .s_rounded-bottom-lg {
    border-radius: 0 0 16px 16px;
  }
}
@media (width <= 1200px) {
  .m_rounded-none {
    border-radius: 0px;
  }
  .m_rounded-sm {
    border-radius: 8px;
  }
  .m_rounded-md {
    border-radius: 16px;
  }
  .m_rounded-sm {
    border-radius: 24px;
  }
  .m_rounded-top-sm {
    border-radius: 8px 8px 0 0;
  }
  .m_rounded-top-md {
    border-radius: 16px 16px 0 0;
  }
  .m_rounded-top-lg {
    border-radius: 16px 16px 0 0;
  }
  .m_rounded-bottom-sm {
    border-radius: 0 0 8px 8px;
  }
  .m_rounded-bottom-md {
    border-radius: 0 0 16px 16px;
  }
  .m_rounded-bottom-lg {
    border-radius: 0 0 16px 16px;
  }
}
@media (width >= 1200px) {
  .l_rounded-none {
    border-radius: 0px;
  }
  .l_rounded-sm {
    border-radius: 8px;
  }
  .l_rounded-md {
    border-radius: 16px;
  }
  .l_rounded-lg {
    border-radius: 24px;
  }
  .l_rounded-top-sm {
    border-radius: 8px 8px 0 0;
  }
  .l_rounded-top-md {
    border-radius: 16px 16px 0 0;
  }
  .l_rounded-top-lg {
    border-radius: 16px 16px 0 0;
  }
  .l_rounded-bottom-sm {
    border-radius: 0 0 8px 8px;
  }
  .l_rounded-bottom-md {
    border-radius: 0 0 16px 16px;
  }
  .l_rounded-bottom-lg {
    border-radius: 0 0 16px 16px;
  }
}
/*==========================
Overflow
==========================*/
.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.overflow-x-clip {
  overflow-x: clip;
}

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

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

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

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

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

/*==========================
Overflow
==========================*/
.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

/*==========================
Overlay Effect
==========================*/
.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

/*==========================
Z-Index
==========================*/
.z-neg {
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

/*==========================
Anim
==========================*/
.transition-base {
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}

.transition-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-0 {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.duration-75 {
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.duration-100 {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.duration-150 {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200 {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.duration-500 {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.duration-700 {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms;
}

.duration-1000 {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.ease-linear {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.delay-75 {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
}

.delay-100 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.delay-150 {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.delay-200 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.delay-300 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.delay-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.delay-700 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.delay-1000 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

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

.list-style-none {
  list-style-type: none;
}

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

.list-style-circle {
  list-style-type: circle;
}

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

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

figure {
  margin: 1em 0;
}

/*************************
* Object Fit
*************************/
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

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

/*************************
* Object Position
*************************/
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

/*************************
* Ratios
*************************/
.ratio_1-1 {
  aspect-ratio: 1/1;
}

.ratio_16-9 {
  aspect-ratio: 16/9;
}

.ratio_4-3 {
  aspect-ratio: 4/3;
}

.ratio_3-2 {
  aspect-ratio: 3/2;
}

.ratio_3-4 {
  aspect-ratio: 3/4;
}

.ratio_8-5 {
  aspect-ratio: 8/5;
}

/*************************
* IMG Background
*************************/
.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

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

/* Spacing
---------------------------------------------- */
.m-auto {
  margin: 0 auto;
}

.m-auto-2 {
  margin: 0 auto 0.5em;
}

.m-auto-4 {
  margin: 0 auto 1rem;
}

.m-auto-8 {
  margin: 0 auto 2rem;
}

.m-auto-10 {
  margin: 0 auto 3rem;
}

.m-auto-12 {
  margin: 0 auto 4em;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.m-1 {
  margin: 0.25rem;
} /* 4px */
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
} /* 4px */
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
} /* 4px */
.mt-1 {
  margin-top: 0.25rem;
} /* 4px */
.mr-1 {
  margin-right: 0.25rem;
} /* 4px */
.mb-1 {
  margin-bottom: 0.25rem;
} /* 4px */
.ml-1 {
  margin-left: 0.25rem;
} /* 4px */
.m-2 {
  margin: 0.5rem;
} /* 8px */
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
} /* 8px */
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
} /* 8px */
.mt-2 {
  margin-top: 0.5rem;
} /* 8px */
.mr-2 {
  margin-right: 0.5rem;
} /* 8px */
.mb-2 {
  margin-bottom: 0.5rem;
} /* 8px */
.ml-2 {
  margin-left: 0.5rem;
} /* 8px */
.m-4 {
  margin: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
} /* 16px */
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
} /* 16px */
.mt-4 {
  margin-top: 1rem;
} /* 16px */
.mr-4 {
  margin-right: 1rem;
} /* 16px */
.mb-4 {
  margin-bottom: 1rem;
} /* 16px */
.ml-4 {
  margin-left: 1rem;
} /* 16px */
.m-6 {
  margin: 1.5rem;
} /* 24px */
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
} /* 24px */
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
} /* 24px */
.mt-6 {
  margin-top: 1.5rem;
} /* 24px */
.mr-6 {
  margin-right: 1.5rem;
} /* 24px */
.mb-6 {
  margin-bottom: 1.5rem;
} /* 24px */
.ml-6 {
  margin-left: 1.5rem;
} /* 24px */
.m-8 {
  margin: 2rem;
} /* 32px */
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
} /* 32px */
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
} /* 32px */
.mt-8 {
  margin-top: 2rem;
} /* 32px */
.mr-8 {
  margin-right: 2rem;
} /* 32px */
.mb-8 {
  margin-bottom: 2rem;
} /* 32px */
.ml-8 {
  margin-left: 2rem;
} /* 32px */
.m-10 {
  margin: 2.5rem;
} /* 40px */
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
} /* 40px */
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
} /* 40px */
.mt-10 {
  margin-top: 2.5rem;
} /* 40px */
.mr-10 {
  margin-right: 2.5rem;
} /* 40px */
.mb-10 {
  margin-bottom: 2.5rem;
} /* 40px */
.ml-10 {
  margin-left: 2.5rem;
} /* 40px */
.m-12 {
  margin: 3rem;
} /* 48px */
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
} /* 48px */
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
} /* 48px */
.mt-12 {
  margin-top: 3rem;
} /* 48px */
.mr-12 {
  margin-right: 3rem;
} /* 48px */
.mb-12 {
  margin-bottom: 3rem;
} /* 48px */
.ml-12 {
  margin-left: 3rem;
} /* 48px */
.m-14 {
  margin: 3.5rem;
} /* 56px */
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
} /* 56px */
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
} /* 56px */
.mt-14 {
  margin-top: 3.5rem;
} /* 56px */
.mr-14 {
  margin-right: 3.5rem;
} /* 56px */
.mb-14 {
  margin-bottom: 3.5rem;
} /* 56px */
.ml-14 {
  margin-left: 3.5rem;
} /* 56px */
.m-16 {
  margin: 4rem;
} /* 64px */
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
} /* 64px */
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
} /* 64px */
.mt-16 {
  margin-top: 4rem;
} /* 64px */
.mr-16 {
  margin-right: 4rem;
} /* 64px */
.mb-16 {
  margin-bottom: 4rem;
} /* 64px */
.ml-16 {
  margin-left: 4rem;
} /* 64px */
.m-20 {
  margin: 5rem;
} /* 80px */
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
} /* 80px */
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
} /* 80px */
.mt-20 {
  margin-top: 5rem;
} /* 80px */
.mr-20 {
  margin-right: 5rem;
} /* 80px */
.mb-20 {
  margin-bottom: 5rem;
} /* 80px */
.ml-20 {
  margin-left: 5rem;
} /* 80px */
.m-30 {
  margin: 7.5rem;
} /* 160px */
.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
} /* 160px */
.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
} /* 160px */
.mt-30 {
  margin-top: 7.5rem;
} /* 160px */
.mr-30 {
  margin-right: 7.5rem;
} /* 160px */
.mb-30 {
  margin-bottom: 7.5rem;
} /* 160px */
.ml-30 {
  margin-left: 7.5rem;
} /* 160px */
.m-35 {
  margin: 8rem;
} /* 160px */
.mx-35 {
  margin-left: 8rem;
  margin-right: 8rem;
} /* 160px */
.my-35 {
  margin-top: 8rem;
  margin-bottom: 8rem;
} /* 160px */
.mt-35 {
  margin-top: 8rem;
} /* 160px */
.mr-35 {
  margin-right: 8rem;
} /* 160px */
.mb-35 {
  margin-bottom: 8rem;
} /* 160px */
.ml-35 {
  margin-left: 8rem;
} /* 160px */
@media (width >= 992px) {
  .l__m-0 {
    margin: 0px;
  }
  .l__mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .l__my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .l__mt-0 {
    margin-top: 0px;
  }
  .l__mr-0 {
    margin-right: 0px;
  }
  .l__mb-0 {
    margin-bottom: 0px;
  }
  .l__ml-0 {
    margin-left: 0px;
  }
  .l__m-16 {
    margin: 4rem;
  } /* 64px */
  .l__mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  } /* 64px */
  .l__my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  } /* 64px */
  .l__mt-16 {
    margin-top: 4rem;
  } /* 64px */
  .l__mr-16 {
    margin-right: 4rem;
  } /* 64px */
  .l__mb-16 {
    margin-bottom: 4rem;
  } /* 64px */
  .l__ml-16 {
    margin-left: 4rem;
  } /* 64px */
  .l__m-4 {
    margin: 1rem;
  }
  .l__mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  } /* 16px */
  .l__my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  } /* 16px */
  .l__mt-4 {
    margin-top: 1rem;
  } /* 16px */
  .l__mr-4 {
    margin-right: 1rem;
  } /* 16px */
  .l__mb-4 {
    margin-bottom: 1rem;
  } /* 16px */
  .l__ml-4 {
    margin-left: 1rem;
  } /* 16px */
  .l__m-8 {
    margin: 2rem;
  } /* 32px */
  .l__mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  } /* 32px */
  .l__my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  } /* 32px */
  .l__mt-8 {
    margin-top: 2rem;
  } /* 32px */
  .l__mr-8 {
    margin-right: 2rem;
  } /* 32px */
  .l__mb-8 {
    margin-bottom: 2rem;
  } /* 32px */
  .l__ml-8 {
    margin-left: 2rem;
  } /* 32px */
  .l__m-16 {
    margin: 4rem;
  } /* 64px */
  .l__mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  } /* 64px */
  .l__my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  } /* 64px */
  .l__mt-16 {
    margin-top: 4rem;
  } /* 64px */
  .l__mr-16 {
    margin-right: 4rem;
  } /* 64px */
  .l__mb-16 {
    margin-bottom: 4rem;
  } /* 64px */
  .l__ml-16 {
    margin-left: 4rem;
  } /* 64px */
  .l__m-24 {
    margin: 6rem;
  }
  .l__mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .l__my-24 {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .l__mt-24 {
    margin-top: 6rem;
  }
  .l__mr-24 {
    margin-right: 6rem;
  }
  .l__mb-24 {
    margin-bottom: 6rem;
  }
  .l__ml-24 {
    margin-left: 6rem;
  }
  .l__m-35 {
    margin: 8rem;
  } /* 160px */
  .l__mx-35 {
    margin-left: 8rem;
    margin-right: 8rem;
  } /* 160px */
  .l__my-35 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  } /* 160px */
  .l__mt-35 {
    margin-top: 8rem;
  } /* 160px */
  .l__mr-35 {
    margin-right: 8rem;
  } /* 160px */
  .l__mb-35 {
    margin-bottom: 8rem;
  } /* 160px */
  .l__ml-35 {
    margin-left: 8rem;
  } /* 160px */
}
.p-0 {
  padding: 0px;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.p-1 {
  padding: 0.25rem;
} /* 4px */
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
} /* 4px */
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} /* 4px */
.pt-1 {
  padding-top: 0.25rem;
} /* 4px */
.pr-1 {
  padding-right: 0.25rem;
} /* 4px */
.pb-1 {
  padding-bottom: 0.25rem;
} /* 4px */
.pl-1 {
  padding-left: 0.25rem;
} /* 4px */
.p-2 {
  padding: 0.5rem;
} /* 8px */
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
} /* 8px */
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} /* 8px */
.pt-2 {
  padding-top: 0.5rem;
} /* 8px */
.pr-2 {
  padding-right: 0.5rem;
} /* 8px */
.pb-2 {
  padding-bottom: 0.5rem;
} /* 8px */
.pl-2 {
  padding-left: 0.5rem;
} /* 8px */
.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
} /* 16px */
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
} /* 16px */
.pt-4 {
  padding-top: 1rem;
} /* 16px */
.pr-4 {
  padding-right: 1rem;
} /* 16px */
.pb-4 {
  padding-bottom: 1rem;
} /* 16px */
.pl-4 {
  padding-left: 1rem;
} /* 16px */
.p-6 {
  padding: 1.5rem;
} /* 24px */
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
} /* 24px */
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
} /* 24px */
.pt-6 {
  padding-top: 1.5rem;
} /* 24px */
.pr-6 {
  padding-right: 1.5rem;
} /* 24px */
.pb-6 {
  padding-bottom: 1.5rem;
} /* 24px */
.pl-6 {
  padding-left: 1.5rem;
} /* 24px */
.p-8 {
  padding: 2rem;
} /* 32px */
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
} /* 32px */
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
} /* 32px */
.pt-8 {
  padding-top: 2rem;
} /* 32px */
.pr-8 {
  padding-right: 2rem;
} /* 32px */
.pb-8 {
  padding-bottom: 2rem;
} /* 32px */
.pl-8 {
  padding-left: 2rem;
} /* 32px */
.p-10 {
  padding: 2.5rem;
} /* 40px */
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
} /* 40px */
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
} /* 40px */
.pt-10 {
  padding-top: 2.5rem;
} /* 40px */
.pr-10 {
  padding-right: 2.5rem;
} /* 40px */
.pb-10 {
  padding-bottom: 2.5rem;
} /* 40px */
.pl-10 {
  padding-left: 2.5rem;
} /* 40px */
.p-12 {
  padding: 3rem;
} /* 48px */
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
} /* 48px */
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
} /* 48px */
.pt-12 {
  padding-top: 3rem;
} /* 48px */
.pr-12 {
  padding-right: 3rem;
} /* 48px */
.pb-12 {
  padding-bottom: 3rem;
} /* 48px */
.pl-12 {
  padding-left: 3rem;
} /* 48px */
.p-14 {
  padding: 3.5rem;
} /* 56px */
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
} /* 56px */
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
} /* 56px */
.pt-14 {
  padding-top: 3.5rem;
} /* 56px */
.pr-14 {
  padding-right: 3.5rem;
} /* 56px */
.pb-14 {
  padding-bottom: 3.5rem;
} /* 56px */
.pl-14 {
  padding-left: 3.5rem;
} /* 56px */
.p-16 {
  padding: 4rem;
} /* 64px */
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
} /* 64px */
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
} /* 64px */
.pt-16 {
  padding-top: 4rem;
} /* 64px */
.pr-16 {
  padding-right: 4rem;
} /* 64px */
.pb-16 {
  padding-bottom: 4rem;
} /* 64px */
.pl-16 {
  padding-left: 4rem;
} /* 64px */
.p-20 {
  padding: 5rem;
} /* 80px */
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
} /* 80px */
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
} /* 80px */
.pt-20 {
  padding-top: 5rem;
} /* 80px */
.pr-20 {
  padding-right: 5rem;
} /* 80px */
.pb-20 {
  padding-bottom: 5rem;
} /* 80px */
.pl-20 {
  padding-left: 5rem;
} /* 80px */
.p-24 {
  padding: 6rem;
} /* 80px */
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
} /* 80px */
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
} /* 80px */
.pt-24 {
  padding-top: 6rem;
} /* 80px */
.pr-24 {
  padding-right: 6rem;
} /* 80px */
.pb-24 {
  padding-bottom: 6rem;
} /* 80px */
.pl-24 {
  padding-left: 6rem;
} /* 80px */
.p-30 {
  padding: 8rem;
} /* 160px */
.px-30 {
  padding-left: 8rem;
  padding-right: 8rem;
} /* 160px */
.py-30 {
  padding-top: 8rem;
  padding-bottom: 8rem;
} /* 160px */
.pt-30 {
  padding-top: 8rem;
} /* 160px */
.pr-30 {
  padding-right: 8rem;
} /* 160px */
.pb-30 {
  padding-bottom: 8rem;
} /* 160px */
.pl-30 {
  padding-left: 8rem;
} /* 160px */
.p-40 {
  padding: 10rem;
} /* 160px */
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
} /* 160px */
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
} /* 160px */
.pt-40 {
  padding-top: 10rem;
} /* 160px */
.pr-40 {
  padding-right: 10rem;
} /* 160px */
.pb-40 {
  padding-bottom: 10rem;
} /* 160px */
.pl-40 {
  padding-left: 10rem;
} /* 160px */
@media (width >= 1200px) {
  .l__p-0 {
    padding: 0px;
  }
  .l__px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .l__py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .l__pt-0 {
    padding-top: 0px;
  }
  .l__pr-0 {
    padding-right: 0px;
  }
  .l__pb-0 {
    padding-bottom: 0px;
  }
  .l__pl-0 {
    padding-left: 0px;
  }
  .l__p-1 {
    padding: 0.25rem;
  } /* 4px */
  .l__px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  } /* 4px */
  .l__py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  } /* 4px */
  .l__pt-1 {
    padding-top: 0.25rem;
  } /* 4px */
  .l__pr-1 {
    padding-right: 0.25rem;
  } /* 4px */
  .l__pb-1 {
    padding-bottom: 0.25rem;
  } /* 4px */
  .l__pl-1 {
    padding-left: 0.25rem;
  } /* 4px */
  .l__p-2 {
    padding: 0.5rem;
  } /* 8px */
  .l__px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  } /* 8px */
  .l__py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  } /* 8px */
  .l__pt-2 {
    padding-top: 0.5rem;
  } /* 8px */
  .l__pr-2 {
    padding-right: 0.5rem;
  } /* 8px */
  .l__pb-2 {
    padding-bottom: 0.5rem;
  } /* 8px */
  .l__pl-2 {
    padding-left: 0.5rem;
  } /* 8px */
  .l__p-4 {
    padding: 1rem;
  }
  .l__px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  } /* 16px */
  .l__py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  } /* 16px */
  .l__pt-4 {
    padding-top: 1rem;
  } /* 16px */
  .l__pr-4 {
    padding-right: 1rem;
  } /* 16px */
  .l__pb-4 {
    padding-bottom: 1rem;
  } /* 16px */
  .l__pl-4 {
    padding-left: 1rem;
  } /* 16px */
  .l__p-6 {
    padding: 1.5rem;
  } /* 24px */
  .l__px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } /* 24px */
  .l__py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  } /* 24px */
  .l__pt-6 {
    padding-top: 1.5rem;
  } /* 24px */
  .l__pr-6 {
    padding-right: 1.5rem;
  } /* 24px */
  .l__pb-6 {
    padding-bottom: 1.5rem;
  } /* 24px */
  .l__pl-6 {
    padding-left: 1.5rem;
  } /* 24px */
  .l__p-8 {
    padding: 2rem;
  } /* 32px */
  .l__px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  } /* 32px */
  .l__py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  } /* 32px */
  .l__pt-8 {
    padding-top: 2rem;
  } /* 32px */
  .l__pr-8 {
    padding-right: 2rem;
  } /* 32px */
  .l__pb-8 {
    padding-bottom: 2rem;
  } /* 32px */
  .l__pl-8 {
    padding-left: 2rem;
  } /* 32px */
  .l__p-10 {
    padding: 2.5rem;
  } /* 40px */
  .l__px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  } /* 40px */
  .l__py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  } /* 40px */
  .l__pt-10 {
    padding-top: 2.5rem;
  } /* 40px */
  .l__pr-10 {
    padding-right: 2.5rem;
  } /* 40px */
  .l__pb-10 {
    padding-bottom: 2.5rem;
  } /* 40px */
  .l__pl-10 {
    padding-left: 2.5rem;
  } /* 40px */
  .l__p-12 {
    padding: 3rem;
  } /* 48px */
  .l__px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  } /* 48px */
  .l__py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  } /* 48px */
  .l__pt-12 {
    padding-top: 3rem;
  } /* 48px */
  .l__pr-12 {
    padding-right: 3rem;
  } /* 48px */
  .l__pb-12 {
    padding-bottom: 3rem;
  } /* 48px */
  .l__pl-12 {
    padding-left: 3rem;
  } /* 48px */
  .l__p-14 {
    padding: 3.5rem;
  } /* 56px */
  .l__px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  } /* 56px */
  .l__py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  } /* 56px */
  .l__pt-14 {
    padding-top: 3.5rem;
  } /* 56px */
  .l__pr-14 {
    padding-right: 3.5rem;
  } /* 56px */
  .l__pb-14 {
    padding-bottom: 3.5rem;
  } /* 56px */
  .l__pl-14 {
    padding-left: 3.5rem;
  } /* 56px */
  .l__p-16 {
    padding: 4rem;
  } /* 64px */
  .l__px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  } /* 64px */
  .l__py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  } /* 64px */
  .l__pt-16 {
    padding-top: 4rem;
  } /* 64px */
  .l__pr-16 {
    padding-right: 4rem;
  } /* 64px */
  .l__pb-16 {
    padding-bottom: 4rem;
  } /* 64px */
  .l__pl-16 {
    padding-left: 4rem;
  } /* 64px */
  .l__p-20 {
    padding: 5rem;
  } /* 80px */
  .l__px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  } /* 80px */
  .l__py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  } /* 80px */
  .l__pt-20 {
    padding-top: 5rem;
  } /* 80px */
  .l__pr-20 {
    padding-right: 5rem;
  } /* 80px */
  .l__pb-20 {
    padding-bottom: 5rem;
  } /* 80px */
  .l__pl-20 {
    padding-left: 5rem;
  } /* 80px */
  .l__p-24 {
    padding: 6rem;
  } /* 80px */
  .l__px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  } /* 80px */
  .l__py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  } /* 80px */
  .l__pt-24 {
    padding-top: 6rem;
  } /* 80px */
  .l__pr-24 {
    padding-right: 6rem;
  } /* 80px */
  .l__pb-24 {
    padding-bottom: 6rem;
  } /* 80px */
  .l__pl-24 {
    padding-left: 6rem;
  } /* 80px */
  .l__p-30 {
    padding: 8rem;
  } /* 160px */
  .l__px-30 {
    padding-left: 8rem;
    padding-right: 8rem;
  } /* 160px */
  .l__py-30 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  } /* 160px */
  .l__pt-30 {
    padding-top: 8rem;
  } /* 160px */
  .l__pr-30 {
    padding-right: 8rem;
  } /* 160px */
  .l__pb-30 {
    padding-bottom: 8rem;
  } /* 160px */
  .l__pl-30 {
    padding-left: 8rem;
  } /* 160px */
  .l__p-40 {
    padding: 10rem;
  } /* 160px */
  .l__px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  } /* 160px */
  .l__py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  } /* 160px */
  .l__pt-40 {
    padding-top: 10rem;
  } /* 160px */
  .l__pr-40 {
    padding-right: 10rem;
  } /* 160px */
  .l__pb-40 {
    padding-bottom: 10rem;
  } /* 160px */
  .l__pl-40 {
    padding-left: 10rem;
  } /* 160px */
}
/* Links
--------------------------------------------- */
a:visited {
  color: inherit;
}

.text-link_primary {
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.text-link_primary:hover {
  color: #00BF6F;
}

.decoration_none {
  text-decoration: none;
}

.decoration_underline {
  text-decoration: underline;
}

.decoration_unset {
  text-decoration: unset;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn_primary {
  border: 2px solid;
  border-radius: 100rem;
  display: inline-block;
  color: #222222;
  line-height: 1.5;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 2rem;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media (width <= 1200px) {
  .btn_primary {
    text-align: center;
  }
}
.btn_primary.--btn-fennel {
  background-color: #00BF6F;
  border-color: #00BF6F;
  color: #003133;
}
.btn_primary.--btn-fennel:hover {
  background-color: #003133;
  color: #ffffff !important;
}
.btn_primary.--btn-fennel-outline {
  background-color: transparent;
  border-color: #00BF6F;
  color: #003133;
}
.btn_primary.--btn-fennel-outline:hover {
  background-color: #00BF6F;
  color: #003133 !important;
}
.btn_primary.--btn-cool-icicle {
  background-color: #E1EEE6;
  border-color: #E1EEE6;
  color: #003133;
}
.btn_primary.--btn-cool-icicle:hover {
  background-color: #003133;
  color: #E1EEE6;
}
.btn_primary.--btn-noras-forest {
  background-color: #003133;
  border-color: #003133;
  color: #ffffff;
}
.btn_primary.--btn-noras-forest:hover {
  background-color: #00BF6F;
  color: #003133;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/***************************
* Grid Template Cols
***************************/
.grid-cols--1 {
  -ms-grid-columns: (minmax(0, 2fr))[2];
  grid-template-columns: repeat(2, minmax(0, 2fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-auto {
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-cols-auto-16 {
  -ms-grid-columns: auto 1rem auto;
  grid-template-columns: auto 1rem auto;
}

.grid-cols-auto-24 {
  -ms-grid-columns: auto 1.5rem auto;
  grid-template-columns: auto 1.5rem auto;
}

.grid-cols-auto-32 {
  -ms-grid-columns: auto 2rem auto;
  grid-template-columns: auto 2rem auto;
}

.grid-cols-auto-40 {
  -ms-grid-columns: auto 2.5rem auto;
  grid-template-columns: auto 2.5rem auto;
}

.grid-cols-auto-48 {
  -ms-grid-columns: auto 3rem auto;
  grid-template-columns: auto 3rem auto;
}

.grid-cols-auto-56 {
  -ms-grid-columns: auto 3.5rem auto;
  grid-template-columns: auto 3.5rem auto;
}

.grid-cols-auto-64 {
  -ms-grid-columns: auto 4rem auto;
  grid-template-columns: auto 4rem auto;
}

.grid-cols-auto-72 {
  -ms-grid-columns: auto 4.5rem auto;
  grid-template-columns: auto 4.5rem auto;
}

.grid-cols-auto-80 {
  -ms-grid-columns: auto 5rem auto;
  grid-template-columns: auto 5rem auto;
}

.grid-cols-none {
  -ms-grid-columns: none;
  grid-template-columns: none;
}

@media (width <= 992px) {
  .m__grid-cols--1 {
    -ms-grid-columns: (minmax(0, 2fr))[2];
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
  .lm__grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .m__grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .m__grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .m__grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .m__grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .m__grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .m__grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .m__grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .m__grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .m__grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .m__grid-cols-auto {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .m__grid-cols-auto-16 {
    -ms-grid-columns: auto 1rem auto;
    grid-template-columns: auto 1rem auto;
  }
  .m__grid-cols-auto-24 {
    -ms-grid-columns: auto 1.5rem auto;
    grid-template-columns: auto 1.5rem auto;
  }
  .m__grid-cols-auto-32 {
    -ms-grid-columns: auto 2rem auto;
    grid-template-columns: auto 2rem auto;
  }
  .m__grid-cols-auto-40 {
    -ms-grid-columns: auto 2.5rem auto;
    grid-template-columns: auto 2.5rem auto;
  }
  .m__grid-cols-auto-48 {
    -ms-grid-columns: auto 3rem auto;
    grid-template-columns: auto 3rem auto;
  }
  .m__grid-cols-auto-56 {
    -ms-grid-columns: auto 3.5rem auto;
    grid-template-columns: auto 3.5rem auto;
  }
  .m__grid-cols-auto-64 {
    -ms-grid-columns: auto 4rem auto;
    grid-template-columns: auto 4rem auto;
  }
  .m__grid-cols-auto-72 {
    -ms-grid-columns: auto 4.5rem auto;
    grid-template-columns: auto 4.5rem auto;
  }
  .m__grid-cols-auto-80 {
    -ms-grid-columns: auto 5rem auto;
    grid-template-columns: auto 5rem auto;
  }
}
@media (width >= 992px) {
  .l__grid-cols--1 {
    -ms-grid-columns: (minmax(0, 2fr))[2];
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
  .l__grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l__grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l__grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .l__grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .l__grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .l__grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .l__grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .l__grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .l__grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .l__grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .l__grid-cols-auto {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .l__grid-cols-auto-16 {
    -ms-grid-columns: auto 1rem auto;
    grid-template-columns: auto 1rem auto;
  }
  .l__grid-cols-auto-24 {
    -ms-grid-columns: auto 1.5rem auto;
    grid-template-columns: auto 1.5rem auto;
  }
  .l__grid-cols-auto-32 {
    -ms-grid-columns: auto 2rem auto;
    grid-template-columns: auto 2rem auto;
  }
  .l__grid-cols-auto-40 {
    -ms-grid-columns: auto 2.5rem auto;
    grid-template-columns: auto 2.5rem auto;
  }
  .l__grid-cols-auto-48 {
    -ms-grid-columns: auto 3rem auto;
    grid-template-columns: auto 3rem auto;
  }
  .l__grid-cols-auto-56 {
    -ms-grid-columns: auto 3.5rem auto;
    grid-template-columns: auto 3.5rem auto;
  }
  .l__grid-cols-auto-64 {
    -ms-grid-columns: auto 4rem auto;
    grid-template-columns: auto 4rem auto;
  }
  .l__grid-cols-auto-72 {
    -ms-grid-columns: auto 4.5rem auto;
    grid-template-columns: auto 4.5rem auto;
  }
  .l__grid-cols-auto-80 {
    -ms-grid-columns: auto 5rem auto;
    grid-template-columns: auto 5rem auto;
  }
}
/***************************
* Grid Col Start / End
***************************/
.col-auto {
  grid-column: auto;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3/span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4/span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5/span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7/span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8/span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9/span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10/span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11/span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-start-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-start-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-start-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-start-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-start-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-start-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

.col-start-13 {
  -ms-grid-column: 13;
      grid-column-start: 13;
}

.col-start-auto {
  -ms-grid-column: auto;
      grid-column-start: auto;
}

.col-end-1 {
  -ms-grid-column-span: 1;
  grid-column-end: 1;
}

.col-end-2 {
  -ms-grid-column-span: 2;
  grid-column-end: 2;
}

.col-end-3 {
  -ms-grid-column-span: 3;
  grid-column-end: 3;
}

.col-end-4 {
  -ms-grid-column-span: 4;
  grid-column-end: 4;
}

.col-end-5 {
  -ms-grid-column-span: 5;
  grid-column-end: 5;
}

.col-end-6 {
  -ms-grid-column-span: 6;
  grid-column-end: 6;
}

.col-end-7 {
  -ms-grid-column-span: 7;
  grid-column-end: 7;
}

.col-end-8 {
  -ms-grid-column-span: 8;
  grid-column-end: 8;
}

.col-end-9 {
  -ms-grid-column-span: 9;
  grid-column-end: 9;
}

.col-end-10 {
  -ms-grid-column-span: 10;
  grid-column-end: 10;
}

.col-end-11 {
  -ms-grid-column-span: 11;
  grid-column-end: 11;
}

.col-end-12 {
  -ms-grid-column-span: 12;
  grid-column-end: 12;
}

.col-end-13 {
  -ms-grid-column-span: 13;
  grid-column-end: 13;
}

.col-end-auto {
  -ms-grid-column-span: auto;
  grid-column-end: auto;
}

@media (width <= 992px) {
  .m__col-auto {
    grid-column: auto;
  }
  .m__col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .m__col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .m__col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .m__col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .m__col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .m__col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .m__col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .m__col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .m__col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .m__col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .m__col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .m__col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .m__col-span-full {
    grid-column: 1/-1;
  }
}
@media (width >= 992px) {
  .l__col-auto {
    grid-column: auto;
  }
  .l__col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .l__col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .l__col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .l__col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .l__col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .l__col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .l__col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .l__col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .l__col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .l__col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .l__col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .l__col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .l__col-span-full {
    grid-column: 1/-1;
  }
}
/***************************
* Grid Template Rows
***************************/
.grid-rows-1 {
  -ms-grid-rows: (minmax(0, 1fr))[1];
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  -ms-grid-rows: (minmax(0, 1fr))[3];
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  -ms-grid-rows: (minmax(0, 1fr))[4];
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  -ms-grid-rows: (minmax(0, 1fr))[5];
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  -ms-grid-rows: (minmax(0, 1fr))[6];
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  -ms-grid-rows: (minmax(0, 1fr))[7];
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  -ms-grid-rows: (minmax(0, 1fr))[8];
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  -ms-grid-rows: (minmax(0, 1fr))[9];
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-10 {
  -ms-grid-rows: (minmax(0, 1fr))[10];
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  -ms-grid-rows: (minmax(0, 1fr))[11];
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  -ms-grid-rows: (minmax(0, 1fr))[12];
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-none {
  -ms-grid-rows: none;
  grid-template-rows: none;
}

.grid-rows-subgrid {
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}

/***************************
* Grid Row Start/End
***************************/
.row-auto {
  grid-row: auto;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3/span 3;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4/span 4;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5/span 5;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6/span 6;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row: span 7/span 7;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row: span 8/span 8;
}

.row-span-9 {
  -ms-grid-row-span: 9;
  grid-row: span 9/span 9;
}

.row-span-10 {
  -ms-grid-row-span: 10;
  grid-row: span 10/span 10;
}

.row-span-11 {
  -ms-grid-row-span: 11;
  grid-row: span 11/span 11;
}

.row-span-12 {
  -ms-grid-row-span: 12;
  grid-row: span 12/span 12;
}

.row-span-full {
  grid-row: 1/-1;
}

.row-start-1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.row-start-2 {
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.row-start-3 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}

.row-start-4 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}

.row-start-5 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}

.row-start-6 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}

.row-start-7 {
  -ms-grid-row: 7;
      grid-row-start: 7;
}

.row-start-8 {
  -ms-grid-row: 8;
      grid-row-start: 8;
}

.row-start-9 {
  -ms-grid-row: 9;
      grid-row-start: 9;
}

.row-start-10 {
  -ms-grid-row: 10;
      grid-row-start: 10;
}

.row-start-11 {
  -ms-grid-row: 11;
      grid-row-start: 11;
}

.row-start-12 {
  -ms-grid-row: 12;
      grid-row-start: 12;
}

.row-start-13 {
  -ms-grid-row: 13;
      grid-row-start: 13;
}

.row-start-auto {
  -ms-grid-row: auto;
      grid-row-start: auto;
}

.row-end-1 {
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

.row-end-2 {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
}

.row-end-3 {
  -ms-grid-row-span: 3;
  grid-row-end: 3;
}

.row-end-4 {
  -ms-grid-row-span: 4;
  grid-row-end: 4;
}

.row-end-5 {
  -ms-grid-row-span: 5;
  grid-row-end: 5;
}

.row-end-6 {
  -ms-grid-row-span: 6;
  grid-row-end: 6;
}

.row-end-7 {
  -ms-grid-row-span: 7;
  grid-row-end: 7;
}

.row-end-8 {
  -ms-grid-row-span: 8;
  grid-row-end: 8;
}

.row-end-9 {
  -ms-grid-row-span: 9;
  grid-row-end: 9;
}

.row-end-10 {
  -ms-grid-row-span: 10;
  grid-row-end: 10;
}

.row-end-11 {
  -ms-grid-row-span: 11;
  grid-row-end: 11;
}

.row-end-12 {
  -ms-grid-row-span: 12;
  grid-row-end: 12;
}

.row-end-13 {
  -ms-grid-row-span: 13;
  grid-row-end: 13;
}

.row-end-auto {
  -ms-grid-row-span: auto;
  grid-row-end: auto;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (width <= 992px) {
  .md_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md_flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md_flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (width >= 992px) {
  .l_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l_flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l_flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (width >= 1500px) {
  .xxl_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxl_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxl_flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxl_flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

.is-flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.is-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.is-flex-grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.is-flex-grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.is-flex-grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}

.is-flex-grow-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}

.is-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.is-flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.is-flex-shrink-2 {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.is-flex-shrink-3 {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.is-flex-shrink-4 {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}

.is-flex-shrink-5 {
  -ms-flex-negative: 5;
      flex-shrink: 5;
}

/***************************
* Gap
***************************/
.gap-0 {
  gap: 0px;
}

.gap-x-0 {
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-px {
  gap: 1px;
}

.gap-x-px {
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-0-5 {
  gap: 0.125rem;
} /* 2px */
.gap-x-0-5 {
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
} /* 2px */
.gap-y-0-5 {
  row-gap: 0.125rem;
} /* 2px */
.gap-1 {
  gap: 0.25rem;
} /* 4px */
.gap-x-1 {
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
} /* 4px */
.gap-y-1 {
  row-gap: 0.25rem;
} /* 4px */
.gap-1-5 {
  gap: 0.375rem;
} /* 6px */
.gap-x-1-5 {
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
} /* 6px */
.gap-y-1-5 {
  row-gap: 0.375rem;
} /* 6px */
.gap-2 {
  gap: 0.5rem;
} /* 8px */
.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
} /* 8px */
.gap-y-2 {
  row-gap: 0.5rem;
} /* 8px */
.gap-2-5 {
  gap: 0.625rem;
} /* 10px */
.gap-x-2-5 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
} /* 10px */
.gap-y-2-5 {
  row-gap: 0.625rem;
} /* 10px */
.gap-3 {
  gap: 0.75rem;
} /* 12px */
.gap-x-3 {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
} /* 12px */
.gap-y-3 {
  row-gap: 0.75rem;
} /* 12px */
.gap-3-5 {
  gap: 0.875rem;
} /* 14px */
.gap-x-3-5 {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
} /* 14px */
.gap-y-3-5 {
  row-gap: 0.875rem;
} /* 14px */
.gap-4 {
  gap: 1rem;
} /* 16px */
.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
} /* 16px */
.gap-y-4 {
  row-gap: 1rem;
} /* 16px */
.gap-5 {
  gap: 1.25rem;
} /* 20px */
.gap-x-5 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
} /* 20px */
.gap-y-5 {
  row-gap: 1.25rem;
} /* 20px */
.gap-6 {
  gap: 1.5rem;
} /* 24px */
.gap-x-6 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
} /* 24px */
.gap-y-6 {
  row-gap: 1.5rem;
} /* 24px */
.gap-7 {
  gap: 1.75rem;
} /* 28px */
.gap-x-7 {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
} /* 28px */
.gap-y-7 {
  row-gap: 1.75rem;
} /* 28px */
.gap-8 {
  gap: 2rem;
} /* 32px */
.gap-x-8 {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
} /* 32px */
.gap-y-8 {
  row-gap: 2rem;
} /* 32px */
.gap-9 {
  gap: 2.25rem;
} /* 36px */
.gap-x-9 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
} /* 36px */
.gap-y-9 {
  row-gap: 2.25rem;
} /* 36px */
.gap-10 {
  gap: 2.5rem;
} /* 40px */
.gap-x-10 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
} /* 40px */
.gap-y-10 {
  row-gap: 2.5rem;
} /* 40px */
.gap-11 {
  gap: 2.75rem;
} /* 44px */
.gap-x-11 {
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
} /* 44px */
.gap-y-11 {
  row-gap: 2.75rem;
} /* 44px */
.gap-12 {
  gap: 3rem;
} /* 48px */
.gap-x-12 {
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
} /* 48px */
.gap-y-12 {
  row-gap: 3rem;
} /* 48px */
.gap-14 {
  gap: 3.5rem;
} /* 56px */
.gap-x-14 {
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
} /* 56px */
.gap-y-14 {
  row-gap: 3.5rem;
} /* 56px */
.gap-16 {
  gap: 4rem;
} /* 64px */
.gap-x-16 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
} /* 64px */
.gap-y-16 {
  row-gap: 4rem;
} /* 64px */
.gap-20 {
  gap: 5rem;
} /* 80px */
.gap-x-20 {
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
} /* 80px */
.gap-y-20 {
  row-gap: 5rem;
} /* 80px */
.gap-24 {
  gap: 6rem;
} /* 96px */
.gap-x-24 {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
} /* 96px */
.gap-y-24 {
  row-gap: 6rem;
} /* 96px */
.gap-28 {
  gap: 7rem;
} /* 112px */
.gap-x-28 {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
} /* 112px */
.gap-y-28 {
  row-gap: 7rem;
} /* 112px */
.gap-32 {
  gap: 8rem;
} /* 128px */
.gap-x-32 {
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
} /* 128px */
.gap-y-32 {
  row-gap: 8rem;
} /* 128px */
.gap-36 {
  gap: 9rem;
} /* 144px */
.gap-x-36 {
  -webkit-column-gap: 9rem;
     -moz-column-gap: 9rem;
          column-gap: 9rem;
} /* 144px */
.gap-y-36 {
  row-gap: 9rem;
} /* 144px */
.gap-40 {
  gap: 10rem;
} /* 160px */
.gap-x-40 {
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
} /* 160px */
.gap-y-40 {
  row-gap: 10rem;
} /* 160px */
.gap-44 {
  gap: 11rem;
} /* 176px */
.gap-x-44 {
  -webkit-column-gap: 11rem;
     -moz-column-gap: 11rem;
          column-gap: 11rem;
} /* 176px */
.gap-y-44 {
  row-gap: 11rem;
} /* 176px */
.gap-48 {
  gap: 12rem;
} /* 192px */
.gap-x-48 {
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
} /* 192px */
.gap-y-48 {
  row-gap: 12rem;
} /* 192px */
.gap-52 {
  gap: 13rem;
} /* 208px */
.gap-x-52 {
  -webkit-column-gap: 13rem;
     -moz-column-gap: 13rem;
          column-gap: 13rem;
} /* 208px */
.gap-y-52 {
  row-gap: 13rem;
} /* 208px */
.gap-56 {
  gap: 14rem;
} /* 224px */
.gap-x-56 {
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
} /* 224px */
.gap-y-56 {
  row-gap: 14rem;
} /* 224px */
.gap-60 {
  gap: 15rem;
} /* 240px */
.gap-x-60 {
  -webkit-column-gap: 15rem;
     -moz-column-gap: 15rem;
          column-gap: 15rem;
} /* 240px */
.gap-y-60 {
  row-gap: 15rem;
} /* 240px */
.gap-64 {
  gap: 16rem;
} /* 256px */
.gap-x-64 {
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
} /* 256px */
.gap-y-64 {
  row-gap: 16rem;
} /* 256px */
.gap-72 {
  gap: 18rem;
} /* 288px */
.gap-x-72 {
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
          column-gap: 18rem;
} /* 288px */
.gap-y-72 {
  row-gap: 18rem;
} /* 288px */
.gap-80 {
  gap: 20rem;
} /* 320px */
.gap-x-80 {
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
} /* 320px */
.gap-y-80 {
  row-gap: 20rem;
} /* 320px */
.gap-96 {
  gap: 24rem;
} /* 384px */
.gap-x-96 {
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
} /* 384px */
.gap-y-96 {
  row-gap: 24rem;
} /* 384px */
@media (width <= 992px) {
  .md__gap-0 {
    gap: 0px;
  }
  .md__gap-px {
    gap: 1px;
  }
  .md__gap-0-5 {
    gap: 0.125rem;
  }
  .md__gap-1 {
    gap: 0.25rem;
  }
  .md__gap-1-5 {
    gap: 0.375rem;
  }
  .md__gap-2 {
    gap: 0.5rem;
  }
  .md__gap-3-5 {
    gap: 0.875rem;
  }
  .md__gap-4 {
    gap: 1rem;
  }
  .md__gap-5 {
    gap: 1.25rem;
  }
  .md__gap-6 {
    gap: 1.5rem;
  }
  .md__gap-7 {
    gap: 1.75rem;
  }
  .md__gap-8 {
    gap: 2rem;
  }
  .md__gap-9 {
    gap: 2.25rem;
  }
  .md__gap-10 {
    gap: 2.5rem;
  }
  .md__gap-11 {
    gap: 2.75rem;
  }
  .md__gap-12 {
    gap: 3rem;
  }
  .md__gap-14 {
    gap: 3.5rem;
  }
  .md__gap-16 {
    gap: 4rem;
  }
  .md__gap-20 {
    gap: 5rem;
  }
  .md__gap-24 {
    gap: 6rem;
  }
  .md__gap-28 {
    gap: 7rem;
  }
  .md__gap-32 {
    gap: 8rem;
  }
  .md__gap-36 {
    gap: 9rem;
  }
  .md__gap-40 {
    gap: 10rem;
  }
  .md__gap-44 {
    gap: 11rem;
  }
  .md__gap-48 {
    gap: 12rem;
  }
  .md__gap-52 {
    gap: 13rem;
  }
  .md__gap-56 {
    gap: 14rem;
  }
  .md__gap-60 {
    gap: 15rem;
  }
  .md__gap-64 {
    gap: 16rem;
  }
  .md__gap-72 {
    gap: 18rem;
  }
  .md__gap-80 {
    gap: 20rem;
  }
  .md__gap-96 {
    gap: 24rem;
  }
}
@media (width >= 992px) {
  .l__gap-0 {
    gap: 0px;
  }
  .l__gap-px {
    gap: 1px;
  }
  .l__gap-0-5 {
    gap: 0.125rem;
  }
  .l__gap-1 {
    gap: 0.25rem;
  }
  .l__gap-1-5 {
    gap: 0.375rem;
  }
  .l__gap-2 {
    gap: 0.5rem;
  }
  .l__gap-3-5 {
    gap: 0.875rem;
  }
  .l__gap-4 {
    gap: 1rem;
  }
  .l__gap-5 {
    gap: 1.25rem;
  }
  .l__gap-6 {
    gap: 1.5rem;
  }
  .l__gap-7 {
    gap: 1.75rem;
  }
  .l__gap-8 {
    gap: 2rem;
  }
  .l__gap-9 {
    gap: 2.25rem;
  }
  .l__gap-10 {
    gap: 2.5rem;
  }
  .l__gap-11 {
    gap: 2.75rem;
  }
  .l__gap-12 {
    gap: 3rem;
  }
  .l__gap-14 {
    gap: 3.5rem;
  }
  .l__gap-16 {
    gap: 4rem;
  }
  .l__gap-20 {
    gap: 5rem;
  }
  .l__gap-24 {
    gap: 6rem;
  }
  .l__gap-28 {
    gap: 7rem;
  }
  .l__gap-32 {
    gap: 8rem;
  }
  .l__gap-36 {
    gap: 9rem;
  }
  .l__gap-40 {
    gap: 10rem;
  }
  .l__gap-44 {
    gap: 11rem;
  }
  .l__gap-48 {
    gap: 12rem;
  }
  .l__gap-52 {
    gap: 13rem;
  }
  .l__gap-56 {
    gap: 14rem;
  }
  .l__gap-60 {
    gap: 15rem;
  }
  .l__gap-64 {
    gap: 16rem;
  }
  .l__gap-72 {
    gap: 18rem;
  }
  .l__gap-80 {
    gap: 20rem;
  }
  .l__gap-96 {
    gap: 24rem;
  }
}
/***************************
* Justify Content
***************************/
.justify-normal {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.justify-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

@media (width <= 992px) {
  .md__justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .md__justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .md__justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md__justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .md__justify-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media (width >= 992px) {
  .l__justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .l__justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .l__justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l__justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l__justify-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media (width >= 1500px) {
  .xxl__justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .xxl__justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .xxl__justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xxl__justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xxl__justify-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
/***************************
* Justify Items
***************************/
.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

@media (width <= 992px) {
  .md__justify-items-start {
    justify-items: start;
  }
  .md__justify-items-end {
    justify-items: end;
  }
  .md__justify-items-center {
    justify-items: center;
  }
  .md__justify-items-stretch {
    justify-items: stretch;
  }
}
@media (width >= 992px) {
  .l__justify-items-start {
    justify-items: start;
  }
  .l__justify-items-end {
    justify-items: end;
  }
  .l__justify-items-center {
    justify-items: center;
  }
  .l__justify-items-stretch {
    justify-items: stretch;
  }
}
@media (width >= 1500px) {
  .xxl__justify-items-start {
    justify-items: start;
  }
  .xxl__justify-items-end {
    justify-items: end;
  }
  .xxl__justify-items-center {
    justify-items: center;
  }
  .xxl__justify-items-stretch {
    justify-items: stretch;
  }
}
/***************************
* Justify Self
***************************/
.justify-self-auto {
  -ms-grid-column-align: auto;
      justify-self: auto;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

/***************************
* Align Content
***************************/
.content-normal {
  -ms-flex-line-pack: normal;
      align-content: normal;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.content-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/***************************
* Align Items
***************************/
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (width <= 992px) {
  .md__items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md__items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .md__items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md__items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .md__items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (width >= 992px) {
  .l_items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l_items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l_items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l_items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (width >= 1500px) {
  .xxl_items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xxl_items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .xxl_items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xxl_items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .xxl_items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
/***************************
* Align Self
***************************/
.self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

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

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.navigation {
  background-color: #E1EEE6;
  height: 96px;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media only screen and (max-width: 1200px) {
  .navigation {
    height: auto;
  }
}
.navigation .nav-container .brand {
  top: 0;
}
@media (width <= 1200px) {
  .navigation .nav-container .brand {
    top: 1rem;
  }
}
.navigation .nav-container .brand a img {
  height: 3rem;
  width: auto;
}
.navigation .nav-container nav ul li {
  position: relative;
}
.navigation .nav-container nav ul li .nav-list_item {
  color: #003133;
  height: 96px;
}
@media (width <= 1200px) {
  .navigation .nav-container nav ul li .nav-list_item {
    border-bottom: 1px solid #00BF6F;
    font-size: 20px;
    height: auto;
  }
}
.navigation .nav-container nav ul li a,
.navigation .nav-container nav ul li a:visited {
  text-decoration: none;
}
.navigation .nav-container nav ul li:first-of-type > ul {
  left: -2rem;
}
.navigation .nav-container nav ul li:nth-of-type(2) > ul {
  left: -7rem;
}
.navigation .nav-container nav ul li:nth-of-type(3) > ul {
  left: -15rem;
}
.navigation .nav-container nav .nav-list_cta-group a:first-of-type {
  background-color: #00BF6F;
  border: 1px solid #00BF6F;
  border-radius: 100rem;
  display: inline-block;
  color: #003133;
  line-height: 1.5;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  padding: 0.5rem 2rem;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.navigation .nav-container nav .nav-list_cta-group a:first-of-type:hover {
  background-color: #003133;
  border-color: #003133;
  color: #ffffff;
}
.navigation .nav-container nav .nav-list_cta-group a:last-of-type {
  background-color: transparent;
  border: 1px solid #00BF6F;
  border-radius: 100rem;
  display: inline-block;
  color: #003133;
  line-height: 1.5;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  padding: 0.5rem 2rem;
  text-decoration: none;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.navigation .nav-container nav .nav-list_cta-group a:last-of-type:hover {
  background-color: #00BF6F;
}
@media (width <= 1200px) {
  .navigation .nav-container nav .nav-list_cta-group {
    padding: 2rem 1rem;
  }
}

.nav-dropdown {
  background-color: #A2E4B8;
  border-radius: 0 0 16px 16px;
  position: absolute;
  display: none;
  min-width: 800px;
  z-index: 999999;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  gap: 2rem;
  padding: 2rem;
}
.nav-dropdown li a {
  color: #222222;
}
.nav-dropdown li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #222222;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  bottom: -5px;
  left: 0;
}
.nav-dropdown li a:hover:before {
  width: 100%;
}
.nav-dropdown li a.link-active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
}
@media (width <= 1200px) {
  .nav-dropdown {
    min-width: 100%;
  }
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 1200px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    display: block !important;
    padding: 1rem 1rem 2rem;
    position: static;
  }
  .nav-dropdown li {
    margin-bottom: 0.5rem;
  }
  .nav-dropdown li a {
    font-size: 18px;
  }
  .nav-list {
    max-height: 99vh;
    overflow: scroll;
    padding: 2rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 2rem;
    margin-right: 2rem;
  }
  .nav-list > li > a {
    position: relative;
  }
  .nav-list > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #222;
    bottom: 2rem;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .nav-list > li > a.link-active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #222;
    bottom: 2rem;
  }
  .nav-list > li > a:hover::after {
    width: 100%;
  }
}
#nav-toggle {
  position: absolute;
  left: 0;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  nav ul > li:hover > .nav-dropdown {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

/*============================
HERO
============================*/
#hero {
  top: -1rem;
}
#hero .hero-home {
  padding-top: 16rem;
}
#hero .hero-home .hero-home_content * {
  color: #ffffff;
}
#hero .hero-home .hero-home_content .hero-home_main {
  margin: 4rem auto 0;
}
#hero .hero-home .hero-home_content .hero-home_main .hero-home_main-summ p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
#hero .hero-home .hero-home_content .hero-home_main .hero-home_main-cta__group a:nth-child(2) {
  color: #ffffff;
}
#hero .hero-home .hero-home_feat {
  left: 0;
  top: 0;
}
#hero .hero-home .hero-home_feat::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 49, 51, 0.75);
}
#hero .hero-no-img {
  padding-top: 15rem;
}
#hero .hero-no-img .hero-no-img_content h1, #hero .hero-no-img .hero-no-img_content h2, #hero .hero-no-img .hero-no-img_content h3, #hero .hero-no-img .hero-no-img_content h4, #hero .hero-no-img .hero-no-img_content h5, #hero .hero-no-img .hero-no-img_content h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
#hero .hero-no-img .hero-no-img_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
#hero .hero-no-img .hero-no-img_content ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
#hero .hero-no-img .hero-no-img_content ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  #hero .hero-no-img .hero-no-img_content ul {
    text-align: left;
  }
}
#hero .hero-no-img .hero-no-img_content p {
  max-width: 768px;
  width: 100%;
}
#hero .hero-no-img .hero-no-img_content p:not(:last-of-type) {
  margin-bottom: 2rem;
}
#hero .hero-no-img .hero-no-img_content a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
#hero .hero-no-img .hero-no-img_content a:hover {
  color: #00BF6F;
}
#hero .hero-no-img .hero-no-img_content .hero-no-img_head h1 {
  margin: 0;
}
@media (width <= 560px) {
  #hero .hero-no-img .hero-no-img_content a {
    inline-size: 200px;
    overflow-wrap: break-word;
    display: block;
    margin: 0 auto;
  }
}

/*============================
PAGES
============================*/
/* Marquee */
.marquee .marquee-content .marquee-carousel .marquee-carousel_wrapper .marquee-item {
  color: #006C5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 50px;
  width: auto;
}
@media (width <= 560px) {
  .marquee .marquee-content .marquee-carousel .marquee-carousel_wrapper .marquee-item {
    font-size: 24px;
  }
}
@media (width <= 1200px) {
  .marquee .marquee-content .marquee-carousel .marquee-carousel_wrapper .marquee-item {
    font-size: 32px;
  }
}
.marquee .marquee-content .marquee-carousel .marquee-carousel_wrapper .marquee-item .marquee-item_bullet {
  background-color: #ABA6D5;
  width: 12px;
  height: 12px;
  border-radius: 100rem;
  display: inline-block;
}

.full-col .full-col_content .full-col_head p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .full-col .full-col_content .full-col_head p {
    font-size: 5vh;
  }
}
.full-col .full-col_content .full-col_summ h1, .full-col .full-col_content .full-col_summ h2, .full-col .full-col_content .full-col_summ h3, .full-col .full-col_content .full-col_summ h4, .full-col .full-col_content .full-col_summ h5, .full-col .full-col_content .full-col_summ h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.full-col .full-col_content .full-col_summ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.full-col .full-col_content .full-col_summ ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.full-col .full-col_content .full-col_summ ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .full-col .full-col_content .full-col_summ ul {
    text-align: left;
  }
}
.full-col .full-col_content .full-col_summ p {
  max-width: 768px;
  width: 100%;
}
.full-col .full-col_content .full-col_summ p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.full-col .full-col_content .full-col_summ a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.full-col .full-col_content .full-col_summ a:hover {
  color: #00BF6F;
}
.full-col .full-col_content .full-col_summ ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 3rem 1rem 0;
}
.full-col .full-col_content .full-col_summ ul li {
  list-style-type: disc;
  padding-left: 0;
}
.full-col .full-col_content .full-col_summ ul li::before {
  display: none;
}

/* Two Col */
.two-col .two-col_content .two-col_left .two-col_left-head p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .two-col .two-col_content .two-col_left .two-col_left-head p {
    font-size: 5vh;
  }
}
.two-col .two-col_content .two-col_right .two-col_left-summ h1, .two-col .two-col_content .two-col_right .two-col_left-summ h2, .two-col .two-col_content .two-col_right .two-col_left-summ h3, .two-col .two-col_content .two-col_right .two-col_left-summ h4, .two-col .two-col_content .two-col_right .two-col_left-summ h5, .two-col .two-col_content .two-col_right .two-col_left-summ h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.two-col .two-col_content .two-col_right .two-col_left-summ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.two-col .two-col_content .two-col_right .two-col_left-summ ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.two-col .two-col_content .two-col_right .two-col_left-summ ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .two-col .two-col_content .two-col_right .two-col_left-summ ul {
    text-align: left;
  }
}
.two-col .two-col_content .two-col_right .two-col_left-summ p {
  max-width: 768px;
  width: 100%;
}
.two-col .two-col_content .two-col_right .two-col_left-summ p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.two-col .two-col_content .two-col_right .two-col_left-summ a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.two-col .two-col_content .two-col_right .two-col_left-summ a:hover {
  color: #00BF6F;
}

/* Two Col - With Image */
.two-col-img .two-col-img_content.two-col_w-outline .two-col-img_left {
  border: 2px solid #00BF6F;
}
.two-col-img .two-col-img_content .two-col-img_left .two-col-img_left-wrapper .two-col-img_left-body__title p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .two-col-img .two-col-img_content .two-col-img_left .two-col-img_left-wrapper .two-col-img_left-body__title p {
    font-size: 5vh;
  }
}

/* Two Col - Feature */
.two-col-feat {
  background-color: #003133;
}
.two-col-feat.two-col-feat_right--null .two-col-feat_content {
  -ms-grid-columns: none !important;
  grid-template-columns: none !important;
}
.two-col-feat.two-col-feat_right--null .two-col-feat_left {
  max-width: 1200px;
  width: 100%;
}
.two-col-feat.two-col-feat_right--null .two-col-feat_right {
  display: none;
}
.two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-head * {
  color: #ffffff;
  margin: 0;
}
.two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-head p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-head p {
    font-size: 5vh;
  }
}
.two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-excerpt p {
  color: #ffffff;
}
.two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-items .two-col-feat_left-item {
  color: #ffffff;
  font-size: 24px;
}
.two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-items .two-col-feat_left-item .two-col-feat_left-item__arrow svg {
  height: 35px;
  width: 35px;
}
@media (width <= 560px) {
  .two-col-feat .two-col-feat_content .two-col-feat_left .two-col-feat_left-items .two-col-feat_left-item .two-col-feat_left-item__arrow svg {
    height: 25px;
    width: 25px;
  }
}
.two-col-feat .two-col-feat_content .two-col-feat_right.two-col-feat_right--img {
  height: 100%;
}
.two-col-feat .two-col-feat_content .two-col-feat_right.two-col-feat_right--ill img {
  max-width: 600px;
}
.two-col-feat .two-col-feat_content .two-col-feat_right .two-col-feat_right-main * {
  color: #ffffff;
  font-weight: 300;
}
.two-col-feat .two-col-feat_content .two-col-feat_right .two-col-feat_right-main p {
  font-size: 24px;
}

/* Two Col - CTA */
.two-col-cta .two-col-cta_items-block .two-col-cta_items .two-col-cta_item {
  background-color: #E1EEE6;
  min-height: 425px;
}
.two-col-cta .two-col-cta_items-block .two-col-cta_items .two-col-cta_item .two-col-cta_item-head__title {
  border-bottom: 2px solid #ABA6D5;
}

/* Three Col - Data */
.three-col-data .three-col-data_content .three-col-data_items .three-col-data_item {
  background-color: #E1EEE6;
  height: auto;
  min-height: 300px;
}
.three-col-data .three-col-data_content .three-col-data_items .three-col-data_item * {
  font-weight: 300;
}
.three-col-data .three-col-data_content .three-col-data_items .three-col-data_item .three-col-data_item-data {
  color: #00BF6F;
}
.three-col-data .three-col-data_content .three-col-data_items .three-col-data_item .three-col-data_item-excerpt p {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (width <= 1200px) {
  .three-col-data .three-col-data_content .three-col-data_items .three-col-data_item .three-col-data_item-excerpt p {
    font-size: 24px;
  }
}

/* Three Col - CTA */
.three-col-cta .three-col-cta_content .three-col-cta_items .three-col-cta_item {
  min-height: 425px;
}
.three-col-cta .three-col-cta_content .three-col-cta_items .three-col-cta_item .three-col-cta_item-head .three-col-cta_item-head__title {
  border-bottom: 2px solid #ABA6D5;
}
.three-col-cta .three-col-cta_content .three-col-cta_items.three-col_cta--dark * {
  color: #ffffff;
}
.three-col-cta .three-col-cta_content .three-col-cta_items.three-col_cta--dark .three-col-cta_item {
  background-color: #003133;
}
.three-col-cta .three-col-cta_content .three-col-cta_items.three-col_cta--light * {
  color: #222222;
}
.three-col-cta .three-col-cta_content .three-col-cta_items.three-col_cta--light .three-col-cta_item {
  background-color: #E1EEE6;
}

/* Rows */
.rows {
  background-color: #003133;
}
.rows * {
  color: #ffffff;
}
.rows .rows-items .rows-item {
  background-color: #ffffff;
}
.rows .rows-items .rows-item * {
  color: #222222;
}
.rows .rows-items .rows-item .rows-item_col-left .rows-item_col-left__featured img {
  max-height: 500px;
}
@media (width <= 1200px) {
  .rows .rows-items .rows-item .rows-item_col-left .rows-item_col-left__featured img {
    max-height: 300px;
  }
}
.rows .rows-items .rows-item .rows-item_col-right .rows-item_col-right__title p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .rows .rows-items .rows-item .rows-item_col-right .rows-item_col-right__title p {
    font-size: 5vh;
  }
}
.rows .rows-items .rows-item .rows-item_col-right .rows-item_col-right__title p {
  font-family: "DM Sans", sans-serif !important;
}

/* Mosaic */
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-top {
  border: 2px solid #00BF6F;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-top h3 {
  margin: 0;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom {
  background-color: #A2E4B8;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-progressbar {
  background: #ABA6D5;
  height: 12px !important;
  max-width: 150px;
  margin: 2rem auto !important;
  left: 0;
  width: 100%;
  right: 0;
  border-radius: 100rem;
  overflow: hidden;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-progressbar span {
  background: #003133;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel .mosaic-carousel_items .mosaic-carousel_item-main {
  padding: 12rem 3rem;
}
@media (width <= 1200px) {
  .mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel .mosaic-carousel_items .mosaic-carousel_item-main {
    padding: 8rem 2rem;
  }
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel .mosaic-carousel_items .mosaic-carousel_item-main .mosaic-carousel_item-title p {
  margin: 0;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows {
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 999999;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows .mosaic-carousel_button div {
  cursor: pointer;
  width: 32px;
  height: 32px;
  /* background: green; */
  z-index: 999999;
  border-radius: 100rem;
  border: 2px solid #00BF6F;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows .mosaic-carousel_button.mosaic-carousel_button-prev svg {
  position: relative;
  right: 1px;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows .mosaic-carousel_button.mosaic-carousel_button-next svg {
  position: relative;
  left: 1px;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows .mosaic-carousel_button:hover div {
  background-color: #00BF6F;
}
.mosaic .mosaic-content .mosaic-col_left .mosaic-col_left-bottom .mosaic-carousel_arrows .mosaic-carousel_button:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (width <= 1200px) {
  .mosaic .mosaic-content .mosaic-col_right .msoaic-col_right-featured {
    min-height: 500px;
  }
}

/* History */
.history {
  background-color: #F5F5F5;
}
.history .history-timeline {
  background-color: #003133;
  padding: 10rem 0 14rem;
}
@media (width <= 1200px) {
  .history .history-timeline {
    background-color: transparent;
    padding: 2rem 0;
  }
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items {
    gap: 1rem;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item {
  cursor: pointer;
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item {
    background-color: #003133;
    border-radius: 8px;
    padding: 2rem 0;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_item-year span {
  color: #006C5B;
  font-size: 24px;
  top: -4rem;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_item-year span {
    color: #ffffff;
    top: 0;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_bar {
  background-color: #006C5B;
  height: 2px;
  left: 0;
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_bar {
    display: none;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_bar span {
  background-color: #006C5B;
  border-radius: 100rem;
  height: 12px;
  width: 12px;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_item-excerpt p {
  max-width: 275px;
  width: 100%;
  color: #006C5B;
  position: absolute;
  top: 2rem;
  font-size: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item .history-timeline_item-excerpt p {
    color: #ffffff;
    top: 0;
    margin: 1rem auto 0;
    position: relative;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover * {
  color: #ffffff;
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover .history-timeline_item-year span {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover .history-timeline_item-year span {
    -webkit-transform: none;
            transform: none;
  }
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover .history-timeline_bar span {
  background-color: #ffffff;
  height: 18px;
  width: 18px;
}
.history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover .history-timeline_item-excerpt p {
  color: #ffffff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (width <= 1200px) {
  .history .history-timeline .history-timeline_content .history-timeline_items .history-timeline_item:hover .history-timeline_item-excerpt p {
    -webkit-transform: none;
            transform: none;
  }
}

/* Accordion */
.accord {
  background-color: #003133;
}
.accord .accord-content .accord-sec * {
  color: #ffffff;
}
.accord .accord-content .accord-sec .accord-sec_subtitle {
  color: #ABA6D5;
  font-size: 1rem;
}
.accord .accord-content .accord-sec .accord-sec_title p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .accord .accord-content .accord-sec .accord-sec_title p {
    font-size: 5vh;
  }
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h1, .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h2, .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h3, .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h4, .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h5, .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left ul {
    text-align: left;
  }
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left p {
  max-width: 768px;
  width: 100%;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left a:hover {
  color: #00BF6F;
}
.accord .accord-content .accord-sec .accord-sec_cols .accord-sec_col-left ul {
  margin: 0;
}
.accord .accord-content .accord-sec_head {
  color: #ABA6D5;
}
.accord .accord-content .accord-items .accord-item {
  border-bottom: 2px solid #ABA6D5;
}
.accord .accord-content .accord-items .accord-item .accord-item_trigger {
  color: #00BF6F;
}
.accord .accord-content .accord-items .accord-item .accord-item_trigger span {
  width: 55px;
  height: 55px;
  border: 2px solid #00BF6F;
  border-radius: 100rem;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.accord .accord-content .accord-items .accord-item .accord-item_trigger span img {
  width: 24px;
  height: 31px;
}
@media (width <= 1200px) {
  .accord .accord-content .accord-items .accord-item .accord-item_trigger span {
    width: 45px;
    height: 45px;
  }
  .accord .accord-content .accord-items .accord-item .accord-item_trigger span img {
    width: 20px;
  }
}
.accord .accord-content .accord-items .accord-item .accord-item_trigger.acc-active span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner * {
  color: #ffffff;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h1, .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h2, .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h3, .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h4, .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h5, .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner ul {
    text-align: left;
  }
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner p {
  max-width: 768px;
  width: 100%;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.accord .accord-content .accord-items .accord-item .accord-item_main .accord-item_inner a:hover {
  color: #00BF6F;
}

/* Testimonials */
.testimonial .testimonial-content .testimonial-col_left,
.testimonial .testimonial-content .testimonial-col_right {
  background-color: #003133;
}
.testimonial .testimonial-content .testimonial-col_left .testimonial-items .testimonial-item .testimonial-item_title,
.testimonial .testimonial-content .testimonial-col_right .testimonial-items .testimonial-item .testimonial-item_title {
  color: #ffffff;
}
.testimonial .testimonial-content .testimonial-col_left .testimonial-items .testimonial-item .testimonial-item_main,
.testimonial .testimonial-content .testimonial-col_right .testimonial-items .testimonial-item .testimonial-item_main {
  background-color: #00BF6F;
}
.testimonial .testimonial-content .testimonial-col_left .testimonial-items .testimonial-item .testimonial-item_main .testimonial-item_excerpt,
.testimonial .testimonial-content .testimonial-col_right .testimonial-items .testimonial-item .testimonial-item_main .testimonial-item_excerpt {
  color: #222222;
}
.testimonial .testimonial-content .testimonial-col_left .testimonial-items .testimonial-item .testimonial-item_main .testimonial-item_author,
.testimonial .testimonial-content .testimonial-col_right .testimonial-items .testimonial-item .testimonial-item_main .testimonial-item_author {
  color: #ffffff;
}

/* Questions Carousel */
.questions-carousel .questions-carousel_content .questions-carousel_col-left {
  background-color: #E1EEE6;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-left .questions-carousel_col-left__main .questions_carousel_col-left__logo img {
  height: 125px;
  width: 75px;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-left .questions-carousel_col-left__main .questions_carousel_col-left__title p {
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .questions-carousel .questions-carousel_content .questions-carousel_col-left .questions-carousel_col-left__main .questions_carousel_col-left__title p {
    font-size: 5vh;
  }
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right {
  border: 2px solid #00BF6F;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_col-right__progressbar {
  background: #ABA6D5;
  height: 12px !important;
  max-width: 150px;
  margin: 2rem auto !important;
  left: 0;
  width: 100%;
  right: 0;
  border-radius: 100rem;
  overflow: hidden;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_col-right__progressbar span {
  background: #003133;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel {
  padding: 5rem 5rem 10rem;
}
@media (width <= 1200px) {
  .questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel {
    padding: 5rem 2rem 8rem;
  }
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel .questions-carousel_col-right__items .questions-carousel_col-right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15rem;
}
@media (width <= 1200px) {
  .questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel .questions-carousel_col-right__items .questions-carousel_col-right__item {
    gap: 10rem;
  }
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel .questions-carousel_col-right__items .questions-carousel_col-right__item .questions-carousel_col-right__item-title {
  color: #00BF6F;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_carousel .questions-carousel_col-right__items .questions-carousel_col-right__item .questions-carousel_col-right__item-excerpt p {
  font-weight: 400;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_button div {
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_button.questions-carousel_button-prev svg {
  position: relative;
  right: 1px;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_button.questions-carousel_button-next svg {
  position: relative;
  left: 1px;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_button:hover div {
  background-color: #00BF6F;
}
.questions-carousel .questions-carousel_content .questions-carousel_col-right .questions-carousel_button:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

/* FAQ */
.faq {
  background-color: #003133;
}
.faq * {
  color: #ffffff;
}
.faq .faq-wrapper .faq-sec .faq-sec_head p {
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .faq .faq-wrapper .faq-sec .faq-sec_head p {
    font-size: 5vh;
  }
}
.faq .faq-wrapper .faq-sec .faq-sec_main h1, .faq .faq-wrapper .faq-sec .faq-sec_main h2, .faq .faq-wrapper .faq-sec .faq-sec_main h3, .faq .faq-wrapper .faq-sec .faq-sec_main h4, .faq .faq-wrapper .faq-sec .faq-sec_main h5, .faq .faq-wrapper .faq-sec .faq-sec_main h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.faq .faq-wrapper .faq-sec .faq-sec_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.faq .faq-wrapper .faq-sec .faq-sec_main ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.faq .faq-wrapper .faq-sec .faq-sec_main ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .faq .faq-wrapper .faq-sec .faq-sec_main ul {
    text-align: left;
  }
}
.faq .faq-wrapper .faq-sec .faq-sec_main p {
  max-width: 768px;
  width: 100%;
}
.faq .faq-wrapper .faq-sec .faq-sec_main p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.faq .faq-wrapper .faq-sec .faq-sec_main a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.faq .faq-wrapper .faq-sec .faq-sec_main a:hover {
  color: #00BF6F;
}
.faq .faq-wrapper .faq-items {
  background-color: #ffffff;
}
.faq .faq-wrapper .faq-items * {
  color: #222222;
}
.faq .faq-wrapper .faq-items .faq-items_head h3 {
  margin: 0;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block {
  border: 2px solid #00BF6F;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-trigger {
  cursor: pointer;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-trigger span {
  color: #00BF6F;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block:has(.acc-active) {
  border-color: #ABA6D5;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-item_main .__accord_faq-item_main-inner {
  padding: 1rem 1.5rem 2rem;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-item_main .__accord_faq-item_main-inner p {
  margin: 0 0 2rem 0;
  max-width: 1024px;
  width: 100%;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-item_main .__accord_faq-item_main-inner p:last-of-type {
  margin: 0;
}
.faq .faq-wrapper .faq-items .__accord_faq-item .__accord-faq-item_block .__accord_faq-item_main .__accord_faq-item_main-inner span {
  color: #00BF6F;
}
.faq .faq-bkg {
  top: 30vh;
  right: 0;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media (width <= 1200px) {
  .faq .faq-bkg {
    opacity: 0.25;
  }
}

/* Video */
.video .video-wrapper .video-main {
  aspect-ratio: 16/9;
}
.video .video-wrapper .video-main iframe {
  width: 100% !important;
  height: 100%;
  border-radius: 24px;
}
@media (width <= 1200px) {
  .video .video-wrapper .video-main iframe {
    border-radius: 16px;
  }
}

/* Team */
.team .team-content .team-items .team-item_card {
  cursor: pointer;
}
.team .team-content .team-items .team-item_card .team-item_card-wrapper {
  background-color: rgba(0, 49, 51, 0.8);
  bottom: 0;
  height: auto;
}
.team .team-content .team-items .team-item_card .team-item_card-wrapper * {
  color: #ffffff;
}
.team .team-content .team-items .team-item_card .team-item_card-wrapper .team-item_card-body__icon div {
  width: 30px;
  height: 30px;
  border: 2px solid #00BF6F;
  border-radius: 100rem;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.team .team-content .team-items .team-item_card .team-item_card-wrapper .team-item_card-body__icon div svg {
  height: 15px;
  width: 15px;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.team .team-content .team-items .team-item_card .team-item_card-bkg-img {
  aspect-ratio: 3/4;
}
.team .team-content .team-items .team-item_card .team-item_card-bkg-img img {
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.team .team-content .team-items .team-item_card:hover .team-item_card-bkg-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team .team-content .team-items .team-item_card:hover .team-item_card-body__icon div {
  background: #00BF6F;
}
.team .team-content .team-items .team-item_card:hover .team-item_card-body__icon div svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.team .team-content .team-items .team-item_card:hover .team-item_card-body__icon div svg path {
  fill: #ffffff;
  stroke: #ffffff;
}
.team .team-content .team-items .team-modal {
  inset: 0;
  display: none;
}
@media (width <= 1200px) {
  .team .team-content .team-items .team-modal {
    padding-top: 8rem;
  }
}
.team .team-content .team-items .team-modal [hidden] {
  display: none;
}
.team .team-content .team-items .team-modal .team-modal__overlay {
  inset: 0;
  background: rgba(0, 108, 91, 0.5);
  opacity: 0;
  -webkit-transition: opacity 180ms ease-in-out;
  transition: opacity 180ms ease-in-out;
  pointer-events: none; /* disable clicks by default; enable when visible */
}
.team .team-content .team-items .team-modal.visible .team-modal__overlay {
  opacity: 1;
  pointer-events: auto;
}
.team .team-content .team-items .team-modal.show > .team-modal__overlay {
  opacity: 1;
  pointer-events: auto;
}
.team .team-content .team-items .team-modal.hide .team-modal__overlay {
  opacity: 1;
}
.team .team-content .team-items .team-modal:not(.hidden) .team-modal__overlay {
  opacity: 1;
}
.team .team-content .team-items .team-modal .team-modal__content {
  background-color: #003133;
  width: min(1440px, 90vw);
  min-height: auto;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  max-height: 95vh;
  top: 40px;
}
.team .team-content .team-items .team-modal .team-modal__content * {
  color: #ffffff;
}
@media (width <= 1200px) {
  .team .team-content .team-items .team-modal .team-modal__content {
    max-height: 95vh;
    padding-bottom: 8rem;
  }
}
.team .team-content .team-items .team-modal .team-modal__content .team-modal__inner .team-modal__inner-body .team-modal__inner-title {
  border-bottom: 2px solid #ABA6D5;
}
.team .team-content .team-items .team-modal .team-modal__content .team-modal__inner .team-modal__inner-body .team-modal__inner-bio {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}
.team .team-content .team-items .team-modal .team-modal__content .team-modal__inner .team-modal__inner-img {
  min-height: 400px;
}
@media (width <= 1200px) {
  .team .team-content .team-items .team-modal .team-modal__content .team-modal__inner .team-modal__inner-img img {
    max-height: 400px;
  }
}
.team .team-content .team-items .team-modal .team-modal__content .team-modal__close {
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 24px;
  z-index: 99;
  cursor: pointer;
}
@media (width <= 1200px) {
  .team .team-content .team-items .team-modal .team-modal__content .team-modal__close {
    top: 24px;
    right: 24px;
  }
}

/* Careers */
.careers {
  background-color: #E1EEE6;
}
.careers .careers-item {
  background-color: #ffffff;
  border: 2px solid #00BF6F;
}
.careers .careers-item .careers-item_descrip .careers-item_descrip-title {
  border-bottom: 2px solid #ABA6D5;
}
.careers .careers-item .careers-item_descrip .careers-item_descrip-title h1, .careers .careers-item .careers-item_descrip .careers-item_descrip-title h2, .careers .careers-item .careers-item_descrip .careers-item_descrip-title h3, .careers .careers-item .careers-item_descrip .careers-item_descrip-title h4, .careers .careers-item .careers-item_descrip .careers-item_descrip-title h5, .careers .careers-item .careers-item_descrip .careers-item_descrip-title h6 {
  margin: 0;
}
.careers .careers-item .careers-item_descrip ul {
  margin: 1rem 1.75rem;
  padding: 0;
}
.careers .careers-item .__accord-posting-item_block {
  border-bottom: 2px solid #ABA6D5;
}
.careers .careers-item .__accord-posting-item_block .__accord_posting-trigger span {
  height: 40px;
  width: 40px;
  border: 2px solid #00BF6F;
  border-radius: 100vw;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.careers .careers-item .careers-item_descrip-additional a {
  color: #00BF6F;
}

/* Two Column - Carousel */
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_sec .two-col-carousel_sec-head p {
  font-family: "Raleway", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .two-col-carousel .two-col-carousel_wrapper .two-col-carousel_sec .two-col-carousel_sec-head p {
    font-size: 5vh;
  }
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left {
  background-color: #E1EEE6;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel-progressbar {
  background: #ABA6D5;
  height: 12px !important;
  max-width: 150px;
  margin: 2rem auto !important;
  left: 0;
  width: 100%;
  right: 0;
  border-radius: 100rem;
  overflow: hidden;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel-progressbar span {
  background: #003133;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel-carousel .two-col-carousel_items .two-col-carousel_item-main {
  padding: 10rem 3rem 12rem;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel-carousel .two-col-carousel_items .two-col-carousel_item-main .two-col-carousel_item-title p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel-carousel .two-col-carousel_items .two-col-carousel_item-main .two-col-carousel_item-title p {
    font-size: 5vh;
  }
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows {
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 999999;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows .two-col-carousel_button div {
  cursor: pointer;
  width: 32px;
  height: 32px;
  /* background: green; */
  z-index: 999999;
  border-radius: 100rem;
  border: 2px solid #00BF6F;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows .two-col-carousel_button.two-col-carousel_button-prev svg {
  position: relative;
  right: 1px;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows .two-col-carousel_button.two-col-carousel_button-next svg {
  position: relative;
  left: 1px;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows .two-col-carousel_button:hover div {
  background-color: #00BF6F;
}
.two-col-carousel .two-col-carousel_wrapper .two-col-carousel_main .two-col-carousel_left .two-col-carousel_arrows .two-col-carousel_button:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

/* Form */
.form .form-wrapper .form-sec_content .form-sec_title p {
  font-family: "DM Sans", sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
@media (width <= 1200px) {
  .form .form-wrapper .form-sec_content .form-sec_title p {
    font-size: 5vh;
  }
}
.form .form-wrapper .form-sec_content .form-sec_summ h1, .form .form-wrapper .form-sec_content .form-sec_summ h2, .form .form-wrapper .form-sec_content .form-sec_summ h3, .form .form-wrapper .form-sec_content .form-sec_summ h4, .form .form-wrapper .form-sec_content .form-sec_summ h5, .form .form-wrapper .form-sec_content .form-sec_summ h6 {
  margin: 0 0 2rem;
  text-transform: capitalize;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 3rem 0;
  padding: 0;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  position: relative;
  list-style-type: none;
  padding-left: 3.5rem;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul li::before {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/milestone-arrow.svg);
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2rem;
  width: 35px;
  height: 25px;
}
@media (width <= 1200px) {
  .form .form-wrapper .form-sec_content .form-sec_summ ul {
    text-align: left;
  }
}
.form .form-wrapper .form-sec_content .form-sec_summ p {
  max-width: 768px;
  width: 100%;
}
.form .form-wrapper .form-sec_content .form-sec_summ p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.form .form-wrapper .form-sec_content .form-sec_summ a {
  color: #222222;
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.form .form-wrapper .form-sec_content .form-sec_summ a:hover {
  color: #00BF6F;
}
.form .form-wrapper .form-sec_content .form-sec_summ p {
  margin: 0 auto;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul li {
  list-style-type: disc;
  padding-left: 0;
}
.form .form-wrapper .form-sec_content .form-sec_summ ul li::before {
  display: none;
}
.form .form-id-block .gform_title {
  display: none !important;
}
.form .form-id-block .gform-body.gform_body input, .form .form-id-block .gform-body.gform_body textarea, .form .form-id-block .gform-body.gform_body select {
  background: rgba(250, 255, 252, 0.95) !important;
}
.form .form-id-block .gform-body.gform_body input:focus, .form .form-id-block .gform-body.gform_body textarea:focus, .form .form-id-block .gform-body.gform_body select:focus {
  outline-color: #00bf6f;
  outline-width: 2px;
  border-color: #00BF6F;
}
.form .form-id-block .ginput_container.ginput_container_date input {
  width: 100%;
}
.form .form-id-block .gform_button.button {
  background: #00bf6f !important;
  border-radius: 100vw !important;
  padding: 1rem 3rem !important;
  color: #222222 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px !important;
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 1rem;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(0, 191, 111, 0.15);
  max-width: 1020px;
  margin: 0 auto;
  padding: 0.5rem;
  height: 70px;
  border-radius: 9999px;
  -webkit-box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
}
@media (width <= 1200px) {
  .form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio {
    border-radius: 8px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 100%;
  }
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio > div {
  width: 50%;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
@media (width <= 1200px) {
  .form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio > div {
    width: 100%;
  }
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio .gform-field-label {
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-weight: 400 !important;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: inherit;
  width: 100%;
  height: 55px;
  text-align: center;
  border-radius: 100vw;
  overflow: hidden;
  color: rgba(34, 34, 34, 0.5);
  margin: 0;
}
@media (width <= 1200px) {
  .form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio .gform-field-label {
    border-radius: 8px;
    font-size: 16px;
    padding: 2rem;
  }
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio .gfield_radio .gform-field-label:hover {
  color: #222222;
}
.form .form-id-block .form-sec_head .ginput_container.ginput_container_radio input[type=radio]:checked + label {
  background-color: #00BF6F;
  color: #222222;
  font-weight: 400;
}

/*============================
Footer
============================*/
/* Newsletter */
.footer-newsletter {
  background-color: #006C5B;
}
.footer-newsletter * {
  color: #ffffff;
}
@media (width <= 1200px) {
  .footer-newsletter {
    z-index: -1;
    bottom: -1rem;
    position: relative;
  }
}

.footer-newsletter_col-right .gform-field-label {
  color: #ffffff !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400;
}

/* Prefooter */
.prefooter {
  background-color: #F5F5F5;
}
.prefooter * {
  color: #222222;
}
.prefooter .prefooter-sec-main .prefooter-main-links a hover {
  color: #00BF6F;
}

.site-footer {
  background-color: #003133;
}
.site-footer * {
  color: #ffffff;
  font-size: 16px;
}
.site-footer .footer-content .footer-right .footer-right_row-top {
  border-bottom: 2px solid #ABA6D5;
}
.site-footer .footer-content .footer-right .footer-right_row-top .footer-right_row-top__location p {
  margin: 0;
}
.site-footer .footer-content .footer-right .footer-right_row-bottom .footer-right_row-bottom__left .footer-right_row-bottom__left-social a img {
  height: 33px;
  width: 33px;
}
.site-footer .footer-content .footer-right .footer-right_row-bottom .footer-right_row-bottom__left .footer-right_row-bottom__left-social a:hover {
  opacity: 0.5;
}
.site-footer .footer-content .footer-right .footer-right_row-bottom .footer-right_row-bottom__left .footer-right_row-bottom__left-501 {
  font-size: 16px;
  opacity: 0.5;
}
.site-footer .footer-content .footer-right .footer-right_row-bottom .footer-right_row-bottom__left .footer-right_row-bottom__left-501 p {
  margin: 0;
}
.site-footer .footer-content .footer-right .footer-right_row-bottom .footer-right_row-bottom__right .footer-right_row-bottom__right-additional a:hover {
  opacity: 1;
}
.site-footer a {
  -webkit-transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.4s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.site-footer a:hover {
  color: #00BF6F;
}

.form-group {
  margin: 6rem !important;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

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

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

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