/*!
Theme Name: sandhill-inv
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: sandhill-inv
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.

sandhill-inv 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

--------------------------------------------------------------*/
/** v-sandhill **/
/*--------------------------------------------------------------
# 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
--------------------------------------------- */
html {
  font-size: 100%;
  font-size: 18px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unna", serif;
  font-weight: 300;
  font-style: normal;
  clear: both;
}

h1 {
  font-size: 96px;
  line-height: 96px;
}

h2 {
  font-size: 64px;
  line-height: 64px;
}

h3 {
  font-size: 48px;
  line-height: 48px;
}

h4 {
  font-size: 40px;
  line-height: 44px;
}

h5 {
  font-size: 28px;
  line-height: 28px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

@media (width <= 992px) {
  h1 {
    font-size: 56px;
    line-height: 54px;
  }
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h3 {
    font-size: 40px;
    line-height: 44px;
  }
}
p, a, span {
  /* margin-bottom: 1.5em; */
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

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

.body-medium {
  font-size: 16px;
  line-height: 23px;
}

.body-small {
  font-size: 16px;
  line-height: 20px;
}

.font-IBM {
  font-family: "IBM Plex Sans", sans-serif;
}

.font-outfit {
  font-family: "Outfit", sans-serif;
}

.font-unna {
  font-family: "Unna", serif;
}

.body-xx-sm {
  font-size: 13px;
  line-height: 16px;
}

.body-x-sm {
  font-size: 14px;
  line-height: 20px;
}

.body-sm {
  font-size: 16px;
  line-height: 24px;
}

.body-base {
  font-size: 18px;
  line-height: 24px;
}

.body-base-lg {
  font-size: 20px;
  line-height: 28px;
}

.body-base-x-lg {
  font-size: 24px;
  line-height: 32px;
}

.head-lg {
  font-size: 64px;
  line-height: 64px;
}

.head-med {
  font-size: 48px;
  line-height: 48px;
}

.head-sm {
  font-size: 40px;
  line-height: 44px;
}

.head-x-sm {
  font-size: 28px;
  line-height: 28px;
}

.head-xx-sm {
  font-size: 20px;
  line-height: 24px;
}

.display-96 {
  font-size: 96px;
  line-height: 96px;
}

@media (width <= 992px) {
  .head-med {
    font-size: 40px;
    line-height: 40px;
  }
  .display-96 {
    font-size: 56px;
    line-height: 64px;
  }
}
.head-pre {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
}

.head-resource {
  font-size: 35px;
  line-height: 43px;
}

.text-nav-title,
.text-nav-title > a {
  font-size: clamp(0.65rem, 1vw, 0.75rem) !important;
  line-height: 1.15rem;
}

.text-nav-subtitle {
  font-size: 0.95rem;
  line-height: 1.25rem;
}

.hero-breadcrumb {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
}

.body-breadcrumb {
  font-size: 13px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

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

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

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

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

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

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

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.leading-3 {
  line-height: 0.75rem;
} /* 12px */
.leading-4 {
  line-height: 1rem;
} /* 16px */
.leading-5 {
  line-height: 1.25rem;
} /* 20px */
.leading-6 {
  line-height: 1.5rem;
} /* 24px */
.leading-7 {
  line-height: 1.75rem;
} /* 28px */
.leading-8 {
  line-height: 2rem;
} /* 32px */
.leading-9 {
  line-height: 2.25rem;
} /* 36px */
.leading-10 {
  line-height: 2.5rem;
} /* 40px */
.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.letter-spacing-sm {
  letter-spacing: 1px;
}

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

.letter-spacing-lg {
  letter-spacing: 4px;
}

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

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

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

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

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

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

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

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

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

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

/* Elements
--------------------------------------------- */
html {
  margin: 0 !important;
  padding: 0;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased; /* For WebKit browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}

a {
  cursor: pointer;
}

/*************************
* 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 >= 992px) {
  .l__block {
    display: block;
  }
  .l__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l__inline-block {
    display: inline-block;
  }
}
/*************************
* Floats
*************************/
.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

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

/*************************
* Object Position
*************************/
.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

@media (width >= 992px) {
  .l__static {
    position: static;
  }
  .l__fixed {
    position: fixed;
  }
  .l__absolute {
    position: absolute;
  }
  .l__relative {
    position: relative;
  }
  .l__sticky {
    position: sticky;
  }
}
/*************************
* Aspect Ratio
**************************/
.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_8-5 {
  aspect-ratio: 8/5;
}

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

/*************************
* Visibility
*************************/
.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

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

/*************************
* Sizing
*************************/
.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-3\/6 {
  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-6\/12 {
  width: 50%;
}

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

@media (width <= 992px) {
  .md__w-2__4 {
    width: 50%;
  }
}
@media (width >= 992px) {
  .l__w-1_3 {
    width: 33.333333%;
  }
  .l__w-2_3 {
    width: 66.666667%;
  }
  .l__w-1__4 {
    width: 25%;
  }
  .l__w-2__4 {
    width: 50%;
  }
  .l__w-3__4 {
    width: 75%;
  }
}
.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;
}

.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 >= 992px) {
  .l__h-screen {
    height: 100vh;
  }
  .l__h-screen-90 {
    height: 90vh;
  }
}
/*************************
* Sizing
*************************/
/* examples
.bg-current		{ }
.bg-transparent	{ background-color: transparent; }
.bg-black		{ background-color: rgb(0 0 0); }
.bg-white		{ background-color: rgb(255 255 255); }
.bg-slate-50	{ background-color: rgb(248 250 252); }
.bg-slate-100	{ background-color: rgb(241 245 249); }
.bg-slate-200	{ background-color: rgb(226 232 240); }
.bg-slate-300	{ background-color: rgb(203 213 225); }
*/
.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;
}

.bg-none {
  background-image: none;
}

/*************************
* Border
*************************/
.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
} /* 2px */
.rounded {
  border-radius: 0.25rem;
} /* 4px */
.rounded-md {
  border-radius: 0.375rem;
} /* 6px */
.rounded-lg {
  border-radius: 0.5rem;
} /* 8px */
.rounded-xl {
  border-radius: 0.75rem;
} /* 12px */
.rounded-2xl {
  border-radius: 1rem;
} /* 16px */
.rounded-3xl {
  border-radius: 1.5rem;
} /* 24px */
.rounded-full {
  border-radius: 9999px;
}

.border-tl-tr-8 {
  border-radius: 8px 8px 0 0;
}

.border-bl-br-8 {
  border-radius: 0 0 8px 8px;
}

.border-tl-bl-4 {
  border-radius: 4px 0 0 4px;
}

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

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

/*************************
* Effects
*************************/
/* examples
.shadow-sm			{ box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow				{ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-md			{ box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg			{ box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl			{ box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl			{ box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }
.shadow-inner		{ box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); }
.shadow-none		{ box-shadow: 0 0 #0000; }
*/
.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;
}

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

/*************************
* transition & animation
*************************/
/* examples */
.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;
}

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

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

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

figure {
  margin: 1em 0;
}

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

/* 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-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-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-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 >= 992px) {
  .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-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 {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}

	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}

	&:focus {
		outline: thin dotted;
	}

	&:hover,
	&:active {
		outline: 0;
	}
}
	*/
