@charset "UTF-8";
/*
Theme Name: Earth Systems
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

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

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

.icon-search:before {
  content: "\e901";
}

.icon-close-thin:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-linkedin:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-X:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-globe:before {
  content: "\e909";
}

.icon-email:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-caret-down:before {
  content: "\e90d";
}

.icon-caret-double:before {
  content: "\e90e";
}

.icon-caret-right:before {
  content: "\e90f";
}

.icon-caret-left:before {
  content: "\e910";
}

.icon-triangle:before {
  content: "\e911";
}

.site-content .gform_wrapper.gravity-theme {
  background-color: #32476c;
  padding: 35px 35px 45px;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  color: #000;
}
.site-content .gform_wrapper.gravity-theme:last-child {
  margin-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.site-content .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea {
  border: 0;
  border-radius: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.6 !important;
  min-height: 50px !important;
  padding: 9px 21px 9px 21px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  appearance: none;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.site-content .gform_wrapper.gravity-theme form select::placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #5876ae;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit]:hover, .site-content .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #7bb15d;
}
.site-content .gform_wrapper.gravity-theme form .gfield_select {
  padding-right: 60px;
}
.site-content .gform_wrapper.gravity-theme form textarea {
  min-height: 140px !important;
}
.site-content .gform_wrapper.gravity-theme form .gfield_label {
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container {
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select::after {
  content: "\e90d";
  font-size: 12px;
  font-family: "earthsys-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5876ae;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 14px;
}
.site-content .gform_wrapper.gravity-theme .description,
.site-content .gform_wrapper.gravity-theme .gfield_description,
.site-content .gform_wrapper.gravity-theme .gsection_description,
.site-content .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #7bb15d !important;
  color: #7bb15d;
  background-color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gfield_error label {
  color: #7bb15d;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 1em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > ol li, .site-content .gform_wrapper.gravity-theme .gform_validation_errors > ol a {
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
  outline-offset: 0;
}
.site-content .gform_wrapper.gravity-theme .gform_footer {
  margin: 20px 0 0;
  padding: 0;
}
@media (max-width: 1039px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 32px 35px 35px;
  }
  .site-content .gform_wrapper.gravity-theme form input[type=color],
  .site-content .gform_wrapper.gravity-theme form input[type=date],
  .site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
  .site-content .gform_wrapper.gravity-theme form input[type=datetime],
  .site-content .gform_wrapper.gravity-theme form input[type=email],
  .site-content .gform_wrapper.gravity-theme form input[type=month],
  .site-content .gform_wrapper.gravity-theme form input[type=number],
  .site-content .gform_wrapper.gravity-theme form input[type=password],
  .site-content .gform_wrapper.gravity-theme form input[type=search],
  .site-content .gform_wrapper.gravity-theme form input[type=tel],
  .site-content .gform_wrapper.gravity-theme form input[type=text],
  .site-content .gform_wrapper.gravity-theme form input[type=time],
  .site-content .gform_wrapper.gravity-theme form input[type=url],
  .site-content .gform_wrapper.gravity-theme form input[type=week],
  .site-content .gform_wrapper.gravity-theme form select,
  .site-content .gform_wrapper.gravity-theme form textarea {
    padding: 11px 19px 10px 19px;
  }
}
@media (max-width: 479px) {
  .site-content .gform_wrapper.gravity-theme {
    padding: 24px 24px;
  }
}
.site-content .gform_confirmation_message {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  background: #32476c;
  padding: 90px 20px;
}

.side-form {
  background: #32476c;
  padding: 45px 35px 45px 35px;
  color: #000;
}
.side-form:last-child, .side-form > *:last-child {
  margin-bottom: 0;
}
.side-form .h6 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.025em;
}
.side-form .gform_wrapper.gravity-theme {
  position: static;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.side-form .gform_wrapper.gravity-theme form {
  position: static;
}
.side-form .gform_wrapper.gravity-theme form input[type=color],
.side-form .gform_wrapper.gravity-theme form input[type=date],
.side-form .gform_wrapper.gravity-theme form input[type=datetime-local],
.side-form .gform_wrapper.gravity-theme form input[type=datetime],
.side-form .gform_wrapper.gravity-theme form input[type=email],
.side-form .gform_wrapper.gravity-theme form input[type=month],
.side-form .gform_wrapper.gravity-theme form input[type=number],
.side-form .gform_wrapper.gravity-theme form input[type=password],
.side-form .gform_wrapper.gravity-theme form input[type=search],
.side-form .gform_wrapper.gravity-theme form input[type=tel],
.side-form .gform_wrapper.gravity-theme form input[type=text],
.side-form .gform_wrapper.gravity-theme form input[type=time],
.side-form .gform_wrapper.gravity-theme form input[type=url],
.side-form .gform_wrapper.gravity-theme form input[type=week],
.side-form .gform_wrapper.gravity-theme form select,
.side-form .gform_wrapper.gravity-theme form textarea {
  /*padding-left: 20px;
  padding-right: 20px;*/
  padding: 9px 23px 9px 23px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #5876ae;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit]:hover, .side-form .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #7bb15d;
}
.side-form .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.side-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff;
}
.side-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 16px 0 0;
  padding: 0;
}
@media (max-width: 1039px) {
  .side-form {
    padding: 25px 25px 21px 25px;
  }
}
.subscription-form {
  margin: 105px 0 100px 0;
}
.subscription-form .inner-content {
  background-color: #32476c;
  border-radius: 0;
  padding: 41px 40px;
}
.subscription-form .box {
  border-radius: 0;
  gap: 70px;
  max-width: 960px;
  margin: auto;
}
.subscription-form .box .title {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
}
.subscription-form .box .gform_confirmation_message {
  margin-top: 0;
}
.subscription-form .box .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.subscription-form .box .gform_wrapper.gravity-theme form {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
  padding: 9px 21px 9px 21px;
  min-width: 240px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #5876ae;
  color: #fff;
  border: 0;
  margin-bottom: 0;
  line-height: 1.21 !important;
  min-height: 50px !important;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:hover, .subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #7bb15d;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1039px) {
  .subscription-form {
    margin: 60px 0 50px 0;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gfield {
    min-width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
    min-width: 100%;
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_body {
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
    margin-left: 0;
    margin-top: 20px;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .subscription-form {
    margin: 35px 0 35px 0;
  }
}

.single-post .subscription-form {
  margin: 70px 0;
}
@media (max-width: 1039px) {
  .single-post .subscription-form {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .single-post .subscription-form {
    margin: 35px 0;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #000;
  font-size: 17px;
  line-height: 1.75;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
}

#page {
  max-width: 100%;
  overflow: hidden;
}

#content {
  padding-top: 120px;
}
@media (max-width: 479px) {
  #content {
    padding-top: 80px;
  }
}

section,
.module {
  margin: 75px 0;
}
@media (max-width: 1039px) {
  section,
  .module {
    margin: 45px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 479px) {
  .wrapper {
    padding: 0 20px;
  }
}

.wrapper-thin {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 40px;
}
@media (max-width: 479px) {
  .wrapper-thin {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Manrope", sans-serif;
  color: #32476c;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.23;
  color: #32476c;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1.25;
  color: #000;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 1.25;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 21px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1.3;
  color: #7bb15d;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.28;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #5876ae;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #32476c;
  outline: none;
  text-decoration: underline;
}

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 19px 30px 20px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #5876ae;
  color: #fff;
  border: 0 solid #32476c;
  height: 53px;
}
.button.primary:hover, .button.primary:focus {
  background-color: #32476c;
  color: #fff;
}
.button.secondary {
  background-color: #32476c;
  color: #fff;
  border: 0 solid #32476c;
  height: 53px;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5876ae;
  color: #fff;
}
.button.tertiary {
  padding: 20px 0;
  background-color: transparent;
  color: #5876ae;
  position: relative;
}
.button.tertiary:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #5876ae;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 0;
}
.button.tertiary:hover, .button.tertiary:focus {
  color: #5876ae;
}
.button.tertiary:hover::after, .button.tertiary:focus::after {
  width: 100%;
}

hr {
  margin: 50px 0;
  height: 2px;
  background-color: #EBEBEB;
  border: 0;
}
@media (max-width: 1303px) {
  hr {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  hr {
    margin: 35px 0;
  }
}

blockquote {
  color: #000;
  font-weight: 500;
  margin: 70px 0;
  font-size: 28px;
  line-height: 1.42;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:has(+ h6) {
  margin-bottom: 25px;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #000;
}
@media (max-width: 767px) {
  blockquote {
    margin: 35px 0;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 4px 0 30px 50px;
}

.alignleft {
  float: left;
  margin: 4px 50px 30px 0;
}

a img.alignright {
  float: right;
  margin: 4px 0 30px 50px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 4px 50px 30px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
  padding: 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  margin-top: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}
.site-content ul li, .site-content ol li {
  margin-bottom: 10px;
  padding-left: 6px;
}
.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
  margin: 0;
  padding-top: 10px;
}
.site-content ul ul li, .site-content ul ol li, .site-content ol ul li, .site-content ol ol li {
  list-style: disc;
}
.site-content ul li::marker {
  font-size: 11px;
}
.site-content ol li::marker {
  font-size: 16px;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.site-content .wysiwyg-columns.three img {
  width: 100%;
}
@media (max-width: 1303px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
}
.site-content .youtube-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
}
.site-content .youtube-video iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
}
.site-content .google-maps {
  position: relative;
  height: 100%;
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%;
}
.site-content .google-maps iframe {
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1039px) {
  .site-content .google-maps {
    height: 56.25vw;
  }
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.small-header {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.related {
  margin: 60px 0 80px;
}
.related .h6 {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  color: #7bb15d;
  font-weight: 700;
  line-height: 1.3;
  margin: 35px 0 18px;
}
.related .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 40px;
}
.related a {
  text-decoration: none;
}
.related .item .image {
  margin: 0 0 13px;
  overflow: hidden;
}
.related .item .image .placeholder {
  padding-bottom: 100%;
}
.related .item .image img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .image:last-child {
  margin-bottom: 0;
}
.related .item .eyebrow {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.related .item .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #67768e;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
.related .item:hover .image img, .related .item:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1039px) {
  .related {
    margin: 50px 0;
  }
  .related .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .related {
    margin: 40px 0;
  }
  .related .grid {
    grid-template-columns: 1fr;
  }
}

.fancybox-caption__body {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  .fancybox-caption__body {
    font-size: 12px;
  }
}

.collapse-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.collapse-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.site-header {
  background-color: #fff;
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 999;
  position: fixed;
  line-height: 1.5;
  /*
  @include media-between(1480px, $xl){
  	.wrapper {
  		column-gap: 30px;
  		aside {
  			column-gap: 30px;
  		}
  	}
  }
  */
}
.site-header .wrapper {
  position: relative;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 120px;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .wrapper::after {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
}
.site-header .landing-page-right-side.has-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .site-logo svg, .site-header .site-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.site-header.sticky .wrapper {
  min-height: 80px;
}
.site-header.sticky .wrapper::after {
  opacity: 0;
}
.site-header .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.site-header .logos .logo-full {
  position: absolute;
}
.site-header .logos .logo-full .site-logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 286px;
  width: 286px;
}
.site-header.sticky .logos .logo-full {
  position: absolute;
}
.site-header.sticky .logos .logo-full .site-logo {
  min-width: 200px;
  width: 200px;
}
.site-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav.nav {
  -webkit-column-gap: 53px;
  -moz-column-gap: 53px;
  column-gap: 53px;
}
.site-header nav.nav > .nav-element > a {
  text-transform: none;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #000;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.site-header nav.nav > .nav-element > a:hover, .site-header nav.nav > .nav-element > a:focus {
  color: #5876ae;
}
.site-header nav.nav > .nav-element.color-item > a {
  color: #000;
}
.site-header nav.nav > .nav-element .sub-menu {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1.2;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a {
  color: #5876ae;
  text-transform: none;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu > .nav-element a:focus {
  color: #000;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element:last-child {
  margin-bottom: 0;
}
.site-header .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 25px;
  min-height: 100%;
}
.site-header .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EBEBEB;
  overflow: hidden;
  width: 100%;
}
.site-header .search-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px 16px 19px;
  height: 50px;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .search-form .field input {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  color: #5876ae;
  width: 100%;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #5876ae;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #5876ae;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #5876ae;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #5876ae;
  opacity: 1;
}
.site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #EBEBEB inset !important;
  border: 0;
}
.site-header .search-form button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1304px) {
  .site-header .search-toggle {
    font-size: 17px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    -ms-flex-item-align: initial;
    align-self: initial;
    width: 18px;
  }
  .site-header .search-toggle:hover, .site-header .search-toggle:focus, .search-on .site-header .search-toggle {
    color: #5876ae;
  }
  .site-header .search-toggle:hover::after, .site-header .search-toggle:focus::after, .search-on .site-header .search-toggle::after {
    color: #5876ae;
    opacity: 1;
  }
  .search-on .site-header .search-toggle:before {
    content: "\e902";
  }
  .site-header .search-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: -18px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 220px;
    max-width: 220px;
    height: 50px;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
  .site-header nav.nav > .nav-element {
    position: relative;
  }
  .site-header nav.nav > .nav-element > a:after {
    content: "";
    position: absolute;
    margin-top: 21px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #5876ae;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 0;
  }
  .site-header nav.nav > .nav-element > a:hover::after, .site-header nav.nav > .nav-element > a:focus::after, .site-header nav.nav > .nav-element > a.hover::after {
    width: 100%;
  }
  .site-header nav.nav > .nav-element .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 190px;
    min-width: 190px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 19px 18px;
    text-align: center;
    color: #67768e;
    text-transform: uppercase;
    z-index: 1;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element {
    margin-bottom: 18px;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element a {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu > .nav-element a:focus {
    color: #000;
  }
}
@media (max-width: 1303px) {
  .site-header {
    /*.site-logo {
    	width: 122px;
    	min-width: 122px;
    	padding: 2px;
    }*/
  }
  .site-header .wrapper {
    min-height: 120px;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header aside {
    background-color: #32476c;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    top: 120px;
    left: 100%;
    height: calc(100vh - 120px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 30px 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
  }
  .nav-on .site-header aside {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header.sticky aside {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .site-header nav.nav {
    display: block;
    padding-top: 10px;
  }
  .site-header nav.nav > .nav-element {
    display: block;
  }
  .site-header nav.nav > .nav-element > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
  }
  .site-header nav.nav > .nav-element > a:hover, .site-header nav.nav > .nav-element > a:focus {
    color: #000;
  }
  .site-header nav.nav > .nav-element > a i {
    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;
    width: 43px;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-family: "Manrope", sans-serif;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    line-height: 16px;
    height: 21px;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .site-header nav.nav > .nav-element > a i::before {
    content: "+";
    top: 0;
    position: absolute;
    right: 5px;
  }
  .site-header nav.nav > .nav-element > a i:hover, .site-header nav.nav > .nav-element > a i:focus {
    color: #000;
  }
  .site-header nav.nav > .nav-element > a i.on::before {
    content: "–";
  }
  .site-header nav.nav > .nav-element .sub-menu {
    display: none;
    padding: 5px 0 10px 20px;
  }
  .site-header nav.nav > .nav-element .sub-menu .nav-element {
    margin-bottom: 12px;
  }
  .site-header nav.nav > .nav-element .sub-menu .nav-element a {
    color: #fff;
  }
  .site-header nav.nav > .nav-element .sub-menu .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu .nav-element a:focus {
    color: #000;
  }
  .site-header nav.top {
    -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;
    row-gap: 10px;
  }
  .site-header nav.top .nav-element {
    width: 100%;
  }
  .site-header nav.top .nav-element a {
    display: block;
    text-align: center;
  }
  .site-header .search-form-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    min-height: initial;
    width: 100%;
  }
  .site-header .search-form {
    width: 100%;
    max-width: none;
    border-radius: 0;
    background-color: #fff;
  }
  .site-header .search-form fieldset {
    width: 100%;
  }
  .site-header .search-form .field input {
    background-color: transparent;
    font-size: 16px;
  }
  .site-header .search-form .field input:-webkit-autofill,
  .site-header .search-form .field input:-webkit-autofill:hover,
  .site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
  .site-header .search-form button {
    color: #32476c;
  }
}
@media (min-width: 1304px) and (max-width: 1680px) {
  .site-header nav.nav > .nav-element > a {
    font-size: 16px;
  }
  .site-header nav.top > .nav-element a {
    font-size: 11px;
    padding: 11px 14px;
  }
  .site-header .search-form-wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .site-header .landing-page-right-side.has-button .button.primary {
    padding: 16px 20px;
    height: 45px;
  }
  .site-header.landing-page .logos .logo-full .site-logo {
    min-width: unset;
    width: auto;
  }
  .site-header.landing-page .logos .logo-full .site-logo svg {
    width: auto;
    min-width: unset;
    height: 45px;
  }
}
@media (max-width: 479px) {
  .site-header .wrapper {
    min-height: 80px;
  }
  .site-header .landing-page-right-side.has-button .button.primary {
    padding: 10px;
    height: 33px;
  }
  .site-header.sticky .wrapper {
    min-height: 50px;
  }
  .site-header.sticky .wrapper .landing-page-right-side.has-button {
    width: unset;
    overflow: visible;
  }
  .site-header aside {
    top: 80px;
    height: calc(100vh - 80px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 0 20px 100px;
  }
  .site-header .logos .logo-full .site-logo {
    min-width: 216px;
    width: 216px;
  }
  .site-header.sticky aside {
    top: 50px;
    height: calc(100vh - 50px);
  }
  .site-header.sticky .logos .logo-full .site-logo {
    min-width: 136px;
    width: 136px;
  }
  .site-header .search-form .field input {
    font-size: 16px;
  }
  .site-header.landing-page .logos .logo-full .site-logo {
    min-width: unset;
    width: auto;
  }
  .site-header.landing-page .logos .logo-full .site-logo svg {
    width: auto;
    min-width: unset;
    height: 33px;
  }
}
@media (min-width: 1304px) and (max-width: 1480px) {
  .site-header nav.nav {
    -webkit-column-gap: 33px;
    -moz-column-gap: 33px;
    column-gap: 33px;
  }
  .site-header aside {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #000;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1303px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 479px) {
  .nav-toggle {
    right: 20px;
  }
}

footer {
  background-color: #EBEBEB;
  clear: both;
}
footer .wrapper {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 80px;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
footer .wrapper .social a {
  text-decoration: none;
  font-size: 21px;
  color: #5876ae;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
footer .wrapper .social a:hover, footer .wrapper .social a:focus {
  color: #000;
}
footer .wrapper aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 37px;
  -moz-column-gap: 37px;
  column-gap: 37px;
}
footer .wrapper aside nav.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 37px;
  -moz-column-gap: 37px;
  column-gap: 37px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .wrapper aside nav.footer-menu a {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #5876ae;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
footer .wrapper aside nav.footer-menu a:hover, footer .wrapper aside nav.footer-menu a:focus {
  color: #000;
}
footer .wrapper aside .copyright {
  font-size: 12px;
  color: #67768e;
}
footer .wrapper aside .copyright a {
  color: #67768e;
  text-decoration: none;
}
footer.landing-page .wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1303px) {
  footer .wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 1039px) {
  footer .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .wrapper .social {
    width: 100%;
  }
  footer .wrapper aside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrapper aside nav.footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
  }
  footer .wrapper aside .copyright {
    width: 100%;
  }
}

.filters {
  margin: 0 0 40px;
  /* Delete this rule to show the Search & Filter Pro controls on the Portfolio search */
}
.filters .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
  max-width: 240px;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #EBEBEB;
  border-color: transparent;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #32476c;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  color: #32476c;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover, .filters .searchandfilter > ul > li.sf-field-reset > a:focus {
  color: #67768e;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #5876ae;
  border: none;
  display: block;
}
.filters .searchandfilter > ul > li > label:after {
  content: "\e90d";
  font-family: "earthsys-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 9px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  padding: 11px 55px 12px 20px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  min-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #5876ae;
}
.filters:has(form[data-sf-form-id="357"]) {
  display: none !important;
}
@media (max-width: 479px) {
  .filters .searchandfilter > ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .filters .searchandfilter > ul > li {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .filters .searchandfilter > ul > li > label input,
  .filters .searchandfilter > ul > li > label select {
    min-width: 0;
  }
}

.pagination {
  margin: 85px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 30px 0 33px;
  position: relative;
  color: #5876ae;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #000;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 2px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #67768e;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 23px 0 25px;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 27px;
  font-weight: normal;
  color: #000;
  line-height: 1;
  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;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #000;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 15px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 15px;
}
.pagination .nav-links .page-numbers.current {
  color: #000;
}
.pagination .nav-links .page-numbers.inactive {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .pagination {
    margin: 45px 0 0;
  }
}
@media (max-width: 479px) {
  .pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 20px 0 22px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 13px 0 15px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 18px;
  }
}

/**
 * Swiper 11.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 23, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.template-post {
  margin: 45px 0 108px;
}
.template-post + .offers-block {
  margin-top: 134px;
}
.template-post .wrapper {
  max-width: 1040px;
}
.template-post h1 {
  margin: 0 0 15px;
}
.template-post hr {
  margin: 50px 0;
}
.template-post .meta {
  margin: 0 0 45px;
  font-size: 24px;
  color: #5876ae;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.template-post .meta:last-child {
  margin-bottom: 0;
}
.template-post .meta > * {
  display: inline-block;
}
.template-post .meta > *::after {
  content: "|";
  margin: 0 10px 0 12px;
}
.template-post .meta > *:last-child::after {
  display: none;
}
.template-post .meta .author {
  display: inline-block;
  text-transform: uppercase;
  color: #5876ae;
}
.template-post .meta .author a {
  text-decoration: none;
  color: #5876ae;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-post .meta .author a:hover, .template-post .meta .author a:focus {
  color: #000;
}
.template-post .bios {
  padding: 50px 0 0;
}
.template-post .meta-tags {
  margin: 35px 0 40px;
}
.template-post .meta-tags:last-child {
  margin-bottom: 0;
}
.template-post .meta-tags aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-post .meta-tags aside a {
  color: #5876ae;
  text-decoration: none;
}
.template-post .meta-tags aside a:hover, .template-post .meta-tags aside a:focus {
  color: #000;
}
.template-post .meta-tags aside > *:after {
  content: ",";
  margin: 0 5px 0 0;
  color: #000;
}
.template-post .meta-tags aside > *:last-child::after {
  display: none;
}
.template-post .social-share {
  clear: both;
}
.template-post .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
  margin-top: 16px;
}
.template-post .social-share .icons a {
  padding: 0;
  background-color: transparent;
  border: none;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
}
.template-post .social-share .icons a:hover {
  background-color: transparent;
}
.template-post .social-share .icons a:hover i {
  color: #000;
}
.template-post .social-share .icons a i {
  color: #5876ae;
}
.template-post .social-share .icons a i.icon-email {
  font-size: 20px;
}
.template-post .blog .post-content {
  border-bottom: 2px solid #EBEBEB;
  padding: 0 0 50px 0;
}
.template-post .blog .post-content .featured-image {
  margin: 0 0 50px 0;
}
.template-post .blog .post-content .featured-image .placeholder {
  padding-bottom: 52%;
}
.template-post .post-content {
  word-break: break-word;
  /*
  .featured-image {
  	float: left;
  	width: 50%;
  	margin: 0 50px 50px 0;
  	overflow: hidden;
  	img {
  		width: 100%;
  		height: auto;
  		display: block;
  	}
  }
  	*/
}
.template-post .post-content:last-child {
  margin-bottom: 0;
}
.template-post .post-content .button {
  margin: 20px 0 38px;
}
.template-post .post-content .button:last-child {
  margin-bottom: 0;
}
.template-post .post-content a {
  color: #5876ae;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-post .post-content a:hover, .template-post .post-content a:active {
  color: #32476c;
}
.template-post .post-content a.primary {
  color: #fff;
}
.template-post .post-content a.primary:hover, .template-post .post-content a.primary:focus {
  color: #fff;
}
.template-post .post-content a.secondary {
  color: #fff;
}
.template-post .post-content a.secondary:hover, .template-post .post-content a.secondary:focus {
  color: #fff;
}
.template-post .post-content a.tertiary {
  color: #67768e;
}
.template-post .post-content a.tertiary:hover, .template-post .post-content a.tertiary:focus {
  color: #67768e;
}
.template-post .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 55px;
}
.template-post .non-blog .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post .non-blog .post-content figure.image {
  margin: 0 0 32px 0;
}
.template-post .non-blog .post-content figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 55%;
}
.template-post .non-blog .side {
  margin-left: 60px;
  min-width: 300px;
  width: 300px;
}
.template-post .non-blog .side > * {
  margin-bottom: 35px;
}
.template-post .non-blog .side > *:last-child {
  margin-bottom: 0;
}
.template-post .non-blog .side .side-form {
  background: #32476c;
  padding: 35px 35px 31px 35px;
}
.template-post .non-blog .side .side-form .h6 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1039px) {
  .template-post .non-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-post .non-blog .post-content {
    width: 100%;
  }
  .template-post .non-blog .side {
    margin-left: 0;
    margin-top: 60px;
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .template-post .non-blog .side .side-form {
    background: #000;
    padding: 25px 25px 21px 25px;
  }
}
.template-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
.template-post .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 200px;
  min-width: 200px;
  margin: 0;
  overflow: hidden;
}
.template-post .author-bio .author-bio-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #5876ae;
  font-size: 17px;
  line-height: 1.5;
}
.template-post .author-bio .author-bio-content .name {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.15px;
  line-height: 1.3;
  color: #7bb15d;
}
.template-post .author-bio .author-bio-content .button.tertiary {
  color: #67768e;
  padding: 5px 0 0;
  overflow: visible;
  margin-bottom: -5px;
}
.template-post .author-bio .author-bio-content .button.tertiary:after {
  bottom: -5px;
}
.template-post .author-bio .author-bio-content .button.tertiary:hover, .template-post .author-bio .author-bio-content .button.tertiary:focus {
  color: #67768e;
}
.template-post.news-events figure.image {
  float: left;
  width: 50%;
  margin: 5px 50px 30px 0;
}
.template-post.news-events figure.image .placeholder {
  padding-bottom: 68.75%;
}
@media (max-width: 767px) {
  .template-post.news-events figure.image {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.template-post.portfolio {
  margin: 50px 0 85px;
}
.template-post.portfolio .details {
  background-color: #F5F5F5;
  padding: 40px;
  margin: 0 0 50px;
}
.template-post.portfolio .details h4.title {
  padding-bottom: 5px;
}
.template-post.portfolio .details h4.title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  margin: 7px 0 0 0;
  opacity: 0.1;
}
.template-post.portfolio .meta-tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 30px 0 0;
  gap: 20px;
}
.template-post.portfolio .meta-tags .h6 {
  color: #000;
}
.template-post.portfolio .meta-tags span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}
.template-post.portfolio .meta-tags a {
  text-decoration: none;
}
@media (max-width: 1039px) {
  .template-post.portfolio .details {
    padding: 30px;
  }
  .template-post.portfolio .meta-tags {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .template-post.portfolio {
    margin: 40px 0 50px;
  }
  .template-post.portfolio .details {
    padding: 20px;
    margin: 0 0 30px;
  }
  .template-post.portfolio .meta-tags {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1039px) {
  .template-post {
    margin-bottom: 100px;
  }
  .template-post .author-bio {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .template-post {
    margin-bottom: 80px;
  }
  .template-post .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .meta {
    font-size: 18px;
  }
  .template-post .author-bio hr {
    margin: 30px 0 50px 0;
  }
  .template-post .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .template-post .split.no-sidebar .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .split .post-sidebar {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
  .template-post .author-bio {
    font-size: 16px;
  }
  .template-post .author-bio .image {
    max-width: 150px;
    min-width: 150px;
  }
  .template-post .author-bio .author-bio-content .name {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .template-post {
    margin: 20px 0 60px;
  }
  .template-post h1, .template-post .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .template-post .meta {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .template-post .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-post .author-bio .image,
  .template-post .author-bio .author-bio-content {
    width: 100%;
  }
}

.single-portfolio .project-hero {
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.single-portfolio .project-hero figure.image {
  min-height: calc(100vh - 250px);
}
.single-portfolio .project-hero figure.image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 2;
}
.single-portfolio .project-hero figure.image .placeholder {
  display: none;
}
.single-portfolio .project-hero .content {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 150px 0 60px 0;
}
.single-portfolio .project-hero .content h1.title {
  font-size: 56px;
  line-height: 0.93;
  color: #fff;
  margin: 0;
}
.single-portfolio .project-hero .content h3.location {
  color: #fff;
  margin: 20px 0 0;
}
.single-portfolio .related {
  margin: 100px 0 80px;
}
.single-portfolio .offers-block {
  margin: 150px 0 0;
}
@media (max-width: 1039px) {
  .single-portfolio .project-hero figure.image {
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .single-portfolio .project-hero figure.image {
    max-height: 500px;
  }
  .single-portfolio .project-hero .content {
    padding: 120px 0 40px 0;
  }
  .single-portfolio .project-hero .content h1.title {
    font-size: 42px;
  }
}
@media (max-width: 479px) {
  .single-portfolio .project-hero figure.image {
    max-height: 400px;
  }
  .single-portfolio .project-hero .content {
    padding: 120px 0 30px 0;
  }
  .single-portfolio .project-hero .content h1.title {
    font-size: 32px;
  }
  .single-portfolio .project-hero .content h3.location {
    font-size: 16px;
  }
  .single-portfolio .related {
    margin: 50px 0 50px;
  }
  .single-portfolio .offers-block {
    margin: 80px 0 0;
  }
}

.item-search {
  color: #5876ae;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
}
.item-search:hover, .item-search:focus {
  text-decoration: none;
  color: #000;
}
.item-search p {
  margin-bottom: 20px;
}
.item-search .button {
  margin: 12px 0 0;
}

.template-team {
  margin: 0;
  padding: 0 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 700px;
  background-color: #5876ae;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-team:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(48.7deg, transparent 0%, transparent 58%, #000 58%, #000 58%);
  display: block;
  margin: 0;
  opacity: 0.1;
  z-index: 1;
  top: 0;
  left: 0;
}
.template-team + .breadcrumbs {
  margin-bottom: 35px;
}
.template-team .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  position: relative;
  z-index: 3;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.template-team .wrapper > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 50px 0;
}
.template-team .avatar {
  width: 400px;
  min-width: 400px;
  position: relative;
}
.template-team .avatar .image .placeholder {
  padding-bottom: 100%;
}
.template-team .social-share {
  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;
}
.template-team .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.template-team .social-share .icons > a {
  color: #fff;
  padding: 0;
  background-color: transparent;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.template-team .social-share .icons > a:hover, .template-team .social-share .icons > a:focus {
  color: #000;
}
.template-team .name {
  color: #fff;
  margin: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.23;
}
.template-team h2.credentials {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.15px;
  line-height: 1.25;
  color: #000;
  margin: 0 0 28px;
}
.template-team h3.title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.15px;
  color: #fff;
  margin: 0 0 32px;
}
.template-team svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1679px) {
  .template-team::before {
    right: 0;
    border-radius: 0;
  }
}
@media (max-width: 1039px) {
  .template-team {
    min-height: 560px;
  }
  .template-team .wrapper {
    gap: 40px;
  }
  .template-team .wrapper > aside {
    padding: 0;
  }
  .template-team svg {
    height: auto;
    width: 315px;
  }
  .template-team .avatar {
    min-width: 0;
    width: 100%;
    max-width: 260px;
  }
  .template-team .name {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .template-team {
    min-height: unset;
    height: auto;
    padding: 180px 0 40px;
  }
  .template-team > .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .wrapper-thin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .wrapper-thin > aside {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .template-team {
    padding: 120px 0 40px;
  }
  .template-team .wrapper-thin {
    gap: 20px;
  }
  .template-team .social-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .social-share .button.tertiary {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
  .template-team .name {
    margin: 0 0 5px;
  }
  .template-team h1.name {
    font-size: 32px;
  }
  .template-team h1.name span {
    font-size: 24px;
  }
  .template-team .title {
    margin: 0 0 35px;
  }
}

.breadcrumbs {
  margin: 27px 0 0 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: #5876ae;
  line-height: 2;
}
.breadcrumbs + .standard-text {
  margin: 45px 0 50px;
}
.breadcrumbs .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs .wrapper .page-breadcrumbs {
  width: 100%;
  padding: 0 0 25px 0;
  border-bottom: 2px solid #EBEBEB;
}
.breadcrumbs i {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #5876ae;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #000;
}
.breadcrumbs span > span {
  padding: 0 4px;
}
.breadcrumbs span > span:first-of-type {
  padding: 0 4px 0 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 0 0 4px;
}

.featured-post-carousel {
  margin: 0;
  padding: 100px 0 70px 0;
  position: relative;
}
.featured-post-carousel:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  opacity: 0.4;
  z-index: 1;
  top: 0;
  left: 0;
}
.featured-post-carousel .wrapper {
  position: relative;
  z-index: 2;
}
.featured-post-carousel .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-post-carousel .header .dots {
  min-height: 10px;
}
.featured-post-carousel a {
  text-decoration: none;
}
.featured-post-carousel h2, .featured-post-carousel .h2 {
  font-size: 42px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #32476c;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.featured-post-carousel h3.type {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.25px;
  line-height: 1.85;
  text-transform: uppercase;
  margin: 3px 0 0;
}
.featured-post-carousel h4.title {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #67768e;
  line-height: 1.4;
  margin: 0;
  text-transform: none;
}
.featured-post-carousel.dark {
  background-color: #5876ae;
}
.featured-post-carousel.dark:after {
  background: transparent;
}
.featured-post-carousel.dark h2, .featured-post-carousel.dark .h2 {
  color: #fff;
}
.featured-post-carousel.dark h4.title {
  color: #fff;
}
.featured-post-carousel.dark .button.tertiary {
  color: #fff;
}
.featured-post-carousel.dark .button.tertiary:hover, .featured-post-carousel.dark .button.tertiary:focus {
  color: #fff;
}
.featured-post-carousel.dark .button.tertiary:after {
  background-color: #fff;
}
.featured-post-carousel.dark .slick-dots li button {
  background-color: #fff;
}
.featured-post-carousel.dark .slick-arrow:hover, .featured-post-carousel.dark .slick-arrow:focus {
  color: #fff;
}
.featured-post-carousel.light:after {
  background: linear-gradient(48.7deg, #EBEBEB 0%, #EBEBEB 62%, transparent 62%, transparent 62%);
}
.featured-post-carousel .image {
  position: relative;
  margin-bottom: 15px;
}
.featured-post-carousel .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-carousel a:hover, .featured-post-carousel a:focus {
  text-decoration: none;
}
.featured-post-carousel a:hover .image img, .featured-post-carousel a:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-post-carousel .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.featured-post-carousel .no-events a:hover .image img, .featured-post-carousel .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.featured-post-carousel .carousel {
  height: 100%;
  margin-top: 58px;
}
.featured-post-carousel .carousel .slick-list {
  margin: 0 -28.5px;
}
.featured-post-carousel .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
  margin-left: 0;
}
.featured-post-carousel .carousel .slick-slide {
  height: auto;
  margin: 0 28.5px;
}
.featured-post-carousel .slick-dots {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.featured-post-carousel .slick-dots li {
  margin: 0 10px;
  padding: 0;
}
.featured-post-carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #000;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 28px;
  height: 3px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-post-carousel .slick-dots li button:hover, .featured-post-carousel .slick-dots li button:focus {
  height: 10px;
  background-color: #7bb15d;
}
.featured-post-carousel .slick-dots li.slick-active button {
  height: 10px;
  background-color: #7bb15d;
}
.featured-post-carousel .slick-dots li:last-of-type {
  margin-right: 0;
}
.featured-post-carousel .slick-arrow {
  width: 16px;
  height: 28px;
  font-size: 28px;
  color: #7bb15d;
  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;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px) !important;
}
.featured-post-carousel .slick-arrow.slick-prev {
  left: -124px;
}
.featured-post-carousel .slick-arrow.slick-next {
  right: -124px;
}
.featured-post-carousel .slick-arrow:hover, .featured-post-carousel .slick-arrow:focus {
  color: #32476c;
}
@media (max-width: 1519px) {
  .featured-post-carousel .slick-arrow.slick-prev {
    left: -60px;
  }
  .featured-post-carousel .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (max-width: 1379px) {
  .featured-post-carousel .carousel {
    padding: 0 30px;
  }
  .featured-post-carousel .slick-arrow.slick-prev {
    left: 0px;
  }
  .featured-post-carousel .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 1039px) {
  .featured-post-carousel {
    padding: 50px 0 55px 0;
  }
  .featured-post-carousel .carousel {
    margin-top: 38px;
  }
  .featured-post-carousel .carousel .slick-list {
    margin: 0 -14px;
  }
  .featured-post-carousel .carousel .slick-slide {
    margin: 0 14px;
  }
  .featured-post-carousel .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-post-carousel .header .section-header {
    width: 100%;
  }
  .featured-post-carousel .header .button-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .featured-post-carousel .dots {
    display: none;
  }
  .featured-post-carousel h2, .featured-post-carousel .h2 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  .featured-post-carousel .slick-dots li {
    margin: 0 5px;
  }
  .featured-post-carousel .slick-dots li button {
    width: 20px;
    height: 3px;
  }
}

.featured-post-slider {
  position: relative;
  margin: 45px 0;
}
.featured-post-slider .wrapper {
  max-width: 1040px;
  position: relative;
}
.featured-post-slider .wrapper .dots {
  position: absolute;
  top: 43px;
  right: 73px;
  z-index: 2;
}
.featured-post-slider .wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.featured-post-slider .wrapper .slick-dots li {
  margin: 0 10px;
  padding: 0;
}
.featured-post-slider .wrapper .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #5876ae;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 28px;
  height: 3px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-post-slider .wrapper .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-post-slider .wrapper .slick-dots li button:hover, .featured-post-slider .wrapper .slick-dots li button:focus {
  height: 10px;
  background-color: #7bb15d;
}
.featured-post-slider .wrapper .slick-dots li.slick-active button {
  height: 10px;
  background-color: #7bb15d;
}
.featured-post-slider .carousel {
  background-color: #32476c;
}
.featured-post-slider .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-post-slider .carousel .slick-slide {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-post-slider .carousel .slick-slide > div {
  width: 100%;
}
.featured-post-slider .carousel .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.featured-post-slider .carousel .content {
  width: 59.27%;
  padding: 38px 46px 39px 41px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 268px;
}
.featured-post-slider .carousel .content .eyebrow {
  font-size: 14px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #5876ae;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featured-post-slider .carousel .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.featured-post-slider .carousel .content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.23;
  margin: 0;
  position: relative;
  font-weight: 600;
  padding-bottom: 10px;
}
.featured-post-slider .carousel .content h3 strong {
  font-weight: 700;
}
.featured-post-slider .carousel .content .button-container {
  margin-top: 0;
}
.featured-post-slider .carousel .content .button {
  letter-spacing: 1px;
  color: #5876ae;
}
.featured-post-slider .carousel .content .button:after {
  background-color: #5876ae;
}
.featured-post-slider .carousel figure.image {
  width: 40.73%;
}
.featured-post-slider .carousel figure.image .placeholder {
  padding-bottom: unset;
}
.featured-post-slider .carousel figure.image .display {
  background: transparent;
}
@media (max-width: 767px) {
  .featured-post-slider .wrapper .dots {
    top: 293px;
    left: 71px;
    right: unset;
  }
  .featured-post-slider .carousel .slide-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .featured-post-slider .carousel .slide-content .content {
    width: 100%;
    padding-top: 78px;
  }
  .featured-post-slider .carousel .slide-content .content .eyebrow {
    padding-bottom: 10px;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    width: 100%;
    height: 250px;
  }
  .featured-post-slider .carousel .slide-content figure.image .placeholder {
    padding-bottom: 100%;
  }
}
@media (max-width: 479px) {
  .featured-post-slider .wrapper .dots {
    top: 218px;
    left: 51px;
  }
  .featured-post-slider .carousel .dots {
    position: absolute;
  }
  .featured-post-slider .carousel .dots + .eyebrow {
    margin-top: 20px;
  }
  .featured-post-slider .carousel .slick-dots {
    position: absolute;
    right: unset;
    top: unset;
    padding: 0;
    margin: 0 0 20px;
  }
  .featured-post-slider .carousel .slick-dots li:first-of-type {
    margin: 0 3px 0 0;
  }
  .featured-post-slider .carousel .slick-dots li button {
    width: 20px;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    height: 175px;
  }
}

.featured-team {
  margin: 0;
  padding: 100px 0 60px 0;
  position: relative;
}
.featured-team .wrapper {
  position: relative;
  z-index: 2;
}
.featured-team .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-team a {
  text-decoration: none;
}
.featured-team h2, .featured-team .h2 {
  font-size: 42px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #32476c;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.featured-team h3.name {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #7bb15d;
  letter-spacing: 0.15px;
  line-height: 1.3;
  margin: 16px 0 0;
}
.featured-team h4.credentials {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.15px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 3px 0 0;
}
.featured-team h5.title {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #67768e;
  letter-spacing: 0.15px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 3px 0 0;
}
.featured-team.light {
  background-color: transparent;
}
.featured-team.light h2, .featured-team.light .h2 {
  color: #000;
}
.featured-team.light .button.tertiary {
  color: #5876ae;
}
.featured-team.light .button.tertiary:hover, .featured-team.light .button.tertiary:focus {
  color: #000;
}
.featured-team.dark h3.name {
  color: #fff;
}
.featured-team.dark h4.credentials {
  color: #5876ae;
}
.featured-team .image {
  position: relative;
}
.featured-team .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-team a:hover, .featured-team a:focus {
  text-decoration: none;
}
.featured-team a:hover .image img, .featured-team a:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-team .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.featured-team .no-events a:hover .image img, .featured-team .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.featured-team .carousel {
  height: 100%;
  margin-top: 33px;
}
.featured-team .carousel .slick-list {
  margin: 0 -17.5px;
}
.featured-team .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
  margin-left: 0;
}
.featured-team .carousel .slick-slide {
  height: auto;
  margin: 0 17.5px;
}
.featured-team .slick-dots {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.featured-team .slick-dots li {
  margin: 0 10px;
  padding: 0;
}
.featured-team .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #000;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 28px;
  height: 3px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-team .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-team .slick-dots li button:hover, .featured-team .slick-dots li button:focus {
  height: 10px;
  background-color: #7bb15d;
}
.featured-team .slick-dots li.slick-active button {
  height: 10px;
  background-color: #7bb15d;
}
.featured-team .slick-dots li:last-of-type {
  margin-right: 0;
}
.featured-team .slick-arrow {
  width: 16px;
  height: 28px;
  font-size: 28px;
  color: #7bb15d;
  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;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px) !important;
}
.featured-team .slick-arrow.slick-prev {
  left: -124px;
}
.featured-team .slick-arrow.slick-next {
  right: -124px;
}
.featured-team .slick-arrow:hover, .featured-team .slick-arrow:focus {
  color: #32476c;
}
@media (max-width: 1519px) {
  .featured-team .slick-arrow.slick-prev {
    left: -60px;
  }
  .featured-team .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (max-width: 1379px) {
  .featured-team .carousel {
    padding: 0 30px;
  }
  .featured-team .slick-arrow.slick-prev {
    left: 0px;
  }
  .featured-team .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 1039px) {
  .featured-team {
    padding: 50px 0 55px 0;
  }
  .featured-team .carousel {
    margin-top: 38px;
  }
  .featured-team .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-team .header .section-header {
    width: 100%;
  }
  .featured-team .header .button-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .featured-team .dots {
    display: none;
  }
  .featured-team h2, .featured-team .h2 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  .featured-team .slick-dots li {
    margin: 0 5px;
  }
  .featured-team .slick-dots li button {
    width: 20px;
    height: 3px;
  }
}

.gallery {
  margin: 0;
  padding: 85px 0;
}
.gallery header {
  margin: 0 0 54px;
}
.gallery h2, .gallery .h2 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.23;
  color: #5876ae;
  margin: 0 0 14px;
}
.gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery .slick-list {
  margin: 0 -10px;
}
.gallery .slick-slide {
  margin: 0 10px;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.15;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.gallery .slick-slide.slick-current {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  pointer-events: all;
  opacity: 1;
}
.gallery .slick-arrow {
  width: 16px;
  height: 28px;
  font-size: 28px;
  color: #000;
  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;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  top: calc(50% - 40px) !important;
}
.gallery .slick-arrow.slick-prev {
  left: 240px;
}
.gallery .slick-arrow.slick-next {
  right: 240px;
}
.gallery .slick-arrow:hover, .gallery .slick-arrow:focus {
  color: #000;
}
.gallery .carousel {
  position: relative;
}
.gallery .item .image {
  aspect-ratio: 16/9;
  width: auto;
}
.gallery .item .image .play {
  position: relative;
}
.gallery .item .image .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  z-index: 199;
  background: rgba(235, 235, 235, 0.9);
}
.gallery .item .image .play::after {
  content: "\e911";
  font-family: "earthsys-icons";
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  font-size: 70px;
  z-index: 200;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #67768e;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.gallery .item .image .play:hover::after {
  color: #000;
}
.gallery .item .image:last-child {
  margin-bottom: 0;
}
.gallery .item .caption {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25px;
  padding-top: 20px;
}
.gallery.dark {
  background-color: #67768e;
}
.gallery.dark h2, .gallery.dark .h2 {
  color: #000;
}
.gallery.dark .caption {
  color: #fff;
}
@media (max-width: 1303px) {
  .gallery .slick-list {
    padding: 0 100px !important;
  }
  .gallery .slick-arrow.slick-prev {
    left: 40px !important;
  }
  .gallery .slick-arrow.slick-next {
    right: 40px !important;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 45px 0;
  }
  .gallery header {
    margin-bottom: 30px;
  }
  .gallery h2, .gallery .h2 {
    font-size: 32px;
  }
  .gallery .slick-arrow {
    width: 12px;
    height: 21px;
    font-size: 21px;
    top: calc(50% - 25px) !important;
  }
  .gallery .item .image .play {
    position: relative;
  }
  .gallery .item .image .play::before {
    width: 70px;
    height: 70px;
  }
  .gallery .item .image .play::after {
    left: calc(50% + 5px);
    font-size: 35px;
  }
  .gallery .item .caption {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 479px) {
  .gallery .slick-list {
    padding: 0 60px !important;
  }
  .gallery .slick-arrow.slick-prev {
    left: 20px !important;
  }
  .gallery .slick-arrow.slick-next {
    right: 20px !important;
  }
  .gallery header {
    margin-bottom: 30px;
  }
  .gallery .carousel {
    position: relative;
  }
  .gallery .carousel::before {
    height: 20px;
  }
  .gallery .item .image .play {
    position: relative;
  }
  .gallery .item .image .play::before {
    width: 40px;
    height: 40px;
  }
  .gallery .item .image .play::after {
    left: calc(50% + 2px);
    font-size: 20px;
  }
}

.hero-home {
  margin: 0;
}
.hero-home .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.hero-home .carousel .slick-slide {
  height: auto;
}
.hero-home .carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.hero-home .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.hero-home .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.hero-home .carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.hero-home .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.hero-home .carousel .slick-arrow.icon-caret-left {
  left: 40px;
}
.hero-home .carousel .slick-arrow.icon-caret-right {
  right: 40px;
}
.hero-home .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.hero-home .carousel .inner {
  position: relative;
  min-height: calc(100vh - 250px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  color: #fff;
  padding: 0 0 75px;
  color: #fff;
}
.hero-home .carousel .inner .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(0deg, #000, transparent);
  opacity: 0.6;
}
.hero-home .carousel .inner .background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero-home .carousel .inner .background-image {
  z-index: 0;
}
.hero-home .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.hero-home .carousel .inner .content {
  max-width: 854px;
}
.hero-home .carousel .inner .content > *:last-child {
  margin-bottom: 0;
}
.hero-home .carousel .inner h1, .hero-home .carousel .inner .h1 {
  font-size: 56px;
  line-height: 1.25;
  color: inherit;
  margin: 0 0 0.25em;
  line-height: 1.178;
  /*&:after {
  	content: '';
  	position: relative;
  	max-width: 67px;
  	width: 100%;
  	height: 8px;
  	background: linear-gradient(45deg, $color-primary 90%, transparent 90%);
  	display: block;
  	margin: 27px 0 0;
  }*/
}
.hero-home .carousel .inner h1 .highlighted, .hero-home .carousel .inner .h1 .highlighted {
  color: #000;
}
.hero-home .carousel .inner h4 {
  margin: 0 0 1em;
}
.hero-home .carousel .inner .button-container {
  margin-top: 25px;
}
.hero-home .carousel .inner .button-container .button.tertiary {
  color: #fff;
}
.hero-home .carousel .inner .button-container .button.tertiary:hover, .hero-home .carousel .inner .button-container .button.tertiary:active {
  color: #fff;
}
.hero-home .carousel .inner .button-container .button.tertiary:after {
  background-color: #fff;
}
@media (max-width: 1303px) {
  .hero-home .carousel .inner .content {
    padding: 0;
  }
}
@media (min-width: 1040px) {
  .hero-home .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1039px) {
  .hero-home .carousel .inner .content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hero-home .carousel .inner {
    min-height: 500px;
    padding: 0 0 50px;
  }
  .hero-home .carousel .inner h1, .hero-home .carousel .inner .h1 {
    font-size: 42px;
  }
  .hero-home .carousel .inner h1 :after, .hero-home .carousel .inner .h1 :after {
    margin: 15px 0 0;
  }
  .hero-home .carousel .inner .button-container {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .hero-home .carousel .slick-arrow.icon-caret-left {
    left: 20px;
  }
  .hero-home .carousel .slick-arrow.icon-caret-right {
    right: 20px;
  }
  .hero-home .carousel .inner {
    padding: 0 0 30px;
  }
  .hero-home .carousel .inner .content {
    padding: 0;
  }
  .hero-home .carousel .inner h1, .hero-home .carousel .inner .h1 {
    font-size: 34px;
  }
}

.hero-sub {
  margin: 0;
  height: 340px;
  width: 100%;
  position: relative;
}
.hero-sub:after {
  content: "";
  position: relative;
  max-width: 816px;
  width: 100%;
  height: 100%;
  background: linear-gradient(55deg, #32476c 65%, transparent 65%);
  display: block;
  margin: 0;
  opacity: 0.65;
  z-index: 1;
}
@media (max-width: 1039px) {
  .hero-sub:after {
    background: linear-gradient(55deg, #32476c 55%, transparent 55%);
  }
}
@media (max-width: 767px) {
  .hero-sub:after {
    background: linear-gradient(55deg, #32476c 45%, transparent 45%);
  }
}
@media (max-width: 479px) {
  .hero-sub {
    height: 250px;
  }
}

.image-gallery {
  margin: 0;
  padding: 0;
  position: relative;
}
.image-gallery .wrapper {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
.image-gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}
.image-gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.image-gallery .row.halfs > * {
  width: 50%;
}
.image-gallery .row.halfs > * .image .placeholder {
  padding-bottom: calc(66.6666666667% - 10px);
}
.image-gallery .row.thirds > * {
  width: 33.3333333333%;
}
.image-gallery .row.split1 > * {
  width: calc(33.3333333333% - 15px);
}
.image-gallery .row.split1 > *:first-child {
  width: 66.6666666667%;
}
.image-gallery .row.split1 > *:first-child .image .placeholder {
  padding-bottom: calc(50% - 15px);
}
.image-gallery .row.split2 > * {
  width: calc(33.3333333333% - 15px);
}
.image-gallery .row.split2 > *:last-child {
  width: 66.6666666667%;
}
.image-gallery .row.split2 > *:last-child .image .placeholder {
  padding-bottom: calc(50% - 15px);
}
.image-gallery .row > * {
  overflow: hidden;
}
.image-gallery .row a {
  text-decoration: none;
}
.image-gallery .row .caption {
  margin: 3px 0 0 5px;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #7bb15d;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  .image-gallery .row .caption {
    font-size: 12px;
  }
}
@media (max-width: 1039px) {
  .image-gallery {
    padding: 0;
  }
  .image-gallery .grid {
    gap: 20px;
  }
  .image-gallery .row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .image-gallery .row.halfs > * {
    width: 50%;
  }
  .image-gallery .row.halfs > * .image .placeholder {
    padding-bottom: calc(66.6666666667% - 6.6666666667px);
  }
  .image-gallery .row.thirds > * {
    width: 33.3333333333%;
  }
  .image-gallery .row.split1 > * {
    width: calc(33.3333333333% - 10px);
  }
  .image-gallery .row.split1 > *:first-child {
    width: 66.6666666667%;
  }
  .image-gallery .row.split1 > *:first-child .image .placeholder {
    padding-bottom: calc(50% - 10px);
  }
  .image-gallery .row.split2 > * {
    width: calc(33.3333333333% - 10px);
  }
  .image-gallery .row.split2 > *:last-child .image .placeholder {
    padding-bottom: calc(50% - 10px);
  }
  .image-gallery .row > * {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .image-gallery .grid {
    margin-top: 45px;
  }
}
@media (max-width: 479px) {
  .image-gallery .grid {
    gap: 10px;
  }
  .image-gallery .row {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.offers-block {
  margin: 80px 0 0;
  padding: 0 0 80px;
  width: 100%;
  position: relative;
}
.offers-block.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(25%, #5876ae));
  background: linear-gradient(180deg, transparent 25%, #5876ae 25%);
}
.offers-block.blue .h3 {
  color: #5876ae;
}
.offers-block.white {
  background: #fff;
}
.offers-block.white .h3 {
  color: #fff;
}
.offers-block.white .wrapper .items .item {
  background-color: #32476c;
}
.offers-block.white .wrapper .items .item .button.tertiary {
  color: #fff;
}
.offers-block.white .wrapper .items .item .button.tertiary:after {
  display: none;
}
.offers-block.white .wrapper .items .item:hover .button.tertiary, .offers-block.white .wrapper .items .item:active .button.tertiary {
  color: #5876ae;
}
.offers-block.white .wrapper .items .item:hover .button.tertiary::after, .offers-block.white .wrapper .items .item:hover .button.tertiary::after, .offers-block.white .wrapper .items .item:active .button.tertiary::after, .offers-block.white .wrapper .items .item:active .button.tertiary::after {
  width: 100%;
  display: none;
}
.offers-block.white .wrapper .items .text {
  background-color: #32476c;
}
.offers-block.white .wrapper .items .text .description {
  color: #fff;
}
.offers-block a {
  text-decoration: none;
}
.offers-block .wrapper {
  position: relative;
}
.offers-block .wrapper .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 84px;
  -moz-column-gap: 84px;
  column-gap: 84px;
  position: relative;
}
.offers-block .wrapper .items .item {
  background-color: #32476c;
}
.offers-block .wrapper .items .item .button.tertiary {
  color: #fff;
}
.offers-block .wrapper .items .item .button.tertiary:after {
  display: none;
}
.offers-block .wrapper .items .item figure.image .placeholder {
  padding-bottom: 45%;
}
.offers-block .wrapper .items .item:hover .button.tertiary, .offers-block .wrapper .items .item:active .button.tertiary {
  color: #5876ae;
}
.offers-block .wrapper .items .item:hover .button.tertiary::after, .offers-block .wrapper .items .item:hover .button.tertiary::after, .offers-block .wrapper .items .item:active .button.tertiary::after, .offers-block .wrapper .items .item:active .button.tertiary::after {
  width: 100%;
  display: none;
}
.offers-block .wrapper .items .text {
  position: relative;
  display: block;
  padding: 45px 47px 30px 47px;
  background-color: #32476c;
  z-index: 2;
}
.offers-block .wrapper .items .text .h3 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.25px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.offers-block .wrapper .items .text .description {
  color: #fff;
  font-weight: 400;
  line-height: 1.76;
  font-size: 17px;
  margin-bottom: 20px;
}
.offers-block .wrapper .items .text a {
  text-decoration: none;
}
@media (max-width: 1039px) {
  .offers-block {
    margin: 45px 0 0;
    padding: 0 0 45px;
  }
  .offers-block .wrapper .items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 50px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .offers-block .wrapper .items .text {
    padding: 25px 25px 5px 25px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 24px;
  }
}

/*
.single-member, .single {
	.offers-block {
		&.green {
			background: linear-gradient(180deg, transparent 25%, $color-secondary 25%);
			.h3 {
				color: $color-tertiary;
			}
		}
	}
}
*/
.logo-slider {
  margin: 0;
  padding: 80px 0 80px 0;
}
.logo-slider header {
  margin: 0 0 80px;
}
.logo-slider h2, .logo-slider .h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.25;
  letter-spacing: 0.15px;
  text-align: center;
  color: #32476c;
  margin: 0 0 14px;
}
.logo-slider .swiper {
  width: 100%;
}
.logo-slider .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  max-height: 80px;
  width: 100%;
  margin: auto;
}
.logo-slider .swiper .swiper-wrapper .swiper-slide > div, .logo-slider .swiper .swiper-wrapper .swiper-slide > a {
  margin: auto;
}
.logo-slider .swiper.few-slides .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo-slider .swiper.few-slides .swiper-wrapper .swiper-slide:first-of-type {
  margin-left: 80px;
}
.logo-slider .carousel-first, .logo-slider .carousel-second {
  position: relative;
}
.logo-slider .carousel-second {
  margin-top: 30px;
}
.logo-slider .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 80px;
  width: auto;
  margin: auto;
}
@media (max-width: 767px) {
  .logo-slider {
    padding: 45px 0;
  }
  .logo-slider header {
    margin-bottom: 30px;
  }
  .logo-slider h2, .logo-slider .h2 {
    font-size: 18px;
  }
  .logo-slider .swiper .swiper-wrapper .swiper-slide img {
    max-height: 50px;
  }
}
@media (max-width: 479px) {
  .logo-slider header {
    margin-bottom: 30px;
  }
}

.pathway-cards {
  margin: 78px 0 0;
}
.pathway-cards .header {
  margin: 0 0 40px;
}
.pathway-cards .header .h1 {
  max-width: 1092px;
  position: relative;
  color: #32476c;
  font-weight: 600;
}
.pathway-cards .header .h1:after {
  content: "";
  position: relative;
  max-width: 67px;
  width: 100%;
  height: 8px;
  background: #7bb15d;
  display: block;
  margin: 22px 0 0;
}
.pathway-cards .header .description {
  margin: 25px 0 0;
  max-width: 1092px;
}
.pathway-cards .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  row-gap: 75px;
}
.pathway-cards .items .item {
  position: relative;
}
.pathway-cards .items .item figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #32476c, transparent);
  opacity: 0.6;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway-cards .items .item figure .placeholder {
  padding-bottom: 75%;
}
.pathway-cards .items .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 20px 58px 63px;
}
.pathway-cards .items .item .title .icon-caret-double {
  color: #5876ae;
  font-size: 20px;
}
.pathway-cards .items .item .title .h3 {
  font-size: 32px;
  color: #fff;
  margin-top: 9px;
  max-width: 298px;
}
.pathway-cards .items .item .title .h3:before {
  content: "";
  width: 70px;
  height: 10px;
  background-color: #7bb15d;
  display: block;
  margin: 0 0 15px 0;
}
.pathway-cards .items a.item:hover figure:after, .pathway-cards .items a.item:focus figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #32476c, transparent);
  opacity: 0.3;
  z-index: 2;
}
.pathway-cards .items-wrapper {
  position: relative;
  background: linear-gradient(180deg, transparent 120px, #5876ae 120px, #5876ae 100%);
  padding: 0 0 40px 0;
}
.pathway-cards .items-wrapper .background {
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  top: 120px;
  left: 0;
  background-size: 100%;
  opacity: 0.7;
  /*
  &.round {
      background-image: url('/wp-content/uploads/2025/05/pathwayscards-bg.png');
      opacity: 0.07;
  }
  &.angle {
      background-image: url('/wp-content/uploads/2024/11/angle-pattern.svg');
  }*/
}
.pathway-cards .items-wrapper .button-container {
  text-align: center;
  padding: 40px 0 0;
}
.pathway-cards .items-wrapper .button-container .button.tertiary {
  color: #fff;
}
.pathway-cards .items-wrapper .button-container .button.tertiary:hover, .pathway-cards .items-wrapper .button-container .button.tertiary:focus {
  color: #fff;
}
.pathway-cards .items-wrapper .button-container .button.tertiary:after {
  background-color: #fff;
}
@media (max-width: 1303px) {
  .pathway-cards .items {
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
    row-gap: 65px;
  }
  .pathway-cards .items .item .title {
    padding: 0 20px 35px 43px;
  }
  .pathway-cards .items .item .title .h3 {
    font-size: 24px;
  }
}
@media (max-width: 1039px) {
  .pathway-cards .items {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
  }
  .pathway-cards .items .item .title {
    padding: 0 20px 25px 33px;
  }
  .pathway-cards .items .item .title .h3 {
    font-size: 21px;
  }
  .pathway-cards .items-wrapper .background {
    background-size: 150%;
  }
}
@media (max-width: 918px) {
  .pathway-cards .items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
    padding: 0 40px;
  }
  .pathway-cards .items .item .title .h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .pathway-cards .items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
    padding: 0 40px;
  }
  .pathway-cards .items .item .title {
    padding: 0 20px 35px 30px;
  }
  .pathway-cards .items .item .title .h3 {
    font-size: 21px;
  }
  .pathway-cards .items-wrapper .background {
    background-size: 200%;
  }
}
@media (max-width: 479px) {
  .pathway-cards .items {
    padding: 0 20px;
  }
  .pathway-cards .items-wrapper .background {
    background-size: 300%;
  }
}

.pathway-image {
  margin: 0;
}
.pathway-image .h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.pathway-image .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}
.pathway-image .item {
  color: #fff;
  border-radius: 0;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
}
.pathway-image .item:not([href]), .pathway-image .item[href=""] {
  pointer-events: none;
}
.pathway-image .item:before {
  content: "";
  background: linear-gradient(115deg, #32476c 0%, #32476c 20%, rgba(50, 71, 108, 0.7) 35%, rgba(50, 71, 108, 0) 100%);
  background-color: #7bb15d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0.8;
}
.pathway-image .item:after {
  background-color: #32476c;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway-image .item .background-image {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway-image .item .content {
  height: 100%;
  padding: 25px 25px 70px;
  position: relative;
  z-index: 3;
}
.pathway-image .item .content:after {
  background: linear-gradient(115deg, #7bb15d 0%, #7bb15d 25%, rgba(123, 177, 93, 0.7) 40%, rgba(123, 177, 93, 0) 100%);
  background-color: #5876ae;
  content: "Learn More";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.pathway-image .item .title {
  position: relative;
  margin: 0 0 1em;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  word-break: break-word;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway-image .item .description {
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pathway-image .item:hover:before {
  background: #fff;
}
.pathway-image .item:hover:after {
  opacity: 0;
}
.pathway-image .item:hover .background-image {
  opacity: 0;
}
.pathway-image .item:hover .content:after {
  opacity: 1;
}
.pathway-image .item:hover .description {
  opacity: 1;
}
.pathway-image.theme-light {
  margin: 80px 0 90px;
}
.pathway-image.theme-light .item:hover:before {
  background-color: #32476c;
}
.pathway-image.theme-dark {
  background-color: #32476c;
  padding: 80px 0 90px;
}
.pathway-image.theme-dark .h1 {
  color: #fff;
}
.pathway-image.theme-dark .item:hover:before {
  background-color: #5876ae;
}
@media (max-width: 1303px) {
  .pathway-image .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1039px) {
  .pathway-image .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .pathway-image .grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .pathway-image.theme-light {
    margin: 50px 0;
  }
  .pathway-image.theme-dark {
    padding: 50px 0;
  }
}

.module.post-archive-grid {
  margin: 50px 0 80px;
}
.module.post-archive-grid + .offers-block {
  margin-top: 80px;
}
.module.post-archive-grid .archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 48px;
}
.module.post-archive-grid .archive-grid.grid-member {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 0;
  padding: 15px 0 0;
  /*.h4 {
  	grid-column: 1 / -1;
  	margin: -7px 0 -10px;
  	font-size: 42px;
  	text-transform: uppercase;
  	font-weight: $font-weight-semi-bold;
  	line-height: 1.23;
  	color: $color-primary-dark;
  	border-top: 2px solid $gray;
  	padding: 45px 0 0;
  }*/
}
.module.post-archive-grid .archive-grid.grid-portfolio {
  margin-top: 50px;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1303px) {
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 38px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-portfolio {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }
}
@media (max-width: 1039px) {
  .module.post-archive-grid .archive-grid {
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-portfolio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .module.post-archive-grid {
    margin: 50px 0 60px;
  }
  .module.post-archive-grid .archive-grid.grid-portfolio {
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    row-gap: 44px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .module.post-archive-grid .archive-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr;
  }
}

.archive-grid a {
  text-decoration: none;
}
.archive-grid .item .image {
  margin: 0 0 13px;
  overflow: hidden;
}
.archive-grid .item .image .placeholder {
  padding-bottom: 100%;
}
.archive-grid .item .image img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .item .image:last-child {
  margin-bottom: 0;
}
.archive-grid .item .eyebrow {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.archive-grid .item .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #32476c;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
.archive-grid .item:hover .image img, .archive-grid .item:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-grid.grid-member .item {
  text-decoration: none;
}
.archive-grid.grid-member .item .image {
  margin: 0 0 17px;
  position: relative;
}
.archive-grid.grid-member .item .image .placeholder {
  padding-bottom: 100%;
}
.archive-grid.grid-member .item .image .display img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-member .item.no-events {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid.grid-member .item.no-events:hover .image img, .archive-grid.grid-member .item.no-events:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.archive-grid.grid-member .item .aside {
  text-align: left;
  margin: 20px 0 0;
}
.archive-grid.grid-member .item .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  color: #7bb15d;
  letter-spacing: 0em;
}
.archive-grid.grid-member .item .credentials {
  font-size: 16px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  line-height: 1.125;
  letter-spacing: 0.3px;
  color: #000;
  margin: 5px 0 0;
}
.archive-grid.grid-member .item .title {
  font-size: 14px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  line-height: 1.28;
  letter-spacing: 0.5px;
  color: #67768e;
  margin: 8px 0 0;
}
.archive-grid.grid-member .item:hover, .archive-grid.grid-member .item:focus {
  text-decoration: none;
}
.archive-grid.grid-member .item:hover .image .display img, .archive-grid.grid-member .item:focus .image .display img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-grid.grid-portfolio {
  text-decoration: none;
}
.archive-grid.grid-portfolio .item {
  text-decoration: none;
}
.archive-grid.grid-portfolio .item .image {
  margin: 0 0 17px;
  position: relative;
}
.archive-grid.grid-portfolio .item .image .placeholder {
  padding-bottom: 67.8%;
}
.archive-grid.grid-portfolio .item .image .display img {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-portfolio .item .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #5876ae, transparent);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 2;
}
.archive-grid.grid-portfolio .item:hover, .archive-grid.grid-portfolio .item:focus {
  text-decoration: none;
}
.archive-grid.grid-portfolio .item:hover .image:after, .archive-grid.grid-portfolio .item:focus .image:after {
  opacity: 0.4;
}
.archive-grid.grid-portfolio .content .eyebrow {
  color: #000;
  letter-spacing: 0.5px;
}
.archive-grid.grid-portfolio .content .eyebrow .divider {
  margin: 0 10px;
}
.archive-grid.grid-portfolio .content .title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  line-height: 1.25;
  color: #32476c;
  letter-spacing: 0.5px;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .archive-grid.grid-portfolio .content .title {
    font-size: 24px;
  }
}
.archive-grid.grid-portfolio i {
  color: #5876ae;
  font-size: 25px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.page-portfolio .site-content {
  /*&:before {
  	content: '';
  	height: 200px;
  	width: 100%;
  	display: block;
  	background-image: url('/wp-content/uploads/2024/11/portoflio-header.svg');
  	background-position: center;
  	background-size: cover;
  	background-repeat: no-repeat;
  }*/
}
.page-portfolio .wrapper-thin {
  max-width: 1304px;
}
.page-portfolio .module.post-archive-grid {
  margin: 25px 0 80px;
}
.page-portfolio .breadcrumbs + .standard-text {
  margin: 45px 0 25px;
}
.page-portfolio #filter-results {
  padding: 0 40px;
}
@media (max-width: 479px) {
  .page-portfolio #filter-results {
    padding: 0 20px;
  }
}

.module.stats {
  margin: 0;
  background-image: url("assets/images/stats-backdrop-web.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 80px;
}
.module.stats .stats-grid-outer {
  display: grid;
  grid-template-columns: 255px auto;
  -webkit-column-gap: 78px;
  -moz-column-gap: 78px;
  column-gap: 78px;
  grid-template-areas: "statsheader statsnumbers";
}
.module.stats .stats-grid-outer h2 {
  grid-area: statsheader;
  color: #fff;
  font-weight: 700;
}
.module.stats .stats-grid-outer .stats-grid-inner {
  grid-area: statsnumbers;
  color: #fff;
  display: grid;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 40px;
}
.module.stats .stats-grid-outer .stats-grid-inner.one-per-row {
  grid-template-columns: 100%;
}
.module.stats .stats-grid-outer .stats-grid-inner.two-per-row {
  grid-template-columns: repeat(2, 1fr);
}
.module.stats .stats-grid-outer .stats-grid-inner.three-per-row {
  grid-template-columns: repeat(3, 1fr);
}
.module.stats .stats-grid-outer .stats-grid-inner .item {
  border-top: 2px solid #fff;
  padding-top: 20px;
}
.module.stats .stats-grid-outer .stats-grid-inner .number {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 86px;
  line-height: 110px;
  font-weight: 700;
}
.module.stats .stats-grid-outer .stats-grid-inner .description {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}
@media (min-width: 1040px) and (max-width: 1304px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
    row-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
    row-gap: 30px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .number {
    font-size: 64px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
  }
  .module.stats .stats-grid-outer .stats-grid-inner {
    row-gap: 30px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner.one-per-row, .module.stats .stats-grid-outer .stats-grid-inner.two-per-row, .module.stats .stats-grid-outer .stats-grid-inner.three-per-row {
    grid-template-columns: 100%;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .number {
    font-size: 40px;
    line-height: 56px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .description {
    padding-right: 0;
  }
}

.quick-hit {
  margin: 0;
  padding: 80px 0;
  background-attachment: fixed;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: 400px;
}
.quick-hit .inner {
  max-width: 1072px;
}
.quick-hit .inner .h1 {
  max-width: 937px;
  color: #32476c;
  font-weight: 600;
}
.quick-hit .inner .content {
  width: 940px;
  margin-left: auto;
  max-width: 88%;
}
.quick-hit .inner .content .text {
  padding-left: 70px;
  border-left: 8px solid #7bb15d;
}
.quick-hit .inner .content .button.primary {
  margin-left: 78px;
  margin-top: 36px;
}
@media (max-width: 1039px) {
  .quick-hit {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .quick-hit {
    background-position: 150% center;
  }
  .quick-hit .inner .content {
    max-width: 85%;
  }
  .quick-hit .inner .content .text {
    padding-left: 30px;
  }
  .quick-hit .inner .content .button.primary {
    margin-left: 38px;
  }
}
@media (max-width: 479px) {
  .quick-hit {
    background-position: 250px 90%;
    background-attachment: scroll;
  }
}

.accordion .h1 {
  margin: 0 0 40px;
}
.accordion dl {
  margin: 0;
  padding: 0;
  border-bottom: solid 2px #EBEBEB;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: -0.01em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 2px #EBEBEB;
  padding: 17px 0;
  font-weight: 500;
  cursor: pointer;
}
.accordion dl dt:first-child {
  border-top: 0;
  padding-top: 0;
}
.accordion dl dt i {
  font-size: 20px;
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion dl dd {
  margin: 0;
  padding: 0 40px 40px 0;
  display: none;
  color: #000;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
.accordion dl dd p {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .accordion .h1 {
    font-size: 32px;
  }
}

.pathway-list .h1 {
  margin: 0 0 40px;
}
.pathway-list .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 35px;
}
.pathway-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  border-left: 5px solid #5876ae;
  padding: 15px 20px;
}
.pathway-list .item span {
  padding-right: 20px;
}
.pathway-list .item i {
  color: #5876ae;
  font-size: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.pathway-list a.item:hover {
  border-left: 5px solid #000;
}
@media (max-width: 1039px) {
  .pathway-list .item {
    font-size: 21px;
  }
  .pathway-list .grid {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 25px;
  }
}
@media (max-width: 767px) {
  .pathway-list .h1 {
    font-size: 32px;
  }
  .pathway-list .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .pathway-list .grid {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
