@charset "UTF-8";
/*------------------------------------------------------------

    Mixin functions and includes

--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 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 {
  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"] {
  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; }

/* 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 {
    border-radius: 3px;
    color: white;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Campton */
@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-Book.woff2") format("woff2"), url("fonts/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-Bold.woff2") format("woff2"), url("fonts/Campton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-BookItalic.woff2") format("woff2"), url("fonts/Campton-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-LightItalic.woff2") format("woff2"), url("fonts/Campton-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-Light.woff2") format("woff2"), url("fonts/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Campton';
  src: url("fonts/Campton-BoldItalic.woff2") format("woff2"), url("fonts/Campton-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

/* Avenir */
@font-face {
  font-family: 'Avenir Book';
  src: url("fonts/Avenir-Book.woff2") format("woff2"), url("fonts/Avenir-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir Book';
  src: url("fonts/Avenir-BookOblique.woff2") format("woff2"), url("fonts/Avenir-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Medium.woff2") format("woff2"), url("fonts/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Light.woff2") format("woff2"), url("fonts/Avenir-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-MediumOblique.woff2") format("woff2"), url("fonts/Avenir-MediumOblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Roman.woff2") format("woff2"), url("fonts/Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Oblique.woff2") format("woff2"), url("fonts/Avenir-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-LightOblique.woff2") format("woff2"), url("fonts/Avenir-LightOblique.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-Black.woff2") format("woff2"), url("fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir';
  src: url("fonts/Avenir-BlackOblique.woff2") format("woff2"), url("fonts/Avenir-BlackOblique.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 1500px) {
    .container {
      padding: 0 15px; } }

.inner-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .inner-container {
      padding: 0 15px; } }

.flex {
  display: flex; }

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

.flex-between {
  justify-content: space-between; }

.flex-column {
  flex-direction: column; }

/* Some defaults, utilizing the variables above */
body {
  overflow-x: hidden; }

body, p, ul {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #4A596A;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Campton", sans-serif;
  margin: 0;
  font-weight: 600; }

h1 {
  font-size: 48px;
  line-height: 63px; }

h2 {
  font-size: 40px;
  line-height: 53px; }

h3.widget-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 42px; }

h3, h4, h5, h6 {
  font-size: 36px;
  line-height: 47px; }

a {
  color: #4A596A;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.9px;
  text-decoration: none; }

.sidebar-inner section .wp-block-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.sidebar-inner ul, .sidebar-inner ol {
  list-style: none;
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.pum-theme-default-theme .pum-content .pum-close {
  display: none; }

.pum-theme-default-theme .pum-container {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  box-shadow: none !important;
  background: #2e2e2e !important; }
  @media (max-width: 768px) {
    .pum-theme-default-theme .pum-container {
      flex-direction: column;
      left: 15px !important;
      right: 15px !important;
      width: auto !important;
      max-width: 100% !important; } }

.pum-theme-default-theme .pum-content p {
  color: #fff !important;
  font-size: 14px !important;
  margin: 0; }

.pum-theme-default-theme .pum-content p a {
  display: inline-block;
  color: #fff !important; }

.pum-theme-default-theme .pum-close {
  display: inline-block !important;
  flex: 0 0 180px;
  position: static !important;
  margin: 0 0 0 10px !important;
  padding: 10px 20px !important;
  width: auto;
  font-size: 14px !important;
  font-weight: 600;
  color: #fff !important;
  border: 1px solid #fff !important;
  text-decoration: none;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
  transition: all .3s; }
  @media (max-width: 768px) {
    .pum-theme-default-theme .pum-close {
      margin: 20px 0 0 !important;
      flex: 0 0 auto; } }

.pum-theme-default-theme .pum-close {
  background: 0 0 !important;
  line-height: 1.22em !important;
  text-align: center;
  font-style: normal;
  box-sizing: border-box; }

.hero-area {
  background-position: center center;
  background-size: cover;
  min-height: 700px;
  position: relative; }
  .hero-area--disabled {
    min-height: 1px; }

.header {
  padding: 50px 0; }
  .header--hidden {
    display: none; }
  .header .container {
    max-width: 1394px; }
    @media (max-width: 1280px) {
      .header .container {
        padding: 0 50px; } }
    @media (max-width: 992px) {
      .header .container {
        padding: 0 30px; } }
    .header .container .flex {
      flex-direction: row !important; }
  .header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header__logo {
    display: block;
    max-width: 255px;
    width: 100%;
    max-width: 141px; }
  .header__tagline {
    font-size: 16px;
    line-height: 24px;
    color: #9a9a9a;
    max-width: 214px;
    width: 100%; }
    @media (max-width: 1200px) {
      .header__tagline {
        font-size: 14px;
        line-height: 20px;
        margin-left: 86px;
        margin-top: -33px; } }
    @media (max-width: 430px) {
      .header__tagline {
        margin-left: 72px;
        max-width: 220px;
        font-size: 13px;
        margin-top: -26px; } }
    @media (max-width: 360px) {
      .header__tagline {
        font-size: 12px;
        max-width: 180px; } }

.has-parallax .header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(74, 89, 106, 0) 100%); }

.footer {
  background-color: #E1E2DE;
  color: #4A596A;
  padding: 70px 0 50px; }
  .footer .container {
    max-width: 1363px; }
  .footer__logo img {
    max-width: 141px; }
  @media (min-width: 1151px) {
    .footer__copyright {
      position: relative;
      top: -20px; } }
  .footer__copyright p {
    color: #A1C1BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin: 0; }
    @media (max-width: 1150px) {
      .footer__copyright p {
        font-size: 14px;
        line-height: 1.3; } }
    .footer__copyright p a {
      color: #A1C1BA;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px; }
      @media (max-width: 1150px) {
        .footer__copyright p a {
          font-size: 14px;
          line-height: 1.3; } }
      .footer__copyright p a:hover {
        text-decoration: underline; }
  .footer__menu {
    margin-top: 55px; }
    @media (max-width: 1150px) {
      .footer__menu {
        margin-top: 30px; } }
    .footer__menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__menu ul li {
        margin-bottom: 4px; }
        .footer__menu ul li:last-child {
          margin-bottom: 0; }
        .footer__menu ul li a {
          color: #4A596A;
          font-size: 16px;
          font-weight: 500;
          line-height: 22px;
          letter-spacing: 2.4px;
          text-transform: uppercase;
          text-decoration: none; }
          @media (max-width: 1150px) {
            .footer__menu ul li a {
              font-size: 14px;
              line-height: 1.3; } }
        .footer__menu ul li.current-menu-item a {
          color: #F07361; }
  .footer__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1150px) {
      .footer__columns {
        flex-direction: column; } }
  @media (max-width: 1150px) {
    .footer__column {
      max-width: 451px;
      width: 100%;
      margin-bottom: 40px; } }
  .footer__flex-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%; }
  .footer__badges {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    grid-gap: 20px;
    gap: 20px; }
    @media (max-width: 1150px) {
      .footer__badges {
        margin-top: 40px; } }
    .footer__badges img {
      flex: 0 0 auto;
      height: auto;
      max-height: 100px; }
  .footer__info {
    margin-top: 145px; }
    .footer__info.has_badges {
      margin-top: 45px; }
    @media (max-width: 1150px) {
      .footer__info {
        margin-top: 0 !important;
        order: -1; } }
    .footer__info p, .footer__info a {
      color: #4A596A;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      text-decoration: none;
      margin: 0 0 10px; }
      @media (max-width: 1150px) {
        .footer__info p, .footer__info a {
          font-size: 14px; } }
    .footer__info .footer__tagline {
      margin: 42px 0 0;
      text-transform: none;
      font-size: 18px;
      letter-spacing: 1px; }
      @media (max-width: 1150px) {
        .footer__info .footer__tagline {
          font-size: 14px; } }
      .footer__info .footer__tagline svg {
        position: relative;
        top: -3px;
        left: 15px; }
        @media (max-width: 1150px) {
          .footer__info .footer__tagline svg {
            left: 10px;
            top: 0; } }
    .footer__info a span {
      position: relative;
      top: -2px;
      left: 10px;
      font-size: 13px;
      transition: all .3s ease; }
    .footer__info a:hover span {
      left: 14px; }
  .footer__subscribe {
    max-width: 451px;
    width: 100%;
    padding-top: 54px;
    position: relative; }
    @media (max-width: 1150px) {
      .footer__subscribe {
        padding-top: 0; } }
    .footer__subscribe .gform_confirmation_wrapper {
      background-color: #4A596A;
      color: #fff;
      padding: 20px 30px;
      box-sizing: border-box;
      margin-top: 120px; }
      @media (max-width: 1150px) {
        .footer__subscribe .gform_confirmation_wrapper {
          margin-top: 0; } }
    .footer__subscribe__image {
      position: absolute;
      top: -141%;
      left: 0;
      right: 50px;
      width: 100%;
      height: 100%; }
      @media (max-width: 1150px) {
        .footer__subscribe__image {
          display: none; } }
      .footer__subscribe__image img {
        display: block;
        width: 450px;
        height: 600px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .footer__subscribe .gform_wrapper .gform_validation_errors .validation_error {
      color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_validation_errors .validation_error::before {
        background-image: url("data:image/svg+xml,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.9993 22.0833C15.3303 22.0833 15.6079 21.9714 15.8322 21.7475C16.0565 21.5236 16.1687 21.2462 16.1687 20.9152C16.1687 20.5843 16.0567 20.3066 15.8328 20.0823C15.6089 19.858 15.3315 19.7458 15.0006 19.7458C14.6696 19.7458 14.3919 19.8578 14.1676 20.0817C13.9433 20.3056 13.8312 20.583 13.8312 20.914C13.8312 21.2449 13.9431 21.5226 14.167 21.7469C14.3909 21.9712 14.6683 22.0833 14.9993 22.0833ZM14.0437 16.6646H16.1687V7.70418H14.0437V16.6646ZM15.0093 29.1667C13.0559 29.1667 11.2201 28.7948 9.50205 28.0511C7.78396 27.3073 6.28152 26.292 4.99471 25.0052C3.7079 23.7184 2.69263 22.2151 1.94888 20.4952C1.20513 18.7754 0.833252 16.9377 0.833252 14.9823C0.833252 13.0269 1.20513 11.1892 1.94888 9.46938C2.69263 7.74952 3.7079 6.25209 4.99471 4.97709C6.28152 3.70209 7.78485 2.69272 9.5047 1.94897C11.2245 1.20522 13.0622 0.833344 15.0176 0.833344C16.9731 0.833344 18.8107 1.20522 20.5306 1.94897C22.2504 2.69272 23.7478 3.70209 25.0228 4.97709C26.2978 6.25209 27.3072 7.7514 28.051 9.47501C28.7947 11.1986 29.1666 13.0371 29.1666 14.9906C29.1666 16.944 28.7947 18.7798 28.051 20.4979C27.3072 22.216 26.2978 23.7162 25.0228 24.9987C23.7478 26.2812 22.2485 27.2964 20.5249 28.0445C18.8013 28.7926 16.9628 29.1667 15.0093 29.1667ZM15.0176 27.0417C18.3586 27.0417 21.1978 25.867 23.5353 23.5177C25.8728 21.1684 27.0416 18.3233 27.0416 14.9823C27.0416 11.6413 25.8751 8.80209 23.542 6.46459C21.2089 4.12709 18.3616 2.95834 14.9999 2.95834C11.6708 2.95834 8.83152 4.12487 6.48221 6.45794C4.1329 8.79102 2.95825 11.6384 2.95825 15C2.95825 18.3292 4.1329 21.1684 6.48221 23.5177C8.83152 25.867 11.6767 27.0417 15.0176 27.0417Z' fill='%234A596A'/></svg>"); }
    .footer__subscribe .gform_wrapper .gform_heading {
      margin-bottom: 42px; }
      .footer__subscribe .gform_wrapper .gform_heading h2.gform_title {
        color: #4A596A;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1.4px;
        text-transform: uppercase; }
        @media (max-width: 1150px) {
          .footer__subscribe .gform_wrapper .gform_heading h2.gform_title {
            font-size: 22px;
            line-height: 1.3; } }
      .footer__subscribe .gform_wrapper .gform_heading p.gform_description {
        color: #4A596A;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.9px; }
        @media (max-width: 1150px) {
          .footer__subscribe .gform_wrapper .gform_heading p.gform_description {
            font-size: 16px;
            line-height: 1.3; } }
    .footer__subscribe .gform_wrapper .gform_body .gfield {
      margin-bottom: 38px; }
      .footer__subscribe .gform_wrapper .gform_body .gfield input:not([type="submit"]), .footer__subscribe .gform_wrapper .gform_body .gfield select, .footer__subscribe .gform_wrapper .gform_body .gfield textarea {
        background: none;
        border-width: 2px;
        border-color: #4A596A;
        color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_body .gfield option {
        color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_body .gfield label.gfield_label {
        color: #4A596A;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1.8px;
        text-transform: uppercase; }
        @media (max-width: 1150px) {
          .footer__subscribe .gform_wrapper .gform_body .gfield label.gfield_label {
            font-size: 16px;
            line-height: 1.3; } }
      .footer__subscribe .gform_wrapper .gform_body .gfield:not(.should-float-label) label {
        top: -7px; }
      .footer__subscribe .gform_wrapper .gform_body .gfield.active label {
        color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_body .gfield.active input:not([type="submit"]), .footer__subscribe .gform_wrapper .gform_body .gfield.active select, .footer__subscribe .gform_wrapper .gform_body .gfield.active textarea {
        border-color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
        color: #4A596A; }
    .footer__subscribe .gform_wrapper .gform_footer {
      margin-top: 2px; }
      .footer__subscribe .gform_wrapper .gform_footer input[type="submit"] {
        color: #4A596A;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        background-color: transparent;
        border: 2px solid #4A596A;
        padding: 13px 35px;
        transition: all .3s ease;
        min-width: 280px; }
        .footer__subscribe .gform_wrapper .gform_footer input[type="submit"]:hover {
          background-color: #4A596A;
          color: #fff; }
        @media (max-width: 1150px) {
          .footer__subscribe .gform_wrapper .gform_footer input[type="submit"] {
            font-size: 14px;
            line-height: 1.3;
            padding: 13px 25px;
            min-width: 200px; } }
      .footer__subscribe .gform_wrapper .gform_footer .gform_submit_wrapper span {
        right: 16%;
        color: #4A596A; }
      .footer__subscribe .gform_wrapper .gform_footer .gform_submit_wrapper:hover span {
        right: calc(16% - 4px); }

.main-nav {
  position: relative; }
  @media (min-width: 1025px) {
    .main-nav {
      margin-top: -11px; } }
  .main-nav .menu-search-icon svg path {
    fill: #fff; }
  .main-nav #searchsubmit svg path {
    fill: #FFFFFF; }
  .main-nav .menu-primary-container ul {
    display: flex;
    justify-content: space-between; }
    .main-nav .menu-primary-container ul li {
      position: relative;
      line-height: 1;
      padding: 22px 6px; }
      @media (max-width: 1250px) {
        .main-nav .menu-primary-container ul li {
          margin-right: 20px; } }
      @media (max-width: 1100px) {
        .main-nav .menu-primary-container ul li {
          margin-right: 15px; } }
      .main-nav .menu-primary-container ul li:last-child {
        margin-right: 0; }
      .main-nav .menu-primary-container ul li a {
        position: relative;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        padding: 10px;
        transition: all .3s ease;
        text-decoration: none; }
        @media (max-width: 1200px) {
          .main-nav .menu-primary-container ul li a {
            font-size: 14px;
            line-height: 1.2; } }
        .main-nav .menu-primary-container ul li a::after {
          content: "";
          position: absolute;
          bottom: 2px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 2px;
          opacity: 0;
          transition: all .3s ease; }
      .main-nav .menu-primary-container ul li:hover a::after {
        width: calc(100% - 10px);
        opacity: 1; }
      .main-nav .menu-primary-container ul li.current-menu-parent > a,
      .main-nav .menu-primary-container ul li.current-menu-item > a {
        font-weight: 700; }
      .main-nav .menu-primary-container ul li ul.sub-menu {
        position: absolute;
        top: 65px;
        left: 0;
        color: #4A596A;
        flex-direction: column;
        z-index: 1;
        width: -moz-max-content;
        width: max-content;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        align-items: start;
        background-color: #E1E2DE;
        padding: 28px 10px 23px; }
        .main-nav .menu-primary-container ul li ul.sub-menu li {
          margin: 0 0 5px;
          padding: 0; }
          .main-nav .menu-primary-container ul li ul.sub-menu li a {
            display: block;
            font-size: 15px;
            line-height: 18px;
            color: #4A596A;
            letter-spacing: 1.9px; }
            .main-nav .menu-primary-container ul li ul.sub-menu li a:hover {
              color: #4A596A; }
            .main-nav .menu-primary-container ul li ul.sub-menu li a::after {
              content: "→";
              display: inline;
              position: relative;
              bottom: 2px;
              left: 7px;
              transform: translateX(0);
              width: auto;
              height: auto;
              opacity: 1; }
          .main-nav .menu-primary-container ul li ul.sub-menu li:hover a::after {
            width: auto;
            background-color: transparent;
            left: 11px; }
      .main-nav .menu-primary-container ul li.menu-item-has-children {
        padding: 22px 28px 22px 10px;
        transition: all .3s ease; }
        .main-nav .menu-primary-container ul li.menu-item-has-children > a::before {
          content: "›";
          color: #E1E2DE;
          rotate: 90deg;
          position: absolute;
          top: 11px;
          right: -6px; }
          @media (max-width: 1024px) {
            .main-nav .menu-primary-container ul li.menu-item-has-children > a::before {
              display: none; } }
      .main-nav .menu-primary-container ul li.menu-item-has-children:hover {
        background-color: rgba(225, 226, 222, 0.2); }
        .main-nav .menu-primary-container ul li.menu-item-has-children:hover > a::after {
          display: none; }
        @media (min-width: 1024px) {
          .main-nav .menu-primary-container ul li.menu-item-has-children:hover ul {
            opacity: 1;
            visibility: visible; } }
  .main-nav__toggle {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    width: 30px;
    height: 23px; }
    @media (min-width: 1024px) {
      .main-nav__toggle {
        display: none; } }
    .main-nav__toggle span {
      position: absolute;
      display: block;
      width: 25px;
      height: 2px;
      background-color: #fff;
      right: 0;
      top: 0;
      opacity: 1;
      transform: rotate(0deg);
      transform-origin: center;
      transition: all .3s ease; }
      .main-nav__toggle span:nth-child(2) {
        top: 10px;
        width: 30px; }
      .main-nav__toggle span:last-child {
        width: 20px;
        top: 20px; }
    @media (max-width: 1024px) {
      .main-nav__toggle--active span {
        background-color: #fff;
        z-index: 999; }
        .main-nav__toggle--active span:first-child, .main-nav__toggle--active span:last-child {
          width: 30px;
          top: 10px; }
        .main-nav__toggle--active span:nth-child(2) {
          opacity: 0; }
        .main-nav__toggle--active span:first-child {
          transform: rotate(45deg); }
        .main-nav__toggle--active span:last-child {
          transform: rotate(-45deg); } }
  .main-nav__wrapper {
    display: none; }
    @media (min-width: 1024px) {
      .main-nav__wrapper {
        display: flex; } }
    @media (max-width: 1024px) {
      .main-nav__wrapper--active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(74, 89, 106, 0.9);
        padding: 90px 30px 50px;
        box-sizing: border-box;
        overflow-y: scroll;
        z-index: 99; }
        .main-nav__wrapper--active .menu-primary-container ul {
          flex-direction: column; }
          .main-nav__wrapper--active .menu-primary-container ul li {
            margin-right: 0;
            padding: 10px 0 !important; }
            .main-nav__wrapper--active .menu-primary-container ul li a {
              font-size: 20px;
              line-height: 30px;
              color: #FFFFFF; }
            .main-nav__wrapper--active .menu-primary-container ul li.current-menu-item a::after, .main-nav__wrapper--active .menu-primary-container ul li a:hover::after {
              width: 100%;
              opacity: 1;
              background-color: #fff; }
        .main-nav__wrapper--active .menu-search-icon {
          display: none; } }

body.light-header .main-nav__wrapper ul:not(.sub-menu) li a {
  color: #E1E2DE; }

body.light-header .main-nav__wrapper ul:not(.sub-menu) li:hover > a {
  color: #FFF; }
  body.light-header .main-nav__wrapper ul:not(.sub-menu) li:hover > a::after {
    background-color: #FFF; }

body.light-header .main-nav__wrapper ul:not(.sub-menu).current-menu-item a {
  color: #FFF; }
  body.light-header .main-nav__wrapper ul:not(.sub-menu).current-menu-item a::after {
    background-color: #FFF; }

@media (min-width: 1024px) {
  body.dark-header .main-nav__wrapper ul:not(.sub-menu) > li > a {
    color: #4A596A; } }

@media (min-width: 1024px) {
  > body.dark-header .main-nav__wrapper ul:not(.sub-menu) > li:hover > a {
    color: #4A596A; } }

@media (min-width: 1024px) {
  > > body.dark-header .main-nav__wrapper ul:not(.sub-menu) > li:hover > a::after {
    background-color: #4A596A; } }

@media (min-width: 1024px) {
  > body.dark-header .main-nav__wrapper ul:not(.sub-menu) > li.current-menu-item > a {
    color: #4A596A; } }

@media (min-width: 1024px) {
  > > body.dark-header .main-nav__wrapper ul:not(.sub-menu) > li.current-menu-item > a::after {
    background-color: #4A596A; } }

body.dark-header .main-nav__toggle:not(.main-nav__toggle--active) span {
  background-color: #4A596A; }

body.dark-header .main-nav .menu-primary-container ul li.menu-item-has-children > a::before {
  color: #4A596A !important; }

.single-casestudy .main-nav .menu-primary-container ul li.menu-item-has-children:hover {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.single-casestudy .main-nav .menu-primary-container ul li ul.sub-menu {
  top: 66px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px); }

.searchform {
  display: none;
  position: relative; }
  @media (min-width: 992px) {
    .searchform {
      display: block;
      position: absolute;
      top: -31px;
      right: 13px;
      max-width: 359px;
      width: 100%;
      background-color: #10a89f;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease;
      z-index: 999; } }
  @media (max-width: 1520px) {
    .searchform {
      right: 0; } }
  @media (min-width: 992px) {
    .searchform--visible {
      opacity: 1;
      visibility: visible; } }
  .searchform form {
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 992px) {
      .searchform form {
        padding: 26px 20px 24px 30px; } }
  .searchform #search-input {
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding: 0 25px 0 0; }
    @media (min-width: 992px) {
      .searchform #search-input {
        padding: 0 25px 0 5px;
        letter-spacing: 0.025em; } }
    .searchform #search-input::-moz-placeholder {
      font-size: 15px;
      color: #fff;
      font-weight: 700; }
    .searchform #search-input::placeholder {
      font-size: 15px;
      color: #fff;
      font-weight: 700; }
  .searchform #searchsubmit {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .searchform #searchsubmit {
        position: absolute;
        top: 29px;
        right: 26px;
        height: 30px;
        width: 30px;
        text-align: right; } }
  .searchform #search-results {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .searchform #search-results {
        position: absolute;
        top: 60px;
        right: 0px;
        width: 100%;
        padding: 0;
        box-sizing: border-box; } }
    .searchform #search-results:empty {
      display: none !important; }
    .searchform #search-results p {
      color: #fff;
      font-size: 15px;
      line-height: 22px; }
  .searchform address {
    font-size: 12px;
    line-height: 1.3; }

button.menu-search-icon {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-right: 21px;
  margin-left: 78px;
  width: 50px; }
  @media (max-width: 1440px) {
    button.menu-search-icon {
      margin-left: 20px; } }
  @media (max-width: 1100px) {
    button.menu-search-icon {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 992px) {
  .main-nav__wrapper--active .searchform {
    display: block; }
    .main-nav__wrapper--active .searchform #searchsubmit {
      position: absolute;
      top: 0;
      right: 0;
      width: 37px;
      height: 37px;
      text-align: right; }
    .main-nav__wrapper--active .searchform #search-results {
      margin-top: 20px; } }

body .search-results {
  background-color: #0e9189; }
  body .search-results__none {
    padding: 20px; }
  body .search-results__item {
    display: flex;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    transition: all .3s ease; }
    @media (min-width: 992px) {
      body .search-results__item {
        padding: 18px 40px 20px 30px; } }
    body .search-results__item__icon {
      position: relative;
      opacity: .4;
      top: 4px;
      margin-right: 11px;
      min-width: 24px; }
    body .search-results__item__wrap {
      display: flex;
      flex-direction: column; }
      body .search-results__item__wrap em {
        font-style: normal;
        opacity: .4;
        margin-bottom: 3px; }
    body .search-results__item:hover {
      background-color: #10a89f; }
      body .search-results__item:hover * {
        opacity: 1; }

.blog aside.widget-area.sidebar, .category aside.widget-area.sidebar, .single-post aside.widget-area.sidebar {
  width: 100%;
  max-width: 321px;
  min-width: 321px; }
  @media (max-width: 1430px) {
    .blog aside.widget-area.sidebar, .category aside.widget-area.sidebar, .single-post aside.widget-area.sidebar {
      max-width: 286px;
      min-width: 0; } }
  @media (max-width: 1220px) {
    .blog aside.widget-area.sidebar, .category aside.widget-area.sidebar, .single-post aside.widget-area.sidebar {
      max-width: 700px;
      order: 2;
      margin: 0 auto; } }
  .blog aside.widget-area.sidebar .gform_wrapper .gform_body .gfield--width-half, .category aside.widget-area.sidebar .gform_wrapper .gform_body .gfield--width-half, .single-post aside.widget-area.sidebar .gform_wrapper .gform_body .gfield--width-half {
    width: 100%; }
  .blog aside.widget-area.sidebar .ginput_container.ginput_container_select::after, .category aside.widget-area.sidebar .ginput_container.ginput_container_select::after, .single-post aside.widget-area.sidebar .ginput_container.ginput_container_select::after {
    top: -6px !important; }
  .blog aside.widget-area.sidebar .nf-cta-smartcta-form, .category aside.widget-area.sidebar .nf-cta-smartcta-form, .single-post aside.widget-area.sidebar .nf-cta-smartcta-form {
    max-width: 286px;
    margin-left: auto; }
    @media (max-width: 1220px) {
      .blog aside.widget-area.sidebar .nf-cta-smartcta-form, .category aside.widget-area.sidebar .nf-cta-smartcta-form, .single-post aside.widget-area.sidebar .nf-cta-smartcta-form {
        margin: 0; } }
    .blog aside.widget-area.sidebar .nf-cta-smartcta-form input[type="submit"], .category aside.widget-area.sidebar .nf-cta-smartcta-form input[type="submit"], .single-post aside.widget-area.sidebar .nf-cta-smartcta-form input[type="submit"] {
      min-width: 280px;
      letter-spacing: 3.2px;
      font-size: 16px; }
  @media (min-width: 1221px) {
    .blog aside.widget-area.sidebar .sidebar-inner, .category aside.widget-area.sidebar .sidebar-inner, .single-post aside.widget-area.sidebar .sidebar-inner {
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      left: 0;
      padding-bottom: 100px; } }
  .blog aside.widget-area.sidebar .sidebar-inner section, .category aside.widget-area.sidebar .sidebar-inner section, .single-post aside.widget-area.sidebar .sidebar-inner section {
    margin-bottom: 100px; }
    .blog aside.widget-area.sidebar .sidebar-inner section:last-child, .category aside.widget-area.sidebar .sidebar-inner section:last-child, .single-post aside.widget-area.sidebar .sidebar-inner section:last-child {
      margin-bottom: 0; }
  .blog aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper span, .category aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper span, .single-post aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper span {
    color: #4A596A;
    right: 13%;
    top: 12px; }
  .blog aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover input[type="submit"], .blog aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover button, .category aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover input[type="submit"], .category aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover button, .single-post aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover input[type="submit"], .single-post aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover button {
    background-color: #4A596A;
    color: #fff; }
  .blog aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover span, .category aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover span, .single-post aside.widget-area.sidebar .sidebar-inner .gform_submit_wrapper:hover span {
    color: #fff;
    right: calc(13% - 4px); }

.single-post aside.widget-area.sidebar {
  width: 100%;
  max-width: 280px;
  margin-right: -56px; }
  @media (max-width: 1430px) {
    .single-post aside.widget-area.sidebar {
      margin-right: 0; } }
  @media (max-width: 1220px) {
    .single-post aside.widget-area.sidebar {
      margin-right: auto;
      max-width: 700px; } }
  .single-post aside.widget-area.sidebar .sidebar-inner section {
    margin-bottom: 100px; }
    .single-post aside.widget-area.sidebar .sidebar-inner section:last-child {
      margin-bottom: 0; }

.gform_wrapper {
  position: relative; }
  .gform_wrapper .gform_ajax_spinner {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px; }
  .gform_wrapper p.gform_required_legend {
    display: none; }
  .gform_wrapper ul.gform_fields,
  .gform_wrapper ul.gfield_radio,
  .gform_wrapper ul.gfield_checkbox {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .gform_wrapper a:hover {
    text-decoration: none; }
  .gform_wrapper .gform_validation_errors ol.validation_list {
    display: none; }
  .gform_wrapper .gform_validation_errors .validation_error {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #4A596A;
    margin-bottom: 20px; }
    .gform_wrapper .gform_validation_errors .validation_error::before {
      content: "";
      display: block;
      background-image: url("data:image/svg+xml,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.9993 22.0833C15.3303 22.0833 15.6079 21.9714 15.8322 21.7475C16.0565 21.5236 16.1687 21.2462 16.1687 20.9152C16.1687 20.5843 16.0567 20.3066 15.8328 20.0823C15.6089 19.858 15.3315 19.7458 15.0006 19.7458C14.6696 19.7458 14.3919 19.8578 14.1676 20.0817C13.9433 20.3056 13.8312 20.583 13.8312 20.914C13.8312 21.2449 13.9431 21.5226 14.167 21.7469C14.3909 21.9712 14.6683 22.0833 14.9993 22.0833ZM14.0437 16.6646H16.1687V7.70418H14.0437V16.6646ZM15.0093 29.1667C13.0559 29.1667 11.2201 28.7948 9.50205 28.0511C7.78396 27.3073 6.28152 26.292 4.99471 25.0052C3.7079 23.7184 2.69263 22.2151 1.94888 20.4952C1.20513 18.7754 0.833252 16.9377 0.833252 14.9823C0.833252 13.0269 1.20513 11.1892 1.94888 9.46938C2.69263 7.74952 3.7079 6.25209 4.99471 4.97709C6.28152 3.70209 7.78485 2.69272 9.5047 1.94897C11.2245 1.20522 13.0622 0.833344 15.0176 0.833344C16.9731 0.833344 18.8107 1.20522 20.5306 1.94897C22.2504 2.69272 23.7478 3.70209 25.0228 4.97709C26.2978 6.25209 27.3072 7.7514 28.051 9.47501C28.7947 11.1986 29.1666 13.0371 29.1666 14.9906C29.1666 16.944 28.7947 18.7798 28.051 20.4979C27.3072 22.216 26.2978 23.7162 25.0228 24.9987C23.7478 26.2812 22.2485 27.2964 20.5249 28.0445C18.8013 28.7926 16.9628 29.1667 15.0093 29.1667ZM15.0176 27.0417C18.3586 27.0417 21.1978 25.867 23.5353 23.5177C25.8728 21.1684 27.0416 18.3233 27.0416 14.9823C27.0416 11.6413 25.8751 8.80209 23.542 6.46459C21.2089 4.12709 18.3616 2.95834 14.9999 2.95834C11.6708 2.95834 8.83152 4.12487 6.48221 6.45794C4.1329 8.79102 2.95825 11.6384 2.95825 15C2.95825 18.3292 4.1329 21.1684 6.48221 23.5177C8.83152 25.867 11.6767 27.0417 15.0176 27.0417Z' fill='%234A596A'/></svg>");
      width: 29px;
      height: 29px;
      min-width: 29px;
      margin-right: 10px; }
  .gform_wrapper .gform_heading h2.gform_title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #4A596A;
    text-transform: uppercase; }
  .gform_wrapper .gform_heading p.gform_description {
    display: block;
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #4A596A; }
  .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 450px) {
      .gform_wrapper .gform_body .gform_fields {
        flex-direction: column; } }
  .gform_wrapper .gform_body .gfield {
    position: relative;
    width: 100%; }
    .gform_wrapper .gform_body .gfield--width-half {
      width: 49%; }
      @media (max-width: 992px) {
        .gform_wrapper .gform_body .gfield--width-half {
          width: 100%; } }
    .gform_wrapper .gform_body .gfield--type-hidden {
      display: none; }
    .gform_wrapper .gform_body .gfield--type-captcha {
      margin-bottom: 0 !important; }
    .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
      color: #4A596A; }
    .gform_wrapper .gform_body .gfield input,
    .gform_wrapper .gform_body .gfield textarea,
    .gform_wrapper .gform_body .gfield select {
      background-color: transparent;
      max-width: none;
      width: 100%;
      border: none; }
      .gform_wrapper .gform_body .gfield input:focus,
      .gform_wrapper .gform_body .gfield textarea:focus,
      .gform_wrapper .gform_body .gfield select:focus {
        outline: none; }
    .gform_wrapper .gform_body .gfield .gfield_checkbox li,
    .gform_wrapper .gform_body .gfield .gfield_radio li {
      position: relative; }
      .gform_wrapper .gform_body .gfield .gfield_checkbox li label,
      .gform_wrapper .gform_body .gfield .gfield_radio li label {
        display: block;
        cursor: pointer; }
    .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox {
      padding: 0;
      border: none;
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      -webkit-margin-end: 0;
              margin-inline-end: 0;
      -webkit-padding-before: 0;
              padding-block-start: 0;
      -webkit-padding-after: 0;
              padding-block-end: 0;
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      -webkit-padding-end: 0;
              padding-inline-end: 0;
      order: 1; }
      .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice {
        position: relative; }
        .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice label {
          font-size: 18px;
          line-height: 24px;
          display: block;
          cursor: pointer; }
  .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 992px) {
      .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 16px;
        line-height: 22px; } }
  .gform_wrapper .gform_footer .gform_submit_wrapper {
    position: relative;
    display: inline-block; }
    .gform_wrapper .gform_footer .gform_submit_wrapper span {
      color: #fff;
      position: absolute;
      top: 13px;
      transition: right .3s ease-in-out;
      cursor: pointer; }

input[type="submit"], .btn, .nfprivacy-modal-confirm {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #4A596A;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #4A596A;
  min-height: 50px;
  min-width: 286px;
  padding: 0 10px;
  cursor: pointer;
  transition: all .3s ease;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.2px; }
  input[type="submit"]:focus, .btn:focus, .nfprivacy-modal-confirm:focus {
    outline: none; }

a.btn {
  display: inline-grid;
  text-decoration: none;
  place-content: center; }

.cta--outline {
  transition: all .3s ease; }
  .cta--outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4A596A; }
  .cta--outline--dark {
    transition: all .3s ease; }
    .cta--outline--dark:hover {
      background-color: #4A596A;
      color: #fff; }

.cta--text {
  transition: all .3s ease; }
  .cta--text:hover {
    color: #F07361; }

.gform_wrapper a {
  color: #4A596A; }

.gform_wrapper .gform_heading {
  letter-spacing: .045em;
  margin-bottom: 44px; }
  .gform_wrapper .gform_heading h2.gform_title {
    margin-bottom: 11px; }

.gform_wrapper .gform_body .gfield {
  margin-bottom: 34px; }
  .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
    font-size: 12px;
    padding-left: 2px; }
  .gform_wrapper .gform_body .gfield label.gfield_label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #4A596A;
    position: absolute;
    top: -5px;
    left: 10px;
    z-index: 1;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1.4px; }
    @media (max-width: 992px) {
      .gform_wrapper .gform_body .gfield label.gfield_label {
        font-size: 16px;
        line-height: 22px; } }
  .gform_wrapper .gform_body .gfield.should-float-label label {
    top: -25px;
    left: 0;
    font-size: 15px; }
  .gform_wrapper .gform_body .gfield select {
    font-size: 18px; }
  .gform_wrapper .gform_body .gfield--type-html,
  .gform_wrapper .gform_body .gfield .nfprivacy-field-checkbox-label {
    font-size: 18px;
    line-height: 24px; }
  .gform_wrapper .gform_body .gfield--type-html {
    margin-bottom: 20px; }
  .gform_wrapper .gform_body .gfield--type-nfprivacy_agreeprivacy .gfield_validation_message {
    padding-left: 0 !important; }
  .gform_wrapper .gform_body .gfield input,
  .gform_wrapper .gform_body .gfield textarea,
  .gform_wrapper .gform_body .gfield select {
    font-size: 18px;
    border-bottom: 1px solid #4A596A;
    color: #4A596A;
    padding: 3px 13px;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .gform_wrapper .gform_body .gfield input,
      .gform_wrapper .gform_body .gfield textarea,
      .gform_wrapper .gform_body .gfield select {
        font-size: 16px;
        line-height: 22px; } }
  .gform_wrapper .gform_body .gfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; }
  .gform_wrapper .gform_body .gfield.active label.gfield_label {
    color: #4A596A; }
  .gform_wrapper .gform_body .gfield.active input,
  .gform_wrapper .gform_body .gfield.active textarea,
  .gform_wrapper .gform_body .gfield.active select {
    color: #4A596A;
    border-bottom: 1px solid #4A596A; }
  .gform_wrapper .gform_body .gfield .gfield_checkbox li,
  .gform_wrapper .gform_body .gfield .gfield_radio li {
    padding-left: 30px !important; }
    .gform_wrapper .gform_body .gfield .gfield_checkbox li input,
    .gform_wrapper .gform_body .gfield .gfield_radio li input {
      border: 2px solid #4A596A;
      background-color: transparent;
      border-radius: 0;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 2px;
      left: 0;
      cursor: pointer;
      padding: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .gform_wrapper .gform_body .gfield .gfield_checkbox li input:focus,
      .gform_wrapper .gform_body .gfield .gfield_radio li input:focus {
        width: 18px;
        height: 18px; }
      .gform_wrapper .gform_body .gfield .gfield_checkbox li input:checked,
      .gform_wrapper .gform_body .gfield .gfield_radio li input:checked {
        background-image: url(./svg/checkmark-white.svg);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: -2px -1px;
        border: 2px solid #4A596A;
        background-color: #4A596A; }
      .gform_wrapper .gform_body .gfield .gfield_checkbox li input:focus:checked,
      .gform_wrapper .gform_body .gfield .gfield_radio li input:focus:checked {
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: -2px -1px; }
  .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice {
    padding-left: 30px !important; }
    .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice input {
      border: 2px solid #4A596A;
      background-color: transparent;
      border-radius: 0;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 2px;
      left: 0;
      cursor: pointer;
      padding: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice input:focus {
        width: 18px;
        height: 18px; }
      .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice input:checked {
        background-image: url(./svg/checkmark-white.svg);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: -2px -1px;
        border: 2px solid #4A596A;
        background-color: #4A596A; }
      .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice input:focus:checked {
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: -2px -1px; }
  .gform_wrapper .gform_body .gfield .nfprivacy-field-description {
    color: #4A596A;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }
    .gform_wrapper .gform_body .gfield .nfprivacy-field-description a:hover {
      text-decoration: none; }

.gform_wrapper .gform_body .ginput_container.ginput_container_select {
  position: relative; }
  .gform_wrapper .gform_body .ginput_container.ginput_container_select::after {
    content: "›";
    position: absolute;
    top: -3px;
    right: 0;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 30px; }

.gform_wrapper .gform_footer {
  margin-top: 4px; }

.nfprivacy-modal-confirm {
  cursor: pointer;
  margin: 0 auto;
  display: block; }

.nfprivacy-modal-close {
  font-size: 16px;
  text-decoration: underline; }
  .nfprivacy-modal-close:hover {
    text-decoration: none; }

.nfprivacy-modal-scrollmessage {
  border: none;
  align-items: center;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  border-top: 1px solid #9a9a9a; }

.nfprivacy-modal-body-inner table {
  border: 1px solid #9a9a9a;
  border-right: none;
  border-bottom: none; }

.nfprivacy-modal-body-inner th,
.nfprivacy-modal-body-inner td {
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 4px 8px; }

.nfprivacy-modal-body-inner h2 {
  margin-bottom: 20px; }

.nfprivacy-modal-body-inner h1, .nfprivacy-modal-body-inner h2, .nfprivacy-modal-body-inner h3, .nfprivacy-modal-body-inner h4, .nfprivacy-modal-body-inner h5 {
  font-weight: 600; }

.nfprivacy-modal-body-inner strong {
  font-weight: 600; }

.nfprivacy-modal-body-inner a {
  color: #4A596A;
  text-decoration: underline; }
  .nfprivacy-modal-body-inner a:hover {
    text-decoration: none; }

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

/**** VIDEO EMBEDS *************/
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 0 0;
  width: 100%;
  height: 0; }
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
  .wp-block-embed-youtube .wp-block-embed__wrapper object,
  .wp-block-embed-youtube .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-block-social-links {
  margin: 0;
  grid-gap: 21px;
  gap: 21px; }
  .wp-block-social-links .wp-social-link {
    border: none;
    overflow: hidden; }
    .wp-block-social-links .wp-social-link svg {
      display: none; }
    .wp-block-social-links .wp-social-link a {
      border-radius: 100px;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      display: flex;
      place-content: center;
      background: rgba(255, 255, 255, 0);
      transition: all .3s ease; }
      .wp-block-social-links .wp-social-link a::before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
      .wp-block-social-links .wp-social-link a:hover {
        border-bottom: 2px solid #fff; }
    .wp-block-social-links .wp-social-link.wp-social-link-instagram a::before {
      background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.082 12C16.082 9.79703 14.285 8.00003 12.082 8.00003C9.87904 8.00003 8.08204 9.79703 8.08204 12C8.08204 14.203 9.87904 16 12.082 16C14.285 16 16.082 14.203 16.082 12ZM18.238 12C18.238 15.406 15.488 18.156 12.082 18.156C8.67604 18.156 5.92604 15.406 5.92604 12C5.92604 8.59403 8.67604 5.84403 12.082 5.84403C15.488 5.84403 18.238 8.59403 18.238 12ZM19.926 5.59403C19.926 6.39103 19.285 7.03103 18.489 7.03103C17.693 7.03103 17.052 6.39003 17.052 5.59403C17.052 4.79803 17.693 4.15703 18.489 4.15703C19.285 4.15703 19.926 4.79803 19.926 5.59403ZM12.082 2.15603C10.332 2.15603 6.58204 2.01503 5.00404 2.64003C4.45704 2.85903 4.05104 3.12403 3.62904 3.54603C3.20704 3.96803 2.94104 4.37403 2.72304 4.92103C2.09804 6.49903 2.23904 10.249 2.23904 11.999C2.23904 13.749 2.09804 17.499 2.72304 19.077C2.94204 19.624 3.20704 20.03 3.62904 20.452C4.05104 20.874 4.45704 21.14 5.00404 21.358C6.58204 21.983 10.332 21.842 12.082 21.842C13.832 21.842 17.582 21.983 19.16 21.358C19.707 21.139 20.113 20.874 20.535 20.452C20.957 20.03 21.223 19.624 21.441 19.077C22.066 17.499 21.925 13.749 21.925 11.999C21.925 10.249 22.066 6.49903 21.441 4.92103C21.222 4.37403 20.957 3.96803 20.535 3.54603C20.113 3.12403 19.707 2.85803 19.16 2.64003C17.582 2.01503 13.832 2.15603 12.082 2.15603ZM24.082 12C24.082 13.656 24.098 15.297 24.004 16.953C23.91 18.875 23.473 20.578 22.067 21.984C20.661 23.39 18.958 23.828 17.036 23.921C15.38 24.015 13.739 23.999 12.083 23.999C10.427 23.999 8.78604 24.015 7.13004 23.921C5.20804 23.827 3.50504 23.39 2.09904 21.984C0.69304 20.578 0.25504 18.875 0.16204 16.953C0.0680398 15.297 0.0840398 13.656 0.0840398 12C0.0840398 10.344 0.0680398 8.70303 0.16204 7.04703C0.25604 5.12503 0.69304 3.42203 2.09904 2.01603C3.50504 0.610032 5.20804 0.172032 7.13004 0.0790321C8.78604 -0.0149679 10.427 0.00103199 12.083 0.00103199C13.739 0.00103199 15.38 -0.0149679 17.036 0.0790321C18.958 0.173032 20.661 0.610032 22.067 2.01603C23.473 3.42203 23.911 5.12503 24.004 7.04703C24.098 8.70303 24.082 10.344 24.082 12Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 24px;
      height: 24px; }
    .wp-block-social-links .wp-social-link.wp-social-link-instagram a:hover {
      background: #c92bb7;
      border-color: transparent; }
    .wp-block-social-links .wp-social-link.wp-social-link-facebook a::before {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='26' viewBox='0 0 14 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.582 0.187V4.312H11.129C9.20701 4.312 8.84801 5.234 8.84801 6.562V9.515H13.426L12.817 14.14H8.84801V25.999H4.06701V14.14H0.0830078V9.515H4.06701V6.109C4.06701 2.156 6.48901 0 10.02 0C11.707 0 13.16 0.125 13.582 0.187Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 13.5px;
      height: 26px; }
    .wp-block-social-links .wp-social-link.wp-social-link-facebook a:hover {
      background: #4873E2;
      border-color: #4873E2; }
    .wp-block-social-links .wp-social-link.wp-social-link-twitter a::before {
      background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.707 2.376C24.019 3.376 23.16 4.267 22.176 4.985C22.192 5.204 22.192 5.423 22.192 5.641C22.192 12.313 17.114 20 7.83301 20C4.97401 20 2.31701 19.172 0.0830078 17.734C0.489008 17.781 0.880008 17.797 1.30201 17.797C3.66101 17.797 5.83301 17 7.56801 15.641C5.34901 15.594 3.49001 14.141 2.84901 12.141C3.16201 12.188 3.47401 12.219 3.80201 12.219C4.25501 12.219 4.70801 12.156 5.13001 12.047C2.81801 11.578 1.08301 9.547 1.08301 7.094V7.031C1.75501 7.406 2.53601 7.64 3.36401 7.672C2.00501 6.766 1.11401 5.219 1.11401 3.469C1.11401 2.531 1.36401 1.672 1.80201 0.922C4.28601 3.984 8.02101 5.985 12.208 6.203C12.13 5.828 12.083 5.437 12.083 5.047C12.083 2.266 14.333 0 17.13 0C18.583 0 19.896 0.609 20.817 1.594C21.958 1.375 23.051 0.953 24.02 0.375C23.645 1.547 22.848 2.531 21.801 3.156C22.817 3.047 23.801 2.766 24.707 2.376Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 25px;
      height: 20px; }
    .wp-block-social-links .wp-social-link.wp-social-link-twitter a:hover {
      background: #1DA1F2;
      border-color: #1DA1F2; }
    .wp-block-social-links .wp-social-link.wp-social-link-linkedin a::before {
      background-image: url("data:image/svg+xml,%3Csvg width='25' height='23' viewBox='0 0 25 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.53601 7.454V22.938H0.380008V7.454H5.53601ZM5.86401 2.672C5.88001 4.156 4.75501 5.344 2.95801 5.344H2.92701C1.19301 5.344 0.0830078 4.156 0.0830078 2.672C0.0830078 1.156 1.23901 0 2.98901 0C4.75501 0 5.84801 1.156 5.86401 2.672ZM24.083 14.063V22.938H18.942V14.657C18.942 12.579 18.192 11.157 16.333 11.157C14.911 11.157 14.067 12.11 13.692 13.032C13.567 13.376 13.52 13.829 13.52 14.298V22.939H8.37901C8.44201 8.908 8.37901 7.455 8.37901 7.455H13.52V9.705H13.489C14.161 8.643 15.38 7.096 18.161 7.096C21.552 7.096 24.083 9.315 24.083 14.065V14.063Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 24px;
      height: 23px; }
    .wp-block-social-links .wp-social-link.wp-social-link-linkedin a:hover {
      background: #0072b1;
      border-color: #0072b1; }
  .wp-block-social-links .wp-block-social-link:hover {
    transform: scale(1); }

.smartcta {
  margin-left: 30px;
  margin-right: -27px; }
  @media (max-width: 1430px) {
    .smartcta {
      margin: 0; } }
  @media (max-width: 1220px) {
    .smartcta {
      max-width: 286px; } }
  .smartcta img {
    display: block;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .smartcta__inner {
    background-color: #E1E2DE;
    box-sizing: border-box;
    padding: 30px 20px; }
  .smartcta h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .smartcta a {
    display: inline-block;
    text-decoration: none; }
  .smartcta p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.9px;
    margin: 0 0 20px; }
  .smartcta .smartcta-btn {
    margin-top: 33px; }
    .smartcta .smartcta-btn .btn {
      font-size: 16px;
      letter-spacing: 3.2px; }
      @media (max-width: 1430px) {
        .smartcta .smartcta-btn .btn {
          min-width: 100%; } }
    .smartcta .smartcta-btn span {
      position: relative;
      left: 0;
      top: 0 !important;
      right: auto !important;
      transition: all .3s ease; }
    .smartcta .smartcta-btn:hover span {
      left: 4px; }

.insights-filter {
  max-width: 160px;
  width: 100%;
  box-sizing: border-box;
  margin-right: 30px; }
  @media (max-width: 1430px) {
    .insights-filter {
      margin-right: 0; } }
  @media (max-width: 1220px) {
    .insights-filter {
      max-width: 700px;
      order: 1;
      margin: 0 auto 50px; } }
  @media (max-width: 1279px) {
    .insights-filter > div {
      margin-right: 80px; } }
  @media (max-width: 400px) {
    .insights-filter > div {
      margin-right: 20px; } }
  @media (max-width: 1279px) {
    .insights-filter > div:last-child {
      margin-right: 0; } }
  .insights-filter__title {
    font-family: "Campton", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #4A596A;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .insights-filter__list {
    padding: 0;
    margin: 0 0 107px; }
    @media (max-width: 1279px) {
      .insights-filter__list {
        margin-bottom: 0; } }
    .insights-filter__list li {
      position: relative;
      list-style: none; }
      .insights-filter__list li:last-child {
        margin-bottom: 0; }
      .insights-filter__list li.current-cat::before {
        content: "•";
        display: block;
        position: absolute;
        top: 2px;
        left: -18px;
        color: #F07361;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px; }
        @media (max-width: 1430px) {
          .insights-filter__list li.current-cat::before {
            left: -15px; } }
      .insights-filter__list li.current-cat a {
        color: #F07361; }
    .insights-filter__list a {
      position: relative;
      font-size: 16px;
      line-height: 32px;
      font-weight: 500;
      text-decoration: none;
      color: #4A596A;
      letter-spacing: 0.8px;
      transition: all .3s ease; }
      .insights-filter__list a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 1px;
        background-color: #4A596A;
        transition: all .3s ease; }
      .insights-filter__list a:hover::after {
        width: 100%; }
  .insights-filter__selected {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    margin: 30px auto 60px;
    color: #4A596A;
    max-width: 927px; }
    @media (max-width: 1330px) {
      .insights-filter__selected {
        max-width: 825px; } }
    @media (max-width: 1220px) {
      .insights-filter__selected {
        max-width: 100%;
        justify-content: center;
        max-width: 700px; } }
    @media (max-width: 768px) {
      .insights-filter__selected {
        flex-wrap: wrap;
        font-size: 14px; } }
    @media (max-width: 430px) {
      .insights-filter__selected {
        flex-direction: column;
        align-items: center; } }
    .insights-filter__selected span {
      color: #F07361;
      margin-left: 25px; }
    .insights-filter__selected a {
      position: relative;
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #F07361;
      margin-left: 25px;
      bottom: -4px; }
      @media (min-width: 1280px) {
        .insights-filter__selected a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -4px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 1px;
          background-color: #4A596A;
          transition: all .3s ease; }
        .insights-filter__selected a:hover::after {
          width: 100%; }
        .insights-filter__selected a::after {
          background-color: #F07361; } }
      @media (max-width: 768px) {
        .insights-filter__selected a {
          margin-left: 0;
          margin-top: 15px;
          width: 100%;
          justify-content: center; } }
      .insights-filter__selected a svg {
        margin-right: 9px;
        margin-top: -3px; }

.insights-related-posts {
  max-width: 278px;
  margin-left: auto;
  margin-right: 14px; }
  @media (max-width: 1220px) {
    .insights-related-posts {
      max-width: 700px;
      margin: 0 auto; } }
  .insights-related-posts__title {
    color: #A1C1BA;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .insights-related-posts__item {
    display: block;
    color: #4A596A;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.9px;
    text-transform: none;
    margin-bottom: 15px; }
    .insights-related-posts__item span {
      position: relative;
      top: -2px;
      left: 0;
      transition: all .3s ease;
      font-size: 14px;
      margin-left: 9px; }
    .insights-related-posts__item:hover span {
      left: 4px; }

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 117px;
  margin-bottom: 120px; }
  @media (max-width: 1279px) {
    .nav-links {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .nav-links a {
    display: grid;
    place-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #4A596A;
    transition: all .3s ease; }
    .nav-links a:hover {
      color: #F07361; }
  .nav-links span.page-numbers.current {
    display: grid;
    place-content: center;
    font-size: 18px;
    font-weight: 900;
    line-height: normal;
    color: #F07361;
    margin: 0 17px; }
  .nav-links a.page-numbers:not(.next) {
    margin: 0 17px; }
  .nav-links a.prev, .nav-links a.next {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BDBEBC;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase; }
    .nav-links a.prev:hover, .nav-links a.next:hover {
      color: #F07361; }
  .nav-links a.next {
    left: auto;
    right: 0;
    margin-right: 0; }
  .nav-links a.prev.page-numbers {
    margin: 0; }
  .nav-links a.prev span {
    margin-left: 9px; }
  .nav-links a.next span {
    margin-right: 9px; }

.single-post main .wp-block-quote {
  margin: 58px 0 56px 41px;
  max-width: 658px; }
  @media (max-width: 1220px) {
    .single-post main .wp-block-quote {
      max-width: 700px;
      margin: 45px 0; } }
  .single-post main .wp-block-quote p {
    position: relative;
    color: #A1C1BA;
    font-family: "Campton", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.6px; }
  .single-post main .wp-block-quote cite {
    display: block;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    font-style: normal;
    color: #4A596A;
    margin-top: -20px; }
    @media (max-width: 992px) {
      .single-post main .wp-block-quote cite {
        margin-top: -10px;
        font-size: 16px;
        line-height: 22px; } }

.contentupgrade {
  margin: 55px -20px 61px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media (max-width: 1220px) {
    .contentupgrade {
      margin: 55px auto 61px;
      max-width: 500px; } }
  .contentupgrade .contentupgrade-inner {
    max-width: 500px;
    width: 100%;
    background-color: #E1E2DE;
    box-sizing: border-box;
    padding: 41px 58px 85px; }
    @media (max-width: 1220px) {
      .contentupgrade .contentupgrade-inner {
        margin: 10px 0 0;
        max-width: 100%; } }
    @media (max-width: 600px) {
      .contentupgrade .contentupgrade-inner {
        padding: 30px 30px 40px; } }
    .contentupgrade .contentupgrade-inner h3.contentupgrade-title {
      font-size: 28px;
      line-height: 32px;
      letter-spacing: 1.4px;
      margin-bottom: 15px; }
      @media (max-width: 600px) {
        .contentupgrade .contentupgrade-inner h3.contentupgrade-title {
          margin-top: 10px; } }
    .contentupgrade .contentupgrade-inner .contentupgrade-text {
      margin-bottom: 57px; }
  .contentupgrade.contentupgrade-no-image .contentupgrade-inner {
    max-width: 100%; }
  .contentupgrade.contentupgrade-post-form-container .contentupgrade-inner {
    max-width: 100%; }
  .contentupgrade.contentupgrade-post-form-container .contentupgrade-download-button {
    display: inline-block;
    border: 1px solid #4A596A !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    min-height: 50px;
    min-width: 280px;
    padding: 0 10px;
    cursor: pointer;
    transition: all .3s ease;
    letter-spacing: 3.2px; }
    .contentupgrade.contentupgrade-post-form-container .contentupgrade-download-button span {
      margin-left: 10px;
      margin-right: -10px;
      position: relative;
      top: -1px;
      left: 0;
      transition: left .3s ease; }
    .contentupgrade.contentupgrade-post-form-container .contentupgrade-download-button:hover span {
      left: 4px; }
  .contentupgrade .contentupgrade-image {
    max-width: 360px;
    width: 100%; }
    @media (max-width: 1220px) {
      .contentupgrade .contentupgrade-image {
        max-width: 100%; } }
    .contentupgrade .contentupgrade-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .contentupgrade .gform_submit_wrapper input[type="submit"]:hover {
    background-color: #4A596A;
    color: #fff; }
  .contentupgrade .gform_submit_wrapper span {
    color: #4A596A !important;
    right: 20px;
    top: 10px !important; }
  .contentupgrade .gform_submit_wrapper:hover span {
    color: #fff;
    right: 16px; }
  .contentupgrade .gfield a {
    letter-spacing: 0; }
  .contentupgrade .ginput_container.ginput_container_select::after {
    top: -5px !important; }

.blog-listing-card {
  display: block;
  max-width: 800px;
  width: 100%;
  margin-bottom: 76px; }
  @media (max-width: 1220px) {
    .blog-listing-card {
      max-width: 700px;
      margin: 0 auto 60px; } }
  .blog-listing-card img {
    display: block;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 31px; }
    @media (max-width: 1220px) {
      .blog-listing-card img {
        margin-bottom: 20px;
        height: auto;
        max-height: 400px; } }
  .blog-listing-card__image--placeholder {
    height: 450px;
    width: 100%;
    background-color: #4A596A;
    margin-bottom: 31px; }
    @media (max-width: 1220px) {
      .blog-listing-card__image--placeholder {
        margin-bottom: 20px;
        height: auto;
        max-height: 400px; } }
  .blog-listing-card h4 {
    color: #A1C1BA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 14px; }
    @media (max-width: 1220px) {
      .blog-listing-card h4 {
        font-size: 14px;
        line-height: 20px; } }
  .blog-listing-card h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (max-width: 1220px) {
      .blog-listing-card h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px; } }
  .blog-listing-card p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.1px;
    margin: 0 0 40px; }
    @media (max-width: 1220px) {
      .blog-listing-card p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 25px; } }
  .blog-listing-card button {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #4A596A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase; }
    @media (max-width: 1220px) {
      .blog-listing-card button {
        font-size: 14px; } }
    .blog-listing-card button span {
      position: relative;
      left: 0;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 4px;
      text-transform: uppercase;
      transition: all .3s ease; }
    .blog-listing-card button:hover span {
      left: 7px; }

.result-strip {
  background-color: #E1E2DE;
  display: flex;
  justify-content: space-between;
  padding: 47px 47px 40px;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .result-strip {
      flex-direction: column;
      padding: 30px 30px 35px; } }
  .result-strip__left {
    max-width: 800px; }
    @media (max-width: 1150px) {
      .result-strip__left {
        max-width: 80%; } }
    @media (max-width: 768px) {
      .result-strip__left {
        max-width: 100%; } }
  .result-strip h2 {
    color: #4A596A;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media (max-width: 1400px) {
      .result-strip h2 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 1150px) {
      .result-strip h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .result-strip h2 br {
        display: none; } }
  .result-strip h3 {
    color: #4A596A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 1.6px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .result-strip h3 br {
        display: none; } }
    @media (max-width: 1400px) {
      .result-strip h3 {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 1150px) {
      .result-strip h3 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .result-strip h3 {
        margin-bottom: 25px; } }
  .result-strip button {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    color: #4A596A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #4A596A;
    padding: 13px 38px; }
    @media (max-width: 1400px) {
      .result-strip button {
        font-size: 15px; } }
    @media (max-width: 1150px) {
      .result-strip button {
        font-size: 13px;
        padding: 7px 20px; } }
    .result-strip button span {
      position: relative;
      left: 0;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 4px;
      text-transform: uppercase;
      transition: all .3s ease; }
    .result-strip button:hover span {
      left: 7px; }

.content-card {
  background-color: #A1C1BA;
  box-sizing: border-box;
  padding: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .content-card {
      padding: 30px; } }
  .content-card h4 {
    color: #4A596A;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 21px; }
    @media (max-width: 1400px) {
      .content-card h4 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 1150px) {
      .content-card h4 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px; } }
  .content-card h3 {
    color: #4A596A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; }
    @media (max-width: 1400px) {
      .content-card h3 {
        font-size: 28px;
        line-height: 38px; } }
    @media (max-width: 1150px) {
      .content-card h3 {
        font-size: 24px;
        line-height: 34px; } }
  .content-card__testimonial {
    margin-top: 36px; }
    .content-card__testimonial p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 1400px) {
        .content-card__testimonial p {
          font-size: 15px;
          line-height: 23px; } }
      .content-card__testimonial p strong {
        font-weight: 700; }

.pum-container.popmake.theme-12,
.pum-container.popmake.theme-1491 {
  background-color: #E1E2DE;
  max-width: 600px !important;
  box-sizing: border-box;
  padding: 29px 30px 29px 40px;
  width: 100%; }
  .pum-container.popmake.theme-12.form-submitted,
  .pum-container.popmake.theme-1491.form-submitted {
    background-color: #4A596A; }
    .pum-container.popmake.theme-12.form-submitted *,
    .pum-container.popmake.theme-1491.form-submitted * {
      color: #fff !important; }
  @media (max-width: 991px) {
    .pum-container.popmake.theme-12,
    .pum-container.popmake.theme-1491 {
      left: 0 !important;
      max-width: calc(100% - 50px) !important; } }
  @media (max-width: 450px) {
    .pum-container.popmake.theme-12,
    .pum-container.popmake.theme-1491 {
      padding: 20px 30px; } }
  .pum-container.popmake.theme-12 .gform_heading,
  .pum-container.popmake.theme-1491 .gform_heading {
    margin-bottom: 33px; }
  .pum-container.popmake.theme-12 h2.gform_title,
  .pum-container.popmake.theme-1491 h2.gform_title {
    letter-spacing: 1.1px;
    margin-bottom: 3px; }
  .pum-container.popmake.theme-12 p.gform_description,
  .pum-container.popmake.theme-1491 p.gform_description {
    letter-spacing: 0.9px; }
  .pum-container.popmake.theme-12 .gform_fields,
  .pum-container.popmake.theme-1491 .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .pum-container.popmake.theme-12 .gform_fields,
      .pum-container.popmake.theme-1491 .gform_fields {
        flex-direction: column; } }
    .pum-container.popmake.theme-12 .gform_fields .gfield,
    .pum-container.popmake.theme-1491 .gform_fields .gfield {
      width: 47%;
      margin-bottom: 19px;
      color: #4A596A; }
      @media (max-width: 991px) {
        .pum-container.popmake.theme-12 .gform_fields .gfield,
        .pum-container.popmake.theme-1491 .gform_fields .gfield {
          width: 100%;
          margin-bottom: 45px; } }
      .pum-container.popmake.theme-12 .gform_fields .gfield--type-checkbox, .pum-container.popmake.theme-12 .gform_fields .gfield--type-html, .pum-container.popmake.theme-12 .gform_fields .gfield--type-nfprivacy_agreeprivacy,
      .pum-container.popmake.theme-1491 .gform_fields .gfield--type-checkbox,
      .pum-container.popmake.theme-1491 .gform_fields .gfield--type-html,
      .pum-container.popmake.theme-1491 .gform_fields .gfield--type-nfprivacy_agreeprivacy {
        width: 100%; }
        .pum-container.popmake.theme-12 .gform_fields .gfield--type-checkbox a, .pum-container.popmake.theme-12 .gform_fields .gfield--type-html a, .pum-container.popmake.theme-12 .gform_fields .gfield--type-nfprivacy_agreeprivacy a,
        .pum-container.popmake.theme-1491 .gform_fields .gfield--type-checkbox a,
        .pum-container.popmake.theme-1491 .gform_fields .gfield--type-html a,
        .pum-container.popmake.theme-1491 .gform_fields .gfield--type-nfprivacy_agreeprivacy a {
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0; }
  .pum-container.popmake.theme-12 .gform_footer,
  .pum-container.popmake.theme-1491 .gform_footer {
    margin-top: 0; }
    @media (max-width: 450px) {
      .pum-container.popmake.theme-12 .gform_footer .gform_submit_wrapper,
      .pum-container.popmake.theme-1491 .gform_footer .gform_submit_wrapper {
        display: block; } }
    .pum-container.popmake.theme-12 .gform_footer input[type="submit"],
    .pum-container.popmake.theme-1491 .gform_footer input[type="submit"] {
      font-size: 16px;
      padding: 14px 41px;
      min-height: 0;
      min-width: 0; }
      @media (max-width: 450px) {
        .pum-container.popmake.theme-12 .gform_footer input[type="submit"],
        .pum-container.popmake.theme-1491 .gform_footer input[type="submit"] {
          padding: 14px 0;
          width: 100%; } }
      .pum-container.popmake.theme-12 .gform_footer input[type="submit"]:hover,
      .pum-container.popmake.theme-1491 .gform_footer input[type="submit"]:hover {
        background-color: #4A596A;
        color: #fff; }
  .pum-container.popmake.theme-12 .pum-close,
  .pum-container.popmake.theme-1491 .pum-close {
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    background-color: #E1E2DE30;
    border-radius: 0%;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 31px;
    font-size: 40px;
    font-weight: 100; }
  .pum-container.popmake.theme-12 .ginput_container.ginput_container_select::after,
  .pum-container.popmake.theme-1491 .ginput_container.ginput_container_select::after {
    top: -13px !important; }

.default-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover; }

.has-parallax .hero-area {
  background-image: none !important; }

.inset-parallax {
  overflow: hidden; }
  .inset-parallax img {
    transform-style: preserve-3d;
    will-change: transform;
    height: 150% !important;
    width: 150% !important; }

.footer-form {
  position: relative;
  padding-top: 198px;
  padding-bottom: 202px;
  overflow: hidden; }
  @media (max-width: 1150px) {
    .footer-form {
      padding: 100px 0; } }
  .footer-form__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center; }
  .footer-form .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer-form .inner-container.min_h {
      min-height: 300px; }
      @media (max-width: 1150px) {
        .footer-form .inner-container.min_h {
          min-height: 100px; } }
  @media (max-width: 1150px) {
    .footer-form .gform_wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 550px; } }
  .footer-form .gform_wrapper .gform_validation_errors .validation_error {
    color: #fff; }
    .footer-form .gform_wrapper .gform_validation_errors .validation_error::before {
      background-image: url("data:image/svg+xml,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.9993 22.0833C15.3303 22.0833 15.6079 21.9714 15.8322 21.7475C16.0565 21.5236 16.1687 21.2462 16.1687 20.9152C16.1687 20.5843 16.0567 20.3066 15.8328 20.0823C15.6089 19.858 15.3315 19.7458 15.0006 19.7458C14.6696 19.7458 14.3919 19.8578 14.1676 20.0817C13.9433 20.3056 13.8312 20.583 13.8312 20.914C13.8312 21.2449 13.9431 21.5226 14.167 21.7469C14.3909 21.9712 14.6683 22.0833 14.9993 22.0833ZM14.0437 16.6646H16.1687V7.70418H14.0437V16.6646ZM15.0093 29.1667C13.0559 29.1667 11.2201 28.7948 9.50205 28.0511C7.78396 27.3073 6.28152 26.292 4.99471 25.0052C3.7079 23.7184 2.69263 22.2151 1.94888 20.4952C1.20513 18.7754 0.833252 16.9377 0.833252 14.9823C0.833252 13.0269 1.20513 11.1892 1.94888 9.46938C2.69263 7.74952 3.7079 6.25209 4.99471 4.97709C6.28152 3.70209 7.78485 2.69272 9.5047 1.94897C11.2245 1.20522 13.0622 0.833344 15.0176 0.833344C16.9731 0.833344 18.8107 1.20522 20.5306 1.94897C22.2504 2.69272 23.7478 3.70209 25.0228 4.97709C26.2978 6.25209 27.3072 7.7514 28.051 9.47501C28.7947 11.1986 29.1666 13.0371 29.1666 14.9906C29.1666 16.944 28.7947 18.7798 28.051 20.4979C27.3072 22.216 26.2978 23.7162 25.0228 24.9987C23.7478 26.2812 22.2485 27.2964 20.5249 28.0445C18.8013 28.7926 16.9628 29.1667 15.0093 29.1667ZM15.0176 27.0417C18.3586 27.0417 21.1978 25.867 23.5353 23.5177C25.8728 21.1684 27.0416 18.3233 27.0416 14.9823C27.0416 11.6413 25.8751 8.80209 23.542 6.46459C21.2089 4.12709 18.3616 2.95834 14.9999 2.95834C11.6708 2.95834 8.83152 4.12487 6.48221 6.45794C4.1329 8.79102 2.95825 11.6384 2.95825 15C2.95825 18.3292 4.1329 21.1684 6.48221 23.5177C8.83152 25.867 11.6767 27.0417 15.0176 27.0417Z' fill='%23FFFFFF'/></svg>"); }
  .footer-form .gform_wrapper .gform_heading {
    max-width: 634px;
    margin-bottom: 98px; }
    @media (max-width: 1150px) {
      .footer-form .gform_wrapper .gform_heading {
        max-width: 100%;
        margin-bottom: 50px; } }
    .footer-form .gform_wrapper .gform_heading h2.gform_title {
      color: #fff;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 55px;
      letter-spacing: 2.4px;
      text-transform: uppercase; }
      @media (max-width: 1150px) {
        .footer-form .gform_wrapper .gform_heading h2.gform_title {
          font-size: 35px;
          line-height: 1.3; } }
    .footer-form .gform_wrapper .gform_heading p.gform_description {
      color: #fff;
      font-family: "Campton", sans-serif;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 55px;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
      @media (max-width: 1150px) {
        .footer-form .gform_wrapper .gform_heading p.gform_description {
          font-size: 20px;
          line-height: 1.3; } }
  .footer-form .gform_wrapper .gform_body {
    max-width: 600px; }
    .footer-form .gform_wrapper .gform_body .gfield {
      margin-bottom: 38px; }
      .footer-form .gform_wrapper .gform_body .gfield .validation_message,
      .footer-form .gform_wrapper .gform_body .gfield .nfprivacy-field-description {
        color: #fff; }
        .footer-form .gform_wrapper .gform_body .gfield .validation_message a,
        .footer-form .gform_wrapper .gform_body .gfield .nfprivacy-field-description a {
          color: #fff; }
      .footer-form .gform_wrapper .gform_body .gfield input:not([type="submit"]), .footer-form .gform_wrapper .gform_body .gfield select, .footer-form .gform_wrapper .gform_body .gfield textarea {
        background-color: #ffffff00;
        transition: all .3s ease;
        border-bottom: 2px solid #fff;
        color: #fff; }
        .footer-form .gform_wrapper .gform_body .gfield input:not([type="submit"]).gfield-choice-input, .footer-form .gform_wrapper .gform_body .gfield input:not([type="submit"]).nfprivacy-notice-checkbox, .footer-form .gform_wrapper .gform_body .gfield select.gfield-choice-input, .footer-form .gform_wrapper .gform_body .gfield select.nfprivacy-notice-checkbox, .footer-form .gform_wrapper .gform_body .gfield textarea.gfield-choice-input, .footer-form .gform_wrapper .gform_body .gfield textarea.nfprivacy-notice-checkbox {
          border: 2px solid #fff; }
      .footer-form .gform_wrapper .gform_body .gfield option {
        color: #222; }
      .footer-form .gform_wrapper .gform_body .gfield label {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.8px;
        text-transform: uppercase; }
      .footer-form .gform_wrapper .gform_body .gfield:not(.should-float-label) label {
        top: -7px; }
      .footer-form .gform_wrapper .gform_body .gfield.active label {
        color: #fff; }
      .footer-form .gform_wrapper .gform_body .gfield.active input:not([type="submit"]), .footer-form .gform_wrapper .gform_body .gfield.active select, .footer-form .gform_wrapper .gform_body .gfield.active textarea {
        background-color: #ffffff50;
        border-color: #fff; }
      .footer-form .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
        color: #fff; }
  .footer-form .gform_wrapper .gform_footer {
    margin-top: 21px; }
    .footer-form .gform_wrapper .gform_footer input[type="submit"] {
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      background-color: transparent;
      border: 2px solid #fff;
      padding: 15px 39px;
      transition: all .3s ease; }
      .footer-form .gform_wrapper .gform_footer input[type="submit"]:hover {
        background-color: #fff;
        color: #4A596A; }
    .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper span {
      right: 25%; }
    .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper:hover span {
      right: calc(25% - 4px);
      color: #4A596A; }
  .footer-form.form-submitted .inner-container {
    justify-content: start; }
  .footer-form .gform_confirmation_wrapper {
    background-color: #4A596A;
    color: #fff;
    padding: 20px 30px;
    box-sizing: border-box; }
  .footer-form .ginput_container.ginput_container_select::after {
    color: #fff;
    top: -6px !important; }

.linked-case-studies {
  margin: 0 calc(50% - 50vw);
  background-color: #E1E2DE;
  padding: 89px 0; }
  @media (max-width: 1150px) {
    .linked-case-studies {
      padding: 45px 0; } }
  .linked-case-studies .inner-container {
    max-width: 1274px; }
  .linked-case-studies__cta {
    display: inline-block;
    text-decoration: none;
    color: #888;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 57px; }
    @media (max-width: 1150px) {
      .linked-case-studies__cta {
        font-size: 14px;
        margin-bottom: 40px; } }
    @media (max-width: 992px) {
      .linked-case-studies__cta {
        display: block;
        width: 212px;
        margin: 0 auto 40px; } }
    .linked-case-studies__cta span {
      position: relative;
      top: -2px; }
    .linked-case-studies__cta em {
      margin-left: 7px;
      font-style: normal;
      position: relative;
      left: 0;
      transition: all .3s ease; }
    .linked-case-studies__cta:hover em {
      left: 4px; }
  .linked-case-studies__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .linked-case-studies__items {
        align-items: center;
        flex-direction: column; } }
  .linked-case-studies__item {
    max-width: 582px;
    width: 100%;
    text-decoration: none; }
    @media (max-width: 1220px) {
      .linked-case-studies__item {
        max-width: 48%; } }
    @media (max-width: 992px) {
      .linked-case-studies__item {
        max-width: 500px;
        margin-bottom: 40px; }
        .linked-case-studies__item:last-child {
          margin-bottom: 0; } }
    .linked-case-studies__item img {
      display: block;
      height: 353px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      margin-bottom: 39px; }
      @media (max-width: 1150px) {
        .linked-case-studies__item img {
          height: 330px;
          margin-bottom: 30px; } }
    .linked-case-studies__item h3 {
      color: #4A596A;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      min-height: 84px; }
      @media (max-width: 1150px) {
        .linked-case-studies__item h3 {
          font-size: 20px;
          line-height: 30px;
          min-height: 80px; } }
      @media (max-width: 992px) {
        .linked-case-studies__item h3 {
          min-height: 0;
          margin-bottom: 15px; } }
    .linked-case-studies__item p {
      margin: 0;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 1.1px;
      min-height: 158px; }
      @media (max-width: 1150px) {
        .linked-case-studies__item p {
          font-size: 20px;
          line-height: 30px;
          min-height: 140px; } }
      @media (max-width: 992px) {
        .linked-case-studies__item p {
          min-height: 0;
          margin-bottom: 25px; } }
    .linked-case-studies__item button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #4A596A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase; }
      @media (max-width: 1150px) {
        .linked-case-studies__item button {
          font-size: 14px; } }
      .linked-case-studies__item button span {
        position: relative;
        left: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      .linked-case-studies__item button:hover span {
        left: 7px; }

.hero-home {
  padding-bottom: 60px; }
  .hero-home h1, .hero-home h2, .hero-home h3, .hero-home h4, .hero-home h5, .hero-home p, .hero-home a, .hero-home ul {
    color: #fff; }
  .hero-home .container {
    max-width: 1224px; }
    @media (max-width: 1280px) {
      .hero-home .container {
        max-width: 100%;
        padding: 0 100px;
        margin: 0; } }
    @media (max-width: 992px) {
      .hero-home .container {
        padding: 0 30px; } }
  .hero-home__title {
    margin-top: calc(100vw * 0.067); }
    @media (max-width: 1600px) {
      .hero-home__title {
        margin-top: calc(100vw * 0.122); } }
    @media (max-width: 992px) {
      .hero-home__title {
        margin: 0 auto 40px;
        max-width: 550px; } }
    .hero-home__title h1 {
      font-size: 72px;
      font-style: normal;
      font-weight: 700;
      line-height: 80px;
      letter-spacing: 3.6px;
      text-transform: uppercase;
      max-width: 566px; }
      @media (max-width: 992px) {
        .hero-home__title h1 {
          max-width: 100%;
          font-size: 40px;
          line-height: normal; } }
  .hero-home__text {
    max-width: 450px;
    margin-left: auto;
    margin-right: 12px; }
    @media (max-width: 992px) {
      .hero-home__text {
        max-width: 550px;
        margin-right: auto; } }
    .hero-home__text p {
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 1.1px;
      margin: -17px 0 0; }
      @media (max-width: 992px) {
        .hero-home__text p {
          margin: 0 0 40px;
          font-size: 18px;
          line-height: normal; } }
  .hero-home__cta {
    margin-top: 37px; }
    @media (max-width: 992px) {
      .hero-home__cta {
        margin: 0 0 40px; } }
    .hero-home__cta a {
      display: block;
      box-sizing: border-box;
      max-width: 268px;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      border: 2px solid #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 3.2px;
      padding: 10px 0;
      transition: all .3s ease; }
      @media (max-width: 992px) {
        .hero-home__cta a {
          font-size: 15px;
          padding: 8px 0;
          max-width: 250px; } }
      .hero-home__cta a span {
        position: relative;
        left: 6px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      @media (min-width: 993px) {
        .hero-home__cta a:hover span {
          left: 10px; } }
  .hero-home__list {
    position: relative;
    margin-top: calc(100vw * 0.075);
    padding-bottom: calc(100vw * 0.0243); }
    @media (max-width: 1600px) {
      .hero-home__list {
        margin-top: calc(100vw * 0.215); } }
    @media (max-width: 992px) {
      .hero-home__list {
        margin: 60px auto 0; } }
    .hero-home__list__inner {
      max-width: 450px; }
      @media (max-width: 992px) {
        .hero-home__list__inner {
          max-width: 550px;
          margin: 0 auto; } }
    .hero-home__list h3 {
      font-size: 22px;
      font-style: normal;
      font-weight: 900;
      line-height: 32px;
      letter-spacing: 1.1px; }
      @media (max-width: 992px) {
        .hero-home__list h3 {
          font-size: 20px;
          line-height: normal; } }
    .hero-home__list ul {
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 1.1px;
      list-style: none;
      border-top: 2px solid #888;
      border-bottom: 2px solid #888;
      margin: 38px 0;
      padding: 0; }
      @media (max-width: 992px) {
        .hero-home__list ul {
          font-size: 20px;
          line-height: normal;
          margin: 30px 0 60px; } }
      .hero-home__list ul li {
        padding: 13px 0 14px;
        border-bottom: 2px solid #888; }
        .hero-home__list ul li:last-child {
          border-bottom: none; }
        .hero-home__list ul li span {
          display: block;
          padding: 0 13px; }
          @media (max-width: 992px) {
            .hero-home__list ul li span {
              padding: 0; } }
    .hero-home__list .inset-parallax {
      position: absolute;
      top: -77px;
      right: 11px;
      width: 450px;
      height: 700px; }
      @media (max-width: 992px) {
        .hero-home__list .inset-parallax {
          display: none; } }

.hero-simple {
  padding-top: 128px;
  padding-bottom: 225px; }
  @media (max-width: 1400px) {
    .hero-simple {
      padding: 50px 0; } }
  .hero-simple .inner-container {
    max-width: 1090px; }
    @media (max-width: 1280px) {
      .hero-simple .inner-container {
        padding: 0 100px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .hero-simple .inner-container {
        padding: 0 30px; } }
  .hero-simple h1 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    max-width: 600px;
    margin-bottom: 24px; }
    @media (max-width: 1150px) {
      .hero-simple h1 {
        font-size: 35px;
        line-height: 1.3; } }
  .hero-simple p {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.1px;
    max-width: 450px; }
    @media (max-width: 1150px) {
      .hero-simple p {
        font-size: 18px;
        line-height: 1.3; } }

@media (max-width: 992px) {
  .page-template-template-services .hero-area {
    min-height: 0; } }

.page-template-template-services .hero-simple {
  padding-top: 122px;
  padding-bottom: 260px; }
  @media (max-width: 992px) {
    .page-template-template-services .hero-simple {
      padding: 70px 0 100px; } }
  .page-template-template-services .hero-simple .inner-container {
    max-width: 1052px; }
    @media (max-width: 1280px) {
      .page-template-template-services .hero-simple .inner-container {
        padding: 0 100px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .page-template-template-services .hero-simple .inner-container {
        padding: 0 30px; } }
  .page-template-template-services .hero-simple h1 {
    max-width: 750px;
    margin-bottom: 25px; }
  .page-template-template-services .hero-simple p {
    max-width: 750px; }

.page-template-template-about .hero-area {
  background-position: center 50%; }

.page-template-template-about .hero-simple {
  padding-top: 200px;
  padding-bottom: 400px; }
  @media (max-width: 1500px) {
    .page-template-template-about .hero-simple {
      padding-bottom: 200px;
      padding-top: 100px; } }
  @media (max-width: 1400px) {
    .page-template-template-about .hero-simple {
      padding-top: 80px; } }
  @media (max-width: 1150px) {
    .page-template-template-about .hero-simple {
      padding-top: 30px;
      padding-bottom: 150px; } }
  .page-template-template-about .hero-simple .inner-container {
    max-width: 1158px; }
    @media (max-width: 1280px) {
      .page-template-template-about .hero-simple .inner-container {
        padding: 0 100px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .page-template-template-about .hero-simple .inner-container {
        padding: 0 30px; } }
  .page-template-template-about .hero-simple h1 {
    max-width: 900px;
    margin-bottom: 25px; }
  .page-template-template-about .hero-simple p {
    max-width: 650px;
    letter-spacing: -0.006em;
    margin-bottom: 31px;
    font-weight: 300; }
    .page-template-template-about .hero-simple p:last-child {
      margin-bottom: 0; }

.single-casestudy .hero-area {
  background-color: #E1E2DE; }

.hero-work {
  padding-top: 23px;
  padding-bottom: 108px; }
  @media (max-width: 1199px) {
    .hero-work {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .hero-work {
      padding-top: 0; } }
  .hero-work__cta {
    display: inline-block;
    text-decoration: none;
    color: #888;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 75px; }
    @media (max-width: 768px) {
      .hero-work__cta {
        margin-bottom: 40px; } }
    .hero-work__cta span {
      position: relative;
      top: -2px; }
    .hero-work__cta em {
      font-style: normal;
      position: relative;
      left: 0;
      transition: all .3s ease; }
    .hero-work__cta:hover em {
      left: 4px; }
  .hero-work .inner-container {
    max-width: 1262px; }
    @media (max-width: 1280px) {
      .hero-work .inner-container {
        max-width: 100%;
        padding: 0 100px; } }
    @media (max-width: 992px) {
      .hero-work .inner-container {
        padding: 0 30px; } }
  .hero-work__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .hero-work__content {
        flex-direction: column; } }
  .hero-work__text {
    max-width: 720px; }
    @media (max-width: 768px) {
      .hero-work__text {
        margin-bottom: 40px; } }
    .hero-work__text h1 {
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      margin-bottom: 42px; }
      @media (max-width: 1199px) {
        .hero-work__text h1 {
          font-size: 20px;
          line-height: 30px;
          margin-bottom: 25px; } }
      @media (max-width: 768px) {
        .hero-work__text h1 {
          font-size: 16px;
          line-height: 26px; } }
    .hero-work__text h2 {
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      margin-bottom: 27px; }
      @media (max-width: 1199px) {
        .hero-work__text h2 {
          font-size: 40px;
          line-height: 50px; } }
      @media (max-width: 768px) {
        .hero-work__text h2 {
          font-size: 30px;
          line-height: 40px; } }
      .hero-work__text h2 br {
        display: none; }
    .hero-work__text p {
      margin: 0;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; }
      @media (max-width: 1199px) {
        .hero-work__text p {
          font-size: 20px;
          line-height: 30px; } }
  .hero-work__lists {
    max-width: 420px;
    border-top: 1px solid #A1C1BA;
    border-bottom: 1px solid #A1C1BA; }
    @media (max-width: 1199px) {
      .hero-work__lists {
        min-width: 300px; } }
    @media (max-width: 992px) {
      .hero-work__lists {
        margin-left: 40px; } }
    @media (max-width: 768px) {
      .hero-work__lists {
        margin-left: 0;
        min-width: 0; } }
    .hero-work__lists__item {
      padding: 21px 11px; }
      .hero-work__lists__item:not(:last-child) {
        border-bottom: 1px solid #A1C1BA; }
      .hero-work__lists__item h4 {
        color: #7EB5A9;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        margin-bottom: 16px; }
        @media (max-width: 1199px) {
          .hero-work__lists__item h4 {
            font-size: 16px;
            line-height: 1.3; } }
      .hero-work__lists__item ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .hero-work__lists__item ul li {
          color: #7EB5A9;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 28px;
          letter-spacing: 0.9px; }
          @media (max-width: 1199px) {
            .hero-work__lists__item ul li {
              font-size: 16px;
              line-height: 1.3; } }
          @media (max-width: 768px) {
            .hero-work__lists__item ul li {
              line-height: 1.7; } }
      .hero-work__lists__item:last-child {
        padding: 21px 11px 24px; }
        .hero-work__lists__item:last-child ul li {
          margin-bottom: 15px; }
          .hero-work__lists__item:last-child ul li:last-child {
            margin-bottom: 0; }

.single-service .hero-area {
  background-color: #4A596A;
  min-height: 1012px; }
  @media (max-width: 992px) {
    .single-service .hero-area {
      min-height: 0; } }

.hero-service {
  padding-top: 24px; }
  @media (max-width: 992px) {
    .hero-service {
      padding-bottom: 100px; } }
  .hero-service .inner-container {
    max-width: 1250px; }
    @media (max-width: 1280px) {
      .hero-service .inner-container {
        padding: 0 100px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .hero-service .inner-container {
        padding: 0 30px; } }
  .hero-service__cta {
    display: inline-block;
    text-decoration: none;
    color: #E1E2DE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 74px; }
    @media (max-width: 992px) {
      .hero-service__cta {
        margin-bottom: 40px;
        font-size: 14px; } }
    .hero-service__cta span {
      position: relative;
      top: -2px; }
    .hero-service__cta em {
      font-style: normal;
      position: relative;
      left: 0;
      transition: all .3s ease; }
    .hero-service__cta:hover em {
      left: 4px; }
  .hero-service__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .hero-service__text {
    position: relative;
    max-width: 700px;
    width: 100%; }
    @media (max-width: 992px) {
      .hero-service__text {
        max-width: 100%; } }
    .hero-service__text img {
      position: absolute;
      top: 70%;
      left: 0;
      width: 630px;
      height: 945px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      z-index: 1; }
      @media (max-width: 1199px) {
        .hero-service__text img {
          width: 550px; } }
      @media (max-width: 1100px) {
        .hero-service__text img {
          width: 500px; } }
      @media (max-width: 1060px) {
        .hero-service__text img {
          width: 450px; } }
      @media (max-width: 992px) {
        .hero-service__text img {
          display: none; } }
  .hero-service__content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .hero-service__content {
        flex-wrap: wrap; } }
  .hero-service__text {
    max-width: 720px; }
    @media (max-width: 1100px) {
      .hero-service__text {
        max-width: 650px; } }
    @media (max-width: 992px) {
      .hero-service__text {
        max-width: 100%;
        margin-bottom: 40px; } }
    .hero-service__text h1 {
      color: #A1C1BA;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      margin-bottom: 42px; }
      @media (max-width: 992px) {
        .hero-service__text h1 {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 20px; } }
    .hero-service__text h2 {
      color: #fff;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: 2.4px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .hero-service__text h2 {
          font-size: 35px;
          line-height: 1.3; } }
      .hero-service__text h2 br {
        display: none; }
    .hero-service__text p {
      margin: 0;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; }
  .hero-service__list {
    max-width: 280px;
    width: 100%;
    border-top: 2px solid #E1E2DE;
    border-bottom: 2px solid #E1E2DE;
    margin-right: -56px; }
    @media (max-width: 1500px) {
      .hero-service__list {
        margin-right: 0; } }
    @media (max-width: 992px) {
      .hero-service__list {
        max-width: 100%; } }
    .hero-service__list h4 {
      color: #7EB5A9;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      margin-bottom: 16px; }
      @media (max-width: 992px) {
        .hero-service__list h4 {
          font-size: 16px;
          line-height: 26px; } }
    .hero-service__list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .hero-service__list ul li {
        color: #A1C1BA;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
        font-family: "Campton", sans-serif;
        padding: 14px 11px 10px;
        border-bottom: 2px solid #E1E2DE; }
        .hero-service__list ul li:last-child {
          border-bottom: none; }
        @media (max-width: 992px) {
          .hero-service__list ul li {
            font-size: 14px;
            line-height: 24px;
            padding: 10px 0 7px; } }
        .hero-service__list ul li em {
          font-style: normal; }
          .hero-service__list ul li em::before {
            content: "•";
            font-family: "Avenir", sans-serif;
            display: inline;
            margin-right: 9px; }
        .hero-service__list ul li a {
          text-decoration: none;
          color: #E1E2DE; }
          @media (max-width: 992px) {
            .hero-service__list ul li a {
              font-size: 14px;
              line-height: 24px; } }
          .hero-service__list ul li a span {
            font-family: "Avenir", sans-serif;
            font-size: 13px;
            margin-left: 9px;
            position: relative;
            top: -2px;
            left: 0;
            transition: all .3s ease; }
          .hero-service__list ul li a:hover span {
            left: 4px; }

.single-landingpage .hero-area {
  overflow: hidden; }

.hero-landing {
  padding-bottom: calc(100vw * 0.108); }
  .hero-landing .inner-container {
    max-width: 1216px; }
    @media (max-width: 1280px) {
      .hero-landing .inner-container {
        padding: 0 100px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .hero-landing .inner-container {
        padding: 0 30px; } }
  .hero-landing__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1; }
  .hero-landing__content {
    margin-top: 129px;
    margin-bottom: 59px; }
    @media (max-width: 1150px) {
      .hero-landing__content {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 530px; } }
    @media (max-width: 992px) {
      .hero-landing__content {
        margin-top: 0;
        max-width: 530px; } }
    .hero-landing__content h1 {
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      max-width: 685px;
      margin-bottom: 25px; }
      @media (max-width: 1150px) {
        .hero-landing__content h1 {
          font-size: 40px;
          line-height: 50px;
          max-width: 100%; } }
      @media (max-width: 992px) {
        .hero-landing__content h1 {
          font-size: 35px;
          line-height: 1.3;
          margin-bottom: 15px; } }
    .hero-landing__content p {
      color: #fff;
      font-size: 22px;
      font-weight: 400;
      line-height: 32px;
      max-width: 550px;
      margin: 0; }
      @media (max-width: 1150px) {
        .hero-landing__content p {
          font-size: 20px;
          line-height: 30px;
          max-width: 100%; } }
      @media (max-width: 992px) {
        .hero-landing__content p {
          font-size: 18px;
          line-height: 28px; } }
    .hero-landing__content ul {
      color: #fff;
      max-width: 550px; }
      @media (max-width: 1150px) {
        .hero-landing__content ul {
          font-size: 20px;
          line-height: 30px;
          max-width: 100%; } }
      @media (max-width: 992px) {
        .hero-landing__content ul {
          font-size: 18px;
          line-height: 28px; } }
      .hero-landing__content ul li {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        line-height: 32px; }
        @media (max-width: 1150px) {
          .hero-landing__content ul li {
            font-size: 20px;
            line-height: 30px;
            max-width: 100%; } }
        @media (max-width: 992px) {
          .hero-landing__content ul li {
            font-size: 18px;
            line-height: 28px; } }
  .hero-landing__form {
    position: relative;
    max-width: 530px;
    margin-left: auto;
    margin-right: -12px;
    background-color: #7EB5A995;
    padding: 44px 40px;
    box-sizing: border-box;
    z-index: 10; }
    @media (max-width: 1260px) {
      .hero-landing__form {
        margin-right: 0; } }
    @media (max-width: 1150px) {
      .hero-landing__form {
        margin-right: auto;
        background-color: #7EB5A9; } }
    .hero-landing__form .gform_wrapper .gform_heading {
      margin-bottom: 74px; }
      @media (max-width: 992px) {
        .hero-landing__form .gform_wrapper .gform_heading {
          margin-bottom: 40px; } }
      .hero-landing__form .gform_wrapper .gform_heading h2.gform_title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        margin-bottom: 9px; }
        @media (max-width: 992px) {
          .hero-landing__form .gform_wrapper .gform_heading h2.gform_title {
            font-size: 24px;
            line-height: 34px; } }
      .hero-landing__form .gform_wrapper .gform_heading p.gform_description {
        color: #fff;
        font-family: "Campton", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 1.1px;
        text-transform: uppercase;
        margin: 0; }
        @media (max-width: 992px) {
          .hero-landing__form .gform_wrapper .gform_heading p.gform_description {
            font-size: 18px;
            line-height: 24px; } }
    .hero-landing__form .gform-body .gform_fields .gfield {
      margin-bottom: 38px; }
      @media (max-width: 992px) {
        .hero-landing__form .gform-body .gform_fields .gfield {
          margin-bottom: 30px; } }
      .hero-landing__form .gform-body .gform_fields .gfield label.gfield_label {
        color: #fff; }
      .hero-landing__form .gform-body .gform_fields .gfield input, .hero-landing__form .gform-body .gform_fields .gfield select:not(option), .hero-landing__form .gform-body .gform_fields .gfield textarea {
        color: #fff;
        border-bottom: 1px solid #fff; }
      .hero-landing__form .gform-body .gform_fields .gfield .gfield_checkbox li label {
        color: #fff; }
      .hero-landing__form .gform-body .gform_fields .gfield .gfield_checkbox li input {
        border: 2px solid #fff; }
      .hero-landing__form .gform-body .gform_fields .gfield.should-float-label label {
        font-size: 14px; }
    .hero-landing__form .gform-body .ginput_container.ginput_container_select::after {
      color: #fff;
      top: -5px !important; }
    .hero-landing__form .gform-body .ginput_container_nfprivacy {
      color: #fff !important; }
      .hero-landing__form .gform-body .ginput_container_nfprivacy .nfprivacy-field-description {
        color: #fff; }
        .hero-landing__form .gform-body .ginput_container_nfprivacy .nfprivacy-field-description a {
          color: #fff; }
    .hero-landing__form .gform-body small, .hero-landing__form .gform-body p {
      color: #fff; }
    .hero-landing__form .gform_footer input.gform_button {
      color: #fff;
      border-color: #fff;
      min-width: 224px; }
      @media (max-width: 992px) {
        .hero-landing__form .gform_footer input.gform_button {
          min-width: 195px; } }

.single-post__featured {
  max-width: 1920px;
  margin: 15px auto 44px; }
  .single-post__featured img {
    display: block;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (max-width: 992px) {
      .single-post__featured img {
        height: auto; } }
  .single-post__featured--placeholder {
    height: 450px;
    background-color: #4A596A; }
    @media (max-width: 992px) {
      .single-post__featured--placeholder {
        height: auto; } }

.single-post .container {
  max-width: 1243px; }
  @media (max-width: 1220px) {
    .single-post .container .flex {
      flex-direction: column; } }

.single-post__back {
  display: inline-block;
  color: #888;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 85px; }
  @media (max-width: 1220px) {
    .single-post__back {
      display: block;
      width: 275px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px; } }
  .single-post__back span {
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 3px; }
  .single-post__back em {
    font-style: normal;
    position: relative;
    left: 0;
    margin-left: 6px;
    transition: all .3s ease; }
  .single-post__back:hover em {
    left: -4px; }

.single-post__meta {
  color: #888;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 42px; }

.single-post main {
  max-width: 840px;
  margin-bottom: 100px; }
  @media (max-width: 1220px) {
    .single-post main {
      max-width: 700px;
      margin: 0 auto 50px; } }
  .single-post main h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .single-post main h1 {
        font-size: 35px;
        line-height: 1.3; } }
  .single-post main h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin: 56px 0 23px; }
  .single-post main h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin: 40px 0 25px; }
  .single-post main p, .single-post main ul, .single-post main ol {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; }
  .single-post main p {
    margin: 0 0 20px; }
    .single-post main p a {
      font-size: inherit;
      line-height: inherit;
      letter-spacing: 0;
      text-decoration: underline;
      -webkit-text-decoration-color: #A1C1BA;
              text-decoration-color: #A1C1BA;
      text-underline-offset: 4px; }
      .single-post main p a:hover {
        text-decoration: none; }
  .single-post main ul, .single-post main ol {
    margin: 41px 0 51px;
    padding-left: 65px; }
    @media (max-width: 1220px) {
      .single-post main ul, .single-post main ol {
        padding-left: 25px; } }
    .single-post main ul li, .single-post main ol li {
      margin-bottom: 10px; }
      .single-post main ul li:last-child, .single-post main ol li:last-child {
        margin-bottom: 0; }
      .single-post main ul li ul, .single-post main ul li ol, .single-post main ol li ul, .single-post main ol li ol {
        margin: 9px 0 10px; }
        .single-post main ul li ul li, .single-post main ul li ol li, .single-post main ol li ul li, .single-post main ol li ol li {
          margin-bottom: 10px; }
          .single-post main ul li ul li:last-child, .single-post main ul li ol li:last-child, .single-post main ol li ul li:last-child, .single-post main ol li ol li:last-child {
            margin-bottom: 0; }
  .single-post main figure {
    margin: 39px 0 100px; }
    .single-post main figure img {
      max-width: 821px;
      width: 100%; }

body.single-post,
body.category,
body.blog {
  background-color: #F6F6F6; }
  body.single-post .hero-area,
  body.category .hero-area,
  body.blog .hero-area {
    min-height: 1px; }
  body.single-post .footer__subscribe__image,
  body.category .footer__subscribe__image,
  body.blog .footer__subscribe__image {
    display: none; }

.insights-landing-page {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 1365px;
  padding-bottom: 100px; }
  @media (max-width: 1220px) {
    .insights-landing-page {
      flex-direction: column; } }
  .insights-landing-page main {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    flex-shrink: 0; }
    @media (max-width: 1330px) {
      .insights-landing-page main {
        max-width: 700px; } }
    @media (max-width: 1220px) {
      .insights-landing-page main {
        max-width: 100%; } }
  .insights-landing-page__header {
    margin-top: 118px; }
    @media (max-width: 1280px) {
      .insights-landing-page__header {
        margin-top: 0; } }
    .insights-landing-page__header .inner-container {
      max-width: 927px;
      width: 100%; }
      @media (max-width: 1330px) {
        .insights-landing-page__header .inner-container {
          max-width: 825px;
          padding: 0; } }
      @media (max-width: 1220px) {
        .insights-landing-page__header .inner-container {
          text-align: center;
          max-width: 100%; } }
    .insights-landing-page__header h1 {
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 2.4px;
      text-transform: uppercase; }

.single-service .inner-container {
  max-width: 1250px; }

.single-service h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 33px; }

.single-service h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.single-service__process {
  background-color: #A1C1BA;
  padding: 121px 0 224px; }
  .single-service__process p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 20px; }
  @media (max-width: 992px) {
    .single-service__process {
      padding: 80px 0; } }
  .single-service__process__text {
    max-width: 500px;
    width: 100%;
    margin-left: auto; }
    @media (max-width: 992px) {
      .single-service__process__text {
        max-width: 100%; } }
    .single-service__process__text p:last-of-type {
      margin-bottom: 0; }

.single-service__outcome {
  padding: 120px 0; }
  @media (max-width: 992px) {
    .single-service__outcome {
      padding: 70px 0; } }
  .single-service__outcome p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 20px; }
  .single-service__outcome .inner-container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .single-service__outcome .inner-container {
        flex-wrap: wrap; } }
  .single-service__outcome__text {
    max-width: 450px;
    width: 100%; }
    @media (max-width: 992px) {
      .single-service__outcome__text {
        max-width: 100%;
        margin-bottom: 40px; } }
    .single-service__outcome__text p:last-of-type {
      margin-bottom: 0; }
  .single-service__outcome__image {
    position: relative;
    width: 100%; }
    .single-service__outcome__image img {
      position: absolute;
      top: -59%;
      right: 0;
      width: 700px;
      height: 500px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 992px) {
        .single-service__outcome__image img {
          position: relative;
          top: auto;
          right: auto; } }

.single-service__included-services {
  padding-bottom: 163px;
  min-height: 430px; }
  @media (max-width: 992px) {
    .single-service__included-services {
      padding-bottom: 80px;
      min-height: 1px; } }
  .single-service__included-services .inner-container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .single-service__included-services .inner-container {
        flex-wrap: wrap;
        flex-direction: column-reverse; } }
  .single-service__included-services__text {
    max-width: 700px;
    width: 100%; }
    @media (max-width: 992px) {
      .single-service__included-services__text {
        max-width: 100%;
        margin-bottom: 80px; } }
    .single-service__included-services__text h4, .single-service__included-services__text p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 992px) {
        .single-service__included-services__text h4, .single-service__included-services__text p {
          max-width: 100%; } }
    .single-service__included-services__text h4 {
      margin-bottom: 34px; }
    .single-service__included-services__text p:last-of-type {
      margin-bottom: 0; }
    .single-service__included-services__text ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 600px; }
      @media (max-width: 992px) {
        .single-service__included-services__text ul {
          max-width: 100%; } }
      .single-service__included-services__text ul li {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.9px;
        border-bottom: 2px solid #E1E2DE;
        padding: 18px 10px; }
        .single-service__included-services__text ul li:first-child {
          border-top: 2px solid #E1E2DE; }
  .single-service__included-services__image {
    position: relative;
    width: 100%;
    max-width: 450px; }
    @media (max-width: 992px) {
      .single-service__included-services__image {
        max-width: 100%; } }
    .single-service__included-services__image img {
      position: absolute;
      top: 0;
      right: 0;
      width: 450px;
      height: 690px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      z-index: 1; }
      @media (max-width: 992px) {
        .single-service__included-services__image img {
          position: relative; } }

.single-service__related-project {
  padding: 117px 0 143px; }
  @media (max-width: 992px) {
    .single-service__related-project {
      padding: 80px 0; } }
  .single-service__related-project .inner-container {
    display: flex;
    justify-content: space-between;
    max-width: 1230px; }
    @media (max-width: 992px) {
      .single-service__related-project .inner-container {
        flex-wrap: wrap; } }
  .single-service__related-project h3 {
    max-width: 440px;
    width: 100%;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .single-service__related-project h3 {
        max-width: 100%;
        font-size: 35px;
        line-height: 1.3; } }
  .single-service__related-project__project {
    max-width: 745px;
    width: 100%;
    text-decoration: none;
    color: #4A596A; }
    @media (max-width: 992px) {
      .single-service__related-project__project {
        max-width: 100%; } }
    .single-service__related-project__project img {
      display: block;
      max-width: 745px;
      width: 100%;
      height: 422px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      margin-bottom: 41px; }
      @media (max-width: 992px) {
        .single-service__related-project__project img {
          max-width: 100%;
          width: auto;
          height: auto;
          margin-bottom: 25px; } }
    .single-service__related-project__project h4 {
      font-size: 22px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      margin-bottom: 19px; }
      @media (max-width: 992px) {
        .single-service__related-project__project h4 {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 10px; } }
    .single-service__related-project__project p {
      font-size: 22px;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 1.1px;
      margin: 0 0 36px; }
      @media (max-width: 992px) {
        .single-service__related-project__project p {
          font-size: 18px;
          line-height: 28px;
          margin: 0 0 25px; } }
    .single-service__related-project__project button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #4A596A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase; }
      .single-service__related-project__project button span {
        position: relative;
        margin-left: 6px;
        top: -3px;
        left: 0;
        font-size: 14px;
        font-weight: 400;
        transition: all .3s ease; }
      .single-service__related-project__project button:hover span {
        left: 7px; }

.page-template-template-about .nf-columns .inner-container {
  display: flex;
  align-items: stretch; }
  .page-template-template-about .nf-columns .inner-container .nf-column figure {
    height: 100%; }

.page-template-template-about .hero-area {
  position: relative;
  background-image: none !important;
  overflow: hidden; }

.page-template-template-about__hero {
  background-position: center 80%; }

body.search.search-results .search__title {
  padding-top: 50px; }
  @media (max-width: 992px) {
    body.search.search-results .search__title {
      padding-top: 20px; } }
  body.search.search-results .search__title h2 {
    font-family: "Avenir", sans-serif;
    color: #4A596A; }

body.search.search-results .search__content {
  margin-top: 80px; }
  @media (max-width: 992px) {
    body.search.search-results .search__content {
      margin-top: 50px; } }
  body.search.search-results .search__content__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    body.search.search-results .search__content__cards .card {
      max-width: 48%;
      width: 100%;
      overflow: hidden;
      margin-bottom: 50px; }
      @media (max-width: 992px) {
        body.search.search-results .search__content__cards .card {
          max-width: 100%; } }
      body.search.search-results .search__content__cards .card .card-details {
        justify-content: start;
        padding: 50px 8%;
        background-color: #F5F5F5; }
        @media (max-width: 1230px) {
          body.search.search-results .search__content__cards .card .card-details {
            padding: 80px 8%; } }
        @media (max-width: 1100px) {
          body.search.search-results .search__content__cards .card .card-details {
            padding: 80px 6%; } }
        @media (max-width: 992px) {
          body.search.search-results .search__content__cards .card .card-details {
            padding: 40px !important;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            border-top-right-radius: 30px; } }
        @media (max-width: 768px) {
          body.search.search-results .search__content__cards .card .card-details {
            padding: 25px 40px !important; } }
        @media (max-width: 600px) {
          body.search.search-results .search__content__cards .card .card-details {
            padding: 20px 15px 15px !important; } }
        body.search.search-results .search__content__cards .card .card-details h3 {
          font-size: 40px;
          line-height: 52px;
          color: #ff5620;
          text-decoration: none;
          font-weight: 700;
          margin-bottom: 20px; }
          @media (max-width: 992px) {
            body.search.search-results .search__content__cards .card .card-details h3 {
              font-size: 30px;
              line-height: 40px; } }
          @media (max-width: 768px) {
            body.search.search-results .search__content__cards .card .card-details h3 {
              font-size: 24px;
              line-height: 34px;
              margin-bottom: 15px; } }
        body.search.search-results .search__content__cards .card .card-details__pill {
          display: block;
          font-size: 18px;
          line-height: 24px;
          color: #ff5620;
          margin-bottom: 18px;
          margin-right: 0; }
          @media (max-width: 992px) {
            body.search.search-results .search__content__cards .card .card-details__pill {
              font-size: 16px;
              line-height: 20px;
              margin-bottom: 8px; } }
          @media (max-width: 768px) {
            body.search.search-results .search__content__cards .card .card-details__pill {
              font-size: 14px;
              line-height: 26px;
              margin-bottom: 5px; } }
          @media (max-width: 600px) {
            body.search.search-results .search__content__cards .card .card-details__pill {
              background: transparent; } }
        @media (max-width: 992px) {
          body.search.search-results .search__content__cards .card .card-details__meta {
            margin-bottom: 30px; } }
        body.search.search-results .search__content__cards .card .card-details p {
          font-size: 20px !important;
          line-height: 30px !important;
          margin-bottom: 20px !important; }
          @media (max-width: 992px) {
            body.search.search-results .search__content__cards .card .card-details p {
              font-size: 18px !important;
              line-height: 28px !important;
              margin-bottom: 35px !important; } }
          @media (max-width: 768px) {
            body.search.search-results .search__content__cards .card .card-details p {
              font-size: 16px !important;
              line-height: 28px !important;
              margin-bottom: 20px !important; } }
        body.search.search-results .search__content__cards .card .card-details__excerpt {
          margin-bottom: 40px; }
          @media (max-width: 992px) {
            body.search.search-results .search__content__cards .card .card-details__excerpt {
              margin-bottom: 0; } }

.privacy-policy .footer__subscribe__image {
  display: none; }

.privacy-policy .wp-block-heading, .privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4, .privacy-policy h5 {
  margin-top: 50px; }

.privacy-policy p, .privacy-policy ul, .privacy-policy li {
  line-height: 1.5; }

.privacy-policy .main {
  padding-bottom: 100px; }

.error-404 {
  margin-top: 50px;
  text-align: center; }

.team-member__main {
  margin-bottom: 346px; }
  @media (max-width: 1280px) {
    .team-member__main {
      margin-bottom: 250px; } }
  @media (max-width: 1200px) {
    .team-member__main {
      margin-bottom: 150px; } }
  @media (max-width: 992px) {
    .team-member__main {
      margin-bottom: 100px; } }
  @media (max-width: 768px) {
    .team-member__main {
      margin-bottom: 50px; } }

.team-member__wrapper {
  padding-top: 50px; }
  @media (max-width: 1280px) {
    .team-member__wrapper {
      padding-top: 0; } }

.team-member__title {
  position: relative;
  max-width: 541px;
  margin-bottom: 66px; }
  @media (max-width: 1280px) {
    .team-member__title {
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .team-member__title {
      max-width: 100%; } }
  .team-member__title h1 {
    font-size: 75px;
    line-height: 90px;
    color: #10a89f;
    letter-spacing: 0.001em;
    margin-bottom: 7px; }
    @media (max-width: 992px) {
      .team-member__title h1 {
        font-size: 65px;
        line-height: 80px; } }
    @media (max-width: 768px) {
      .team-member__title h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0; } }
    @media (max-width: 550px) {
      .team-member__title h1 {
        font-size: 34px;
        line-height: 44px; } }
  .team-member__title span {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 992px) {
      .team-member__title span {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 768px) {
      .team-member__title span {
        font-size: 16px;
        line-height: 24px; } }

.team-member__linkedin {
  position: absolute;
  top: 17px;
  right: 1px; }
  @media (max-width: 768px) {
    .team-member__linkedin {
      top: 0;
      right: 0; } }

.team-member__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .team-member__content {
      flex-direction: column-reverse; } }
  .team-member__content__text {
    flex-shrink: 0;
    flex-grow: 1;
    padding-left: 25px;
    box-sizing: border-box; }
    @media (max-width: 1340px) {
      .team-member__content__text {
        padding-left: 0; } }
    .team-member__content__text__inner {
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 1400px) {
        .team-member__content__text__inner {
          padding-right: 40px;
          box-sizing: border-box; } }
      @media (max-width: 1340px) {
        .team-member__content__text__inner {
          max-width: 750px;
          margin: 0; } }
      @media (max-width: 1280px) {
        .team-member__content__text__inner {
          max-width: 650px; } }
      @media (max-width: 1150px) {
        .team-member__content__text__inner {
          max-width: 550px; } }
      @media (max-width: 1050px) {
        .team-member__content__text__inner {
          max-width: 500px; } }
      @media (max-width: 992px) {
        .team-member__content__text__inner {
          max-width: 100%;
          padding-right: 0; } }
  .team-member__content__image {
    width: 466px;
    height: 466px;
    flex-shrink: 0; }
    @media (max-width: 992px) {
      .team-member__content__image {
        margin-bottom: 20px; } }
    @media (max-width: 550px) {
      .team-member__content__image {
        width: auto;
        height: auto;
        margin-bottom: 10px; } }
    .team-member__content__image img {
      aspect-ratio: 1 / 1;
      border-radius: 500px;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .team-member__content p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .team-member__content p {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .team-member__content p {
        font-size: 18px;
        line-height: 28px; } }

.single-teammember .nf-insights-slider {
  margin-top: 0; }

.landing-page--no-header {
  margin-top: 100px; }

.single-landingpage .hero-area {
  position: relative;
  background-image: none !important; }

.page-template-template-contact {
  background-color: #7EB5A9; }
  .page-template-template-contact .hero-area {
    min-height: 1px; }
  .page-template-template-contact .footer__subscribe__image {
    top: -163%; }
    .page-template-template-contact .footer__subscribe__image img {
      height: 700px; }
  .page-template-template-contact .footer-form {
    padding-top: 91px;
    padding-bottom: 123px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .page-template-template-contact .footer-form {
        padding: 20px 0 80px; } }
    .page-template-template-contact .footer-form .inner-container {
      max-width: 1089px; }
    .page-template-template-contact .footer-form__orbit {
      background-color: #A1C1BA;
      animation: gradient 12s ease infinite;
      width: 500px;
      height: 500px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      filter: blur(40px);
      z-index: -1; }

@keyframes gradient {
  0% {
    border-radius: 100%;
    transform: rotate(0deg) scale(1) translate(-50%, 0%); }
  50% {
    border-radius: 200%;
    transform: rotate(20deg) scale(2.5) translate(-25%, -70%); }
  100% {
    border-radius: 100%;
    transform: rotate(0deg) scale(1) translate(-50%, 0%); } }
    .page-template-template-contact .footer-form__inner {
      max-width: 550px; }
      @media (max-width: 992px) {
        .page-template-template-contact .footer-form__inner {
          margin: 0 auto; } }
    .page-template-template-contact .footer-form .gform_wrapper .gform_validation_errors .validation_error {
      color: #4A596A; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_validation_errors .validation_error::before {
        background-image: url("data:image/svg+xml,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.9993 22.0833C15.3303 22.0833 15.6079 21.9714 15.8322 21.7475C16.0565 21.5236 16.1687 21.2462 16.1687 20.9152C16.1687 20.5843 16.0567 20.3066 15.8328 20.0823C15.6089 19.858 15.3315 19.7458 15.0006 19.7458C14.6696 19.7458 14.3919 19.8578 14.1676 20.0817C13.9433 20.3056 13.8312 20.583 13.8312 20.914C13.8312 21.2449 13.9431 21.5226 14.167 21.7469C14.3909 21.9712 14.6683 22.0833 14.9993 22.0833ZM14.0437 16.6646H16.1687V7.70418H14.0437V16.6646ZM15.0093 29.1667C13.0559 29.1667 11.2201 28.7948 9.50205 28.0511C7.78396 27.3073 6.28152 26.292 4.99471 25.0052C3.7079 23.7184 2.69263 22.2151 1.94888 20.4952C1.20513 18.7754 0.833252 16.9377 0.833252 14.9823C0.833252 13.0269 1.20513 11.1892 1.94888 9.46938C2.69263 7.74952 3.7079 6.25209 4.99471 4.97709C6.28152 3.70209 7.78485 2.69272 9.5047 1.94897C11.2245 1.20522 13.0622 0.833344 15.0176 0.833344C16.9731 0.833344 18.8107 1.20522 20.5306 1.94897C22.2504 2.69272 23.7478 3.70209 25.0228 4.97709C26.2978 6.25209 27.3072 7.7514 28.051 9.47501C28.7947 11.1986 29.1666 13.0371 29.1666 14.9906C29.1666 16.944 28.7947 18.7798 28.051 20.4979C27.3072 22.216 26.2978 23.7162 25.0228 24.9987C23.7478 26.2812 22.2485 27.2964 20.5249 28.0445C18.8013 28.7926 16.9628 29.1667 15.0093 29.1667ZM15.0176 27.0417C18.3586 27.0417 21.1978 25.867 23.5353 23.5177C25.8728 21.1684 27.0416 18.3233 27.0416 14.9823C27.0416 11.6413 25.8751 8.80209 23.542 6.46459C21.2089 4.12709 18.3616 2.95834 14.9999 2.95834C11.6708 2.95834 8.83152 4.12487 6.48221 6.45794C4.1329 8.79102 2.95825 11.6384 2.95825 15C2.95825 18.3292 4.1329 21.1684 6.48221 23.5177C8.83152 25.867 11.6767 27.0417 15.0176 27.0417Z' fill='%234A596A'/></svg>"); }
    .page-template-template-contact .footer-form .gform_wrapper .gform_heading {
      margin-bottom: 87px; }
      @media (max-width: 992px) {
        .page-template-template-contact .footer-form .gform_wrapper .gform_heading {
          margin-bottom: 55px; } }
      .page-template-template-contact .footer-form .gform_wrapper .gform_heading h2.gform_title {
        color: #4A596A;
        margin-bottom: 26px; }
        @media (max-width: 992px) {
          .page-template-template-contact .footer-form .gform_wrapper .gform_heading h2.gform_title {
            margin-bottom: 15px; } }
      .page-template-template-contact .footer-form .gform_wrapper .gform_heading p.gform_description {
        color: #4A596A;
        font-family: "Avenir", sans-serif;
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1.1px;
        text-transform: none; }
        @media (max-width: 992px) {
          .page-template-template-contact .footer-form .gform_wrapper .gform_heading p.gform_description {
            font-size: 18px;
            line-height: 28px; } }
    .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield {
      margin-bottom: 37px; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield .validation_message,
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield .nfprivacy-field-description {
        color: #4A596A; }
        .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield .validation_message a,
        .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield .nfprivacy-field-description a {
          color: #4A596A; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield label {
        color: #4A596A; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield:not(.should-float-label) label {
        top: -5px; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]), .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield select, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield textarea {
        color: #4A596A;
        border-color: #4A596A; }
        .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]).gfield-choice-input, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield input:not([type="submit"]).nfprivacy-notice-checkbox, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield select.gfield-choice-input, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield select.nfprivacy-notice-checkbox, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield textarea.gfield-choice-input, .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield textarea.nfprivacy-notice-checkbox {
          border: 2px solid #4A596A; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield:not(.gfield--type-html) .validation_message {
        color: #4A596A; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-captcha {
        display: none; }
    .page-template-template-contact .footer-form .gform_wrapper .gform_body .ginput_container.ginput_container_select::after {
      color: #4A596A;
      top: -4px !important; }
    .page-template-template-contact .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper input.gform_button {
      border-color: #4A596A;
      color: #4A596A;
      min-width: 213px;
      padding: 0; }
      .page-template-template-contact .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper input.gform_button:hover {
        background-color: #4A596A;
        color: #fff; }
    .page-template-template-contact .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper span {
      right: 10%;
      top: 10px;
      color: #4A596A; }
    .page-template-template-contact .footer-form .gform_wrapper .gform_footer .gform_submit_wrapper:hover span {
      right: calc(10% - 4px); }

.nf-testimonial-block {
  background-color: #A1C1BA;
  box-sizing: border-box;
  padding: 30px 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1 / 1; }
  @media (max-width: 992px) {
    .nf-testimonial-block {
      padding: 40px;
      aspect-ratio: auto; } }
  .nf-testimonial-block p {
    font-family: "Campton", sans-serif;
    color: #4A596A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    max-width: 554px;
    margin: 0 0 30px; }
    @media (max-width: 1400px) {
      .nf-testimonial-block p {
        font-size: 28px;
        line-height: 38px; } }
    @media (max-width: 1150px) {
      .nf-testimonial-block p {
        font-size: 24px;
        line-height: 34px; } }
  .nf-testimonial-block__name, .nf-testimonial-block__company, .nf-testimonial-block__job-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 1400px) {
      .nf-testimonial-block__name, .nf-testimonial-block__company, .nf-testimonial-block__job-title {
        font-size: 15px;
        line-height: 23px; } }
    .nf-testimonial-block__name strong, .nf-testimonial-block__company strong, .nf-testimonial-block__job-title strong {
      font-weight: 700; }

.nf-service-listing {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #4A596A;
  padding: 121px 0; }
  @media (max-width: 1150px) {
    .nf-service-listing {
      padding: 90px 0; } }
  @media (max-width: 992px) {
    .nf-service-listing {
      padding: 70px 0; } }
  .nf-service-listing .inner-container {
    max-width: 1239px; }
  .nf-service-listing__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 87px;
    border-bottom: 2px solid #E1E2DE50; }
    @media (max-width: 1100px) {
      .nf-service-listing__header {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
    @media (max-width: 992px) {
      .nf-service-listing__header {
        padding-bottom: 50px; } }
    .nf-service-listing__header h2 {
      color: #FFF;
      font-size: 38px;
      font-weight: 700;
      line-height: 46px;
      letter-spacing: 1.9px;
      text-transform: uppercase;
      max-width: 600px; }
      @media (max-width: 1100px) {
        .nf-service-listing__header h2 {
          margin-bottom: 30px; } }
      @media (max-width: 992px) {
        .nf-service-listing__header h2 {
          font-size: 30px;
          line-height: 40px; } }
  .nf-service-listing__item {
    border-bottom: 2px solid #E1E2DE50;
    color: #fff;
    padding: 60px 10px;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .nf-service-listing__item {
        padding: 40px 10px; } }
    .nf-service-listing__item:first-child {
      border-top: 2px solid #E1E2DE50; }
    .nf-service-listing__item__title {
      display: inline-block;
      color: #fff;
      font-family: "Campton", sans-serif;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      text-decoration: none;
      margin-bottom: 31px;
      max-width: 420px; }
      @media (max-width: 992px) {
        .nf-service-listing__item__title {
          max-width: 100%;
          margin-bottom: 15px;
          font-size: 22px;
          line-height: 26px; } }
      @media (max-width: 768px) {
        .nf-service-listing__item__title {
          font-size: 20px;
          line-height: 24px; } }
      .nf-service-listing__item__title span {
        font-family: "Avenir", sans-serif;
        display: inline-block;
        font-size: 22px;
        margin-left: 18px;
        position: relative;
        top: -4px;
        left: 0;
        transition: all .3s ease; }
        @media (max-width: 700px) {
          .nf-service-listing__item__title span {
            font-size: 18px;
            top: -2px;
            margin-left: 14px; } }
        @media (max-width: 768px) {
          .nf-service-listing__item__title span {
            font-size: 16px; } }
      .nf-service-listing__item__title:hover span {
        left: 4px; }
    .nf-service-listing__item__content {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .nf-service-listing__item__content {
          flex-direction: column; } }
    .nf-service-listing__item__bits {
      color: #A1C1BA;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0.9px;
      text-transform: capitalize;
      max-width: 400px;
      width: 100%; }
      @media (max-width: 992px) {
        .nf-service-listing__item__bits {
          max-width: 100%;
          margin-bottom: 25px;
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 768px) {
        .nf-service-listing__item__bits {
          font-size: 14px;
          line-height: 20px; } }
      .nf-service-listing__item__bits span:not(:last-child)::after {
        content: " • "; }
    .nf-service-listing__item__description {
      max-width: 690px; }
      @media (max-width: 1150px) {
        .nf-service-listing__item__description {
          max-width: 600px; } }
      @media (max-width: 1090px) {
        .nf-service-listing__item__description {
          max-width: 500px; } }
      @media (max-width: 992px) {
        .nf-service-listing__item__description {
          max-width: 100%; } }
      .nf-service-listing__item__description p {
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin: 0 0 37px; }
        @media (max-width: 992px) {
          .nf-service-listing__item__description p {
            font-size: 18px;
            line-height: 24px; } }
      .nf-service-listing__item__description a {
        display: inline-block;
        color: #E1E2DE;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        text-decoration: none;
        border: 2px solid #E1E2DE;
        padding: 12px 36px; }
        @media (max-width: 992px) {
          .nf-service-listing__item__description a {
            font-size: 14px;
            padding: 8px 24px; } }
        .nf-service-listing__item__description a span {
          font-size: 20px;
          letter-spacing: 4px;
          position: relative;
          left: 0;
          transition: all .3s ease; }
        .nf-service-listing__item__description a:hover span {
          left: 4px; }
  .nf-service-listing__button {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    padding: 11px 38px 11px;
    text-decoration: none; }
    @media (max-width: 992px) {
      .nf-service-listing__button {
        padding: 9px 25px; } }
    @media (max-width: 450px) {
      .nf-service-listing__button {
        font-size: 14px;
        padding: 8px 20px; } }
    @media (max-width: 385px) {
      .nf-service-listing__button {
        font-size: 13px;
        padding: 8px 17px; } }
    @media (max-width: 365px) {
      .nf-service-listing__button {
        font-size: 13px;
        padding: 8px 13px; } }
    .nf-service-listing__button span {
      position: relative;
      left: 3px;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 4px;
      text-transform: uppercase;
      transition: all .3s ease; }
      @media (max-width: 385px) {
        .nf-service-listing__button span {
          font-size: 16px; } }
      @media (max-width: 365px) {
        .nf-service-listing__button span {
          font-size: 14px; } }
    .nf-service-listing__button:hover span {
      left: 7px; }
  .nf-service-listing__footer {
    position: relative;
    margin-top: 60px; }
    @media (max-width: 1170px) {
      .nf-service-listing__footer {
        display: flex;
        justify-content: center; } }
    .nf-service-listing__footer img {
      position: absolute;
      top: 0;
      right: 0;
      width: 699px;
      height: 239px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 1170px) {
        .nf-service-listing__footer img {
          display: none; } }

.nf-columns {
  margin: 0 calc(50% - 50vw); }
  .nf-columns .inner-container {
    max-width: 1460px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .nf-columns .inner-container {
        padding: 0; } }
  .nf-columns--padding--none .inner-container {
    padding: 0; }
  .nf-columns--padding--minimal .inner-container {
    padding: 24px 20px;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .nf-columns--padding--minimal .inner-container {
        padding: 0 15px; } }
  .nf-columns--padding--minimal .nf-column--half-width {
    width: calc(50% - 10px); }
    @media (max-width: 992px) {
      .nf-columns--padding--minimal .nf-column--half-width {
        width: 100%; } }
  .nf-columns--padding--minimal + .nf-columns--padding--minimal .inner-container {
    padding-top: 0; }

.nf-column {
  box-sizing: border-box; }
  @media (max-width: 992px) {
    .nf-column {
      margin: 0 0 15px; } }
  .nf-column img {
    display: block; }
  .nf-column figure {
    margin: 0; }
  .nf-column--alignment--center {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .nf-column--alignment--end {
    display: flex;
    flex-direction: column;
    justify-content: end; }
  .nf-column--alignment--end {
    display: flex;
    flex-direction: column;
    justify-content: baseline; }
  .nf-column--padding--none {
    padding: 0; }
    @media (max-width: 992px) {
      .nf-column--padding--none {
        margin: 0; } }
  .nf-column--padding--standard {
    padding: 90px 0; }
    @media (max-width: 992px) {
      .nf-column--padding--standard {
        padding: 40px 15px; } }
    .nf-column--padding--standard > *:not(a) {
      display: block;
      max-width: 500px;
      width: 100%;
      margin: 0 auto; }
  .nf-column--full-width {
    display: flex;
    justify-content: center; }
    @media (max-width: 992px) {
      .nf-column--full-width {
        flex-wrap: wrap; } }
  .nf-column--half-width {
    width: 50%; }
    @media (max-width: 992px) {
      .nf-column--half-width {
        width: 100%; } }
    .nf-column--half-width img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 992px) {
        .nf-column--half-width img {
          height: auto; } }
  .nf-column h1.wp-block-heading, .nf-column h2.wp-block-heading, .nf-column h3.wp-block-heading {
    color: #4A596A;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 33px; }
    @media (max-width: 1400px) {
      .nf-column h1.wp-block-heading, .nf-column h2.wp-block-heading, .nf-column h3.wp-block-heading {
        font-size: 24px;
        line-height: 29px; } }
    @media (max-width: 1150px) {
      .nf-column h1.wp-block-heading, .nf-column h2.wp-block-heading, .nf-column h3.wp-block-heading {
        font-size: 22px;
        line-height: 26px; } }
  .nf-column h4.wp-block-heading {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .nf-column h4.wp-block-heading {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 1150px) {
      .nf-column h4.wp-block-heading {
        font-size: 18px;
        line-height: 28px; } }
  .nf-column > p {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px; }
    @media (max-width: 1400px) {
      .nf-column > p {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 1150px) {
      .nf-column > p {
        font-size: 18px;
        line-height: 28px; } }
    .nf-column > p:last-of-type {
      margin-bottom: 0; }
  .nf-column--wrapping--wrap {
    flex-direction: column; }
  .nf-column--h-alignment--right {
    margin-left: auto; }
  .nf-column--h-alignment--center {
    margin-left: auto;
    margin-right: auto; }
  .nf-column--custom-width p, .nf-column--custom-width a, .nf-column--custom-width h1, .nf-column--custom-width h2, .nf-column--custom-width h3, .nf-column--custom-width h4, .nf-column--custom-width h5 {
    max-width: 100% !important; }

.nf-result-listing {
  margin: 23px calc(50% - 50vw); }
  @media (max-width: 1440px) {
    .nf-result-listing {
      margin: 15px calc(50% - 50vw); } }
  .nf-result-listing .inner-container {
    max-width: 1420px; }
  .nf-result-listing .content-card {
    max-width: 440px;
    width: 100%; }
    @media (max-width: 1300px) {
      .nf-result-listing .content-card {
        width: 100%;
        min-width: 400px; } }
    @media (max-width: 1150px) {
      .nf-result-listing .content-card {
        min-width: 0;
        max-width: 50%; } }
    @media (max-width: 768px) {
      .nf-result-listing .content-card {
        max-width: 100%; } }
  .nf-result-listing__item {
    display: block;
    margin-bottom: 23px; }
    .nf-result-listing__item:last-child {
      margin-bottom: 0; }
    .nf-result-listing__item__line {
      display: flex;
      align-items: stretch; }
      @media (max-width: 768px) {
        .nf-result-listing__item__line {
          flex-wrap: wrap; } }
      .nf-result-listing__item__line--rtl {
        flex-direction: row-reverse; }
      .nf-result-listing__item__line img {
        display: block;
        max-width: 980px;
        min-width: 0; }
        @media (max-width: 1400px) {
          .nf-result-listing__item__line img {
            width: 100%; } }

.nf-logo-display {
  background-color: #4A596A;
  margin: 0 calc(50% - 50vw);
  padding: 150px 0 108px; }
  @media (max-width: 992px) {
    .nf-logo-display {
      padding: 100px 0 70px; } }
  @media (max-width: 450px) {
    .nf-logo-display {
      padding: 70px 0 30px; } }
  .nf-logo-display .inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1036px; }
    @media (max-width: 992px) {
      .nf-logo-display .inner-container {
        justify-content: center; } }
  .nf-logo-display__item {
    margin: 0 22px 43px; }
    .nf-logo-display__item:first-child {
      margin-left: 0; }
    .nf-logo-display__item:nth-child(3n) {
      margin-right: 0; }

.nf-testimonial-slider-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 145px 0;
  background: #A1C1BA;
  color: #4A596A; }
  @media (max-width: 1100px) {
    .nf-testimonial-slider-block {
      padding: 150px 0 60px; } }
  @media (max-width: 992px) {
    .nf-testimonial-slider-block {
      padding: 60px 0; } }
  @media (max-width: 550px) {
    .nf-testimonial-slider-block {
      padding: 60px 0 100px; } }
  .nf-testimonial-slider-block .inner-container {
    position: relative;
    max-width: 1049px; }
  .nf-testimonial-slider-block__testimonial {
    position: relative;
    max-width: 852px; }
    @media (max-width: 1100px) {
      .nf-testimonial-slider-block__testimonial {
        max-width: 800px; } }
    @media (max-width: 992px) {
      .nf-testimonial-slider-block__testimonial {
        max-width: 600px; } }
    @media (max-width: 768px) {
      .nf-testimonial-slider-block__testimonial {
        max-width: 400px; } }
    .nf-testimonial-slider-block__testimonial p {
      position: relative;
      font-family: "Campton", sans-serif;
      font-size: 32px;
      line-height: 42px;
      font-weight: 700;
      color: #4A596A;
      margin: 0 0 40px; }
      @media (max-width: 1100px) {
        .nf-testimonial-slider-block__testimonial p {
          font-size: 25px;
          line-height: 1.3; } }
      @media (max-width: 550px) {
        .nf-testimonial-slider-block__testimonial p {
          font-size: 22px; } }
  .nf-testimonial-slider-block__name, .nf-testimonial-slider-block__job-title, .nf-testimonial-slider-block__company {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Campton", sans-serif;
    letter-spacing: 3.2px; }
    @media (max-width: 1100px) {
      .nf-testimonial-slider-block__name, .nf-testimonial-slider-block__job-title, .nf-testimonial-slider-block__company {
        font-size: 14px;
        line-height: 1.3; } }
    @media (max-width: 550px) {
      .nf-testimonial-slider-block__name, .nf-testimonial-slider-block__job-title, .nf-testimonial-slider-block__company {
        font-size: 13px; } }
  .nf-testimonial-slider-block__company {
    font-weight: 700; }
  .nf-testimonial-slider-block__nav {
    position: absolute;
    top: 55px;
    right: 2px; }
    @media (max-width: 550px) {
      .nf-testimonial-slider-block__nav {
        right: auto;
        top: auto;
        bottom: -50px;
        left: 50%;
        translate: -50% 0; } }
    .nf-testimonial-slider-block__nav .slick-arrow {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #F07361; }
      .nf-testimonial-slider-block__nav .slick-arrow svg {
        width: 91px;
        height: auto; }
        @media (max-width: 1100px) {
          .nf-testimonial-slider-block__nav .slick-arrow svg {
            width: 70px; } }

.nf-insights-slider {
  position: relative;
  margin: 0 calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #F6F6F6;
  padding: 120px 0 105px;
  overflow: hidden; }
  @media (max-width: 1150px) {
    .nf-insights-slider {
      padding: 80px 0; } }
  @media (max-width: 667px) {
    .nf-insights-slider {
      padding: 60px 15px; } }
  .nf-insights-slider .inner-container {
    max-width: 1237px; }
  .nf-insights-slider__title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 73px; }
    @media (max-width: 992px) {
      .nf-insights-slider__title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 75px; } }
    .nf-insights-slider__title h3 {
      color: #4A596A;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: 2.4px;
      text-transform: uppercase; }
      @media (max-width: 1150px) {
        .nf-insights-slider__title h3 {
          font-size: 35px;
          line-height: 1.3; } }
      @media (max-width: 992px) {
        .nf-insights-slider__title h3 {
          margin-bottom: 25px;
          text-align: center; } }
    .nf-insights-slider__title a {
      color: #4A596A;
      border: 2px solid #4A596A;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      display: inline-block;
      padding: 13px 34px;
      text-decoration: none;
      transition: all .3s ease; }
      @media (max-width: 1150px) {
        .nf-insights-slider__title a {
          font-size: 14px;
          line-height: 1.3;
          padding: 10px 25px; } }
      .nf-insights-slider__title a span {
        position: relative;
        left: 3px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      .nf-insights-slider__title a:hover span {
        left: 7px; }
  .nf-insights-slider__post {
    text-decoration: none; }
    @media (max-width: 992px) {
      .nf-insights-slider__post {
        max-width: 600px; } }
    @media (max-width: 640px) {
      .nf-insights-slider__post {
        max-width: 500px; } }
    @media (max-width: 540px) {
      .nf-insights-slider__post {
        max-width: 400px; } }
    @media (max-width: 450px) {
      .nf-insights-slider__post {
        max-width: 300px; } }
    .nf-insights-slider__post img {
      display: block;
      margin-bottom: 33px;
      height: 354px;
      width: 798px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      transition: all .8s ease; }
      @media (max-width: 1150px) {
        .nf-insights-slider__post img {
          height: 300px;
          width: 100%; } }
      @media (max-width: 992px) {
        .nf-insights-slider__post img {
          max-width: 100%;
          height: auto; } }
    .nf-insights-slider__post h3 {
      color: #4A596A;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      max-width: 800px;
      margin-bottom: 21px; }
      @media (max-width: 1150px) {
        .nf-insights-slider__post h3 {
          font-size: 20px;
          line-height: 1.3;
          margin-bottom: 17px;
          max-width: 100%;
          width: 100%; } }
    .nf-insights-slider__post p {
      color: #4A596A;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 1.1px;
      max-width: 800px;
      margin-top: 0;
      margin-bottom: 37px; }
      @media (max-width: 1150px) {
        .nf-insights-slider__post p {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 15px;
          max-width: 100%;
          width: 100%; } }
    .nf-insights-slider__post button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #4A596A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      transition: all .3s ease; }
      .nf-insights-slider__post button:hover {
        color: #F07361; }
      @media (max-width: 1150px) {
        .nf-insights-slider__post button {
          font-size: 14px; } }
      .nf-insights-slider__post button span {
        position: relative;
        left: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      .nf-insights-slider__post button:hover span {
        left: 7px; }
  .nf-insights-slider .slick-list, .nf-insights-slider .slick-track {
    min-height: 730px; }
  .nf-insights-slider .slick-current .nf-insights-slider__post img {
    height: 452px; }
  .nf-insights-slider .slick-slide {
    opacity: 1;
    transition: all .8s ease;
    margin: 0 25px;
    max-width: 800px; }
  .nf-insights-slider .slick-slide:not(.slick-current) {
    opacity: .5; }
  .nf-insights-slider__wrapper {
    overflow: hidden; }
  .nf-insights-slider .slick-list {
    width: 100%;
    box-sizing: border-box; }
  .nf-insights-slider__nav {
    margin-top: 41px; }
    @media (max-width: 992px) {
      .nf-insights-slider__nav {
        margin-top: 15px; } }
    .nf-insights-slider__nav ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: flex;
      justify-content: space-between; }
      .nf-insights-slider__nav ul li {
        height: 3px;
        max-width: 31.5%;
        width: 100%;
        padding: 15px 0;
        cursor: pointer; }
        .nf-insights-slider__nav ul li button {
          background: transparent;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          box-shadow: none;
          border: none;
          padding: 0;
          margin: 0;
          display: block;
          font-size: 0;
          background-color: #E1E2DE;
          height: 100%;
          width: 100%; }
          .nf-insights-slider__nav ul li button:focus {
            outline: none; }
        .nf-insights-slider__nav ul li:not(:last-child) {
          margin-right: 20px; }
        .nf-insights-slider__nav ul li.slick-active button {
          background-color: #F07361; }
  .nf-insights-slider__arrows button {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #F07361;
    line-height: 36px;
    color: #fff; }
  .nf-insights-slider__prev, .nf-insights-slider__next {
    position: absolute;
    z-index: 99;
    opacity: 1;
    transition: opacity .3s ease; }
    @media (max-width: 1300px) {
      .nf-insights-slider__prev, .nf-insights-slider__next {
        top: 40%;
        transform: translateY(-50%); } }
    @media (max-width: 992px) {
      .nf-insights-slider__prev, .nf-insights-slider__next {
        top: 45%;
        transform: translateY(-50%); } }
    .nf-insights-slider__prev.slick-disabled, .nf-insights-slider__next.slick-disabled {
      opacity: 0; }
  @media (max-width: 1300px) {
    .nf-insights-slider__prev {
      left: 50px; } }
  @media (max-width: 768px) {
    .nf-insights-slider__prev {
      left: 30px; } }
  @media (max-width: 1300px) {
    .nf-insights-slider__next {
      left: calc(100% - 110px); } }
  @media (max-width: 768px) {
    .nf-insights-slider__next {
      left: calc(100% - 80px); } }

.nf-team-grid {
  background-color: #F6F6F6;
  margin: 0 calc(50% - 50vw);
  padding: 113px 0 97px; }
  @media (max-width: 1150px) {
    .nf-team-grid {
      padding: 80px 0; } }
  @media (max-width: 992px) {
    .nf-team-grid {
      padding: 60px 0; } }
  .nf-team-grid .inner-container {
    max-width: 1130px; }
  .nf-team-grid h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 105px; }
    @media (max-width: 1150px) {
      .nf-team-grid h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 70px; } }
    @media (max-width: 992px) {
      .nf-team-grid h3 {
        font-size: 35px;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 40px; } }
  .nf-team-grid h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase; }
  .nf-team-grid h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    margin-bottom: 18px; }
  .nf-team-grid p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.1px;
    margin: 0 0 25px; }
  .nf-team-grid img {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 100%; }
    @media (max-width: 1150px) {
      .nf-team-grid img {
        margin-right: 30px; } }
    @media (max-width: 992px) {
      .nf-team-grid img {
        margin-right: 0;
        margin-bottom: 30px; } }
  .nf-team-grid__members__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px; }
    @media (max-width: 992px) {
      .nf-team-grid__members__item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px; } }
    .nf-team-grid__members__item:last-child {
      margin-bottom: 0; }
    .nf-team-grid__members__item--reverse {
      flex-direction: row-reverse; }
      @media (max-width: 992px) {
        .nf-team-grid__members__item--reverse {
          flex-direction: column; } }
      @media (max-width: 1150px) {
        .nf-team-grid__members__item--reverse img {
          margin-left: 30px;
          margin-right: 0; } }
      @media (max-width: 992px) {
        .nf-team-grid__members__item--reverse img {
          margin-left: 0; } }
    .nf-team-grid__members__item div {
      max-width: 800px;
      width: 100%; }
      @media (max-width: 1150px) {
        .nf-team-grid__members__item div {
          max-width: 750px; } }
      @media (max-width: 1100px) {
        .nf-team-grid__members__item div {
          max-width: 650px; } }
      @media (max-width: 992px) {
        .nf-team-grid__members__item div {
          max-width: 100%; } }

.nf-insight-listing {
  background-color: #E1E2DE;
  margin: 0 calc(50% - 50vw);
  padding: 120px 0; }
  @media (max-width: 1150px) {
    .nf-insight-listing {
      padding: 80px 0; } }
  .nf-insight-listing .inner-container {
    max-width: 1246px; }
  .nf-insight-listing__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 62px; }
    @media (max-width: 992px) {
      .nf-insight-listing__title {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    .nf-insight-listing__title h3 {
      color: #4A596A;
      color: var(--heirloom-blue, #4A596A);
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      max-width: 600px; }
      @media (max-width: 1150px) {
        .nf-insight-listing__title h3 {
          font-size: 35px;
          line-height: 1.3; } }
      @media (max-width: 992px) {
        .nf-insight-listing__title h3 {
          text-align: center;
          margin-bottom: 20px; } }
    .nf-insight-listing__title a {
      color: #4A596A;
      border: 2px solid #4A596A;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      display: inline-block;
      padding: 13px 34px;
      text-decoration: none;
      transition: all .3s ease; }
      @media (max-width: 1150px) {
        .nf-insight-listing__title a {
          font-size: 14px;
          line-height: 1.3;
          padding: 10px 25px; } }
      .nf-insight-listing__title a span {
        position: relative;
        left: 3px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      .nf-insight-listing__title a:hover span {
        left: 7px; }
  .nf-insight-listing__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch; }
    @media (max-width: 992px) {
      .nf-insight-listing__wrapper {
        flex-direction: column;
        align-items: center; } }
  .nf-insight-listing__post {
    max-width: 351px;
    text-decoration: none; }
    @media (max-width: 1150px) {
      .nf-insight-listing__post {
        max-width: 30%; } }
    @media (max-width: 992px) {
      .nf-insight-listing__post {
        max-width: 500px;
        margin-bottom: 50px; }
        .nf-insight-listing__post:last-child {
          margin-bottom: 0; } }
    .nf-insight-listing__post img {
      display: block;
      width: 351px;
      height: 351px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%;
      aspect-ratio: 1 / 1; }
    .nf-insight-listing__post .parallax-image-wrapper {
      max-height: 350px;
      margin-bottom: 39px; }
    .nf-insight-listing__post h4 {
      color: #4A596A;
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 1.1px;
      text-transform: uppercase;
      margin-bottom: 51px; }
      @media (max-width: 1150px) {
        .nf-insight-listing__post h4 {
          font-size: 20px;
          line-height: 1.3;
          margin-bottom: 20px;
          min-height: 78px; } }
      @media (max-width: 992px) {
        .nf-insight-listing__post h4 {
          min-height: 1px; } }
    .nf-insight-listing__post p {
      color: #4A596A;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 1.1px;
      margin: 0 0 32px; }
      @media (max-width: 1150px) {
        .nf-insight-listing__post p {
          font-size: 18px;
          line-height: 1.3;
          margin-bottom: 25px; } }
    .nf-insight-listing__post button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      color: #4A596A;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      transition: all .3s ease; }
      .nf-insight-listing__post button:hover {
        color: #F07361; }
      @media (max-width: 1150px) {
        .nf-insight-listing__post button {
          font-size: 14px; } }
      .nf-insight-listing__post button span {
        position: relative;
        left: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
        transition: all .3s ease; }
      .nf-insight-listing__post button:hover span {
        left: 7px;
        color: #F07361; }
  .nf-insight-listing--recent {
    background-color: #A1C1BA; }
    .nf-insight-listing--recent .nf-insight-listing__title {
      align-items: center; }
      .nf-insight-listing--recent .nf-insight-listing__title h3 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.4px; }
    .nf-insight-listing--recent .nf-insight-listing__post h5 {
      color: #4A596A;
      font-family: "Avenir", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 25px; }
  .nf-insight-listing__placeholder {
    width: 100%;
    height: 350px;
    aspect-ratio: 1 / 1;
    background-color: #4A596A;
    margin-bottom: 39px; }

.nf-simple-service-listing {
  background-color: #D6CFC9;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box; }
  .nf-simple-service-listing h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    max-width: 475px;
    margin-bottom: 32px; }
    @media (max-width: 1150px) {
      .nf-simple-service-listing h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px; } }
  .nf-simple-service-listing p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    max-width: 475px;
    margin: 0; }
    @media (max-width: 1150px) {
      .nf-simple-service-listing p {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 992px) {
      .nf-simple-service-listing p {
        margin-bottom: 40px; } }
  .nf-simple-service-listing ul {
    padding: 0;
    margin: 0 0 99px;
    list-style: none;
    border-top: 2px solid #BDBEBC;
    border-bottom: 2px solid #BDBEBC; }
    @media (max-width: 1300px) {
      .nf-simple-service-listing ul {
        margin-bottom: 40px; } }
    .nf-simple-service-listing ul li {
      padding: 10px 13px; }
      .nf-simple-service-listing ul li:not(:last-child) {
        border-bottom: 2px solid #BDBEBC; }
    .nf-simple-service-listing ul a {
      text-decoration: none;
      color: #4A596A;
      font-family: "Campton", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: 0.9px;
      text-transform: uppercase; }
      @media (max-width: 1150px) {
        .nf-simple-service-listing ul a {
          font-size: 16px;
          line-height: 24px; } }
      .nf-simple-service-listing ul a span {
        font-family: "Avenir", sans-serif;
        display: inline-block;
        margin-left: 14px;
        font-size: 14px;
        line-height: 0;
        position: relative;
        top: -2px;
        left: 0;
        transition: all .3s ease; }
      .nf-simple-service-listing ul a:hover span {
        left: 4px; }
  .nf-simple-service-listing__inner {
    max-width: 552px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .nf-simple-service-listing__content {
    margin-top: 85px; }
    @media (max-width: 1300px) {
      .nf-simple-service-listing__content {
        margin-top: 40px; } }

.nf-process-slider {
  padding: 120px 0 237px; }
  @media (max-width: 1280px) {
    .nf-process-slider {
      padding: 80px 0 160px; } }
  .nf-process-slider .inner-container {
    max-width: 1160px; }
  .nf-process-slider__content {
    max-width: 500px;
    margin-bottom: 161px; }
    @media (max-width: 1280px) {
      .nf-process-slider__content {
        margin-bottom: 70px; } }
    @media (max-width: 1150px) {
      .nf-process-slider__content {
        margin: 0 auto 70px; } }
  .nf-process-slider h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 22px; }
    @media (max-width: 1150px) {
      .nf-process-slider h2 {
        font-size: 35px;
        line-height: 1.3;
        margin-bottom: 12px; } }
  .nf-process-slider h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 19px; }
    @media (max-width: 1150px) {
      .nf-process-slider h3 {
        font-size: 24px;
        line-height: 1.3; } }
  .nf-process-slider p, .nf-process-slider ul, .nf-process-slider ol {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px; }
    @media (max-width: 1150px) {
      .nf-process-slider p, .nf-process-slider ul, .nf-process-slider ol {
        font-size: 20px;
        line-height: 1.3; } }
  .nf-process-slider ul, .nf-process-slider ol {
    margin: 0 0 20px;
    padding-left: 33px; }
    .nf-process-slider ul:last-of-type, .nf-process-slider ol:last-of-type {
      margin: 0; }
  .nf-process-slider p {
    margin: 0 0 20px; }
  .nf-process-slider__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative; }
    @media (max-width: 1150px) {
      .nf-process-slider__wrapper {
        flex-direction: column;
        align-items: center; } }
  .nf-process-slider__rotator {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 453px;
    width: 100%;
    margin-left: 23px; }
    @media (max-width: 1150px) {
      .nf-process-slider__rotator {
        margin-left: 0;
        height: 453px;
        margin-bottom: 130px; } }
    @media (max-width: 500px) {
      .nf-process-slider__rotator {
        height: auto;
        margin-bottom: 160px; } }
    .nf-process-slider__rotator img {
      width: 100%;
      height: 100%;
      rotate: 0deg;
      transition: rotate 0.5s ease-in-out; }
    .nf-process-slider__rotator__names {
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%; }
      .nf-process-slider__rotator__names span {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        color: #7EB5A9;
        font-family: "Campton", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        transition: opacity .5s ease-in-out; }
        @media (max-width: 500px) {
          .nf-process-slider__rotator__names span {
            font-size: 22px; } }
        @media (max-width: 430px) {
          .nf-process-slider__rotator__names span {
            font-size: 18px; } }
        @media (max-width: 350px) {
          .nf-process-slider__rotator__names span {
            font-size: 15px; } }
        .nf-process-slider__rotator__names span.active {
          opacity: 1; }
        .nf-process-slider__rotator__names span.inactive {
          opacity: 0; }
  .nf-process-slider__slides {
    position: relative;
    max-width: 600px;
    width: 100%; }
    .nf-process-slider__slides__item {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      translate: -50% -50%;
      padding-left: 20px;
      opacity: 1;
      transition: all .5s ease-in-out; }
      .nf-process-slider__slides__item.inactive {
        opacity: 0; }
      .nf-process-slider__slides__item.active {
        top: 50% !important;
        opacity: 1 !important; }
    .nf-process-slider__slides__nav {
      position: absolute;
      width: 100%;
      height: 100%; }
      .nf-process-slider__slides__nav__prev {
        opacity: 0;
        top: -24%; }
        @media (max-width: 1150px) {
          .nf-process-slider__slides__nav__prev {
            opacity: 1 !important;
            pointer-events: all !important; } }
        @media (max-width: 400px) {
          .nf-process-slider__slides__nav__prev {
            top: -17%; } }
      .nf-process-slider__slides__nav__next {
        bottom: -24%; }
        @media (max-width: 1150px) {
          .nf-process-slider__slides__nav__next {
            opacity: 1 !important;
            pointer-events: all !important; } }
        @media (max-width: 400px) {
          .nf-process-slider__slides__nav__next {
            bottom: -17%; } }
      .nf-process-slider__slides__nav button {
        background: transparent;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        position: absolute;
        left: 50%; }

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

.nf-content-list {
  background-color: #A1C1BA;
  height: 100%;
  padding: 81px 0;
  box-sizing: border-box; }
  @media (max-width: 1150px) {
    .nf-content-list {
      padding: 80px 30px; } }
  @media (max-width: 550px) {
    .nf-content-list {
      padding: 40px; } }
  .nf-content-list__inner {
    max-width: 512px;
    margin: 0 auto; }
    @media (max-width: 550px) {
      .nf-content-list__inner {
        max-width: 100%; } }
  .nf-content-list h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 550px) {
      .nf-content-list h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px; } }
  .nf-content-list h4 {
    font-family: "Avenir", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 1.1px;
    margin-bottom: 28px; }
    @media (max-width: 550px) {
      .nf-content-list h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px; } }
  .nf-content-list p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 30px; }
    @media (max-width: 550px) {
      .nf-content-list p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px; } }
  .nf-content-list__content {
    margin-bottom: 88px; }
    @media (max-width: 550px) {
      .nf-content-list__content {
        margin-bottom: 40px; } }
  .nf-content-list__item {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1.1px;
    border-bottom: 2px solid #4A596A;
    padding: 14px 13px 15px;
    box-sizing: border-box;
    max-width: 495px;
    width: 100%; }
    @media (max-width: 550px) {
      .nf-content-list__item {
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
        padding: 10px; } }
    .nf-content-list__item:first-of-type {
      border-top: 2px solid #4A596A;
      padding: 13px; }


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