/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --max-width-custom: 1280px;
  --max-width-medium: 850px;
  --Blue: #183C5C;
  --Beige: #FFF8ED;
  --Muted-Blue: #95B2CB;
  --Mustard: #D7C869;
  --Sand: #ECE1CE;
  --Charcoal: #292929;
  --Flamingo: #F35139;
  --Soft-Charcoal: #6E7475;
  --Green-1: #2C5348;
  --Green-2: #223C35;
  --Green-3: #1C2F2B;
  --Tagline: #9B9691;
  --Off-White: #E0D9D0;
  --Gray-Text: #474747;
  --Light-Gray: #8E8E8E;
  --White: #FFFFFF;
  --Web-Colors-Background-02: #F2ECE5;
  --Main-Font: "Inter", sans-serif;
  --Secondary-Font: "Inria Serif", sans-serif;
  --Alt-Font: "Inter", sans-serif;
  --hero: 56px;
  --hero-tablet: 56px;
  --hero-mobile: 56px;
  --h1: 68px;
  --h1-tablet: 68px;
  --h1-mobile: 34px;
  --h2: 48px;
  --h2-tablet: 48px;
  --h2-mobile: 28px;
  --h3: 40px;
  --h3-tablet: 40px;
  --h3-mobile: 20px;
  --h4: 34px;
  --h4-tablet: 34px;
  --h4-mobile: 18px;
  --h5: 28px;
  --h5-tablet: 28px;
  --h5-mobile: 15px;
  --body: 18px;
  --body-tablet: 16px;
  --body-mobile: 16px;
  --label: 14px;
  --label-tablet: 14px;
  --label-mobile: 14px;
  --button: 18px;
  --button-tablet: 18px;
  --button-mobile: 18px;
  --bodyS: 12px;
  --bodyS-tablet: 12px;
  --bodyS-mobile: 12px;
  --bodyXS: 11px;
  --bodyXS-tablet: 11px;
  --bodyXS-mobile: 11px;
}

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

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

section, div[id] {
  scroll-margin-top: -40px;
}

/* Element Adjustments */
main {
  display: block; /* IE! */
}

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

figure {
  margin: 0;
}

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select {
  color: #000;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #474747;
  font-family: var(--Main-Font);
  font-size: 11px;
  line-height: 1.5;
}
body.loading-js {
  visibility: hidden;
}

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  color: var(--Green-1);
  margin: 0;
  font-family: var(--Secondary-Font);
}

h1 {
  font-size: var(--h1) !important;
}
@media (max-width: 1024px) {
  h1 {
    font-size: var(--h1-tablet) !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile) !important;
  }
}
h1.small {
  font-size: var(--h2) !important;
  font-style: normal;
}
@media (max-width: 1024px) {
  h1.small {
    font-size: var(--h2-tablet) !important;
  }
}
@media (max-width: 767px) {
  h1.small {
    font-size: var(--h2-mobile) !important;
  }
}

h2 {
  font-size: var(--h2) !important;
  font-style: normal;
}
@media (max-width: 1024px) {
  h2 {
    font-size: var(--h2-tablet) !important;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: var(--h2-mobile) !important;
  }
}
h2.hero {
  font-family: var(--Secondary-Font);
  font-size: var(--hero) !important;
  font-style: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2.hero {
    font-size: var(--hero-tablet) !important;
  }
}
@media (max-width: 767px) {
  h2.hero {
    font-size: var(--hero-mobile) !important;
  }
}

h3 {
  font-size: var(--h3) !important;
  font-family: var(--Main-Font);
  font-style: normal;
}
@media (max-width: 1024px) {
  h3 {
    font-size: var(--h3-tablet) !important;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: var(--h3-mobile) !important;
  }
}

h4 {
  font-size: var(--h4) !important;
}
@media (max-width: 1024px) {
  h4 {
    font-size: var(--h4-tablet) !important;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: var(--h4-mobile) !important;
  }
}

h5 {
  font-size: var(--h5) !important;
}
@media (max-width: 1024px) {
  h5 {
    font-size: var(--h5-tablet) !important;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: var(--h5-mobile) !important;
  }
}

p, nav a, ol, ul {
  font-size: var(--body);
  line-height: 150%;
  margin: 0;
}
@media (max-width: 1024px) {
  p, nav a, ol, ul {
    font-size: var(--body-tablet);
  }
}
@media (max-width: 767px) {
  p, nav a, ol, ul {
    font-size: var(--body-mobile);
  }
}