a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.sh-txtlink {
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-txtlink.--gold {
  border-bottom: 2px solid #CFAB0D;
  color: #CFAB0D !important;
}
.sh-txtlink.--gold::before {
  z-index: 5;
  content: "";
  width: 0%;
  left: 0;
  background-color: #ffffff;
  height: 2px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-txtlink.--gold:hover {
  color: #ffffff !important;
}
.sh-txtlink.--gold:hover::before {
  opacity: 1;
  width: 100%;
}
.sh-txtlink.--blue {
  border-bottom: 2px solid #CFAB0D;
  color: #CFAB0D !important;
}
.sh-txtlink.--blue::before {
  z-index: 5;
  content: "";
  width: 0%;
  left: 0;
  background-color: #102B3A;
  height: 2px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-txtlink.--blue:hover {
  color: #102B3A !important;
}
.sh-txtlink.--blue:hover::before {
  opacity: 1;
  width: 100%;
}
.sh-txtlink.--lt-blue {
  border-bottom: 2px solid #32576C;
  color: #32576C !important;
}
.sh-txtlink.--lt-blue::before {
  z-index: 5;
  content: "";
  width: 0%;
  left: 0;
  background-color: #CFAB0D;
  height: 2px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-txtlink.--lt-blue:hover {
  color: #CFAB0D !important;
}
.sh-txtlink.--lt-blue:hover::before {
  opacity: 1;
  width: 100%;
}

.global-link-icon__gold {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.global-link-icon__gold div {
  /*color: $global__dark !important;*/
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
@media (max-width <= 560px) {
  .global-link-icon__gold div {
    font-size: 14px;
  }
}
.global-link-icon__gold .global-link-icon__gold_icon {
  height: 40px;
  width: 40px;
  border: 1px solid #CFAB0D;
  border-radius: 50%;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.global-link-icon__gold .global-link-icon__gold_icon span {
  background-image: url(/wp-content/uploads/2025/04/sh-GoldArrowIcon.svg);
  height: 30px;
  width: 21px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.global-link-icon__gold .global-link-icon__gold_icon:hover span {
  color: #CFAB0D !important;
}
.global-link-icon__gold:hover div {
  color: #CFAB0D !important;
}
.global-link-icon__gold:hover .global-link-icon__gold_icon {
  background-color: #CFAB0D;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.global-link-icon__gold:hover .global-link-icon__gold_icon span {
  background-image: url(/wp-content/uploads/2025/05/sh-WhiteArrowIcon.svg);
}
@media (max-width <= 1200px) {
  .global-link-icon__gold div:first-of-type {
    width: 85%;
  }
}

.global-icon_link .global-link-icon__gold div {
  color: #0C0C0C;
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 1px solid #cfab0d;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-25%, 0%);
          transform: translate(-25%, 0%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2.75rem;
}
@media (width <= 992px) {
  .global-icon_link .global-link-icon__gold .intro__cta-arrow {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media (width <= 560px) {
  .global-icon_link .global-link-icon__gold .intro__cta-arrow {
    height: 2rem;
    width: 2rem;
  }
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow {
  height: 1.5rem;
  width: 1.5rem;
}
@media (width <= 992px) {
  .global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow:first-child {
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-45%, -50%) scaleX(1);
          transform: translate(-45%, -50%) scaleX(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow:last-child {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-300%, -50%) scaleX(2);
          transform: translate(-300%, -50%) scaleX(2);
  -webkit-transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow-white {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: square;
}
.global-icon_link .global-link-icon__gold .intro__cta-arrow .icon-arrow-gold {
  fill: none;
  stroke: #cfab0d;
  stroke-linecap: square;
}
.global-icon_link:hover .global-link-icon__gold .intro__cta-arrow {
  background: #cfab0d;
}
.global-icon_link:hover .global-link-icon__gold .icon-arrow:first-child {
  opacity: 0;
  -webkit-transform: translate(300%, -50%) scaleX(2);
          transform: translate(300%, -50%) scaleX(2);
  -webkit-transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), opacity 0.8s cubic-bezier(0.18, 0.71, 0.11, 1), -webkit-transform 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.global-icon_link:hover .global-link-icon__gold .icon-arrow:last-child {
  opacity: 1;
  -webkit-transform: translate(-45%, -50%) scaleX(1);
          transform: translate(-45%, -50%) scaleX(1);
}
@media (max-width <= 1200px) {
  .global-icon_link div:first-of-type {
    width: 85%;
  }
}

.decoration-none {
  text-decoration: none;
}

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

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

.sh-btn_prim {
  border: 1px solid #CFAB0D;
  border-color: #CFAB0D;
  border-radius: 4px;
  background: transparent;
  display: inline-block;
  color: #CFAB0D;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  letter-spacing: 3px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-btn_prim:hover {
  background-color: #CFAB0D;
  color: #ffffff;
}

.sh-textlink--icon {
  border: 1px solid #CFAB0D;
  height: 45px;
  width: 45px;
  right: 1rem;
  bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.sh-textlink--icon span {
  background-image: url(/wp-content/uploads/2025/04/sh-GoldArrowIcon.svg);
  height: 30px;
  width: 21px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sh-textlink--icon:hover span {
  background-image: url(/wp-content/uploads/2025/05/sh-BlueArrowIcon.svg);
}

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;
  }
}
/***************************
* 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;
  }
}
/***************************
* 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 {
  position: fixed;
  top: 0;
}
.navigation * {
  color: #ffffff;
}
.navigation h1, .navigation h2, .navigation h3, .navigation h4, .navigation h5, .navigation h6 {
  color: #ffffff;
}
.navigation p, .navigation span {
  color: rgba(255, 255, 255, 0.9);
}
.navigation * {
  text-wrap: balance;
}
.navigation .navigation__utility {
  background-color: #224154;
}
.navigation .navigation__utility .utility__fin-type {
  width: 65%;
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown {
  vertical-align: top;
}
@media (width <= 992px) {
  .navigation .navigation__utility .utility__fin-type .fin-type__dropdown {
    width: 100%;
  }
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-btn {
  border: none;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
  font-size: 0.65rem !important;
}
@media (width <= 540px) {
  .navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-btn {
    font-size: 0.55rem !important;
    letter-spacing: 0.1rem;
  }
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-btn i {
  color: #CFAB0D;
  display: inline-block !important;
  margin-left: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (width <= 540px) {
  .navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-btn i {
    margin-left: 0.05rem;
  }
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-btn:hover {
  color: #CFAB0D;
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container {
  display: none;
  background-color: #32576C;
  border-radius: 0 0 4px 4px;
  min-width: 350px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 35px;
  z-index: 99;
}
@media (width <= 540px) {
  .navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container {
    margin-left: -2rem !important;
  }
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container a {
  color: #ffffff;
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container a p {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.navigation .navigation__utility .utility__fin-type .fin-type__dropdown .fin-type__dropdown-container a p:first-of-type:hover {
  color: #CFAB0D;
}
.navigation .navigation__utility .utility__add-items {
  width: 35%;
}
.navigation .navigation__utility .utility__add-items > * {
  color: #102B3A;
}
.navigation .navigation__utility .utility__add-items a {
  color: #ffffff;
  padding: 0;
  text-decoration: none;
}
.navigation .navigation__utility .utility__add-items a:last-of-type {
  background-color: #32576C;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  padding: 0 2rem;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  font-size: 0.65rem !important;
}
@media (width <= 992px) {
  .navigation .navigation__utility .utility__add-items a:last-of-type {
    padding: 0 1rem;
  }
}
@media (width <= 540px) {
  .navigation .navigation__utility .utility__add-items a:last-of-type {
    padding: 0 0.5rem;
    font-size: 0.55rem !important;
    letter-spacing: 0.1rem;
  }
}
.navigation .navigation__utility .utility__add-items a:last-of-type:hover {
  background-color: #102B3A;
}
.navigation .navigation__main {
  background-color: #102B3A;
}
@media (width <= 1200px) {
  .navigation .navigation__main {
    background-color: #102B3A;
    position: fixed;
    width: 100%;
  }
}
.navigation .navigation__main .logo {
  position: absolute;
  width: 200px;
  top: 1rem;
}
@media (width <= 1200px) {
  .navigation .navigation__main .logo {
    position: relative;
    top: 0;
  }
  .navigation .navigation__main .logo img {
    width: 150px;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container {
    width: 100%;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu.show-on-mobile {
    display: block;
  }
}
.navigation .navigation__main .main__menu-container .main__menu .logo img {
  max-width: 200px;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu .logo {
    max-width: 125px;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items:before, .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items:after {
  content: "";
  display: table;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items:after {
  clear: both;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item {
  float: left;
  font-weight: 600;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item {
    background-color: #102B3A;
    border-bottom: 1px solid #32576C;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item span {
  color: #ffffff;
  cursor: pointer;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item span.parent-active-link {
  color: #CFAB0D;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item span i {
  color: #CFAB0D;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > span i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* top: -2px; */
  padding-top: -31px;
  left: 5px;
  bottom: 1px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > span:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > a {
    border-bottom: 1px solid rgba(50, 87, 108, 0.5);
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item p {
  color: #102B3A;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group {
  border-radius: 0 0 8px 8px;
  display: none;
  background: #ffffff;
  background-color: #ffffff;
  left: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group {
    border-radius: 0;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group:before, .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group:after {
  content: "";
  display: table;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group:after {
  clear: both;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 295px;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items {
    width: 100%;
  }
}
@media (width <= 1500px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items {
    width: 200px;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items > p, .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items > a {
  border-bottom: 1px solid rgba(12, 12, 12, 0.25);
}
@media (width <= 1500px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items .sub-group-items__title {
    min-height: 65px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items .sub-group-items__title-link {
  cursor: pointer;
}
@media (width <= 1500px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items .sub-group-items__title-link {
    min-height: 65px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items .sub-group-items__title-link:hover {
  color: #CFAB0D;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group .main-nav_sub-group-items i {
  color: #102B3A;
  font-size: 16px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin-left: 0.5rem;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group a {
  color: #102B3A;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group a.active-link {
  color: #CFAB0D;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group a:hover {
  color: #CFAB0D;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group a:hover i {
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li {
  margin: 0;
  padding-bottom: 0;
  color: #102B3A !important;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li a {
  color: #102B3A !important;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul::before, .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul::after {
  content: "";
  display: table;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul::after {
  clear: both;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > .main__menu-item > .sub-menu-group > li > ul li a {
  border: none;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .featured-headline {
  background-color: #102B3A;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .featured-headline p {
  color: #ffffff;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left img {
  max-width: 300px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left img {
    max-width: 100%;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video {
  max-width: 100px;
  max-height: 100px;
  border-radius: 4px;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video {
    max-width: auto;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video img {
  height: 100%;
  max-width: 100%;
  min-height: unset;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video img {
    max-width: 100%;
  }
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video::before {
  content: "";
  background-color: rgba(16, 43, 58, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video span {
  border: 1px solid #ffffff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-left.--video span img {
  width: 20px;
  height: 20px;
}
.navigation .navigation__main .main__menu-container .main__menu > .main__menu-items .sub-menu__featured-posts .featured-posts_container .featured-posts_col-right p {
  margin: 0;
  padding: 0;
}
.navigation .navigation__main .main__menu-container .main__menu .main__menu-items > li > a::after {
  width: 100%;
  height: 0;
  background: #CFAB0D;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  /* transform: translate(0px, 6px); */
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.navigation .navigation__main .main__menu-container .main__menu .main__menu-items > li > a:hover {
  color: #CFAB0D;
}
@media (width <= 992px) {
  .navigation .navigation__main .main__menu-container .main__menu .main__menu-items {
    max-height: 80vh; /* Set the max height for the nav menu */
    overflow-y: auto; /* Makes nav scrollable */
  }
}
.navigation .navigation__main .main__menu-container .main__menu .main__menu-mobile {
  display: none;
  padding: 20px;
}
.navigation .navigation__main .main__menu-container .main__menu .main__menu-mobile i {
  color: #ffffff;
  float: right;
  font-size: 28px;
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu .main__menu-mobile {
    display: block;
    padding: 20px 32px 45px;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items {
    display: none;
    border-top: 1px solid #32576C;
    position: fixed;
    left: 0;
    overflow: scroll;
    height: unset;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items.show-on-mobile {
    background-color: #102B3A;
    display: block;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li {
    width: 100%;
    float: none;
    display: block;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li a {
    /* padding: 1.5em; */
    width: 100%;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > a::after {
    display: none;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > ul {
    position: relative;
    width: 100%;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > ul > li {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > ul > li:first-child {
    margin: 0;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > ul > li > ul {
    position: relative;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > ul > li > ul > li {
    float: none;
  }
}
@media (width >= 1200px) {
  .nav-mobile-view {
    display: none;
  }
}
@media (width <= 1200px) {
  .navigation__utility {
    background-color: #32576C;
    position: fixed;
    width: 100%;
    /* height: 80px; */
    z-index: 9999;
  }
  .nav-mobile-view {
    background-color: #102B3A;
    left: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 3rem;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > a {
    font-size: 0.75rem;
    display: inline-block;
    text-wrap: nowrap;
  }
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li a {
    text-wrap: nowrap !important;
  }
}
@media (width <= 560px) {
  .navigation .navigation__main .main__menu-container .main__menu > .main__menu-items > li > a {
    font-size: 0.65rem;
  }
}
#nav-icon3 {
  width: 35px;
  height: 30px;
  /* position: relative; */
  /* margin: 50px auto; */
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #CFAB0D;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 25px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container .main__menu .main__menu-mobile {
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (width <= 1200px) {
  .navigation .navigation__main .main__menu-container {
    width: 100%;
  }
  .navigation .navigation__main .main__menu-container .main__menu > ul {
    margin: 3.5rem auto !important;
  }
}
/* Posts and pages
--------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
body.lock-scroll {
  overflow: hidden;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #102B3A;
}

#main-content {
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  /*top: -1rem;*/
}

/* hero */
#hero {
  /*padding-top: 8rem;*/
  /* Title Hero */
  /* Split Hero */
  /* One Col Hero */
  /* Slim Hero */
  /* Default Hero */
}
@media (width <= 992px) {
  #hero {
    /*padding-top: 7rem;*/
  }
}
#hero h1 {
  color: #ffffff;
}
#hero > div {
  /*color: $global__gold;*/
}
#hero .title-hero_wrap {
  margin: auto;
  min-height: 900px;
  max-height: 100svh;
}
@media (width <= 992px) {
  #hero .title-hero_wrap {
    min-height: 700px;
  }
}
@media (width <= 992px) {
  #hero .title-hero_wrap .title-hero_main .intro__cta-arrow-down {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#hero .title-hero_wrap img {
  z-index: -2;
}
#hero .title-hero_wrap .title-hero_subtitle {
  color: #CFAB0D;
}
#hero .title-hero_wrap .title-hero_maintitle {
  max-width: 1000px;
  margin: 0 auto;
}
#hero .hero-overlay {
  background-color: rgba(16, 43, 58, 0.5);
  z-index: -1;
}
#hero .split-hero_wrap {
  margin: 0 auto;
  padding-top: 8rem;
  min-height: 583px;
  max-height: 65svh;
}
@media (width <= 992px) {
  #hero .split-hero_wrap {
    margin: 0 auto;
  }
}
#hero .split-hero_wrap img {
  z-index: -2;
}
#hero .split-hero_wrap .split-hero_colleft .split-hero_colleft_content .split-hero_head div {
  color: #CFAB0D;
}
#hero .split-hero_wrap .split-hero_colright p {
  font-size: 24px;
  line-height: 32px;
}
#hero .split-hero_wrap .split-hero_colright p:last-of-type {
  margin: 0;
}
#hero .split-hero_wrap.--w-img * {
  color: #ffffff;
}
#hero .split-hero_wrap.--w-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(16, 43, 58, 0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
}
#hero .split-hero_wrap.--no-img::before {
  content: none;
}
#hero .split-hero_wrap.--no-img .split-hero_colleft .split-hero_colleft_content .split-hero_head h1 {
  color: #0C0C0C;
}
#hero .onecol-hero_wrap {
  margin: 0 auto;
  padding-top: 15rem;
}
@media (width <= 992px) {
  #hero .onecol-hero_wrap {
    margin: 0 auto;
    padding: 12rem 1rem;
  }
}
#hero .onecol-hero_wrap .onecol-hero_content .onecol-hero_head > div {
  color: #CFAB0D;
}
#hero .onecol-hero_wrap .onecol-hero_content .onecol-hero_head h1 {
  color: #102B3A;
}
#hero .slim-hero_wrap {
  background-color: #102B3A;
}
#hero .slim-hero_wrap:has(img) {
  background: none;
}
#hero .slim-hero_wrap:has(img)::before {
  content: "";
  background: rgba(16, 43, 58, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#hero .slim-hero_wrap img {
  top: 0;
  left: 0;
  z-index: -1;
}
#hero .slim-hero_wrap .slim-hero_content {
  margin: 8rem auto 0;
}
#hero .slim-hero_wrap .slim-hero_content h2 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
#hero .default-hero_wrap {
  background-color: #102B3A;
}
#hero .default-hero_wrap * {
  color: #ffffff;
}

#scrollsmoother-container {
  height: auto; /* Adjust this based on your layout */
  overflow: hidden; /* Ensure it's set to hidden to avoid scrollbars */
}

/*------------------------------
PAGES & POSTS WIDGETS 
------------------------------*/
/* Loader */
.sh-loader {
  background-color: #102B3A;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.sh-loader .sh-loader_blue-overlay {
  position: absolute;
  top: -100%; /* Start above the viewport */
  left: 0;
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: #102B3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sh-loader .sh-loader_blue-overlay img {
  top: -100%;
  left: 0;
  width: 100px;
  height: 100px;
}
.sh-loader .sh-loader_white-overlay {
  position: absolute;
  top: -200%; /* Start above the viewport */
  left: 0;
  width: 100%;
  height: 100vh; /* Full viewport height */
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Content List */
.content-list .content-list_main .content-list_list-items .content-list_list-item .content-list_list-item__wrap {
  border-top: 1px solid rgba(12, 12, 12, 0.25);
}

/* Content List Cols */
.content-list-cols .content-list-cols_wrap .content-list-cols_head p {
  max-width: 420px;
  width: 100%;
}
.content-list-cols .content-list-cols_wrap .content-list-cols_main .content-list-cols_list-items .content-list-cols_list-item .content-list-cols_list-item__wrap {
  border-top: 1px solid rgba(12, 12, 12, 0.25);
}
.content-list-cols.--dark {
  background-color: #32576C;
}
.content-list-cols.--dark * {
  color: #ffffff;
}
.content-list-cols.--dark .content-list-cols_wrap .content-list-cols_main .content-list-cols_list-items .content-list-cols_list-item .content-list-cols_list-item__wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-full .content-full_wrap h2 {
  margin-bottom: 1rem;
}
.content-full .content-full_wrap p a {
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  border-bottom: 2px solid #CFAB0D;
  color: #CFAB0D !important;
  text-decoration: none !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-full .content-full_wrap p a::before {
  z-index: 5;
  content: "";
  width: 0%;
  left: 0;
  background-color: #102B3A;
  height: 2px;
  position: absolute;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-full .content-full_wrap p a:hover {
  color: #102B3A !important;
}
.content-full .content-full_wrap p a:hover::before {
  opacity: 1;
  width: 100%;
}

/* Content Cols */
.content-cols {
  border-radius: 8px 8px 8px 8px;
}
.content-cols.--dark {
  background-color: #32576C;
}
.content-cols.--dark * {
  color: #ffffff;
}
.content-cols.--dark .content-cols_wrap .content-cols_main:not(:has(.content-cols_main-content + .content-cols_main-content)) {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
.content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content .content-cols_main-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h1, .content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h2, .content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h3, .content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h4, .content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h5, .content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.content-cols.--dark .content-cols_wrap .content-cols_main .content-cols_main-content ul li {
  border-color: rgba(255, 255, 255, 0.25);
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h2, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h3, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h4, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h5, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h6, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content p, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content ul {
  max-width: 100%;
  margin: auto;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h2 {
  margin-bottom: 1.5rem;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h3, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h4, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h5, .content-cols .content-cols_wrap .content-cols_main .content-cols_main-content h6 {
  margin: 2rem 0;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-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;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content ul li {
  border-top: 1px solid rgba(12, 12, 12, 0.25);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 0 0;
}
.content-cols .content-cols_wrap .content-cols_main .content-cols_main-content p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

/* Content Split - Image & Color*/
.content-split-img,
.content-split-color {
  background-color: #F6F6F6;
  border-radius: 8px 8px 0 0;
}
.content-split-img .split-img_wrap .content-split_featureimg,
.content-split-img .split-color_wrap .content-split_featureimg,
.content-split-color .split-img_wrap .content-split_featureimg,
.content-split-color .split-color_wrap .content-split_featureimg {
  border-radius: 0 8px 8px 0;
}
@media (width <= 992px) {
  .content-split-img .split-img_wrap .content-split_featureimg,
  .content-split-img .split-color_wrap .content-split_featureimg,
  .content-split-color .split-img_wrap .content-split_featureimg,
  .content-split-color .split-color_wrap .content-split_featureimg {
    min-height: 300px;
    width: 98%;
    margin: 0 auto;
    border-radius: 8px;
  }
  .content-split-img .split-img_wrap .content-split_featureimg img,
  .content-split-img .split-color_wrap .content-split_featureimg img,
  .content-split-color .split-img_wrap .content-split_featureimg img,
  .content-split-color .split-color_wrap .content-split_featureimg img {
    min-height: 300px;
  }
}
.content-split-img .split-img_wrap .content-split_main h2, .content-split-img .split-img_wrap .content-split_main h3, .content-split-img .split-img_wrap .content-split_main h4, .content-split-img .split-img_wrap .content-split_main h5, .content-split-img .split-img_wrap .content-split_main h6, .content-split-img .split-img_wrap .content-split_main p, .content-split-img .split-img_wrap .content-split_main ul,
.content-split-img .split-color_wrap .content-split_main h2,
.content-split-img .split-color_wrap .content-split_main h3,
.content-split-img .split-color_wrap .content-split_main h4,
.content-split-img .split-color_wrap .content-split_main h5,
.content-split-img .split-color_wrap .content-split_main h6,
.content-split-img .split-color_wrap .content-split_main p,
.content-split-img .split-color_wrap .content-split_main ul,
.content-split-color .split-img_wrap .content-split_main h2,
.content-split-color .split-img_wrap .content-split_main h3,
.content-split-color .split-img_wrap .content-split_main h4,
.content-split-color .split-img_wrap .content-split_main h5,
.content-split-color .split-img_wrap .content-split_main h6,
.content-split-color .split-img_wrap .content-split_main p,
.content-split-color .split-img_wrap .content-split_main ul,
.content-split-color .split-color_wrap .content-split_main h2,
.content-split-color .split-color_wrap .content-split_main h3,
.content-split-color .split-color_wrap .content-split_main h4,
.content-split-color .split-color_wrap .content-split_main h5,
.content-split-color .split-color_wrap .content-split_main h6,
.content-split-color .split-color_wrap .content-split_main p,
.content-split-color .split-color_wrap .content-split_main ul {
  max-width: 640px;
  margin: auto;
}
.content-split-img .split-img_wrap .content-split_main h2,
.content-split-img .split-color_wrap .content-split_main h2,
.content-split-color .split-img_wrap .content-split_main h2,
.content-split-color .split-color_wrap .content-split_main h2 {
  margin-bottom: 1.5rem;
}
.content-split-img .split-img_wrap .content-split_main h3, .content-split-img .split-img_wrap .content-split_main h4, .content-split-img .split-img_wrap .content-split_main h5, .content-split-img .split-img_wrap .content-split_main h6,
.content-split-img .split-color_wrap .content-split_main h3,
.content-split-img .split-color_wrap .content-split_main h4,
.content-split-img .split-color_wrap .content-split_main h5,
.content-split-img .split-color_wrap .content-split_main h6,
.content-split-color .split-img_wrap .content-split_main h3,
.content-split-color .split-img_wrap .content-split_main h4,
.content-split-color .split-img_wrap .content-split_main h5,
.content-split-color .split-img_wrap .content-split_main h6,
.content-split-color .split-color_wrap .content-split_main h3,
.content-split-color .split-color_wrap .content-split_main h4,
.content-split-color .split-color_wrap .content-split_main h5,
.content-split-color .split-color_wrap .content-split_main h6 {
  margin: 2rem 0;
}
.content-split-img .split-img_wrap .content-split_main p:not(:last-of-type),
.content-split-img .split-color_wrap .content-split_main p:not(:last-of-type),
.content-split-color .split-img_wrap .content-split_main p:not(:last-of-type),
.content-split-color .split-color_wrap .content-split_main p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.content-split-img .split-img_wrap .content-split_main ul,
.content-split-img .split-color_wrap .content-split_main ul,
.content-split-color .split-img_wrap .content-split_main ul,
.content-split-color .split-color_wrap .content-split_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;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-split-img .split-img_wrap .content-split_main ul li,
.content-split-img .split-color_wrap .content-split_main ul li,
.content-split-color .split-img_wrap .content-split_main ul li,
.content-split-color .split-color_wrap .content-split_main ul li {
  border-top: 1px solid rgba(12, 12, 12, 0.25);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 0 0;
}
.content-split-img .split-img_wrap .content-split_main .content-split_main-cta-wrap,
.content-split-img .split-color_wrap .content-split_main .content-split_main-cta-wrap,
.content-split-color .split-img_wrap .content-split_main .content-split_main-cta-wrap,
.content-split-color .split-color_wrap .content-split_main .content-split_main-cta-wrap {
  margin: 3rem auto 0;
}
.content-split-img .split-img_wrap .content-split_main ul,
.content-split-img .split-color_wrap .content-split_main ul,
.content-split-color .split-img_wrap .content-split_main ul,
.content-split-color .split-color_wrap .content-split_main ul {
  margin: 2.5rem auto;
}
.content-split-img .split-img_wrap.l__flex-row-reverse .content-split_featureimg,
.content-split-img .split-color_wrap.l__flex-row-reverse .content-split_featureimg,
.content-split-color .split-img_wrap.l__flex-row-reverse .content-split_featureimg,
.content-split-color .split-color_wrap.l__flex-row-reverse .content-split_featureimg {
  border-radius: 8px 0 0 8px;
}
@media (width <= 992px) {
  .content-split-img .split-img_wrap.l__flex-row-reverse .content-split_featureimg,
  .content-split-img .split-color_wrap.l__flex-row-reverse .content-split_featureimg,
  .content-split-color .split-img_wrap.l__flex-row-reverse .content-split_featureimg,
  .content-split-color .split-color_wrap.l__flex-row-reverse .content-split_featureimg {
    border-radius: 8px;
  }
}

.content-split-color {
  background-color: #102B3A;
}
.content-split-color .split-color_wrap .content-split_featureimg {
  background-color: #F6F6F6;
}
@media (width <= 992px) {
  .content-split-color .split-color_wrap .content-split_featureimg {
    border-radius: 8px !important;
  }
}
.content-split-color .split-color_wrap .content-split_featureimg img {
  height: auto;
  max-width: 75%;
  /* margin: 0 auto !important; */
  width: 100%;
}
.content-split-color .split-color_wrap .content-split_main *:not(a) {
  color: #ffffff;
}

/* Content Quote */
.content-quote {
  background-color: #102B3A;
}
.content-quote .content-quote_quote-icon {
  background-color: #102B3A;
  height: 100px;
  left: 0;
  right: 0;
  width: 100px;
  top: -55px;
}
.content-quote .content-quote_quote-icon img {
  width: 50px;
  height: 50px;
}
@media (width <= 540px) {
  .content-quote .content-quote_quote-icon img {
    width: 40px;
    height: 40px;
  }
}
.content-quote .content-quote_wrap {
  border-bottom: 1px solid #32576C;
  border-top: 1px solid #32576C;
}
.content-quote .content-quote_wrap blockquote {
  color: #ffffff;
}
.content-quote .content-quote_wrap blockquote p {
  font-family: "Unna", serif;
  margin: 0;
}
.content-quote .content-quote_foot .content-quote_foot-resource,
.content-quote .content-quote_foot .content-quote_foot-details {
  color: #ffffff;
}
.content-quote .content-quote_foot .content-quote_foot-resource {
  font-family: "Unna", serif;
}
.content-quote .content-quote_foot .content-quote_foot-details {
  color: rgba(255, 255, 255, 0.5);
}

/* Content Cards */
.content-cards .content-cards_wrap.--dark .content-card {
  background: #102B3A;
}
.content-cards .content-cards_wrap.--dark .content-card > div {
  color: #ffffff;
}
.content-cards .content-cards_wrap.--dark .content-card .content-card_content .content-card_head .content-card_subtitle {
  color: #CFAB0D;
}
.content-cards .content-cards_wrap.--dark .content-card .intro__cta-arrow {
  background: none;
}
.content-cards .content-cards_wrap.--dark .content-card:hover {
  border-color: #CFAB0D;
}
.content-cards .content-cards_wrap.--dark .content-card:hover .content-card_link-icon {
  background-color: #CFAB0D;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-cards .content-cards_wrap.--dark .content-card:hover .intro__cta-arrow {
  background: #CFAB0D;
}
.content-cards .content-cards_wrap.--light .content-card {
  background-color: #F6F6F6;
  border: 1px solid rgba(16, 43, 58, 0.25);
}
.content-cards .content-cards_wrap.--light .content-card > div {
  color: #102B3A;
}
.content-cards .content-cards_wrap.--light .content-card .content-card_content .content-card_subtitle {
  color: rgba(34, 34, 34, 0.25);
}
.content-cards .content-cards_wrap.--light .content-card .content-card_content .content-card_main {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-cards .content-cards_wrap.--light .content-card:hover {
  border-color: #CFAB0D;
}
.content-cards .content-cards_wrap.--light .content-card:hover .content-card_link-icon {
  background-color: #CFAB0D;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content-cards .content-cards_wrap .content-card {
  background-color: #F6F6F6;
  border: 1px solid rgba(16, 43, 58, 0.25);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-cards .content-cards_wrap .content-card > div {
  color: #0C0C0C;
  min-height: 400px;
}
@media (width <= 992px) {
  .content-cards .content-cards_wrap .content-card > div {
    min-height: 300px;
  }
}
.content-cards .content-cards_wrap .content-card .content-card_content .content-card_head .content-card_subtitle {
  color: rgba(12, 12, 12, 0.5);
}
.content-cards .content-cards_wrap .content-card .content-card_content .content-card_main p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-cards .content-cards_wrap .content-card .content-card_content .content-card_main > a {
  color: #CFAB0D;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-cards .content-cards_wrap .content-card .content-card_content .content-card_main > a:hover {
  opacity: 50%;
}
.content-cards .content-cards_wrap .content-card .content-card_content.--news-feature_content .content-card_head .content-card_subtitle {
  color: rgba(34, 34, 34, 0.5);
}
.content-cards .content-cards_wrap .content-card .content-card_content.--news-feature_content .content-card_main {
  -webkit-line-clamp: none !important;
}
.content-cards .content-cards_wrap .content-card .global-link-icon__gold {
  bottom: 2rem;
  right: 0;
}
@media (width <= 992px) {
  .content-cards .content-cards_wrap .content-card .global-link-icon__gold {
    bottom: 0;
    min-height: 0;
  }
}
.content-cards .content-cards_wrap .content-card .global-link-icon__gold .intro__cta-arrow {
  height: 3rem;
  width: 3rem;
}
.content-cards .content-cards_wrap .content-card:hover {
  border-color: #CFAB0D;
}
.content-cards .content-cards_wrap .content-card:hover .content-card_link-icon span {
  background-image: url(/wp-content/uploads/2025/05/sh-BlueArrowIcon.svg);
}

/* Content Icon List */
.content-icon-list.--bkg-light {
  background-color: #ffffff;
}
.content-icon-list.--bkg-light .content-icon-list_wrap * {
  color: #0C0C0C;
  text-wrap: balance;
}
.content-icon-list.--bkg-light .content-icon-list_wrap h3 {
  color: #102B3A;
}
.content-icon-list.--bkg-light .content-icon-list_wrap p {
  max-width: 560px;
  width: 100%;
}
.content-icon-list.--bkg-dark {
  background-color: #32576C;
  border-radius: 8px 8px 0 0;
}
.content-icon-list.--bkg-dark .content-icon-list_wrap * {
  color: #ffffff;
}
.content-icon-list .content-icon-list_wrap .content-icon-list_icon-list .content-icon-list_icon-list-item .content-icon-list_icon-list-item__img-wrap {
  background-color: #102B3A;
  height: 200px;
  width: 200px;
}
.content-icon-list .content-icon-list_wrap .content-icon-list_icon-list .content-icon-list_icon-list-item .content-icon-list_icon-list-item__img-wrap img {
  height: 125px;
}

/* Page Break */
.page-break {
  height: 1px;
  background-color: rgba(16, 43, 58, 0.5);
}

/*------------------------------
RESEARCH WIDGETS
------------------------------*/
.news-talk_recent .news-talk_recent-wrapper {
  padding: 12rem 0;
}
@media (width <= 1200px) {
  .news-talk_recent .news-talk_recent-wrapper {
    padding: 7rem;
  }
}
.news-talk_recent .news-talk_recent-wrapper .news-talk_recent-feat-img::before {
  background-color: rgba(16, 43, 58, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
}
.news-talk_recent .news-talk_recent-main .news-talk_recent-main-subtitle,
.news-talk_recent .news-talk_recent-main .news-talk_recent-main-title {
  color: #ffffff;
}
.news-talk_recent .news-talk_recent-main .news-talk_recent-main-cta div {
  color: #ffffff;
}
.news-talk_recent::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(16, 43, 58, 0.25);
  display: block;
  left: 0;
  top: 0;
  z-index: 5;
}

.content-news-talk {
  margin: 8rem auto 0;
}
@media (width <= 992px) {
  .content-news-talk {
    margin: 0 auto;
  }
}
.content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list li, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a {
  color: #0C0C0C;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 4px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (width <= 992px) {
  .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list li, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a {
    font-size: 10px;
  }
}
.content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list li:first-child::after, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list li:nth-child(2)::after, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a:first-child::after, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a:nth-child(2)::after {
  content: "|";
  padding-left: 1rem;
}
.content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list li:last-child::after, .content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a:last-child::after {
  content: none;
}
.content-news-talk .content-newsletter-talk_bread .content-newsletter-talk_bread--list a:hover {
  color: #CFAB0D;
}
.content-news-talk .news-talk_wrap .news-talk_leftcol-head h3 {
  margin: 0;
  padding-top: 2rem;
}
.content-news-talk .news-talk_wrap .news-talk_leftcol-main:not(:last-of-type) {
  margin-bottom: 5rem;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol {
  height: 100%;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul {
  top: 15rem;
  position: sticky;
  z-index: 5;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul .sideline {
  position: absolute;
  top: 0;
  height: 90%;
  width: 1px;
  background: #0C0C0C;
  border-radius: 20px;
  right: 9px;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul li {
  list-style: none;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul li a span {
  color: #0C0C0C;
  max-width: 225px;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul li a span.indicator {
  width: 20px;
  height: 20px;
  border: 1px solid #0C0C0C;
  border-radius: 100%;
  position: relative;
  background: #ffffff;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul li a span.indicator::before {
  border-radius: 100%;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #CFAB0D;
  /* left: 0; */
  /* right: 0; */
  opacity: 0;
  content: "";
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-news-talk .news-talk_wrap .news-talk_rightcol ul li a.active span.indicator::before {
  opacity: 1;
}

.content-white-papers .white-papers_wrap .white-papers_items .white-papers_item {
  background-color: rgba(16, 43, 58, 0.03);
  border: 1px solid rgba(30, 30, 30, 0.25);
  border-radius: 8px;
}
.content-white-papers .white-papers_wrap .white-papers_items .white-papers_item .white-papers_item-left .white-papers_item-left__head div:nth-child(1) {
  /*color: $global__dark-faded-50;*/
}
.content-white-papers .white-papers_wrap .white-papers_items .white-papers_item .white-papers_item-left .white-papers_item-left__cta .intro__cta-arrow {
  height: 3rem;
  width: 3rem;
}
.content-white-papers .white-papers_wrap .white-papers_items .white-papers_item .white-papers_items-right .parameter-list li {
  border-top: 1px solid rgba(16, 43, 58, 0.25);
}

.content-podcast .podcast_wrap .podcast_items .podcast_item {
  background-color: rgba(16, 43, 58, 0.03);
  border: 1px solid rgba(30, 30, 30, 0.25);
  border-radius: 8px;
}
.content-podcast .podcast_wrap .podcast_items .podcast_item .podcast_items-right .podcast_item-left__head div:nth-child(1) {
  color: rgba(12, 12, 12, 0.5);
}

/*------------------------------
RESOURCES WIDGETS
------------------------------*/
.content-overview .content-overview_wrap .content-overview_high .content-overview_high-wrap p {
  margin: 0;
}
.content-overview .content-overview_wrap .content-overview_high .content-overview_high-wrap 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: 0 1.5rem;
}
.content-overview .content-overview_wrap .content-overview_look .content-overview_look-wrap .content-overview_look-items .content-overview_look-items-item {
  border-top: 1px solid rgba(16, 43, 58, 0.25);
}
.content-overview .content-overview_wrap .content-overview_look .content-overview_look-wrap .content-overview_look-items .content-overview_look-items-item > div {
  width: 50%;
}
.content-overview .content-overview_wrap .content-overview_look .content-overview_look-wrap .content-overview_look-items .content-overview_look-items-item:last-child {
  border-bottom: 1px solid rgba(16, 43, 58, 0.25);
}
.content-overview .content-overview_wrap .content-overview_phil .content-overview_phil-wrap p {
  padding: 0;
  margin: 0;
}
.content-overview .content-overview_wrap .content-overview_phil .content-overview_phil-wrap p:not(:first-child) {
  margin-bottom: 1rem;
}
.content-overview .content-overview_wrap .content-overview_docs .content-overview_docs-wrap .content-overview_docs-items .content-overview_docs-items-item {
  border-top: 1px solid rgba(16, 43, 58, 0.25);
}
.content-overview .content-overview_wrap .content-overview_docs .content-overview_docs-wrap .content-overview_docs-items .content-overview_docs-items-item:last-child {
  border-bottom: 1px solid rgba(16, 43, 58, 0.25);
}
.content-overview .content-overview_wrap .content-overview_docs .content-overview_docs-wrap .content-overview_docs-items .content-overview_docs-items-item a {
  color: #0C0C0C;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-overview .content-overview_wrap .content-overview_docs .content-overview_docs-wrap .content-overview_docs-items .content-overview_docs-items-item a span {
  width: 25px;
}
.content-overview .content-overview_wrap .content-overview_docs .content-overview_docs-wrap .content-overview_docs-items .content-overview_docs-items-item a:hover {
  color: #CFAB0D;
}

.content-portfolio .content-portfolio_block.portfolio_block-split > div {
  width: 50%;
}
@media (width <= 1200px) {
  .content-portfolio .content-portfolio_block.portfolio_block-split > div {
    width: 100%;
  }
}
.content-portfolio .content-portfolio_block .content-portfolio_item .content-portfolio_table-cols {
  border-bottom: 1px solid rgba(16, 43, 58, 0.25);
}
.content-portfolio .content-portfolio_block .content-portfolio_item .content-portfolio_table-cols > div {
  width: 25%;
}
.content-portfolio .content-portfolio_block .content-portfolio_item .content-portfolio_table-rows .content-portfolio_table-row {
  border-bottom: 1px solid rgba(16, 43, 58, 0.25);
}
.content-portfolio .content-portfolio_block .content-portfolio_item .content-portfolio_table-rows .content-portfolio_table-row .content-portfolio_table-row-title {
  width: 50%;
}
.content-portfolio .content-portfolio_block .content-portfolio_item .content-portfolio_table-rows .content-portfolio_table-row .content-portfolio_table-row-title:not(:first-child) {
  text-align: center;
  width: 25%;
}
.content-portfolio .content-portfolio_block:not(:last-of-type) {
  margin-bottom: 5rem;
}

.content-comm-lit {
  background-color: rgba(16, 43, 58, 0.03);
}
.content-comm-lit .content-comm-lit_wrap .content-comm-lit_items ul li {
  border-top: 1px solid rgba(16, 43, 58, 0.25);
}
.content-comm-lit .content-comm-lit_wrap .content-comm-lit_items ul li:last-child {
  border-bottom: 1px solid rgba(16, 43, 58, 0.25);
}
.content-comm-lit .content-comm-lit_wrap .content-comm-lit_items ul li a {
  color: #0C0C0C;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.content-comm-lit .content-comm-lit_wrap .content-comm-lit_items ul li a span {
  width: 25px;
}
.content-comm-lit .content-comm-lit_wrap .content-comm-lit_items ul li a:hover {
  color: #CFAB0D;
}

.resources-utility-nav {
  background-color: #32576C;
  position: sticky;
  top: 8rem;
  z-index: 9999;
}
.resources-utility-nav .resources-utility-nav_wrap ul li a {
  color: #ffffff;
  -webkit-transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
  transition: 0.8s cubic-bezier(0.18, 0.71, 0.11, 1);
}
.resources-utility-nav .resources-utility-nav_wrap ul li a:not(.resources-utility-item-active) {
  opacity: 0.5;
}
.resources-utility-nav .resources-utility-nav_wrap ul li a:hover {
  opacity: 1;
}
.resources-utility-nav .resources-utility-nav_wrap ul li a.active {
  opacity: 1;
}
.resources-utility-nav .resources-utility-nav_wrap ul li:not(:last-of-type)::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.content-cards.content-own-it .content-cards_wrap .content-card > div {
  min-height: 200px;
}
@media (width <= 1200px) {
  .content-cards.content-own-it .content-cards_wrap .content-card > div {
    min-height: auto;
  }
}

/*------------------------------
FOOTER
------------------------------*/
.site-footer {
  background-color: #102B3A;
  /* Footer Contact */
}
.site-footer .footer-form {
  background-color: #ffffff;
  border-radius: 8px;
}
.site-footer .footer-form .footer-form_wrap .footer-form_sub {
  color: #CFAB0D;
}
.site-footer .footer-main {
  border-bottom: 1px solid #32576C;
  border-top: 1px solid #32576C;
}
.site-footer .footer-main a {
  color: #ffffff;
}
.site-footer .footer-main .footer-main_logo {
  background-color: #102B3A;
  height: 100px;
  left: 0;
  right: 0;
  width: 100px;
  top: -55px;
}
.site-footer .footer-main .footer-main_logo img {
  width: 50px;
  height: 50px;
}
.site-footer .footer-main .footer-main_colleft > div,
.site-footer .footer-main .footer-main_colright > div {
  color: #ffffff;
}
.site-footer .footer-main .footer-main_colleft {
  border-right: 1px solid #32576C;
  border-bottom: none;
}
.site-footer .footer-main .footer-main_colleft .footer-main_contact-address {
  max-width: 185px;
  width: 100%;
}
@media (width <= 992px) {
  .site-footer .footer-main .footer-main_colleft {
    border-right: none;
    border-bottom: 1px solid #32576C;
  }
}
.site-footer .footer-main .footer-main_colright .footer-main_colright-links .footer-main_colright-link {
  color: #ffffff;
}
.site-footer .footer-main .footer-main_colright .footer-main_colright-links .footer-main_colright-link span {
  background-color: transparent;
  border: 1.5px solid #32576C;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-main .footer-main_colright .footer-main_colright-links .footer-main_colright-link span p {
  color: #32576c;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.site-footer .footer-main .footer-main_colright .footer-main_colright-links .footer-main_colright-link:hover span {
  background-color: #CFAB0D;
  border-color: #CFAB0D;
}
.site-footer .footer-main .footer-main_colright .footer-main_colright-links .footer-main_colright-link:hover span p {
  color: #ffffff;
}
.site-footer .footer-menu .footer-menu_items a {
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.site-footer .footer-menu .footer-menu_items a:hover {
  color: #CFAB0D;
}
.site-footer .footer-disclaimer {
  background-color: #32576C;
}
.site-footer .footer-disclaimer .footer-disclaimer_wrap p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.site-footer a {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.site-footer a:hover {
  color: #CFAB0D;
}

/*------------------------------
404
------------------------------*/
.error-404 .error-404_wrap .error-404_head {
  color: #102B3A;
  font-size: 20svw;
  font-weight: 500;
  line-height: 20svw;
}

/*------------------------------
PLUGIN OVERRIDES
------------------------------*/
/** GRAVITY FORM OVERRIDES **/
@media (width <= 1200px) {
  div#gform_wrapper_1 {
    width: 100% !important;
  }
  .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    inline-size: 100%;
    padding: 0.5rem 2rem 0.5rem 1rem !important;
  }
  .ginput_container select {
    line-height: 1.3 !important;
    font-size: 14px !important;
  }
}
/** WP TEAM OVERRIDES **/
.button-group.filters-button-group.sptp-live-filter {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sptp-single-post_custom {
  padding: 8rem 0 0;
}
@media (width <= 992px) {
  .sptp-single-post_custom {
    padding: 3rem 0 0;
  }
}

.member_search {
  position: relative;
}

.sptp-content_custom p a {
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  border-bottom: 1.75px solid #CFAB0D;
  color: #CFAB0D !important;
  text-decoration: none !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sptp-content_custom p a:hover {
  border-color: #102B3A;
  color: #102B3A !important;
}
.sptp-content_custom p a:hover::before {
  opacity: 1;
  width: 100%;
}

.member_search::after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url(/wp-content/uploads/2025/06/sh-mag-glass_v01.svg);
  width: 25px;
  height: 25px;
  top: 10px;
  background-size: cover;
  background-position: center;
  z-index: 9999;
  display: block;
}

@media (width <= 992px) {
  .sp-team-pro .member_search label, .sp-team-pro .member_search label input {
    width: 100%;
  }
}
.--sp-wp-team_settings-left {
  padding: 0 2rem;
}

.sptp-member-name h2 {
  font-size: 1.75rem;
}

.team-filter-head {
  margin-bottom: 1.5rem;
}

.team-filter-head h3 {
  font-size: 2rem;
}

.member_search {
  text-align: left !important;
}

.button-group.filters-button-group.sptp-live-filter button {
  background: none !important;
  border: none !important;
  color: #102B3A !important;
  text-align: left;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif !important;
  text-transform: capitalize;
  font-size: 1rem;
  margin: 0;
  padding-left: 0;
}

.button-group.filters-button-group.sptp-live-filter button.is-checked {
  font-weight: 800;
  text-decoration: underline;
}

.member_search input {
  border-color: #CFAB0D !important;
  margin: 0 !important;
}

.member_search input::-webkit-input-placeholder {
  color: #CFAB0D;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.member_search input::-moz-placeholder {
  color: #CFAB0D;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.member_search input:-ms-input-placeholder {
  color: #CFAB0D;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.member_search input::-ms-input-placeholder {
  color: #CFAB0D;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

.member_search input::placeholder {
  color: #CFAB0D;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 300;
}

/** WP TEAM - GRID **/
a.sptp-member-avatar {
  margin-bottom: 1.5rem;
}

h4.sptp-profession-text {
  color: rgba(12, 12, 12, 0.3) !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 0.95rem !important;
  margin-top: 0.5rem !important;
}

/** WP TEAM - SINGLE **/
.sptp-list-style_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
  gap: 4rem;
  padding: 8rem 4rem;
}

@media (width <= 992px) {
  .sptp-list-style_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sptp-member-profession {
  margin-top: 0.5rem;
  -webkit-box-ordinal-group: unset !important;
      -ms-flex-order: unset !important;
          order: unset !important;
}

.sptp-grid .sptp-row:not(.sptp-mosaic-row) {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}
.sptp-grid .sptp-member-profession {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.sptp-grid .sptp-member-profession h4 {
  font-size: 16px !important;
  font-family: "IBM Plex Sans" !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.sptp-grid .sptp-member-name h2 {
  font-size: 24px;
  line-height: 32px;
}

.sptp-member-profession h4 {
  color: rgba(34, 34, 34, 0.5) !important;
  margin: 0 !important;
  padding: 0;
  font-family: "Outfit", sans-serif !important;
  font-size: 16px;
  font-weight: 200;
  /*letter-spacing: 2px;*/
  line-height: 20px;
  text-transform: uppercase;
}

.sptp-member-avatar-area_custom {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}

.sptp-info_custom {
  width: 50%;
}

.sptp-info-additional_custom {
  margin: 3rem 0;
}

.sp-team-pro .member_search label, .sp-team-pro .member_search label input {
  max-width: 100%;
  width: 100%;
}

.sptp-info_custom {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sptp-member-name_bread {
  line-height: 24px;
}

.sptp-member-name_bread a {
  font-weight: 400;
  color: #CFAB0D;
  letter-spacing: 2px !important;
  text-decoration: none;
  font-size: 16px !important;
  text-transform: uppercase;
}

.sptp-member-mobile_custom {
  border-bottom: 1px solid rgba(12, 12, 12, 0.25) !important;
  padding-bottom: 0.5rem;
}

.sptp-member-mobile_custom a,
.sptp-member-email_custom a {
  color: #32576C;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
.sptp-member-mobile_custom a span,
.sptp-member-email_custom a span {
  color: #102B3A;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sptp-member-mobile_custom a:hover span,
.sptp-member-email_custom a:hover span {
  color: #CFAB0D;
}

.sptp-member-mobile_custom a span,
.sptp-member-email_custom a span {
  text-decoration: underline;
}

.sptp-member-name_title {
  font-size: 48px;
  line-height: 48px;
  margin-top: 0.5rem;
}

.sptp-content_custom p {
  color: #222222 !important;
  font-weight: 400;
}

.sptp-member-email_custom {
  padding-top: 0.5rem;
}

.sp-team-pro .member_search input {
  padding: 0 14px 3px;
}

.sptp-member-avatar .sptp-member-avatar-img img, .sptp-team-inline-thumb .sptp-member-avatar-img img {
  -webkit-transition: 0.25s all;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  border-radius: 0;
}

/** Team Single - Social **/
.sptp-member-social.rounded ul li a i {
  display: none;
}

.sptp-member-social ul {
  text-align: left !important;
}

.sptp-member-social.rounded ul li a {
  background: none;
  border: 1.5px solid #32576C;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.sptp-member-social.rounded ul li a:hover {
  background: #CFAB0D;
  border-color: #CFAB0D;
}

.sptp-member-social.rounded ul li a:before {
  color: #32576C;
  content: "LI";
  letter-spacing: 1.5px;
  position: absolute;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.sptp-member-social.rounded ul li a:hover::before {
  color: #ffffff;
}

@media (width <= 992px) {
  .sptp-list-style_custom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sptp-member-avatar-area_custom {
    width: 100%;
  }
  .sptp-info_custom {
    width: 100%;
  }
  .sptp-info_custom {
    width: 100%;
  }
}
#sptp-795 .sptp-grid .sptp-member:is(.sptp-bottom-content, .sptp-top-content) div:is(.sptp-member-name, .sptp-member-profession, .sptp-member-desc, .sptp-member-location, .sptp-member-email, .sptp-member-phone, .sptp-member-mobile, .sptp-member-social, .sptp-member-website, .sptp-member-skill-progress, .sptp-member-experience, .sptp-member-extra-fields) {
  padding: 0px 0px 0px 0px;
  max-width: 320px;
}

@media (width <= 992px) {
  .gform_wrapper {
    width: 100%;
  }
}
.gform-footer.gform_footer .gform_button.button {
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
}

.gform-footer.gform_footer .gform_button.button:hover {
  -webkit-transition: all ease-in-out 0.4s !important;
  transition: all ease-in-out 0.4s !important;
  background-color: #CFAB0D !important;
  color: #ffffff !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;
}