button {
  font-size: var(--body) !important;
  line-height: 150% !important;
}
@media (max-width: 1024px) {
  button {
    font-size: var(--body-tablet);
  }
}
@media (max-width: 767px) {
  button {
    font-size: var(--body-mobile);
  }
}

/*.pagination{
	ul{

		&::before,
		&::after{
			display: none;
		}

		li{
			a{
				text-decoration: none;
				display: flex;
				gap:10px;
				font-size: var(--h4);
				font-weight: 500;
				align-items: center;
				transition: all 0.5s;
				line-height: 120%;

				&:hover{
					color: var(--Flamingo);
				}

				&:active{
					color: var(--Soft-Charcoal);
				}

				@media (max-width: $l-tablet) {
					font-size: var(--h4-tablet);
				}

				@media (max-width: $s-tablet) {
					font-size: var(--h4-mobile);
				}
			}
		}
	}
}*/
a {
  color: black;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.max-w-custom {
  max-width: var(--max-width-custom);
}

.max-w-medium {
  max-width: var(--max-width-medium);
}

.border-t-custom {
  border-top: 1px solid var(--Charcoal);
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
  margin-bottom: 16px;
}
.page-wide p {
  margin-top: 24px;
}
.page-wide ol, .page-wide ul {
  margin-top: 32px;
  padding-left: 20px;
}
.page-wide ul {
  list-style: disc;
}
.page-wide ol {
  list-style: auto;
}
.page-wide figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-wide figure figcaption {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: var(--bodyXS);
  color: var(--Soft-Charcoal);
}
@media (max-width: 1024px) {
  .page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
    margin-bottom: 16px;
  }
  .page-wide p {
    margin-top: 16px;
  }
  .page-wide ol, .page-wide ul {
    margin-top: 16px;
  }
  .page-wide figure {
    margin-top: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .page-wide h2, .page-wide h3, .page-wide h4, .page-wide h5 {
    margin-bottom: 16px;
  }
  .page-wide p {
    margin-top: 16px;
  }
  .page-wide ol, .page-wide ul {
    margin-top: 10px;
  }
  .page-wide figure {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.caption {
  padding: 24px 24px 0 24px;
}
.caption * {
  margin: 0;
}
@media (max-width: 767px) {
  .caption {
    padding: 24px 40px 56px 40px;
  }
}

.gform_wrapper .gform_validation_errors h2 {
  font-size: 14px !important;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_fields label {
  color: var(--Gray-Text) !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 165% !important;
  gap: 0 !important;
  margin-bottom: 4px !important;
}
.gform_wrapper .gform_fields label span {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 165% !important;
}
.gform_wrapper .gform_fields input {
  height: 48px !important;
}
.gform_wrapper .gform_fields input, .gform_wrapper .gform_fields textarea {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 549px !important;
  padding: 12px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 16px !important;
  border: 1px solid #000 !important;
  font-size: 18px !important;
}
.gform_wrapper .gform_fields input:focus, .gform_wrapper .gform_fields textarea:focus {
  outline: none !important;
  border-radius: 4px !important;
  border: 1px solid black !important;
  background: #FFF !important;
}
.gform_wrapper .gform-footer {
  margin-top: 12px !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.gform_wrapper .gform-footer .gform_button.button {
  max-width: 549px !important;
  font-family: var(--Main-Font) !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 8px 20px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 10px !important;
  border: 1px solid var(--White) !important;
  background: black !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  text-decoration: none !important;
  color: var(--White) !important;
  height: 40px !important;
  width: 100% !important;
}
.gform_wrapper .gform-footer .gform_button.button:hover {
  border: 1px solid var(--White) !important;
  background: black !important;
  color: var(--White) !important;
  opacity: 0.6 !important;
}

.gform_confirmation_message {
  font-size: var(--body) !important;
  line-height: 150% !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .gform_confirmation_message p, .gform_confirmation_message nav a, .gform_confirmation_message ol, .gform_confirmation_message ul {
    font-size: var(--body-mobile) !important;
  }
}

.btn-links .ns-cta {
  position: relative;
  background-color: var(--Green-1);
  color: var(--White);
  border: 1px solid var(--Tagline);
  padding: 14px 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 55px;
}
.btn-links .ns-cta h4, .btn-links .ns-cta span {
  font-size: var(--button) !important;
  font-family: var(--Main-Font);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: var(--Off-White);
}
.btn-links .ns-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 20px solid var(--Tagline);
  border-left: 20px solid transparent;
  -webkit-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
  z-index: 1;
}
.btn-links .ns-cta:hover {
  background: var(--Green-3);
  color: var(--White);
}
.btn-links .ns-cta_v2 {
  background-color: var(--Off-White);
}
.btn-links .ns-cta_v2 h4, .btn-links .ns-cta_v2 span {
  color: var(--Green-3) !important;
}
.btn-links .ns-cta_v2:hover {
  background-color: transparent;
}
.btn-links .ns-cta_v2:hover h4, .btn-links .ns-cta_v2:hover span {
  color: var(--Off-White) !important;
}
.btn-links .ns-cta_v3 {
  background-color: transparent;
  color: var(--Green-1) !important;
  border: 1px solid var(--Green-1);
}
.btn-links .ns-cta_v3 h4, .btn-links .ns-cta_v3 span {
  color: var(--Green-1) !important;
}
.btn-links .ns-cta_v3:hover {
  background-color: var(--Green-1);
  color: var(--Off-White) !important;
}
.btn-links .ns-cta_v3:hover h4, .btn-links .ns-cta_v3:hover span {
  color: var(--Off-White) !important;
}

.splide-next,
.splide-prev {
  padding: 0;
  background: transparent;
}

.splide-next:hover svg,
.splide-prev:hover svg {
  fill: var(--Green-1);
}
.splide-next:hover svg path,
.splide-prev:hover svg path {
  fill: red;
  stroke: white;
}

.splide__pagination {
  padding: 0 !important;
  bottom: 0 !important;
  left: unset !important;
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
@media (max-width: 1024px) {
  .splide__pagination {
    min-width: 100%;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.splide__pagination__page {
  background: var(--Off-White) !important;
  border-radius: 0 !important;
}
.splide__pagination__page.is-active {
  background: var(--Green-1) !important;
}
.splide__pagination.revert {
  left: 0 !important;
}

.splide__arrows .splide__arrow {
  opacity: 1 !important;
}
.splide__arrows .splide__arrow:not(:disabled) svg {
  fill: #2C5348 !important;
}
.splide__arrows .splide__arrow:not(:disabled) svg rect {
  stroke: #2C5348 !important;
}
.splide__arrows .splide__arrow:not(:disabled) svg path {
  stroke: #F8F6F4 !important;
  fill: #F8F6F4 !important;
}
.splide__arrows .splide__arrow:disabled svg {
  fill: transparent !important;
}
.splide__arrows .splide__arrow:disabled svg rect {
  stroke: #2C5348 !important;
}
.splide__arrows .splide__arrow:disabled svg path {
  stroke: #2C5348 !important;
  fill: #2C5348 !important;
}
.splide__arrows.custom {
  left: -18px;
  bottom: 18%;
  position: absolute;
}
@media (max-width: 1024px) {
  .splide__arrows.custom {
    bottom: -24px;
  }
}
.splide__arrows.custom .splide__arrow {
  width: 48px;
  height: 48px;
  border-radius: unset;
  background: transparent;
}
.splide__arrows.custom .splide__arrow svg {
  fill: transparent;
  height: 100%;
  width: 100%;
}
.splide__arrows.custom .splide__arrow.splide__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.splide__arrows.custom .splide__arrow.splide__arrow--next {
  left: 75px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.splide__arrows.custom.revert {
  left: 52%;
}
@media (max-width: 1024px) {
  .splide__arrows.custom.revert {
    left: -18px;
  }
}

@-webkit-keyframes grow-bar {
  from {
    height: 0;
  }
  to {
    height: 154px;
    max-height: 100%;
  }
}

@keyframes grow-bar {
  from {
    height: 0;
  }
  to {
    height: 154px;
    max-height: 100%;
  }
}
[data-aos=grow-bar] {
  height: 0;
}

[data-aos=grow-bar].aos-animate {
  -webkit-animation: grow-bar 2s ease-out forwards;
          animation: grow-bar 2s ease-out forwards;
}

.green-shadow figure {
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 1024px) {
  .green-shadow figure {
    margin-bottom: 10px;
  }
}
.green-shadow figure img {
  max-width: 522px;
}
@media (max-width: 1024px) {
  .green-shadow figure img {
    width: calc(100% - 10px);
  }
}
.green-shadow .image-shadow {
  max-width: 522px;
}
@media (max-width: 1024px) {
  .green-shadow .image-shadow {
    width: calc(100% - 10px) !important;
  }
}
.green-shadow.revert figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 1024px) {
  .green-shadow.revert figure {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.green-shadow.revert .image-shadow {
  left: unset;
  right: 20px;
}
@media (max-width: 1024px) {
  .green-shadow.revert .image-shadow {
    left: 10px;
    right: unset;
  }
}

@media (max-width: 1024px) {
  .slide-container .slide-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

div[data-custom-class=body] {
  padding-top: 80px;
  padding-bottom: 80px;
}
div[data-custom-class=body] h1, div[data-custom-class=body] h2, div[data-custom-class=body] h3, div[data-custom-class=body] h4, div[data-custom-class=body] h5 {
  font-family: var(--Secondary-Font) !important;
}
div[data-custom-class=body] p, div[data-custom-class=body] ol, div[data-custom-class=body] ul, div[data-custom-class=body] a {
  font-family: var(--Main-Font) !important;
}
div[data-custom-class=body] a {
  color: #2C5348 !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
div[data-custom-class=body] [data-custom-class=link], div[data-custom-class=body] [data-custom-class=link] * {
  color: #2C5348 !important;
}

.image-info {
  display: none !important;
}

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.no-overvlow {
  overflow: hidden;
}
.no-overvlow header {
  background-color: var(--Green-2);
  z-index: 99;
  color: var(--Off-White) !important;
  margin-top: 0;
  padding-top: 30px;
}
.no-overvlow header .header-container {
  border-bottom: 0 !important;
}
.no-overvlow header .logo .logo-desktop {
  display: block !important;
}
.no-overvlow header .logo .logo-mobile {
  display: none;
}

#backButton {
  display: none;
}

.search-item {
  position: relative;
  width: 50px;
  height: 50px;
}
.search-item form {
  background-color: rgba(24, 78, 0, 0.1098039216);
  border-radius: 25px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
}
.search-item form input {
  border: 0;
  padding: 0;
  width: 0;
  outline: 0;
  background-color: transparent;
}
.search-item form button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.search-item form button svg {
  width: 20px;
  height: 20px;
}
.search-item form button svg path {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .search-item form:hover {
    border: 1px solid black;
    width: 304px;
    background: white;
  }
  .search-item form:hover input {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1200px) {
  .search-item form {
    margin-top: 60px;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    padding: 0 4px;
  }
  .search-item form input {
    width: calc(100% - 60px);
  }
  .search-item form button {
    width: 40px;
    height: 40px;
    background-color: rgba(24, 78, 0, 0.1098039216);
    border-radius: 25px;
  }
}

.font-800 > a {
  font-weight: 800;
}

.menu-description {
  display: block;
  color: #686868;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
@media (max-width: 1360px) {
  .sub-menu:has(li .menu-description) li:not(:nth-last-child(2)) {
    margin-bottom: 16px;
  }
  .nav-btn {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}

@media (min-width: 1360px) {
  .search-item .text {
    display: none;
  }
  .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-container > div > a {
    text-decoration: none;
  }
  .header-container > div > a > h3 {
    font-family: var(--Main-Font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #686868;
  }
  .primary-menu {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 94px;
    z-index: 9;
    border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu a {
    font-size: 22px;
    line-height: 120%;
  }
  .primary-menu li:hover:has(.submenu-container) .submenu-container .sub-menu-content .sub-menu a svg {
    display: none !important;
  }
  .primary-menu > li:not(.search-item, .cta-item) > a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--Off-White);
  }
  .primary-menu > li:not(.search-item, .cta-item) > a:after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #686868;
    -webkit-transform: all 0.5s;
            transform: all 0.5s;
  }
  .primary-menu > li:not(.search-item, .cta-item) > a:hover {
    color: #686868;
  }
  .primary-menu > li:not(.search-item, .cta-item) > a:hover::after {
    width: 100%;
  }
  .primary-menu > li:not(.search-item, .cta-item) > a svg {
    display: none !important;
  }
  .primary-menu > li.cta-item > a {
    line-height: 162.5%;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 8px 20px;
    border: 1px solid black;
    transition: all 0.5s;
    text-decoration: none;
    min-height: 40px;
    letter-spacing: 4px !important;
  }
  .primary-menu > li.cta-item > a:hover {
    background-color: black;
    color: white;
  }
  .primary-menu > li.cta-item > a svg {
    display: none !important;
  }
  .primary-menu > li.cta-item.current-menu-item > a {
    background-color: black;
    color: white;
  }
  .primary-menu .current-menu-item > a {
    color: black;
  }
  .hamburger-menu {
    display: none !important;
  }
  .mobile-on {
    display: none;
  }
}
@media (max-width: 1360px) {
  #backButton.show {
    display: block;
  }
  .hamburger-menu {
    display: block;
  }
  .no-overvlow header {
    height: 100vh;
  }
  .mobile-on {
    display: block;
  }
  header .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header-container > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header-container > div > a {
    width: 100%;
    text-decoration: none;
  }
  header .header-container > div > a > h3 {
    font-family: var(--Main-Font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Charcoal);
  }
  header .header-container .primary-nav {
    width: 100%;
    display: none;
  }
  header .header-container .primary-nav .primary-menu {
    gap: 32px;
    padding-top: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    float: right;
    width: 100%;
    max-width: 350px;
  }
  header .header-container .primary-nav .primary-menu li img {
    display: none !important;
  }
  header .header-container .primary-nav .primary-menu > li {
    display: block;
  }
  header .header-container .primary-nav .primary-menu > li > a {
    display: block;
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--Off-White);
  }
  header .header-container .primary-nav .primary-menu > li > a img {
    display: none;
  }
  header .header-container .primary-nav .primary-menu > li.cta-item {
    padding-top: 20px;
  }
  header .header-container .primary-nav .primary-menu > li.cta-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    background-color: var(--Off-White);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: var(--Green-3) !important;
    min-height: 55px;
    font-size: var(--button) !important;
    font-family: var(--Main-Font);
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 2.7px;
    text-transform: uppercase;
  }
  header .header-container .primary-nav .primary-menu > li.cta-item.mobile-only {
    display: block !important;
  }
  header .header-container .primary-nav .primary-menu > li:first-child a {
    padding-top: 0;
    border-top: unset;
  }
  header .header-container .primary-nav .primary-menu > li:last-child:not(.open) > a {
    border-bottom: 1px solid black;
    min-width: 176px;
  }
  header .header-container .primary-nav .primary-menu li.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  header .header-container .primary-nav .primary-menu li.open > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    border-top: 1px solid black !important;
    margin-top: 20px;
    padding-top: 20px !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .header-container .primary-nav .primary-menu li.open > a svg.after {
    display: none;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-height: auto;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu {
    gap: 16px;
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu li a {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: var(--body-mobile);
  }
  header .header-container .primary-nav .primary-menu li.open .submenu-container .sub-menu-content .sub-menu li a svg {
    display: none !important;
  }
}
.hamburger-menu {
  height: 48px;
  width: 48px;
  position: unset;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  right: 20px;
  position: relative;
}
@media (max-width: 1360px) {
  .hamburger-menu {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}
.hamburger-menu img {
  height: 48px;
  width: 48px;
  position: absolute;
  z-index: -1;
  right: 0px;
}

.hamburger-menu .line {
  background-color: var(--Off-White);
  width: 30px;
  height: 2px;
}
@media (max-width: 1360px) {
  .hamburger-menu .line {
    width: 22px;
  }
}

.hamburger-menu .line1 {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.hamburger-menu .line3 {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.hamburger-menu.open {
  position: relative;
  right: 0px;
}
.hamburger-menu.open img {
  display: none;
}

.hamburger-menu .open.line1 {
  background-color: var(--Off-White);
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
}

.hamburger-menu .open.line2 {
  opacity: 0;
}

.hamburger-menu .open.line3 {
  background-color: var(--Off-White);
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
}

.hamburger-menu.open .line1 {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
  background-color: var(--Off-White);
  width: 40px;
  margin-left: 20px;
}
@media (max-width: 1360px) {
  .hamburger-menu.open .line1 {
    width: 24px;
  }
}

.hamburger-menu.open .line2 {
  opacity: 0;
}

.hamburger-menu.open .line3 {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 0;
  width: 26px;
  background-color: var(--Off-White);
  width: 40px;
  margin-top: 22px;
  margin-left: 20px;
}
@media (max-width: 1360px) {
  .hamburger-menu.open .line3 {
    width: 24px;
    margin-top: 0;
    margin-left: 20px;
  }
}

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
footer .footer-top .cta-text {
  border-left: 1px solid var(--Green-2);
}
footer .footer-top .cta-text a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-top .cta-text a:hover, footer .footer-top .cta-text a:active {
  border-bottom: unset;
}
footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
footer p.small {
  font-size: 14px;
  line-height: 100%;
}
footer .text-copyright {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}
footer .text-copyright p {
  font-size: 14px;
  line-height: 100%;
}
footer ul {
  list-style-type: none;
  padding: unset;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
footer ul li a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footer-disclaimer p:last-of-type {
  font-size: 14px;
}
footer .location-details a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .location-details a.ns-cta {
  padding: 10px 20px;
  min-width: 138px;
  min-height: 47px;
  height: 47px;
  max-height: 47px;
}
footer .location-details p {
  line-height: 140%;
}
footer .location-details p strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
footer .copyright-menu li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 48px;
  }
  footer .footer-top .cta-text {
    border-left: unset;
    border-top: 1px solid var(--Green-2);
  }
  footer p {
    font-size: 14px;
  }
  footer ul {
    font-size: 14px;
  }
  footer .footer-disclaimer p:last-of-type {
    font-size: 12px;
  }
}
/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wp-block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-block img[src$=".svg"]:not(.emoji) {
  width: auto !important;
}
.wp-block .hidden-warning * {
  font-family: "Inria Serif";
}

.wp-block-post-title {
  font-size: revert;
  margin-bottom: 2em !important;
}

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
}

.rich-text {
  margin: 2em 0 !important;
}

body {
  overflow-x: hidden !important;
}

.hero-block * {
  margin: 0;
}
@media (max-width: 767px) {
  .hero-block h1, .hero-block h2, .hero-block h3, .hero-block h4, .hero-block h5 {
    letter-spacing: -1.7px;
  }
}
.hero-block p {
  max-width: 946px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero-block p {
    font-size: 14px;
  }
}
.textmedia-boxed {
  position: relative;
}
@media (max-width: 1024px) {
  .textmedia-boxed .section-container {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .textmedia-boxed .section-container h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .textmedia-boxed .section-container h2 {
    font-size: var(--h2-mobile) !important;
  }
}
@media (max-width: 1024px) {
  .textmedia-boxed .figure-img {
    width: 427px;
    height: 430px;
  }
  .textmedia-boxed .figure-img img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .textmedia-boxed .figure-img {
    width: 100%;
    height: auto;
  }
  .textmedia-boxed .figure-img img {
    height: 100%;
  }
}
.textmedia-boxed::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../ns-numisma-v1/img/vector-boxed.png) center center no-repeat transparent;
  background-size: cover;
  top: 0;
  left: 0;
}

.textmedia-default {
  /* .figure-img{
          width: 672px;
          height: 428px;
          img{
              height: 100%;
              object-fit: cover;
          }

       @media (max-width: $l-tablet) {
           height: auto;
           img{
              height: 100%;
           }
      }
          @media (max-width: $s-tablet) {
           width: 100%;
           height: auto;
           img{
              height: 100%;
           }
      }
  }*/
}
@media (max-width: 1024px) {
  .textmedia-default .section-container h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .textmedia-default .section-container h2 {
    font-size: var(--h2-mobile) !important;
  }
}

.scroll-split-section {
  position: relative;
  min-height: 300px;
}
.scroll-split-section .image-container {
  position: relative;
  width: 100%;
  height: 300px;
}
.scroll-split-section .image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 374px;
  max-width: 374px;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
  will-change: transform;
}
@media (max-width: 767px) {
  .scroll-split-section .image {
    width: 220px;
    max-width: 220px;
  }
}
.scroll-split-section .image.left {
  left: 33.33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  top: 250px;
}
.scroll-split-section .image.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  top: 200px;
}
.scroll-split-section .image.right {
  left: 66.66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-shadow {
  left: 20px;
}
.image-shadow.revert {
  left: -20px;
}

#gform_1.sign-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gform_1.sign-form .gform-body.gform_body {
  width: 100%;
}
#gform_1.sign-form .gform-body.gform_body .ginput_container.ginput_container_email > input {
  border-radius: 0 !important;
  border: 1px solid var(--Tagline) !important;
  padding: 10px 12px !important;
  font-size: var(--button) !important;
  font-family: var(--Main-Font) !important;
  font-weight: 400;
  line-height: 140%;
  color: var(--Tagline) !important;
}
#gform_1.sign-form .gform-footer.gform_footer {
  margin: 0 !important;
}
#gform_1.sign-form .gform-footer.gform_footer > input {
  border: 1px solid var(--Tagline) !important;
  border-left: none !important;
  min-width: 139px;
  min-height: 48px;
  position: relative;
  background-color: var(--Green-1) !important;
  padding: 12px 18px !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 0;
  font-size: var(--button) !important;
  font-family: var(--Main-Font) !important;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 15% !important;
  color: var(--Off-White) !important;
}

.block-text-media {
  background-size: inherit;
}

.lottie-animation {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

@media (max-width: 767px) {
  .image-shadow {
    left: 7px;
    top: 7px;
  }
  .image-shadow.revert {
    left: -7px;
  }
  .block-text-media {
    background-size: contain;
    background-position: bottom !important;
  }
  .block-text-media.order-mobile-unset .textmedia-default > .order-2 {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .block-text-media.order-mobile-img {
    padding-bottom: 0;
  }
  .block-text-media.order-mobile-img .textmedia-default > .text-section {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lottie-animation {
    height: auto !important;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .gform-theme--framework .gform_validation_errors {
    margin-bottom: 1em !important;
  }
  .gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: 12px !important;
  }
  .gform-theme--framework .gform_validation_errors .gform-icon {
    display: none !important;
  }
  #gform_1.sign-form {
    height: 50px;
  }
}
.textmedia-boxed {
  position: relative;
}
@media (max-width: 1024px) {
  .textmedia-boxed .section-container {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .textmedia-boxed .section-container h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .textmedia-boxed .section-container h2 {
    font-size: var(--h2-mobile) !important;
  }
}
@media (max-width: 1024px) {
  .textmedia-boxed .figure-img {
    width: 427px;
    height: 430px;
  }
  .textmedia-boxed .figure-img img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .textmedia-boxed .figure-img {
    width: 100%;
    height: auto;
  }
  .textmedia-boxed .figure-img img {
    height: 100%;
  }
}
.textmedia-boxed::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../ns-numisma-v1/img/vector-boxed.png) center center no-repeat transparent;
  background-size: cover;
  top: 0;
  left: 0;
}

.textmedia-default {
  /* .figure-img{
          width: 672px;
          height: 428px;
          img{
              height: 100%;
              object-fit: cover;
          }

       @media (max-width: $l-tablet) {
           height: auto;
           img{
              height: 100%;
           }
      }
          @media (max-width: $s-tablet) {
           width: 100%;
           height: auto;
           img{
              height: 100%;
           }
      }
  }*/
}
@media (max-width: 1024px) {
  .textmedia-default .section-container h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .textmedia-default .section-container h2 {
    font-size: var(--h2-mobile) !important;
  }
}

.scroll-split-section {
  position: relative;
  min-height: 300px;
}
.scroll-split-section .image-container {
  position: relative;
  width: 100%;
  height: 300px;
}
.scroll-split-section .image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 374px;
  max-width: 374px;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
  will-change: transform;
}
@media (max-width: 767px) {
  .scroll-split-section .image {
    width: 220px;
    max-width: 220px;
  }
}
.scroll-split-section .image.left {
  left: 33.33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  top: 250px;
}
.scroll-split-section .image.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  top: 200px;
}
.scroll-split-section .image.right {
  left: 66.66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block-text-media-exp {
  background-size: inherit;
}
.block-text-media-exp figure {
  position: relative;
}
.block-text-media-exp img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .block-text-media-exp {
    background-size: contain;
    background-position: bottom !important;
  }
}
.ns-resources {
  background: #F2ECE5;
}
.ns-resources p {
  margin: 0;
}
.ns-resources p.uppercase {
  color: #9B9691;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
.ns-resources p a {
  font-family: var(--Secondary-Font);
  color: #2C5348;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.ns-resources .resource-card {
  border-bottom: 1px solid #9B9691;
}
.ns-resources .resource-card .btn-group a {
  font-size: 16px !important;
}

.filter-button {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  border: none;
  outline: none;
  color: var(--Color-Gray);
  font-size: var(--bodyS);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 128px;
}
.filter-button.active {
  background-color: var(--Green-1);
  color: white;
}
@media (max-width: 767px) {
  .filter-button {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-block-parent {
    background-position: center center !important;
  }
}

.driver-label {
  color: #9B9691;
}

.splide__pagination__page.is-active {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.logo-beige {
  color: #FFF8ED;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

.logo-blue {
  color: #183C5C;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

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