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

/* AddingtonCF */
@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/AddingtonCF-Thin.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/AddingtonCF-Light.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/AddingtonCF-Regular.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/AddingtonCF-Medium.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/AddingtonCF-DemiBold.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/AddingtonCF-Bold.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/AddingtonCF-ExtraBold.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 100;
  src: url("./fonts/AddingtonCF-ThinItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/AddingtonCF-LightItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/AddingtonCF-RegularItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/AddingtonCF-MediumItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/AddingtonCF-DemiBoldItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/AddingtonCF-BoldItalic.otf") format("openType"); }

@font-face {
  font-family: 'AddingtonCF';
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/AddingtonCF-ExtraBoldItalic.otf") format("openType"); }

/* Larsseit */
@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Larsseit-Thin.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Larsseit-Light.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Larsseit-Regular.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Larsseit-Medium.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Larsseit-Bold.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Larsseit-ExtraBold.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Larsseit-ThinItalic.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/Larsseit-LightItalic.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/Larsseit-RegularItalic.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/Larsseit-MediumItalic.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/Larsseit-BoldItalic.otf") format("openType"); }

@font-face {
  font-family: 'Larsseit';
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/Larsseit-ExtraBoldItalic.otf") format("openType"); }

/**
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

/**
   * Firefox specific rule
   */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

.container {
  max-width: 1480px;
  padding: 0 20px;
  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; }

.cartflows_step-template #masthead {
  display: none !important; }

.cartflows_step-template .footer {
  display: none !important; }

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

body, p, ul {
  font-family: "Larsseit", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #09253A;
  font-weight: 300; }
  @media (max-width: 1023px) {
    body, p, ul {
      font-size: 16px;
      line-height: 22px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "AddingtonCF", serif;
  margin: 0;
  font-weight: 400; }

h1 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.010em; }

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

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

h3, h4, h5, h6 {
  font-size: 30px;
  line-height: normal; }

/* DM 2024-09-13 */
@media (max-width: 1023px) {
  .insights__featured__slider .slick-active .insights__featured__slider__article__content {
    padding-right: 25px !important; }
  .main-nav__wrapper--active .menu-main-menu-container ul li a {
    padding: 10px 10px 8px 20px !important;
    xjustify-content: center; } }

@media (max-width: 1023px) {
  .single-post .insights-content__postcontent > p,
  .standard-hero__content p,
  .hero__content li,
  .nf-content-card__title,
  .nf-workshops__content p,
  .nf-workshops__content li,
  .page-template-template-about-you .main .container > p {
    font-size: 18px !important; }
  .nf-content-card__strapline {
    margin-bottom: 10px !important; }
  .nf-content-card__title {
    line-height: 22px !important; } }

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

.header {
  padding: 20px 0; }
  @media (max-width: 1023px) {
    .header {
      padding-top: 44px; } }
  .header--hidden {
    display: none; }
  .header .container {
    position: relative; }
  .header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
  .header__logo-light {
    display: none;
    z-index: 999; }
  .header--dark .main-nav__wrapper a, .header--dark .top-nav__wrapper a {
    color: #493838 !important; }
    .header--dark .main-nav__wrapper a:hover, .header--dark .top-nav__wrapper a:hover {
      background-color: #FCBFBF !important; }
      @media (max-width: 1023px) {
        .header--dark .main-nav__wrapper a:hover, .header--dark .top-nav__wrapper a:hover {
          background-color: transparent !important; } }
  .header--dark .main-nav__wrapper li.current-menu-item a, .header--dark .top-nav__wrapper li.current-menu-item a {
    background-color: #FCBFBF !important; }
    @media (max-width: 1023px) {
      .header--dark .main-nav__wrapper li.current-menu-item a, .header--dark .top-nav__wrapper li.current-menu-item a {
        background-color: #FCBFBF !important; } }
  .header--light .header__logo {
    display: none; }
  .header--light .header__logo-light {
    display: block; }
  .header--light .header__tagline {
    color: #FFFFFF; }
  .header--light .main-nav__wrapper a, .header--light .top-nav__wrapper a {
    color: #FFFFFF !important; }
    .header--light .main-nav__wrapper a:hover, .header--light .top-nav__wrapper a:hover {
      background-color: #146898 !important; }
      @media (max-width: 1023px) {
        .header--light .main-nav__wrapper a:hover, .header--light .top-nav__wrapper a:hover {
          background-color: transparent !important; } }
  .header--light .main-nav__wrapper li.current-menu-item a, .header--light .top-nav__wrapper li.current-menu-item a {
    background-color: #146898 !important; }
    @media (max-width: 1023px) {
      .header--light .main-nav__wrapper li.current-menu-item a, .header--light .top-nav__wrapper li.current-menu-item a {
        background-color: #FCBFBF !important;
        padding: 12px 20px !important;
        padding-bottom: 8px !important;
        color: #493838 !important;
        line-height: 1 !important; } }
  .header--light .main-nav__wrapper .loginbtn a::before, .header--light .top-nav__wrapper .loginbtn a::before {
    filter: brightness(10); }
  .header--light .searchform.focus form {
    background-color: white !important; }
  .header--light .searchform.focus input {
    color: #09253a !important; }
  .header--light .searchform.focus svg path {
    fill: #09253a !important; }
  .header--light .search-results a {
    color: #09253a !important; }
    .header--light .search-results a:hover {
      color: white !important; }
      .header--light .search-results a:hover .search-results__item__wrap {
        color: white !important; }
        .header--light .search-results a:hover .search-results__item__wrap em {
          color: white !important; }
  .header--light .main-nav__toggle span {
    color: #fff !important;
    background-color: #fff !important; }
  .header--light .searchform input {
    color: #FFFFFF !important; }
    .header--light .searchform input::-moz-placeholder {
      color: #FFFFFF !important; }
    .header--light .searchform input::placeholder {
      color: #FFFFFF !important; }
  .header--light .searchform label {
    color: #FFFFFF !important; }
  .header--light .searchform svg path {
    fill: #FFFFFF !important; }
  .header--light .main-nav__toggle--active span {
    color: #000 !important;
    background-color: #000 !important; }
  .header--light .main-nav__wrapper--active a {
    color: #09253A !important; }
    .header--light .main-nav__wrapper--active a:hover {
      background-color: transparent !important; }
  .header--light .main-nav__wrapper--active li.current-menu-item a {
    background-color: transparent !important; }
    @media (max-width: 1023px) {
      .header--light .main-nav__wrapper--active li.current-menu-item a {
        background-color: #FCBFBF !important;
        padding: 10px !important; } }
  .header--light .main-nav__wrapper--active .loginbtn a::before {
    filter: unset !important; }
  .header--light .main-nav__wrapper--active .searchform input {
    color: #09253A !important; }
    .header--light .main-nav__wrapper--active .searchform input::-moz-placeholder {
      color: #09253A !important; }
    .header--light .main-nav__wrapper--active .searchform input::placeholder {
      color: #09253A !important; }
  .header--light .main-nav__wrapper--active .searchform label {
    color: #09253A !important; }
  .header--light .main-nav__wrapper--active .searchform svg path {
    fill: #09253A !important; }
  .header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 21px;
    gap: 21px;
    flex-shrink: 0;
    flex-direction: row;
    margin-top: 33px; }
    @media (max-width: 1023px) {
      .header__left {
        margin-top: 0; } }
  .header__logo {
    display: block;
    width: 100%;
    max-width: 142px;
    height: 113px;
    z-index: 999; }
    .header__logo img {
      display: block; }
    @media (max-width: 1199px) {
      .header__logo {
        max-width: 200px; } }
    @media (max-width: 1023px) {
      .header__logo {
        max-width: 142px;
        height: unset; }
        .header__logo img {
          filter: brightness(0); } }
    @media (max-width: 767px) {
      .header__logo {
        max-width: 62px;
        height: unset; } }
    @media (max-width: 1023px) {
      .header__logo-light {
        max-width: 142px;
        height: unset; } }
    @media (max-width: 767px) {
      .header__logo-light {
        max-width: 62px;
        height: unset; } }
  .header__right {
    margin-top: -30px;
    flex-shrink: 0;
    max-width: 1000px;
    width: 1000px; }
    @media (max-width: 1400px) {
      .header__right {
        width: unset; } }
    @media (max-width: 1023px) {
      .header__right {
        margin-top: 0;
        max-width: unset;
        width: unset; } }
  .header__tagline {
    color: #31ACB4;
    max-width: 195px;
    width: 100%;
    z-index: 999;
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px;
    /* 120% */ }
    @media (max-width: 767px) {
      .header__tagline {
        font-size: 16px;
        line-height: 20px;
        color: #09253A; } }
  .header .mega-menu {
    display: none;
    margin-top: 15px;
    height: 560px;
    width: 100%;
    background: #FFFFFF;
    padding: 0;
    z-index: 999;
    position: absolute;
    top: 150px;
    left: 0; }
    .header .mega-menu__inner {
      display: flex;
      justify-content: flex-start;
      grid-gap: 0;
      gap: 0;
      flex-direction: row;
      align-items: stretch;
      height: 100%; }
      .header .mega-menu__inner .col {
        flex-basis: 25%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: start;
        position: relative;
        padding: 49px;
        padding-right: 50px;
        align-items: left; }
        .header .mega-menu__inner .col.taxmenu {
          justify-content: flex-start; }
          .header .mega-menu__inner .col.taxmenu h2 {
            color: #09253A;
            font-family: "AddingtonCF", serif;
            font-size: 28px;
            font-style: normal;
            font-weight: 300;
            line-height: 32px;
            /* 114.286% */
            margin-bottom: 40px; }
          .header .mega-menu__inner .col.taxmenu ul li {
            margin-bottom: 35px; }
            .header .mega-menu__inner .col.taxmenu ul li a {
              display: inline-flex;
              align-items: center;
              color: #09253A;
              font-family: "Larsseit", sans-serif;
              font-size: 24px;
              font-style: normal;
              font-weight: 300;
              line-height: 24px;
              /* 125% */
              text-decoration: none;
              margin-bottom: 0; }
              .header .mega-menu__inner .col.taxmenu ul li a span {
                width: 30px;
                text-align: center;
                display: block;
                margin-right: 10px;
                line-height: 0; }
          .header .mega-menu__inner .col.taxmenu .viewall {
            color: #09253A;
            font-family: Larsseit;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 22px;
            /* 110% */
            text-transform: capitalize;
            transition: all .3s ease;
            position: relative;
            background: none;
            border-bottom: 2px solid #FCBFBF;
            cursor: pointer;
            transition: 0.3s;
            position: absolute;
            bottom: 30px;
            right: 80px;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            text-decoration: none !important;
            color: #09253A !important; }
            .header .mega-menu__inner .col.taxmenu .viewall::after {
              content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
              position: absolute;
              right: -30px;
              top: 50%;
              transform: translateY(-50%);
              transition: 0.3s; }
            .header .mega-menu__inner .col.taxmenu .viewall:hover::after {
              right: -50px; }
            .header .mega-menu__inner .col.taxmenu .viewall:focus {
              outline: none; }
    .header .mega-menu__first, .header .mega-menu__second {
      background-color: #D9D9D9;
      isolation: isolate; }
      .header .mega-menu__first .overlay, .header .mega-menu__second .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
      .header .mega-menu__first h2, .header .mega-menu__second h2 {
        color: #FFFFFF;
        font-family: "AddingtonCF", serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        /* 114.286% */
        margin-bottom: 42px; }
      .header .mega-menu__first p, .header .mega-menu__second p {
        margin-top: 0;
        color: #FFFFFF;
        font-family: "Larsseit", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        /* 136.364% */
        margin-bottom: 24px; }
      .header .mega-menu__first a, .header .mega-menu__second a {
        color: #09253A;
        font-family: Larsseit;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 110% */
        text-transform: capitalize;
        transition: all .3s ease;
        position: relative;
        background: none;
        border-bottom: 2px solid #FCBFBF;
        cursor: pointer;
        transition: 0.3s;
        display: inline !important;
        width: unset;
        text-decoration: none !important;
        color: #FFFFFF !important; }
        .header .mega-menu__first a::after, .header .mega-menu__second a::after {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
          position: absolute;
          right: -30px;
          top: 50%;
          transform: translateY(-50%);
          transition: 0.3s; }
        .header .mega-menu__first a:hover::after, .header .mega-menu__second a:hover::after {
          right: -50px; }
        .header .mega-menu__first a:focus, .header .mega-menu__second a:focus {
          outline: none; }
    .header .mega-menu__first .overlay {
      background: rgba(9, 37, 58, 0.9); }
    .header .mega-menu__second .overlay {
      background: rgba(20, 104, 152, 0.94); }
  .header .mega-menu.active {
    display: block; }

.footer {
  border-top: 2px solid #ECE0CF;
  background: #F9F7F4;
  background-color: #F9F7F4;
  margin-top: 80px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  color: #AE984B;
  padding: 99px 0;
  padding-bottom: 160px;
  position: relative; }
  @media (max-width: 768px) {
    .footer {
      box-sizing: border-box;
      padding: 50px 0;
      border-top: none;
      padding-bottom: 80px; } }
  .footer__left {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    gap: 20px;
    margin-left: 14px; }
  .footer .menu-footer-menu-3-container {
    margin-left: -36px; }
    @media (max-width: 768px) {
      .footer .menu-footer-menu-3-container {
        position: absolute;
        left: 30px;
        top: 180px;
        max-width: 120px;
        margin-left: 0; } }
  .footer__right {
    display: flex;
    justify-items: flex-start;
    flex-direction: row;
    grid-gap: 36px;
    gap: 36px;
    margin-top: 124px; }
    @media (max-width: 768px) {
      .footer__right {
        margin-top: 0;
        flex-direction: column;
        grid-gap: 0;
        gap: 0; } }
    .footer__right ul {
      list-style-type: none;
      padding-left: 0;
      max-width: 187px;
      width: 187px;
      margin: 0; }
      @media (max-width: 768px) {
        .footer__right ul {
          max-width: 100px;
          width: 100%;
          margin-bottom: 0; } }
      .footer__right ul li {
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 20px;
        line-height: 0; }
        @media (max-width: 768px) {
          .footer__right ul li {
            margin-bottom: 10px; } }
        .footer__right ul li a {
          font-size: 18px;
          font-style: normal;
          line-height: 30px;
          /* 166.667% */
          color: #493838;
          text-decoration: none;
          font-weight: 300; }
          .footer__right ul li a:hover {
            text-decoration: underline; }
          @media (max-width: 768px) {
            .footer__right ul li a {
              font-size: 12px;
              line-height: 16px !important; } }
  .footer a {
    color: #493838; }
    .footer a:hover {
      text-decoration: none; }
  .footer .container {
    display: flex;
    align-items: top;
    grid-gap: 76px;
    gap: 76px;
    justify-content: flex-start;
    position: relative; }
    @media (max-width: 768px) {
      .footer .container {
        align-items: flex-start; } }
  .footer__logo {
    display: flex;
    width: 87.908px;
    height: 70px; }
    @media (max-width: 768px) {
      .footer__logo {
        margin-top: 0px;
        margin-bottom: 30px;
        align-self: top;
        max-width: 62px;
        height: auto; } }
    .footer__logo a {
      display: block;
      max-width: 264px; }
      @media (max-width: 550px) {
        .footer__logo a {
          margin-right: 0; } }
      .footer__logo a img {
        display: block; }
  .footer__info {
    font-size: 20px;
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    /* 166.667% */
    max-width: 325px;
    font-weight: 300; }
    .footer__info p {
      color: #493838;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 30px; }
      @media (max-width: 768px) {
        .footer__info p {
          font-size: 12px;
          line-height: 16px;
          max-width: 166px;
          margin-bottom: 12px; } }
    .footer__info a {
      color: #493838 !important;
      text-decoration: none !important;
      font-weight: 300;
      margin-bottom: 20px;
      line-height: 30px; }
      .footer__info a:hover {
        text-decoration: underline; }
      @media (max-width: 768px) {
        .footer__info a {
          font-size: 12px;
          line-height: normal; } }
    @media (max-width: 768px) {
      .footer__info {
        margin-left: -80px; } }
  .footer__tagline {
    max-width: 183px;
    margin-top: 24px;
    margin-bottom: 70px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .footer__tagline {
        color: #31ACB4;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 150% */
        margin-left: 80px;
        max-width: 100px;
        margin-top: 4px;
        margin-bottom: 20px; } }

.back-to-top {
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  background-color: #146898;
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  opacity: .5;
  transition: all .3s ease;
  cursor: pointer; }
  .back-to-top:hover {
    opacity: 1; }

.main-nav {
  position: relative;
  right: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .main-nav {
      margin-top: 0; } }
  .main-nav .top-nav__wrapper {
    justify-content: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .main-nav .top-nav__wrapper {
        display: none; } }
    .main-nav .top-nav__wrapper .menu-top-menu-container ul {
      display: flex;
      justify-content: flex-end; }
      .main-nav .top-nav__wrapper .menu-top-menu-container ul li {
        margin-right: 9px; }
        .main-nav .top-nav__wrapper .menu-top-menu-container ul li a {
          font-family: "Larsseit", sans-serif;
          font-size: 13px;
          font-style: normal;
          font-weight: 500;
          line-height: 30px;
          /* 230.769% */
          letter-spacing: 0.65px;
          text-decoration: none;
          color: #493838;
          text-transform: uppercase;
          position: relative;
          height: 40px;
          display: flex;
          align-items: center;
          padding: 0 20px;
          border-radius: 25px; }
          @media (max-width: 1400px) {
            .main-nav .top-nav__wrapper .menu-top-menu-container ul li a {
              padding: 0 10px; } }
        .main-nav .top-nav__wrapper .menu-top-menu-container ul li:first-child {
          margin-right: 18px; }
        .main-nav .top-nav__wrapper .menu-top-menu-container ul li.loginbtn a {
          padding-left: 28px;
          padding-right: 0; }
          .main-nav .top-nav__wrapper .menu-top-menu-container ul li.loginbtn a:hover {
            background-color: transparent !important; }
          .main-nav .top-nav__wrapper .menu-top-menu-container ul li.loginbtn a:before {
            content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6.19625 17.4845C7.04625 16.873 7.94817 16.3894 8.902 16.0337C9.85583 15.6779 10.8885 15.5 12 15.5C13.1115 15.5 14.1442 15.6779 15.098 16.0337C16.0518 16.3894 16.9538 16.873 17.8038 17.4845C18.4641 16.8012 18.9952 15.9942 19.397 15.0635C19.799 14.1327 20 13.1115 20 12C20 9.78333 19.2208 7.89583 17.6625 6.3375C16.1042 4.77917 14.2167 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 13.1115 4.201 14.1327 4.603 15.0635C5.00483 15.9942 5.53592 16.8012 6.19625 17.4845ZM12.0005 12.5C11.1578 12.5 10.4471 12.2108 9.86825 11.6323C9.28942 11.0538 9 10.3432 9 9.5005C9 8.65783 9.28925 7.94708 9.86775 7.36825C10.4462 6.78942 11.1568 6.5 11.9995 6.5C12.8422 6.5 13.5529 6.78925 14.1318 7.36775C14.7106 7.94625 15 8.65683 15 9.4995C15 10.3422 14.7107 11.0529 14.1322 11.6318C13.5538 12.2106 12.8432 12.5 12.0005 12.5ZM12 21C10.7448 21 9.56983 20.7663 8.475 20.299C7.38017 19.8317 6.42758 19.1929 5.61725 18.3828C4.80708 17.5724 4.16833 16.6198 3.701 15.525C3.23367 14.4302 3 13.2552 3 12C3 10.7448 3.23367 9.56983 3.701 8.475C4.16833 7.38017 4.80708 6.42758 5.61725 5.61725C6.42758 4.80708 7.38017 4.16833 8.475 3.701C9.56983 3.23367 10.7448 3 12 3C13.2552 3 14.4302 3.23367 15.525 3.701C16.6198 4.16833 17.5724 4.80708 18.3828 5.61725C19.1929 6.42758 19.8317 7.38017 20.299 8.475C20.7663 9.56983 21 10.7448 21 12C21 13.2552 20.7663 14.4302 20.299 15.525C19.8317 16.6198 19.1929 17.5724 18.3828 18.3828C17.5724 19.1929 16.6198 19.8317 15.525 20.299C14.4302 20.7663 13.2552 21 12 21ZM12 20C12.9218 20 13.8289 19.8388 14.7212 19.5163C15.6134 19.1939 16.3845 18.7526 17.0345 18.1923C16.3845 17.6704 15.6326 17.2579 14.7788 16.9548C13.9249 16.6516 12.9987 16.5 12 16.5C11.0013 16.5 10.0718 16.6484 9.2115 16.9453C8.35133 17.2421 7.60267 17.6578 6.9655 18.1923C7.6155 18.7526 8.38658 19.1939 9.27875 19.5163C10.1711 19.8388 11.0782 20 12 20ZM12 11.5C12.5615 11.5 13.0352 11.3071 13.4212 10.9212C13.8071 10.5352 14 10.0615 14 9.5C14 8.9385 13.8071 8.46475 13.4212 8.07875C13.0352 7.69292 12.5615 7.5 12 7.5C11.4385 7.5 10.9647 7.69292 10.5788 8.07875C10.1929 8.46475 10 8.9385 10 9.5C10 10.0615 10.1929 10.5352 10.5788 10.9212C10.9647 11.3071 11.4385 11.5 12 11.5Z" fill="%2345453B"/></svg>');
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            height: 24px;
            width: 24px; }
        .main-nav .top-nav__wrapper .menu-top-menu-container ul li.loginbtn.current-menu-item a {
          background-color: transparent !important; }
        .main-nav .top-nav__wrapper .menu-top-menu-container ul li.current-menu-item a {
          background-color: #FCBFBF; }
  .main-nav .main-nav__wrapper {
    justify-content: flex-end; }
  .main-nav .menu-main-menu-container {
    display: flex;
    align-items: center; }
    .main-nav .menu-main-menu-container ul {
      display: flex; }
      @media (max-width: 1023px) {
        .main-nav .menu-main-menu-container ul {
          flex-direction: column;
          grid-gap: 20px;
          gap: 20px; } }
      .main-nav .menu-main-menu-container ul li {
        position: relative;
        line-height: 1;
        margin-right: 36px; }
        @media (max-width: 1400px) {
          .main-nav .menu-main-menu-container ul li {
            margin-right: 20px; } }
        @media (max-width: 1100px) {
          .main-nav .menu-main-menu-container ul li {
            margin-right: 15px; } }
        .main-nav .menu-main-menu-container ul li a {
          position: relative;
          transition: all .3s ease;
          color: #493838;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: 30px;
          /* 150% */
          text-decoration: none;
          padding: 0 18px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 25px;
          background-color: transparent;
          transition: 0.3s; }
          .main-nav .menu-main-menu-container ul li a:hover {
            color: #FFFFFF;
            background-color: #146898; }
          @media (max-width: 1400px) {
            .main-nav .menu-main-menu-container ul li a {
              padding: 0 10px; } }
        .main-nav .menu-main-menu-container ul li:hover a {
          color: #FFFFFF;
          background-color: #146898; }
          @media (max-width: 1023px) {
            .main-nav .menu-main-menu-container ul li:hover a {
              background-color: transparent !important; } }
        .main-nav .menu-main-menu-container ul li.current-menu-item a {
          color: #FFFFFF;
          background-color: #146898; }
          @media (max-width: 1023px) {
            .main-nav .menu-main-menu-container ul li.current-menu-item a {
              color: #493838;
              background-color: #FCBFBF !important;
              padding: 12px 20px !important;
              padding-bottom: 8px !important;
              line-height: 1 !important; } }
        .main-nav .menu-main-menu-container ul li ul {
          position: absolute;
          top: 16px;
          left: 0;
          color: #fff;
          flex-direction: column;
          z-index: 1;
          width: 220px;
          padding-top: 25px;
          transition: all .3s ease;
          opacity: 0;
          visibility: hidden; }
          .main-nav .menu-main-menu-container ul li ul li {
            margin: 0;
            background-color: #146898; }
            .main-nav .menu-main-menu-container ul li ul li:last-child {
              border-bottom-left-radius: 30px;
              border-bottom-right-radius: 30px; }
            .main-nav .menu-main-menu-container ul li ul li:hover {
              background-color: #115981; }
              @media (max-width: 1023px) {
                .main-nav .menu-main-menu-container ul li ul li:hover {
                  background-color: transparent !important; } }
          .main-nav .menu-main-menu-container ul li ul a {
            display: block;
            color: #FFFFFF !important;
            font-size: 15px;
            line-height: 18px;
            padding: 17px 30px; }
            .main-nav .menu-main-menu-container ul li ul a:hover {
              color: #FFFFFF !important; }
            .main-nav .menu-main-menu-container ul li ul a::after {
              display: none; }
          .main-nav .menu-main-menu-container ul li ul li:first-child a {
            padding-top: 25px; }
          .main-nav .menu-main-menu-container ul li ul li:last-child a {
            padding-bottom: 25px; }
        @media (min-width: 1024px) {
          .main-nav .menu-main-menu-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: 30px;
      height: 2px;
      background-color: #09253A;
      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: 30px;
        top: 20px; }
    @media (max-width: 1024px) {
      .main-nav__toggle--active span {
        background-color: #09253A;
        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(255, 255, 255, 0.98);
        padding: 140px 20px 50px;
        box-sizing: border-box;
        overflow-y: scroll;
        z-index: 99; }
        .main-nav__wrapper--active .menu-main-menu-container ul {
          flex-direction: column; }
          .main-nav__wrapper--active .menu-main-menu-container ul li {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 23px; }
            .main-nav__wrapper--active .menu-main-menu-container ul li a {
              font-size: 18px;
              font-style: normal;
              font-weight: 500;
              line-height: 22px;
              /* 122.222% */
              color: #09253A;
              padding: 0;
              height: unset;
              justify-content: left; }
            .main-nav__wrapper--active .menu-main-menu-container ul li.current-menu-item a::after, .main-nav__wrapper--active .menu-main-menu-container ul li a:hover::after {
              width: 100%;
              opacity: 1;
              background-color: transparent !important; }
        .main-nav__wrapper--active .searchform {
          margin-top: 50px; }
          .main-nav__wrapper--active .searchform #searchform {
            padding: 0;
            border-radius: 0;
            background: transparent !important;
            border-bottom: 2px solid #FCBFBF;
            height: 30px;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 22px;
            /* 137.5% */ }
            .main-nav__wrapper--active .searchform #searchform input {
              font-size: 16px;
              font-style: normal;
              font-weight: 300;
              line-height: 22px;
              /* 137.5% */ }
        .main-nav__wrapper--active .menu-search-icon {
          display: none; } }

@media (max-width: 1024px) {
  .header--light .main-nav__wrapper--active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    padding: 140px 20px 50px;
    box-sizing: border-box;
    overflow-y: scroll;
    z-index: 99; }
    .header--light .main-nav__wrapper--active .menu-main-menu-container ul {
      flex-direction: column; }
      .header--light .main-nav__wrapper--active .menu-main-menu-container ul li {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 23px; }
        .header--light .main-nav__wrapper--active .menu-main-menu-container ul li a {
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 22px;
          /* 122.222% */
          color: #09253A !important;
          padding: 0;
          height: unset;
          justify-content: left; }
        .header--light .main-nav__wrapper--active .menu-main-menu-container ul li.current-menu-item a::after, .header--light .main-nav__wrapper--active .menu-main-menu-container ul li a:hover::after {
          width: 100%;
          opacity: 1;
          background-color: transparent !important; }
    .header--light .main-nav__wrapper--active .searchform {
      margin-top: 50px; }
      .header--light .main-nav__wrapper--active .searchform #searchform {
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        border-bottom: 2px solid #FCBFBF;
        height: 30px;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 137.5% */ }
        .header--light .main-nav__wrapper--active .searchform #searchform input {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ }
    .header--light .main-nav__wrapper--active .menu-search-icon {
      display: none; } }

.searchform {
  position: relative;
  opacity: 1;
  visibility: visible;
  isolation: isolate;
  z-index: 999;
  transition: 0.3s; }
  @media (min-width: 992px) {
    .searchform {
      display: block;
      top: 0;
      right: 0;
      max-width: 353px;
      width: 100%;
      color: #493838;
      transition: all .3s ease;
      z-index: 999;
      margin-left: 0;
      margin-right: 0; } }
  @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;
    padding: 13px 21px;
    border-radius: 25px;
    background-color: rgba(213, 213, 213, 0.2);
    height: 50px;
    position: relative;
    display: flex;
    font-family: "Larsseit", sans-serif;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    grid-gap: 10px;
    gap: 10px;
    z-index: 2;
    margin-right: -20px;
    transition: 0.3s; }
  .searchform #search-input {
    border: none;
    background-color: transparent;
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 30px;
    /* 166.667% */
    padding: 0 25px 0 0;
    height: 30px;
    letter-spacing: 0.9px;
    transition: 0.3s; }
    .searchform #search-input::-moz-placeholder {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      color: #493838;
      font-family: "Larsseit", sans-serif;
      letter-spacing: 0.9px; }
    .searchform #search-input::placeholder {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      color: #493838;
      font-family: "Larsseit", sans-serif;
      letter-spacing: 0.9px; }
    .searchform #search-input:focus {
      outline: none; }
  .searchform #searchsubmit {
    /*@include button-reset;
        cursor: pointer;

        @media (min-width: $md) {
            position: absolute;
            top: 29px;
            right: 26px;
            height: 30px;
            width: 30px;
            text-align: right;
        }*/
    display: none; }
  .searchform #search-results {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    background-color: white; }
    @media (min-width: 992px) {
      .searchform #search-results {
        position: absolute;
        top: 0;
        border-radius: 25px;
        z-index: 0;
        right: 0px;
        width: 100%;
        padding: 0;
        padding-top: 60px;
        box-sizing: border-box; } }
    .searchform #search-results:empty {
      display: none !important; }
    .searchform #search-results p {
      color: #09253A;
      font-size: 15px;
      line-height: 22px; }
  .searchform address {
    font-size: 12px;
    line-height: 1.3; }

@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: white; }
  body .search-results__none {
    padding: 20px; }
  body .search-results__item {
    display: flex;
    color: #09253a;
    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;
      color: #09253a; }
      body .search-results__item__wrap em {
        font-style: normal;
        opacity: .4;
        margin-bottom: 3px;
        color: #09253a; }
    body .search-results__item:hover {
      background-color: #146898; }
      body .search-results__item:hover * {
        opacity: 1; }

aside.widget-area.sidebar {
  width: 100%;
  max-width: 345px;
  margin-top: 120px;
  padding-left: 19px;
  box-sizing: border-box; }
  @media (max-width: 1366px) {
    aside.widget-area.sidebar {
      padding-left: 0; } }
  @media (max-width: 1023px) {
    aside.widget-area.sidebar {
      align-self: center;
      padding-left: 0; } }
  aside.widget-area.sidebar .nf-cta-smartcta-form {
    max-width: 223px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      aside.widget-area.sidebar .nf-cta-smartcta-form {
        max-width: 300px; } }
    aside.widget-area.sidebar .nf-cta-smartcta-form .gform_heading {
      margin-bottom: 40px; }
    aside.widget-area.sidebar .nf-cta-smartcta-form h2.gform_title {
      color: #09253A;
      font-family: "AddingtonCF", serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 34px;
      /* 141.667% */
      margin-bottom: 15px; }
    aside.widget-area.sidebar .nf-cta-smartcta-form p.gform_description {
      color: #493838;
      font-family: "Larsseit", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%;
      /* 24px */ }
    @media (max-width: 1023px) {
      aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper {
        text-align: center; } }
    aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s; }
      aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper button:hover::after {
        right: -50px; }
      aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper button:focus {
        outline: none; }
      @media (max-width: 1023px) {
        aside.widget-area.sidebar .nf-cta-smartcta-form .gform_submit_wrapper button {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ } }
    aside.widget-area.sidebar .nf-cta-smartcta-form .gfield {
      width: 100% !important; }
      aside.widget-area.sidebar .nf-cta-smartcta-form .gfield label {
        left: 0; }
      aside.widget-area.sidebar .nf-cta-smartcta-form .gfield input, aside.widget-area.sidebar .nf-cta-smartcta-form .gfield select, aside.widget-area.sidebar .nf-cta-smartcta-form .gfield textarea {
        color: #493838;
        padding-left: 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 {
    padding: 10px;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 15px; }
    .gform_wrapper .gform_validation_errors h2 {
      font-family: "Larsseit", sans-serif !important;
      color: #c02b0a !important;
      font-weight: 300 !important;
      font-size: 18px !important;
      margin: 0 !important; }
    .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: #31ACB4;
      margin-bottom: 20px; }
  .gform_wrapper .gform_heading h2.gform_title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 600;
    color: #232323; }
  .gform_wrapper .gform_heading p.gform_description {
    display: block;
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #232323; }
  .gform_wrapper .gform_body .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    grid-row-gap: unset !important;
    grid-column-gap: unset !important; }
    @media (max-width: 400px) {
      .gform_wrapper .gform_body .gform_fields {
        flex-direction: column; } }
  .gform_wrapper .gform_body .gfield {
    position: relative;
    width: 100%; }
    .gform_wrapper .gform_body .gfield_error input, .gform_wrapper .gform_body .gfield_error select, .gform_wrapper .gform_body .gfield_error textarea {
      border: none !important;
      border-bottom: 2px solid #c02b0a !important;
      outline: none !important; }
    .gform_wrapper .gform_body .gfield--width-half {
      width: 46%; }
      @media (max-width: 576px) {
        .gform_wrapper .gform_body .gfield--width-half {
          width: 100%; } }
    .gform_wrapper .gform_body .gfield--type-hidden {
      display: none; }
    .gform_wrapper .gform_body .gfield--type-select {
      width: 46%; }
      @media (max-width: 576px) {
        .gform_wrapper .gform_body .gfield--type-select {
          width: 100%; } }
    .gform_wrapper .gform_body .gfield--type-captcha {
      margin-bottom: 0 !important; }
    .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
      color: #31ACB4; }
    .gform_wrapper .gform_body .gfield input,
    .gform_wrapper .gform_body .gfield textarea,
    .gform_wrapper .gform_body .gfield select {
      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: 27px;
          display: block;
          cursor: pointer; }
  .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 18px;
    font-weight: 500; }

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;
  color: #09253A;
  font-family: Larsseit;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 110% */
  text-transform: capitalize;
  transition: all .3s ease;
  position: relative;
  background: none;
  border-bottom: 2px solid #FCBFBF;
  cursor: pointer;
  transition: 0.3s; }
  input[type="submit"]::after, .btn::after, .nfprivacy-modal-confirm::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s; }
  input[type="submit"]:hover::after, .btn:hover::after, .nfprivacy-modal-confirm:hover::after {
    right: -50px; }
  input[type="submit"]:focus, .btn:focus, .nfprivacy-modal-confirm:focus {
    outline: none; }

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

.gform_wrapper a {
  color: #000000; }

.gform_wrapper .gform_heading {
  margin-bottom: 53px; }
  .gform_wrapper .gform_heading h2.gform_title {
    margin-bottom: 18px; }

.gform_wrapper .gform_body .gfield {
  margin-bottom: 41px; }
  .gform_wrapper .gform_body .gfield:not(.gfield--type-html) .validation_message {
    font-size: 12px;
    padding: 0;
    border: none;
    background: transparent;
    color: #c02b0a;
    margin-top: 0; }
  .gform_wrapper .gform_body .gfield label.gfield_label {
    position: absolute;
    left: 20px;
    z-index: 1;
    transition: all .3s ease;
    color: #09253A;
    top: 20px;
    transform: translateY(-50%);
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
  .gform_wrapper .gform_body .gfield.should-float-label label {
    top: -6px;
    left: 0;
    font-size: 16px; }
  .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: 27px; }
  .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 select, .gform_wrapper .gform_body .gfield textarea {
    border-bottom: 2px solid #F1EBE2;
    background-color: transparent;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #09253A; }
    .gform_wrapper .gform_body .gfield input::-moz-placeholder, .gform_wrapper .gform_body .gfield select::-moz-placeholder, .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
    .gform_wrapper .gform_body .gfield input::placeholder, .gform_wrapper .gform_body .gfield select::placeholder, .gform_wrapper .gform_body .gfield textarea::placeholder {
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
  .gform_wrapper .gform_body .gfield input,
  .gform_wrapper .gform_body .gfield select {
    height: 39px;
    color: #09253A;
    padding-left: 20px;
    padding-right: 10px;
    width: calc(100% - 30px); }
  .gform_wrapper .gform_body .gfield select {
    height: 40px;
    width: 100%; }
  .gform_wrapper .gform_body .gfield textarea {
    height: 100px;
    resize: none;
    width: 100%;
    height: 131px;
    padding-left: 20px;
    padding-right: 10px; }
  .gform_wrapper .gform_body .gfield.active label.gfield_label {
    color: #000000; }
  .gform_wrapper .gform_body .gfield.active input,
  .gform_wrapper .gform_body .gfield.active textarea,
  .gform_wrapper .gform_body .gfield.active select {
    color: #09253A; }
  .gform_wrapper .gform_body .gfield .gfield_checkbox li,
  .gform_wrapper .gform_body .gfield .gfield_radio li {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    justify-content: flex-start;
    grid-gap: 10px;
    gap: 10px;
    align-items: center; }
    .gform_wrapper .gform_body .gfield .gfield_checkbox li input,
    .gform_wrapper .gform_body .gfield .gfield_radio li input {
      width: 20px;
      align-self: left; }
    .gform_wrapper .gform_body .gfield .gfield_checkbox li label,
    .gform_wrapper .gform_body .gfield .gfield_radio li label {
      flex-shrink: 0;
      font-size: 16px;
      font-weight: 300; }
  .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    grid-gap: 10px;
    gap: 10px;
    align-items: center; }
    .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice label {
      flex-shrink: 0;
      font-size: 16px;
      font-weight: 300; }
    .gform_wrapper .gform_body .gfield.nfemailblacklist-verify-checkbox .gchoice input {
      width: 20px;
      align-self: left; }
  .gform_wrapper .gform_body .gfield .nfprivacy-field-description {
    color: #493838;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px; }
    .gform_wrapper .gform_body .gfield .nfprivacy-field-description a {
      color: #09253A !important; }
      .gform_wrapper .gform_body .gfield .nfprivacy-field-description a:hover {
        text-decoration: none; }

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

#nfprivacy-modal {
  background-color: #FFFFFF; }

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

.nfprivacy-modal-close {
  font-size: 16px;
  color: #31ACB4;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #31ACB4;
  border-radius: 10px;
  width: 90px;
  background-color: transparent;
  top: 30px; }
  .nfprivacy-modal-close:hover {
    color: #FFFFFF;
    background-color: #31ACB4; }
  .nfprivacy-modal-close.nfprivacy-modal-close-bottom {
    margin: 20px auto;
    width: 120px; }

.nfprivacy-modal-scrollmessage {
  border: none;
  align-items: center;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  background: #31ACB4;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px; }

.nfprivacy-modal-body-inner {
  background-color: #FFFFFF; }
  .nfprivacy-modal-body-inner table {
    border: 1px solid #493838;
    border-right: none;
    border-bottom: none; }
  .nfprivacy-modal-body-inner th,
  .nfprivacy-modal-body-inner td {
    border-right: 1px solid #493838;
    border-bottom: 1px solid #493838;
    padding: 4px 8px; }
  .nfprivacy-modal-body-inner h1 {
    margin-top: 40px;
    text-align: left;
    font-size: 50px;
    font-weight: 300; }
    .nfprivacy-modal-body-inner h1:first-child {
      display: none; }
  .nfprivacy-modal-body-inner h2 {
    margin-bottom: 20px;
    margin-right: 10px;
    display: inline-block; }
  .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: 300;
    color: #31ACB4;
    font-family: "AddingtonCF", serif; }
  .nfprivacy-modal-body-inner strong {
    font-weight: 700; }
  .nfprivacy-modal-body-inner a {
    color: #09253A !important;
    font-weight: 300;
    text-decoration: underline; }
    .nfprivacy-modal-body-inner a:hover {
      text-decoration: none; }

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

.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-gatedcontent {
  width: 100%;
  isolation: isolate;
  position: relative;
  height: 654px; }
  .smartcta-gatedcontent_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
    .smartcta-gatedcontent_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .smartcta-gatedcontent_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.93;
    background: #146898;
    left: 0;
    top: 0;
    z-index: 0; }
  .smartcta-gatedcontent_content {
    position: absolute;
    width: calc(100% - 80px);
    height: auto;
    bottom: 0;
    left: 0;
    padding: 40px; }
  .smartcta-gatedcontent h5 {
    color: #FFFFFF;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    margin-bottom: 25px;
    max-width: 265px; }
  .smartcta-gatedcontent h3 {
    color: #FFFFFF;
    font-family: "AddingtonCF", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */
    margin-bottom: 20px;
    max-width: 265px; }
  .smartcta-gatedcontent a {
    text-decoration: none; }
  .smartcta-gatedcontent p {
    color: #FFFFFF;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    max-width: 265px; }
  .smartcta-gatedcontent .smartcta-btn {
    margin-top: 33px;
    color: #FFFFFF; }
    .smartcta-gatedcontent .smartcta-btn .gform_submit_wrapper {
      max-width: 260px;
      color: #FFFFFF; }
      .smartcta-gatedcontent .smartcta-btn .gform_submit_wrapper button {
        color: #FFFFFF; }
      .smartcta-gatedcontent .smartcta-btn .gform_submit_wrapper::before {
        left: 28px;
        width: 24px;
        height: 30px;
        background-image: url("data:image/svg+xml,<svg width='24' height='31' viewBox='0 0 24 31' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.0752 30.1666C2.49082 30.1666 1.99056 29.9586 1.57441 29.5424C1.15827 29.1263 0.950195 28.626 0.950195 28.0416V12.6708C0.950195 12.0864 1.15827 11.5862 1.57441 11.17C1.99056 10.7539 2.49082 10.5458 3.0752 10.5458H5.55436V7.14579C5.55436 5.28406 6.21082 3.69709 7.52374 2.38491C8.83666 1.07272 10.4245 0.416626 12.2873 0.416626C14.1501 0.416626 15.7367 1.07272 17.0471 2.38491C18.3575 3.69709 19.0127 5.28406 19.0127 7.14579V10.5458H21.4919C22.0762 10.5458 22.5765 10.7539 22.9926 11.17C23.4088 11.5862 23.6169 12.0864 23.6169 12.6708V28.0416C23.6169 28.626 23.4088 29.1263 22.9926 29.5424C22.5765 29.9586 22.0762 30.1666 21.4919 30.1666H3.0752ZM3.0752 28.0416H21.4919V12.6708H3.0752V28.0416ZM12.2895 23.0833C13.0411 23.0833 13.6825 22.8232 14.2137 22.303C14.745 21.7829 15.0106 21.1575 15.0106 20.427C15.0106 19.7187 14.743 19.0753 14.2078 18.4968C13.6726 17.9184 13.0292 17.6291 12.2776 17.6291C11.526 17.6291 10.8846 17.9184 10.3533 18.4968C9.82207 19.0753 9.55645 19.7246 9.55645 20.4448C9.55645 21.1649 9.82405 21.7847 10.3593 22.3041C10.8945 22.8236 11.5379 23.0833 12.2895 23.0833ZM7.67936 10.5458H16.8877V7.14579C16.8877 5.86685 16.4405 4.77976 15.546 3.88452C14.6516 2.98926 13.5655 2.54163 12.2877 2.54163C11.0099 2.54163 9.92242 2.98926 9.0252 3.88452C8.12797 4.77976 7.67936 5.86685 7.67936 7.14579V10.5458Z' fill='white'/></svg>"); }
      .smartcta-gatedcontent .smartcta-btn .gform_submit_wrapper:hover::before {
        background-image: url("data:image/svg+xml,<svg width='24' height='31' viewBox='0 0 24 31' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2.79175 10.5458H16.6042V7.14579C16.6042 5.86685 16.157 4.77976 15.2626 3.88452C14.3681 2.98926 13.282 2.54163 12.0043 2.54163C10.7265 2.54163 9.63897 2.98926 8.74175 3.88452C7.84453 4.77976 7.39591 5.86685 7.39591 7.14579H5.27091C5.27091 5.28051 5.92737 3.69267 7.24029 2.38225C8.55321 1.07183 10.1411 0.416626 12.0038 0.416626C13.8666 0.416626 15.4532 1.07272 16.7636 2.38491C18.074 3.69709 18.7292 5.28406 18.7292 7.14579V10.5458H21.2084C21.7928 10.5458 22.2931 10.7539 22.7092 11.17C23.1253 11.5862 23.3334 12.0864 23.3334 12.6708V28.0416C23.3334 28.626 23.1253 29.1263 22.7092 29.5424C22.2931 29.9586 21.7928 30.1666 21.2084 30.1666H2.79175C2.20737 30.1666 1.70711 29.9586 1.29097 29.5424C0.874821 29.1263 0.666748 28.626 0.666748 28.0416V12.6708C0.666748 12.0864 0.874821 11.5862 1.29097 11.17C1.70711 10.7539 2.20737 10.5458 2.79175 10.5458ZM2.79175 28.0416H21.2084V12.6708H2.79175V28.0416ZM12.006 23.0833C12.7576 23.0833 13.399 22.8232 13.9303 22.303C14.4615 21.7829 14.7272 21.1575 14.7272 20.427C14.7272 19.7187 14.4596 19.0753 13.9243 18.4968C13.3891 17.9184 12.7457 17.6291 11.9941 17.6291C11.2425 17.6291 10.6011 17.9184 10.0699 18.4968C9.53862 19.0753 9.273 19.7246 9.273 20.4448C9.273 21.1649 9.54061 21.7847 10.0758 22.3041C10.611 22.8236 11.2544 23.0833 12.006 23.0833Z' fill='white'/></svg>"); }

.insights-filter {
  max-width: 203px;
  width: 100%;
  padding-top: 155px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative; }
  @media (max-width: 1366px) {
    .insights-filter {
      max-width: 200px; } }
  @media (max-width: 1023px) {
    .insights-filter {
      display: flex;
      padding-top: 0;
      padding-right: 0;
      max-width: 849px;
      margin: 0 auto;
      margin-bottom: 30px;
      justify-content: flex-start; } }
  @media (max-width: 400px) {
    .insights-filter {
      justify-content: space-between; } }
  @media (max-width: 1279px) {
    .insights-filter > div {
      margin-right: 80px; } }
  @media (max-width: 1023px) {
    .insights-filter > div {
      width: 48%;
      margin-right: 4%; }
      .insights-filter > div:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .insights-filter > div {
      margin-right: 20px; } }
  @media (max-width: 1023px) {
    .insights-filter > div:last-child {
      margin-right: 0; } }
  .insights-filter__title {
    font-family: "Larsseit", sans-serif;
    color: #09253A;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    margin-bottom: 20px;
    position: relative; }
    .insights-filter__title:first-of-type::before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="26" viewBox="0 0 24 26" fill="none"><path d="M11.5 21.9193V16.5731H12.5V18.7116H20.5V19.7808H12.5V21.9193H11.5ZM3.5 19.7808V18.7116H8.5V19.7808H3.5ZM7.5 15.5038V13.3654H3.5V12.2961H7.5V10.1576H8.5V15.5038H7.5ZM11.5 13.3654V12.2961H20.5V13.3654H11.5ZM15.5 9.08839V3.74219H16.5V5.88067H20.5V6.94991H16.5V9.08839H15.5ZM3.5 6.94991V5.88067H12.5V6.94991H3.5Z" fill="%2309253A"/></svg>');
      position: absolute;
      top: 0;
      left: -31px;
      width: 24px; }
      @media (max-width: 1023px) {
        .insights-filter__title:first-of-type::before {
          display: none; } }
  .insights-filter__list {
    padding: 0;
    margin: 0 0 107px; }
    @media (max-width: 1023px) {
      .insights-filter__list {
        display: none; } }
    .insights-filter__list li {
      list-style: none;
      font-family: "Larsseit", sans-serif;
      color: #09253A;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 166.667% */
      margin-bottom: 20px;
      position: relative; }
      .insights-filter__list li a {
        font-family: "Larsseit", sans-serif;
        color: #09253A;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        /* 166.667% */
        margin-bottom: 23px;
        position: relative;
        transition: 0.3s; }
        .insights-filter__list li a:hover::before {
          content: '';
          border-bottom: 1px solid #FCBFBF;
          position: absolute;
          left: 0;
          width: 100%;
          bottom: -3px; }
        .insights-filter__list li a::after {
          display: none !important; }
      .insights-filter__list li:last-child {
        margin-bottom: 0; }
      .insights-filter__list li.current-cat {
        color: #146898;
        font-family: "Larsseit", sans-serif; }
        .insights-filter__list li.current-cat a::before {
          content: '';
          border-bottom: 1px solid #FCBFBF;
          position: absolute;
          left: 0;
          width: 100%;
          bottom: -3px; }
        .insights-filter__list li.current-cat a::after {
          display: none !important; }
    .insights-filter__list a {
      position: relative;
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      color: #09253A;
      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: #146898;
        transition: all .3s ease; }
      .insights-filter__list a:hover::after {
        width: 100%; }
  .insights-filter__select {
    display: none;
    padding: 10px 15px;
    border: 1px solid #146898;
    border-radius: 5px;
    color: #146898;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    width: 100%; }
    @media (max-width: 1023px) {
      .insights-filter__select {
        display: block;
        margin-bottom: 50px; } }
  .insights-filter__icon-list {
    list-style: none;
    padding: 0; }
    .insights-filter__icon-list li {
      margin-bottom: 15px; }
    .insights-filter__icon-list a {
      position: relative;
      height: 45px;
      color: #fff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      padding: 0 22px 0 13px;
      box-sizing: border-box; }
      .insights-filter__icon-list a svg {
        display: block;
        margin-right: 13px;
        min-width: 20px; }
        @media (max-width: 992px) {
          .insights-filter__icon-list a svg {
            margin-right: 8px; } }
      .insights-filter__icon-list a span {
        display: block;
        opacity: 0;
        white-space: nowrap; }
        @media (max-width: 992px) {
          .insights-filter__icon-list a span {
            opacity: 1;
            font-size: 16px; } }
      .insights-filter__icon-list a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 45px;
        height: 45px;
        background-color: #146898;
        z-index: -1;
        transition: all .3s ease; }
        @media (max-width: 992px) {
          .insights-filter__icon-list a::before {
            width: 100%; } }
      .insights-filter__icon-list a.active::before, .insights-filter__icon-list a:hover::before {
        width: 100%; }
      .insights-filter__icon-list a.active span, .insights-filter__icon-list a:hover span {
        opacity: 1; }
  .insights-filter__selected {
    display: flex;
    align-items: center;
    max-width: 588px;
    justify-content: flex-start;
    color: #493838;
    font-family: #31ACB4;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    margin-bottom: 40px;
    margin-left: 122px;
    margin-right: auto; }
    @media (max-width: 768px) {
      .insights-filter__selected {
        font-size: 14px; } }
    @media (max-width: 1279px) {
      .insights-filter__selected {
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 0 0 50px;
        justify-content: center; } }
    @media (max-width: 768px) {
      .insights-filter__selected {
        flex-wrap: wrap; } }
    @media (max-width: 430px) {
      .insights-filter__selected {
        flex-direction: column; } }
    .insights-filter__selected span {
      font-family: #31ACB4;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 166.667% */
      position: relative;
      margin-left: 6px; }
      .insights-filter__selected span::before {
        transition: 0.3s;
        content: '';
        border-bottom: 1px solid #FCBFBF;
        position: absolute;
        bottom: 2px;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 1; }
    .insights-filter__selected a {
      position: relative;
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #493838 !important;
      margin-left: 30px; }
      @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 {
  padding-left: 5px;
  max-width: 223px;
  margin: 0 auto; }
  .insights-related-posts__title {
    color: #493838;
    font-family: "AddingtonCF", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    /* 141.667% */
    margin-bottom: 40px; }
  .insights-related-posts__item {
    display: block;
    position: relative;
    left: 0;
    isolation: isolate;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all .3s ease;
    padding: 0;
    left: 0;
    margin-bottom: 30px; }
    .insights-related-posts__item:last-child {
      margin-bottom: 0; }
    .insights-related-posts__item__posttype {
      color: #31ACB4;
      font-family: "Larsseit", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
    .insights-related-posts__item__title {
      color: #493838;
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 24px;
      /* 133.333% */
      position: relative; }
      .insights-related-posts__item__title:hover {
        color: #09253A;
        text-decoration: underline;
        -webkit-text-decoration-color: #FCBFBF;
                text-decoration-color: #FCBFBF;
        text-decoration-thickness: 2px; }
        .insights-related-posts__item__title:hover::after {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
          position: relative;
          right: -10px;
          top: 5px;
          transition: 0.3s; }

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 80px; }
  @media (max-width: 1279px) {
    .nav-links {
      margin-top: 50px; } }
  .nav-links a {
    display: grid;
    place-content: center;
    text-decoration: none;
    height: 30px;
    transition: all .3s ease;
    margin: 0 15px;
    width: 20px;
    color: #09253A !important;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */ }
    .nav-links a svg path {
      transition: all .3s ease; }
    .nav-links a:hover {
      color: #31ACB4 !important; }
      .nav-links a:hover svg path {
        fill: #31ACB4; }
  .nav-links span.page-numbers.current {
    display: grid;
    place-content: center;
    width: 20px;
    height: 30px;
    position: relative;
    color: #FCBFBF;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0 15px; }
    .nav-links span.page-numbers.current::after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 2px solid #FCBFBF;
      left: 0;
      right: 0; }
  .nav-links a.page-numbers:not(.next), .nav-links a.page-numbers:not(.prev) {
    margin: 0 15px; }
  .nav-links a.prev, .nav-links a.next {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: unset; }
    .nav-links a.prev:hover, .nav-links a.next:hover {
      color: #31ACB4 !important; }
  .nav-links a.next {
    left: auto;
    right: 0;
    margin-right: 0; }
  .nav-links a.prev.page-numbers {
    margin: 0; }
  .nav-links a.prev svg {
    margin-right: 14px; }
  .nav-links a.next svg {
    margin-left: 14px; }

.wp-block-quote {
  margin: 0;
  max-width: 800px; }
  .wp-block-quote p {
    position: relative;
    font-size: 45px;
    font-style: italic;
    font-family: "AddingtonCF", serif;
    font-weight: 300;
    line-height: 135%;
    /* 60.75px */
    margin: 62px 0;
    margin-bottom: 70px;
    padding-left: 25px;
    margin-left: 54px;
    color: #146898; }
    @media (max-width: 1280px) {
      .wp-block-quote p {
        font-size: 40px !important;
        line-height: 50px !important;
        margin: 35px 0 !important;
        padding-left: 20px; } }
    @media (max-width: 768px) {
      .wp-block-quote p {
        font-size: 22px !important;
        line-height: 28px !important;
        padding-left: 10px;
        margin: 30px 0 !important;
        max-width: 100%; } }
    .wp-block-quote p::before {
      content: open-quote;
      position: absolute;
      top: 0;
      left: 0; }
      @media (max-width: 768px) {
        .wp-block-quote p::before {
          left: 5px; } }
    .wp-block-quote p::after {
      content: close-quote; }
  .wp-block-quote cite {
    display: block;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    font-style: normal;
    color: #09253A;
    margin-top: -20px; }
    @media (max-width: 992px) {
      .wp-block-quote cite {
        margin-top: -10px;
        font-size: 16px;
        line-height: 22px; } }

.contentupgrade {
  padding: 0 !important;
  background-color: white !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden !important; }
  @media (max-width: 850px) {
    .contentupgrade {
      flex-direction: column; } }
  .contentupgrade-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 791px;
    margin-left: -20px;
    background-color: white !important; }
    @media (max-width: 1279px) {
      .contentupgrade-wrapper {
        margin-left: 0; } }
    @media (max-width: 1023px) {
      .contentupgrade-wrapper {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .contentupgrade-image {
    width: 100%;
    flex-shrink: 0; }
    @media (max-width: 850px) {
      .contentupgrade-image {
        width: 100%; } }
    .contentupgrade-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      aspect-ratio: 851 / 505; }
  .contentupgrade-inner {
    padding: 40px 55px;
    padding-right: 86px;
    padding-bottom: 52px;
    background-color: #146898; }
    @media (max-width: 850px) {
      .contentupgrade-inner {
        padding: 30px; } }
    .contentupgrade-inner .contentupgrade-strapline {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 24px;
      /* 133.333% */
      margin-bottom: 25px;
      display: block; }
    .contentupgrade-inner h3 {
      color: #FFFFFF;
      font-family: "AddingtonCF", serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      /* 116.667% */
      margin-bottom: 20px; }
    .contentupgrade-inner p {
      color: #FFFFFF;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 24px;
      /* 133.333% */
      font-family: "Larsseit", sans-serif;
      margin-bottom: 20px; }
      .contentupgrade-inner p strong {
        font-weight: 600;
        color: #FFFFFF; }
    .contentupgrade-inner .gfield {
      width: 47% !important; }
      .contentupgrade-inner .gfield label {
        color: #fff !important; }
      .contentupgrade-inner .gfield input, .contentupgrade-inner .gfield select, .contentupgrade-inner .gfield textarea {
        color: #fff !important; }
    .contentupgrade-inner input, .contentupgrade-inner select, .contentupgrade-inner textarea {
      background-color: #FFFFFF;
      width: calc(100% - 30px);
      color: #493838 !important; }
    .contentupgrade-inner .gfield_nfprivacy {
      display: block;
      width: 100% !important;
      margin-bottom: 20px !important; }
    .contentupgrade-inner .nfprivacy-field-description {
      color: #FFFFFF !important;
      margin-left: 0;
      display: block; }
      .contentupgrade-inner .nfprivacy-field-description a {
        color: #fff !important; }
    .contentupgrade-inner .gform_wrapper .gform_body .gfield .nfprivacy-field-description a {
      color: #fff !important; }
    .contentupgrade-inner .nfprivacy-field-checkbox-label {
      font-family: "Larsseit", sans-serif !important; }
    .contentupgrade-inner .gform_submit_wrapper button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s;
      color: #FFFFFF; }
      .contentupgrade-inner .gform_submit_wrapper button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      .contentupgrade-inner .gform_submit_wrapper button:hover::after {
        right: -50px; }
      .contentupgrade-inner .gform_submit_wrapper button:focus {
        outline: none; }
    .contentupgrade-inner .contentupgrade-download-button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none !important;
      color: #FFFFFF; }
      .contentupgrade-inner .contentupgrade-download-button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      .contentupgrade-inner .contentupgrade-download-button:hover::after {
        right: -50px; }
      .contentupgrade-inner .contentupgrade-download-button:focus {
        outline: none; }
  .contentupgrade .gform_wrapper .gform_body .gfield select,
  .contentupgrade .gform_wrapper .gform_body .gfield input {
    height: 43px !important; }

.blog-listing-card {
  position: relative;
  text-decoration: none;
  isolation: isolate;
  display: block;
  margin-bottom: 40px; }
  .blog-listing-card:last-child {
    margin-bottom: 0; }
  @media (max-width: 1279px) {
    .blog-listing-card {
      max-width: 650px; } }
  @media (max-width: 1023px) {
    .blog-listing-card {
      margin-bottom: 40px;
      height: auto;
      max-width: 100%; } }
  .blog-listing-card__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
    isolation: isolate; }
    .blog-listing-card__wrapper .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      z-index: 2; }
    @media (max-width: 1279px) {
      .blog-listing-card__wrapper {
        margin-left: 0 !important;
        max-width: 650px; } }
    @media (max-width: 1140px) {
      .blog-listing-card__wrapper {
        max-width: 600px; } }
    @media (max-width: 1023px) {
      .blog-listing-card__wrapper {
        max-width: 100%; } }
    @media (max-width: 992px) {
      .blog-listing-card__wrapper {
        max-width: 100%;
        padding: 0;
        box-sizing: border-box; } }
    @media (max-width: 576px) {
      .blog-listing-card__wrapper {
        max-width: 100%;
        flex-direction: column; } }
  .blog-listing-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 670 / 370;
    z-index: 1; }
    @media (max-width: 1023px) {
      .blog-listing-card__image {
        height: 100% !important;
        aspect-ratio: 353 / 260; } }
    .blog-listing-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      aspect-ratio: 670/370;
      display: block; }
      @media (max-width: 1023px) {
        .blog-listing-card__image img {
          height: 100% !important;
          aspect-ratio: 353 / 260; } }
  .blog-listing-card__content {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 60px;
    padding-left: 123px;
    z-index: 3;
    max-width: 413px; }
    @media (max-width: 1279px) {
      .blog-listing-card__content {
        top: 150px;
        left: 200px; } }
    @media (max-width: 1023px) {
      .blog-listing-card__content {
        width: calc(100% - 60px);
        position: absolute;
        top: auto;
        right: auto;
        left: 25px;
        bottom: 25px;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 20px;
        gap: 20px; } }
    .blog-listing-card__content span {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 166.667% */
      margin-bottom: 20px;
      display: block; }
      .blog-listing-card__content span::before {
        content: '#';
        position: relative;
        margin-right: 6px; }
      @media (max-width: 1023px) {
        .blog-listing-card__content span {
          margin-bottom: 0;
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 30px;
          /* 187.5% */ } }
    .blog-listing-card__content h3 {
      color: #FFF;
      font-family: "AddingtonCF", serif;
      font-size: 34px;
      font-style: normal;
      font-weight: 265;
      line-height: normal;
      letter-spacing: -0.68px; }
      @media (max-width: 1023px) {
        .blog-listing-card__content h3 {
          font-size: 24px;
          font-style: normal;
          font-weight: 300;
          line-height: normal; } }
    .blog-listing-card__content__meta {
      color: #493838;
      font-family: "Larsseit", sans-serif;
      font-size: 15px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      .blog-listing-card__content__meta strong {
        text-decoration: underline;
        font-weight: 300; }
  .blog-listing-card__btn {
    position: relative;
    display: flex;
    align-items: center;
    isolation: isolate; }
    @media (max-width: 1366px) {
      .blog-listing-card__btn {
        max-width: 280px;
        height: 130px; } }
    @media (max-width: 768px) {
      .blog-listing-card__btn {
        max-width: 180px;
        height: 60px;
        margin: 0 auto;
        padding: 0 20px; } }

.service-card {
  margin-bottom: 100px; }
  @media (max-width: 1280px) {
    .service-card {
      margin-bottom: 70px; } }
  @media (max-width: 768px) {
    .service-card {
      margin-bottom: 40px;
      position: relative;
      padding: 30px;
      box-sizing: border-box;
      isolation: isolate; } }
  @media (max-width: 375px) {
    .service-card {
      padding: 15px; } }
  .service-card:last-child {
    margin-bottom: 0; }
  .service-card__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; }
  .service-card__content {
    max-width: 445px;
    padding-right: 30px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .service-card__content {
        max-width: 100%;
        padding: 30px; } }
    @media (max-width: 375px) {
      .service-card__content {
        padding: 15px; } }
  .service-card--rtl .service-card__container {
    flex-direction: row-reverse; }
  .service-card--rtl .service-card__content {
    padding-right: 0;
    padding-left: 30px; }
    @media (max-width: 768px) {
      .service-card--rtl .service-card__content {
        padding: 30px; } }
    @media (max-width: 375px) {
      .service-card--rtl .service-card__content {
        padding: 15px; } }
  .service-card__tag {
    font-size: 18px;
    line-height: 24px;
    color: #09253A;
    margin-bottom: 18px; }
    @media (max-width: 992px) {
      .service-card__tag {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px; } }
    @media (max-width: 768px) {
      .service-card__tag {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px; } }
  .service-card__title {
    display: inline-block;
    font-size: 40px;
    line-height: 52px;
    color: #146898;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .service-card__title {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 768px) {
      .service-card__title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px; } }
  .service-card__brief p {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important; }
    @media (max-width: 992px) {
      .service-card__brief p {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 35px !important; } }
    @media (max-width: 768px) {
      .service-card__brief p {
        font-size: 16px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important; } }
  .service-card__image {
    max-width: 679px;
    width: 100%;
    height: 500px;
    background-size: cover; }
    @media (max-width: 768px) {
      .service-card__image {
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; } }
    .service-card__image--results {
      max-width: 470px;
      height: 636px;
      margin-left: 62px;
      margin-bottom: 57px; }
      @media (max-width: 1100px) {
        .service-card__image--results {
          max-width: 400px;
          height: 570px;
          margin-left: 40px;
          margin-bottom: 40px; } }
      @media (max-width: 992px) {
        .service-card__image--results {
          position: relative; } }
      @media (max-width: 550px) {
        .service-card__image--results {
          max-width: 100%;
          height: auto;
          margin-left: 0;
          margin-bottom: 0;
          padding: 30px;
          box-sizing: border-box; } }
      .service-card__image--results img {
        max-width: 470px;
        max-height: 636px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        margin-top: 57px;
        margin-left: -62px; }
        @media (max-width: 1100px) {
          .service-card__image--results img {
            max-width: 400px;
            height: 570px;
            margin-top: 40px;
            margin-left: -40px; } }
        @media (max-width: 550px) {
          .service-card__image--results img {
            max-width: 100%;
            height: auto;
            margin: 0;
            display: block; } }

.standard-hero {
  padding-top: 273px;
  padding-bottom: 166px;
  margin-bottom: 120px;
  position: relative;
  isolation: isolate;
  background-color: #09253A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply; }
  .standard-hero.empty-hero {
    padding-top: 200px;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .standard-hero {
      padding-top: 193px;
      padding-bottom: 100px; } }
  .standard-hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1; }
  .standard-hero__left {
    max-width: 831px;
    margin-left: 123px; }
    @media (max-width: 1520px) {
      .standard-hero__left {
        margin-left: 0; } }
    @media (max-width: 1023px) {
      .standard-hero__left {
        margin-left: 0; } }
  @media (max-width: 1023px) {
    .standard-hero__right {
      display: none; } }
  .standard-hero__title {
    color: #FFFFFF;
    font-family: "AddingtonCF", serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.4px;
    max-width: 831px;
    margin-bottom: 80px; }
    .standard-hero__title strong {
      font-weight: 300;
      position: relative;
      isolation: isolate; }
      .standard-hero__title strong::after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FCBFBF;
        z-index: -1; }
    @media (max-width: 1023px) {
      .standard-hero__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 30px;
        max-width: 300px; } }
  .standard-hero__content {
    color: #FFFFFF;
    margin-left: 120px;
    max-width: 710px; }
    @media (max-width: 1520px) {
      .standard-hero__content {
        margin-left: 0; } }
    @media (max-width: 1023px) {
      .standard-hero__content {
        margin-left: 0; } }
    .standard-hero__content p, .standard-hero__content ul, .standard-hero__content li, .standard-hero__content h2, .standard-hero__content h3, .standard-hero__content h4, .standard-hero__content h5 {
      color: #FFFFFF; }
    .standard-hero__content p, .standard-hero__content ul, .standard-hero__content li {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px;
      /* 133.333% */ }
      @media (max-width: 1023px) {
        .standard-hero__content p, .standard-hero__content ul, .standard-hero__content li {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 24px;
          /* 144.444% */ } }
    .standard-hero__content h2 {
      color: #FFFFFF;
      font-family: "AddingtonCF", serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-bottom: 60px;
      margin-top: 90px; }
      @media (max-width: 1023px) {
        .standard-hero__content h2 {
          font-size: 24px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          margin-bottom: 20px; } }
      .standard-hero__content h2 strong {
        font-weight: 300;
        position: relative;
        isolation: isolate; }
        .standard-hero__content h2 strong::after {
          content: '';
          position: absolute;
          bottom: 1px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #FCBFBF;
          z-index: -1; }
  .standard-hero .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .standard-hero__cta {
    margin-left: 120px;
    margin-top: 40px; }
    .standard-hero__cta .button {
      color: #FFFFFF !important;
      font-family: "Larsseit", sans-serif;
      text-decoration: none;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      padding: 0;
      height: 48px;
      border: 1px solid #146898;
      background-color: #146898;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 255px;
      border-radius: 50px;
      transition: 0.3s; }
      .standard-hero__cta .button:hover {
        background-color: transparent;
        color: #FFFFFF; }

.footer-form {
  padding-top: 65px;
  padding-left: 121px;
  padding-right: 248px;
  padding-bottom: 61px;
  max-width: 1027px;
  margin: 0 auto;
  background-color: #F9F7F4;
  margin-top: 165px;
  margin-bottom: 225px; }
  @media (max-width: 1023px) {
    .footer-form {
      padding: 44px;
      padding-top: 80px;
      padding-bottom: 40px;
      margin-top: 0;
      margin-bottom: 0; } }
  @media (max-width: 1023px) {
    .footer-form .inner-container {
      padding: 0; } }
  .footer-form__intro h2 {
    color: #09253A;
    font-family: "AddingtonCF", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 19px; }
    @media (max-width: 1023px) {
      .footer-form__intro h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 25px; } }
  .footer-form__intro p {
    color: #09253A;
    font-family: "Larsseit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 140% */
    margin-bottom: 54px; }
    @media (max-width: 1023px) {
      .footer-form__intro p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 137.5% */
        margin-bottom: 30px; } }
  .footer-form__form {
    max-width: 703px; }
    .footer-form__form .gform_fields label {
      color: #09253A; }
      @media (max-width: 1023px) {
        .footer-form__form .gform_fields label {
          font-size: 16px !important;
          line-height: 22px !important; } }
    .footer-form__form .gform_fields input, .footer-form__form .gform_fields select, .footer-form__form .gform_fields textarea {
      color: #09253A; }
      @media (max-width: 1023px) {
        .footer-form__form .gform_fields input, .footer-form__form .gform_fields select, .footer-form__form .gform_fields textarea {
          font-size: 16px !important;
          line-height: 22px !important; } }
    .footer-form__form h2.gform_title {
      display: none; }
    .footer-form__form p.gform_description {
      display: none; }
    .footer-form__form .gform_submit_wrapper {
      margin-left: 20px; }
      .footer-form__form .gform_submit_wrapper button {
        background: transparent;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        color: #09253A;
        font-family: Larsseit;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 110% */
        text-transform: capitalize;
        transition: all .3s ease;
        position: relative;
        background: none;
        border-bottom: 2px solid #FCBFBF;
        cursor: pointer;
        transition: 0.3s; }
        .footer-form__form .gform_submit_wrapper button::after {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
          position: absolute;
          right: -30px;
          top: 50%;
          transform: translateY(-50%);
          transition: 0.3s; }
        .footer-form__form .gform_submit_wrapper button:hover::after {
          right: -50px; }
        .footer-form__form .gform_submit_wrapper button:focus {
          outline: none; }
  .footer-form #gfield_description_31_17, .footer-form #field_358565356_17, .footer-form #field_2034343666_17 {
    display: none; }
  .footer-form .gform_submit_wrapper {
    margin-left: 20px; }
    .footer-form .gform_submit_wrapper button {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s; }
      .footer-form .gform_submit_wrapper button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      .footer-form .gform_submit_wrapper button:hover::after {
        right: -50px; }
      .footer-form .gform_submit_wrapper button:focus {
        outline: none; }

@media (max-width: 1023px) {
  .single-post .container-flex {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 1366px) {
  .single-post .main {
    margin-right: 20px; } }

@media (max-width: 1023px) {
  .single-post .main {
    margin-right: 0;
    flex-shrink: 1;
    max-width: 100%;
    width: 100%; } }

.single-post .videopost .insights-content__postcontent p:first-child {
  font-family: "Larsseit", sans-serif !important; }

.single-post aside.widget-area.sidebar {
  padding-top: 0;
  margin-right: 55px; }
  @media (max-width: 1280px) {
    .single-post aside.widget-area.sidebar {
      flex-shrink: 0; } }
  @media (max-width: 1199px) {
    .single-post aside.widget-area.sidebar {
      margin-right: 20px;
      margin-top: 250px;
      max-width: 250px;
      flex-shrink: 1; } }
  @media (max-width: 992px) {
    .single-post aside.widget-area.sidebar {
      margin-right: auto;
      margin-top: 15px;
      flex-shrink: 0;
      max-width: 500px; } }

.single-post .insights-content__goback {
  margin-bottom: 10px; }
  .single-post .insights-content__goback a {
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid #FCBFBF;
    position: relative;
    margin-left: 30px; }
    @media (max-width: 1023px) {
      .single-post .insights-content__goback a {
        font-size: 16px;
        line-height: normal; } }
    .single-post .insights-content__goback a svg {
      transition: 0.3s;
      position: absolute;
      left: -30px;
      top: 50%;
      transform: translateY(-50%); }
    .single-post .insights-content__goback a:hover svg {
      left: -40px; }

.single-post .insights-content__header {
  width: 100%; }

.single-post .insights-content__title {
  margin-top: 88px;
  margin-left: 123px;
  max-width: 812px;
  margin-bottom: 34px; }
  @media (max-width: 1199px) {
    .single-post .insights-content__title {
      margin-top: 71px;
      margin-left: 60px; } }
  @media (max-width: 1023px) {
    .single-post .insights-content__title {
      margin-top: 30px;
      margin-left: 0;
      margin-bottom: 15px; } }
  .single-post .insights-content__title h1 {
    color: #493838;
    font-family: "AddingtonCF", serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 265;
    line-height: 80px;
    /* 114.286% */
    letter-spacing: -1.4px; }
    @media (max-width: 1023px) {
      .single-post .insights-content__title h1 {
        font-size: 32px;
        line-height: 40px; } }

.single-post .insights-content__meta {
  margin-left: 123px;
  color: #493838;
  font-family: "AddingtonCF", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  /* 125% */
  margin-bottom: 34px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 1023px) {
    .single-post .insights-content__meta {
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 214.286% */
      margin-left: 0;
      margin-bottom: 20px; } }
  .single-post .insights-content__meta img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin-right: 15px; }
    @media (max-width: 1023px) {
      .single-post .insights-content__meta img {
        display: none; } }
  .single-post .insights-content__meta a {
    text-decoration: underline;
    font-weight: 300;
    -webkit-text-decoration-color: #FCBFBF;
            text-decoration-color: #FCBFBF;
    color: #493838;
    margin-left: 6px; }

.single-post .nf-floating-image {
  margin-left: calc(50% - 50vw + 217px); }

.single-post .insights-content__featured {
  margin-top: 34px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .single-post .insights-content__featured {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .single-post .insights-content__featured img {
    width: 100%;
    aspect-ratio: 144 / 70;
    -o-object-fit: cover;
       object-fit: cover; }
  .single-post .insights-content__featured-video {
    width: 100%; }
    .single-post .insights-content__featured-video video {
      width: 100%;
      aspect-ratio: 16 / 9;
      -o-object-fit: cover;
         object-fit: cover; }

.single-post .insights-content {
  margin-left: 22px; }
  @media (max-width: 1023px) {
    .single-post .insights-content {
      width: 100%;
      max-width: 100%;
      margin-left: 0; } }
  .single-post .insights-content .main-column {
    max-width: 1000px;
    margin-bottom: 5px; }
  .single-post .insights-content__postcontent {
    margin-left: 123px; }
    @media (max-width: 1199px) {
      .single-post .insights-content__postcontent {
        margin-left: 0; } }
    .single-post .insights-content__postcontent p a {
      text-decoration: none;
      color: #09253A;
      border-bottom: 1px solid #FCBFBF;
      padding-bottom: 2px;
      transition: all .3s ease; }
    .single-post .insights-content__postcontent > p {
      margin-top: 0;
      font-size: 20px;
      line-height: 30px;
      font-family: "AddingtonCF", serif;
      color: #09253A;
      margin-bottom: 20px;
      max-width: 700px;
      font-weight: 300; }
      @media (max-width: 992px) {
        .single-post .insights-content__postcontent > p {
          margin-bottom: 10px;
          font-size: 16px;
          line-height: normal; } }
    .single-post .insights-content__postcontent h1 {
      font-size: 70px;
      font-style: normal;
      font-weight: 300;
      line-height: 80px; }
    .single-post .insights-content__postcontent h2.wp-block-heading {
      font-size: 40px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 60px;
      margin-bottom: 26px;
      max-width: 775px;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .single-post .insights-content__postcontent h2.wp-block-heading {
          margin-top: 40px;
          margin-bottom: 20px;
          font-size: 24px;
          font-style: normal;
          font-weight: 300;
          line-height: normal; } }
    .single-post .insights-content__postcontent h3.wp-block-heading {
      font-size: 30px;
      line-height: normal;
      margin-top: 40px;
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .single-post .insights-content__postcontent h3.wp-block-heading {
          margin-top: 30px;
          margin-bottom: 10px;
          font-size: 20px;
          font-style: normal;
          font-weight: 300;
          line-height: normal; } }
    .single-post .insights-content__postcontent ul, .single-post .insights-content__postcontent ol {
      margin-bottom: 15px;
      margin-top: 20px;
      max-width: 700px; }
      .single-post .insights-content__postcontent ul li, .single-post .insights-content__postcontent ol li {
        font-size: 20px;
        line-height: 30px;
        font-family: "AddingtonCF", serif;
        color: #09253A;
        padding-left: 0;
        margin-bottom: 10px;
        font-weight: 300; }
        .single-post .insights-content__postcontent ul li ::marker, .single-post .insights-content__postcontent ol li ::marker {
          font-size: 14px !important; }
        @media (max-width: 1280px) {
          .single-post .insights-content__postcontent ul li, .single-post .insights-content__postcontent ol li {
            padding-left: 0;
            margin-bottom: 15px; } }
        @media (max-width: 992px) {
          .single-post .insights-content__postcontent ul li, .single-post .insights-content__postcontent ol li {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: normal; } }
        .single-post .insights-content__postcontent ul li:last-child, .single-post .insights-content__postcontent ol li:last-child {
          margin-bottom: 0; }
    .single-post .insights-content__postcontent .wp-block-image {
      margin-top: 75px;
      margin-bottom: 75px;
      margin-left: 48px; }
    .single-post .insights-content__postcontent .wp-block-quote {
      margin-left: calc(50% - 50vw + 200px);
      margin-right: calc(50% - 50vw);
      margin-top: 100px;
      margin-bottom: 150px;
      max-width: 100vw;
      width: 100vw;
      position: relative; }
      @media (max-width: 1023px) {
        .single-post .insights-content__postcontent .wp-block-quote {
          margin-left: 20px;
          margin-right: 0;
          margin-top: 40px;
          margin-bottom: 60px;
          max-width: 90%; } }
      .single-post .insights-content__postcontent .wp-block-quote p {
        margin: 0 auto;
        padding-left: 0;
        color: #146898;
        font-family: "AddingtonCF", serif;
        max-width: 831px;
        font-size: 50px;
        font-style: normal;
        font-weight: 265;
        line-height: normal; }
        .single-post .insights-content__postcontent .wp-block-quote p::before, .single-post .insights-content__postcontent .wp-block-quote p::after {
          display: none; }
        @media (max-width: 1023px) {
          .single-post .insights-content__postcontent .wp-block-quote p {
            font-size: 30px !important;
            font-style: normal;
            font-weight: 300;
            line-height: 40px !important; } }
      .single-post .insights-content__postcontent .wp-block-quote:after {
        position: absolute;
        left: 0;
        bottom: -70px;
        content: url("./svg/pullquoteart.svg"); }
        @media (max-width: 1023px) {
          .single-post .insights-content__postcontent .wp-block-quote:after {
            bottom: -40px;
            left: -250px; } }

.archive #content .widget.widget_block, .category #content .widget.widget_block, .single #content .widget.widget_block, .blog #content .widget.widget_block {
  margin-bottom: 160px; }
  @media (max-width: 1366px) {
    .archive #content .widget.widget_block, .category #content .widget.widget_block, .single #content .widget.widget_block, .blog #content .widget.widget_block {
      margin-bottom: 100px; } }
  @media (max-width: 992px) {
    .archive #content .widget.widget_block, .category #content .widget.widget_block, .single #content .widget.widget_block, .blog #content .widget.widget_block {
      margin-bottom: 70px; } }
  .archive #content .widget.widget_block:last-child, .category #content .widget.widget_block:last-child, .single #content .widget.widget_block:last-child, .blog #content .widget.widget_block:last-child {
    margin-bottom: 0; }

.insights-landing-page {
  display: flex;
  max-width: 1440px;
  padding-left: 154px;
  margin: 0 auto; }
  @media (max-width: 1400px) {
    .insights-landing-page {
      justify-content: space-between; } }
  @media (max-width: 1023px) {
    .insights-landing-page {
      padding-left: 15px; } }
  @media (max-width: 1023px) {
    .insights-landing-page {
      padding-top: 0;
      flex-direction: column; } }
  .insights-landing-page__header .insights__header {
    margin: 55px auto;
    margin-bottom: 52px; }
    .insights-landing-page__header .insights__header__title {
      max-width: 953px;
      margin-left: 123px;
      margin-right: auto;
      margin-bottom: 87px; }
      @media (max-width: 1199px) {
        .insights-landing-page__header .insights__header__title {
          margin: 0 auto;
          margin-bottom: 40px; } }
      @media (max-width: 1023px) {
        .insights-landing-page__header .insights__header__title {
          margin: 0 auto;
          margin-bottom: 40px; } }
      .insights-landing-page__header .insights__header__title span {
        color: #09253A;
        font-family: "Larsseit", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
        /* 166.667% */
        margin-bottom: 8px;
        display: block; }
        @media (max-width: 1023px) {
          .insights-landing-page__header .insights__header__title span {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
            /* 187.5% */
            margin-bottom: 15px; } }
      .insights-landing-page__header .insights__header__title h1 {
        font-family: "AddingtonCF", serif;
        color: #493838;
        font-size: 70px;
        font-style: normal;
        font-weight: 265;
        line-height: 80px;
        /* 114.286% */
        letter-spacing: -1.4px; }
        @media (max-width: 1023px) {
          .insights-landing-page__header .insights__header__title h1 {
            font-size: 32px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            margin-bottom: 30px;
            max-width: 300px; } }
  .insights-landing-page main {
    width: 100%;
    max-width: 730px;
    padding-right: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    flex-shrink: 0; }
    @media (max-width: 1366px) {
      .insights-landing-page main {
        max-width: 670px;
        padding-right: 20px; } }
    @media (max-width: 1140px) {
      .insights-landing-page main {
        max-width: 600px;
        padding-right: 20px; } }
    @media (max-width: 1023px) {
      .insights-landing-page main {
        max-width: 100%;
        padding: 0; } }

.insights__featured__slider__wrapper {
  position: relative;
  margin-right: calc(50% - 50vw); }
  @media (max-width: 1023px) {
    .insights__featured__slider__wrapper {
      margin-right: 0; } }

.insights__featured__slider__strapline {
  max-width: 953px;
  margin-left: 123px;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 21px;
  display: block; }
  @media (max-width: 1199px) {
    .insights__featured__slider__strapline {
      margin-left: 0;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 214.286% */ } }

.insights__featured__slider {
  margin-bottom: 52px;
  margin-top: 21px; }
  .insights__featured__slider__nav {
    position: absolute;
    top: 50%;
    right: 223px;
    transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 1023px) {
      .insights__featured__slider__nav {
        display: none; } }
    .insights__featured__slider__nav .nextbtn {
      width: 60px;
      height: 60px;
      background-color: #31ACB4;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      outline: none;
      cursor: pointer;
      transition: 0.3s; }
      .insights__featured__slider__nav .nextbtn:hover {
        background-color: #FFFFFF; }
        .insights__featured__slider__nav .nextbtn:hover svg path {
          fill: #31ACB4; }
    @media (max-width: 1023px) {
      .insights__featured__slider__nav {
        display: none; } }
  .insights__featured__slider__article {
    max-width: 1217px;
    position: relative;
    isolation: isolate; }
    @media (max-width: 1023px) {
      .insights__featured__slider__article {
        max-width: 80%; } }
    .insights__featured__slider__article__image {
      width: 100%;
      position: relative;
      z-index: 0; }
      .insights__featured__slider__article__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 1217 / 700; }
        @media (max-width: 1023px) {
          .insights__featured__slider__article__image img {
            aspect-ratio: 320 / 260; } }
    .insights__featured__slider__article__overlay {
      background: #fff;
      mix-blend-mode: lighten;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.7; }
    .insights__featured__slider__article__content {
      opacity: 0;
      padding-left: 123px;
      padding-bottom: 62px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      padding-left: 123px;
      padding-bottom: 62px;
      max-width: 608px; }
      @media (max-width: 1023px) {
        .insights__featured__slider__article__content {
          padding-left: 25px;
          padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .insights__featured__slider .slick-track {
      overflow: hidden;
      width: 100%; } }
  .insights__featured__slider .slick-list {
    line-height: 0; }
  .insights__featured__slider .slick-slide {
    margin-right: 20px; }
    @media (max-width: 992px) {
      .insights__featured__slider .slick-slide {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .insights__featured__slider .slick-slide {
        max-height: 300px;
        overflow: hidden; } }
  .insights__featured__slider .slick-dots {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    padding-left: 0;
    margin: 5px 0; }
    .insights__featured__slider .slick-dots li {
      list-style-type: none; }
      .insights__featured__slider .slick-dots li button {
        background: transparent;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        width: 10px;
        height: 10px;
        background-color: #146898;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0;
        opacity: 0.5; }
        .insights__featured__slider .slick-dots li button.slick-active {
          opacity: 1; }
      .insights__featured__slider .slick-dots li.slick-active button {
        opacity: 1; }
  .insights__featured__slider .slick-active {
    margin-right: 20px; }
    @media (max-width: 992px) {
      .insights__featured__slider .slick-active {
        margin-right: 0; } }
    .insights__featured__slider .slick-active .insights__featured__slider__article {
      max-width: 1217px;
      position: relative;
      isolation: isolate; }
      .insights__featured__slider .slick-active .insights__featured__slider__article__image {
        width: 100%;
        position: relative;
        z-index: 0; }
        .insights__featured__slider .slick-active .insights__featured__slider__article__image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          aspect-ratio: 1217 / 700; }
          @media (max-width: 1023px) {
            .insights__featured__slider .slick-active .insights__featured__slider__article__image img {
              aspect-ratio: 320 / 260; } }
      .insights__featured__slider .slick-active .insights__featured__slider__article__overlay {
        background: unset;
        mix-blend-mode: unset;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 61.86%);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1; }
      .insights__featured__slider .slick-active .insights__featured__slider__article__content {
        display: block;
        opacity: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding-left: 123px;
        padding-bottom: 62px;
        max-width: 608px; }
        @media (max-width: 1023px) {
          .insights__featured__slider .slick-active .insights__featured__slider__article__content {
            padding-left: 25px;
            padding-bottom: 25px; } }
        .insights__featured__slider .slick-active .insights__featured__slider__article__content .category {
          color: #FFFFFF;
          font-family: "Larsseit", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 300;
          line-height: 30px;
          /* 166.667% */
          margin-bottom: 10px; }
          @media (max-width: 1023px) {
            .insights__featured__slider .slick-active .insights__featured__slider__article__content .category {
              display: none; } }
        .insights__featured__slider .slick-active .insights__featured__slider__article__content .title {
          color: #FFFFFF;
          font-family: "AddingtonCF", serif;
          font-size: 50px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          letter-spacing: -1px; }
          @media (max-width: 1023px) {
            .insights__featured__slider .slick-active .insights__featured__slider__article__content .title {
              font-size: 24px;
              font-style: normal;
              font-weight: 300;
              line-height: normal;
              margin-bottom: 13px; } }
        .insights__featured__slider .slick-active .insights__featured__slider__article__content .excerpt {
          color: #FFFFFF;
          font-family: "AddingtonCF", serif;
          font-size: 22px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          max-width: 486px; }
          @media (max-width: 1023px) {
            .insights__featured__slider .slick-active .insights__featured__slider__article__content .excerpt {
              display: none; } }
        .insights__featured__slider .slick-active .insights__featured__slider__article__content .link {
          color: #FFFFFF;
          font-family: "Larsseit", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 110% */
          text-decoration: none;
          transition: 0.3s;
          position: relative; }
          @media (max-width: 1023px) {
            .insights__featured__slider .slick-active .insights__featured__slider__article__content .link {
              font-size: 16px;
              font-style: normal;
              font-weight: 300;
              line-height: 22px;
              /* 137.5% */ } }
          .insights__featured__slider .slick-active .insights__featured__slider__article__content .link::before {
            transition: 0.3s;
            content: '';
            border-bottom: 1px solid #FCBFBF;
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            opacity: 0; }
            @media (max-width: 1023px) {
              .insights__featured__slider .slick-active .insights__featured__slider__article__content .link::before {
                opacity: 1; } }
          .insights__featured__slider .slick-active .insights__featured__slider__article__content .link::after {
            transition: 0.3s;
            content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23ffffff"/></svg>');
            position: absolute;
            top: 60%;
            right: -30px;
            transform: translateY(-50%); }
            @media (max-width: 1023px) {
              .insights__featured__slider .slick-active .insights__featured__slider__article__content .link::after {
                content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>'); } }
          .insights__featured__slider .slick-active .insights__featured__slider__article__content .link:hover::before {
            content: '';
            border-bottom: 1px solid #FCBFBF;
            position: absolute;
            bottom: -5px;
            left: 0;
            opacity: 1;
            right: 0; }
          .insights__featured__slider .slick-active .insights__featured__slider__article__content .link:hover::after {
            content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>'); }

.site-content-case-study h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.site-content-case-study h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .site-content-case-study h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.site-content-case-study h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .site-content-case-study h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.site-content-case-study > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .site-content-case-study > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.site-content-case-study ul, .site-content-case-study ol {
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: 700px; }
  .site-content-case-study ul li, .site-content-case-study ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: "AddingtonCF", serif;
    color: #09253A;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300; }
    .site-content-case-study ul li ::marker, .site-content-case-study ol li ::marker {
      font-size: 14px !important; }
    @media (max-width: 1280px) {
      .site-content-case-study ul li, .site-content-case-study ol li {
        padding-left: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .site-content-case-study ul li, .site-content-case-study ol li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: normal; } }
    .site-content-case-study ul li:last-child, .site-content-case-study ol li:last-child {
      margin-bottom: 0; }

.site-content-case-study__wrapper > p, .site-content-case-study__wrapper > .wp-block-heading {
  max-width: 800px;
  margin-left: 124px; }
  @media (max-width: 1400px) {
    .site-content-case-study__wrapper > p, .site-content-case-study__wrapper > .wp-block-heading {
      margin-left: 80px; } }
  @media (max-width: 1200px) {
    .site-content-case-study__wrapper > p, .site-content-case-study__wrapper > .wp-block-heading {
      margin-left: 0; } }

.site-content-case-study__wrapper > .wp-block-quote {
  margin-top: 80px;
  margin-left: 99px; }
  @media (max-width: 1400px) {
    .site-content-case-study__wrapper > .wp-block-quote {
      margin-left: 50px; } }
  @media (max-width: 1200px) {
    .site-content-case-study__wrapper > .wp-block-quote {
      margin-left: 0;
      margin-top: 50px; } }
  .site-content-case-study__wrapper > .wp-block-quote cite {
    margin-left: 25px; }
    @media (max-width: 768px) {
      .site-content-case-study__wrapper > .wp-block-quote cite {
        margin-left: 12px; } }

.site-content-case-study__wrapper > ul, .site-content-case-study__wrapper > ol {
  margin-left: 160px;
  margin-top: -9px; }
  @media (max-width: 1400px) {
    .site-content-case-study__wrapper > ul, .site-content-case-study__wrapper > ol {
      margin-left: 100px; } }
  @media (max-width: 1200px) {
    .site-content-case-study__wrapper > ul, .site-content-case-study__wrapper > ol {
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .site-content-case-study__wrapper > ul, .site-content-case-study__wrapper > ol {
      margin-left: 0; } }

.site-content-services main h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.site-content-services main h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .site-content-services main h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.site-content-services main h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .site-content-services main h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.site-content-services main > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .site-content-services main > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.single-service main p a {
  text-decoration: none;
  color: #09253A;
  border-bottom: 1px solid #FCBFBF;
  padding-bottom: 2px;
  transition: all .3s ease; }

.single-service main > p {
  margin-left: 105px;
  padding-right: 85px;
  margin-bottom: 30px; }
  @media (max-width: 1280px) {
    .single-service main > p {
      padding-right: 45px;
      margin-left: 40px; } }
  @media (max-width: 992px) {
    .single-service main > p {
      margin-left: 0;
      padding-right: 0; } }

.single-service main > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .single-service main > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.single-service main > .wp-block-heading {
  margin-left: 105px; }
  @media (max-width: 1280px) {
    .single-service main > .wp-block-heading {
      margin-left: 40px; } }
  @media (max-width: 992px) {
    .single-service main > .wp-block-heading {
      margin-left: 0; } }

.single-service main h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.single-service main h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .single-service main h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.single-service main h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .single-service main h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.single-service main ul, .single-service main ol {
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: 700px; }
  .single-service main ul li, .single-service main ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: "AddingtonCF", serif;
    color: #09253A;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300; }
    .single-service main ul li ::marker, .single-service main ol li ::marker {
      font-size: 14px !important; }
    @media (max-width: 1280px) {
      .single-service main ul li, .single-service main ol li {
        padding-left: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .single-service main ul li, .single-service main ol li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: normal; } }
    .single-service main ul li:last-child, .single-service main ol li:last-child {
      margin-bottom: 0; }

.single-service main > ul, .single-service main > ol {
  margin-left: 138px; }
  @media (max-width: 1280px) {
    .single-service main > ul, .single-service main > ol {
      margin-left: 60px; } }
  @media (max-width: 992px) {
    .single-service main > ul, .single-service main > ol {
      margin-left: 0; } }

.single-service main ul {
  margin-left: 15.8%; }
  @media (max-width: 1280px) {
    .single-service main ul {
      margin-left: 0; } }

@media (max-width: 1250px) {
  .single-service main p {
    max-width: 600px; } }

@media (max-width: 992px) {
  .single-service main p {
    max-width: 100%; } }

.about-page__wrapper {
  padding: 0 15px;
  box-sizing: border-box; }
  .about-page__wrapper .container {
    padding: 0; }

.page-template-template-about-you .standard-hero {
  mix-blend-mode: multiply;
  padding-bottom: 121px;
  margin-bottom: 100px; }
  .page-template-template-about-you .standard-hero__right {
    margin-right: calc(50% - 50vw); }

.page-template-template-about-you .nf-testimonial-slider-block {
  margin-top: 80px;
  margin-bottom: 100px; }

.page-template-template-about .standard-hero__right {
  margin-right: calc(50% - 50vw); }

.page-template-template-homepage .standard-hero {
  padding-bottom: 260px;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .page-template-template-homepage .standard-hero {
      padding-bottom: 20px; } }
  .page-template-template-homepage .standard-hero__title {
    max-width: 600px;
    color: #31ACB4; }
  .page-template-template-homepage .standard-hero__left {
    max-width: 955px; }
  .page-template-template-homepage .standard-hero__content {
    max-width: 832px !important; }
    .page-template-template-homepage .standard-hero__content p, .page-template-template-homepage .standard-hero__content ul, .page-template-template-homepage .standard-hero__content li, .page-template-template-homepage .standard-hero__content h2, .page-template-template-homepage .standard-hero__content h3, .page-template-template-homepage .standard-hero__content h4, .page-template-template-homepage .standard-hero__content h5 {
      color: #09253A;
      max-width: 832px; }

.page-template-template-homepage .site-content-home {
  margin-top: -150px; }
  @media (max-width: 1023px) {
    .page-template-template-homepage .site-content-home {
      margin-top: 30px; } }

.page-template-template-homepage .main h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.page-template-template-homepage .main h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .page-template-template-homepage .main h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.page-template-template-homepage .main h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .page-template-template-homepage .main h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.page-template-template-homepage .main > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .page-template-template-homepage .main > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.page-template-template-homepage .main h2, .page-template-template-homepage .main h3, .page-template-template-homepage .main h4 {
  margin-left: 123px !important;
  max-width: 900px; }
  @media (max-width: 1023px) {
    .page-template-template-homepage .main h2, .page-template-template-homepage .main h3, .page-template-template-homepage .main h4 {
      margin-left: 0 !important;
      max-width: 100%; } }

.page-template-template-homepage .main p, .page-template-template-homepage .main ul, .page-template-template-homepage .main ol {
  margin-left: 243px;
  max-width: 832px; }
  @media (max-width: 1023px) {
    .page-template-template-homepage .main p, .page-template-template-homepage .main ul, .page-template-template-homepage .main ol {
      margin-left: 0;
      max-width: 100%; } }

.page-template-template-homepage .main .nf-book-card {
  margin: 120px auto; }
  .page-template-template-homepage .main .nf-book-card h2, .page-template-template-homepage .main .nf-book-card h3 {
    margin-left: 0 !important; }

.page-template-template-homepage .wp-block-columns .nf-content-card {
  margin-top: 0; }

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: "Larsseit", sans-serif;
    color: #09253A; }

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: #FFFFFF;
        text-decoration: none !important; }
        body.search.search-results .search__content__cards .card .card-details a {
          text-decoration: none !important; }
        @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: #31ACB4;
          text-decoration: none;
          font-weight: 300;
          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: #31ACB4;
          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; } }
        body.search.search-results .search__content__cards .card .card-details .service-card__cta {
          color: #31ACB4 !important;
          transition: 0.3s; }
          body.search.search-results .search__content__cards .card .card-details .service-card__cta:hover {
            color: #146898 !important; }

.default-page-template p a {
  text-decoration: none;
  color: #09253A;
  border-bottom: 1px solid #FCBFBF;
  padding-bottom: 2px;
  transition: all .3s ease; }

.default-page-template > p {
  margin-left: 105px;
  padding-right: 85px;
  margin-bottom: 30px; }
  @media (max-width: 1280px) {
    .default-page-template > p {
      padding-right: 45px;
      margin-left: 40px; } }
  @media (max-width: 992px) {
    .default-page-template > p {
      margin-left: 0;
      padding-right: 0; } }

.default-page-template > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .default-page-template > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.default-page-template > .wp-block-heading {
  margin-left: 105px; }
  @media (max-width: 1280px) {
    .default-page-template > .wp-block-heading {
      margin-left: 40px; } }
  @media (max-width: 992px) {
    .default-page-template > .wp-block-heading {
      margin-left: 0; } }

.default-page-template h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.default-page-template h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .default-page-template h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.default-page-template h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .default-page-template h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.default-page-template ul, .default-page-template ol {
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: 700px; }
  .default-page-template ul li, .default-page-template ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: "AddingtonCF", serif;
    color: #09253A;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300; }
    .default-page-template ul li ::marker, .default-page-template ol li ::marker {
      font-size: 14px !important; }
    @media (max-width: 1280px) {
      .default-page-template ul li, .default-page-template ol li {
        padding-left: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .default-page-template ul li, .default-page-template ol li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: normal; } }
    .default-page-template ul li:last-child, .default-page-template ol li:last-child {
      margin-bottom: 0; }

.default-page-template > ul, .default-page-template > ol {
  margin-left: 138px; }
  @media (max-width: 1280px) {
    .default-page-template > ul, .default-page-template > ol {
      margin-left: 60px; } }
  @media (max-width: 992px) {
    .default-page-template > ul, .default-page-template > ol {
      margin-left: 0; } }

.default-page-template-content .card-offering-overview {
  margin: 0 0 80px;
  height: auto; }
  @media (max-width: 1280px) {
    .default-page-template-content .card-offering-overview {
      margin: 0 0 40px; } }
  .default-page-template-content .card-offering-overview .card-details {
    padding: 10%; }
    .default-page-template-content .card-offering-overview .card-details__meta {
      margin-bottom: 39px; }
    @media (min-width: 1280px) {
      .default-page-template-content .card-offering-overview .card-details h1 {
        max-width: 80%;
        margin-bottom: 40px; } }
    .default-page-template-content .card-offering-overview .card-details__cta-row {
      display: block !important; }
  @media (max-width: 1280px) {
    .default-page-template-content .card-offering-overview.card-no-image {
      margin: 0 0 20px; } }
  .default-page-template-content .card-offering-overview.card-no-image .card-details {
    padding: 0 10%;
    margin-top: 114px; }
    @media (max-width: 1440px) {
      .default-page-template-content .card-offering-overview.card-no-image .card-details {
        margin-top: 0; } }

.default-page-template .narrow-page-template .nf-single-testimonial-block {
  margin-bottom: 80px; }
  @media (max-width: 1280px) {
    .default-page-template .narrow-page-template .nf-single-testimonial-block {
      margin-bottom: 40px; } }
  @media (max-width: 992px) {
    .default-page-template .narrow-page-template .nf-single-testimonial-block {
      margin-bottom: 30px; } }

.page-template .main .wp-block-heading, .page-template .main p {
  margin-left: 243px;
  max-width: 710px; }
  @media (max-width: 1023px) {
    .page-template .main .wp-block-heading, .page-template .main p {
      margin-left: 0;
      max-width: 100%; } }

.page-template .main .wp-block-heading {
  margin-left: 243px;
  max-width: 700px; }
  @media (max-width: 1023px) {
    .page-template .main .wp-block-heading {
      margin-left: 0;
      max-width: 100%; } }

.page-template .main h2.wp-block-heading {
  margin-top: 77px;
  margin-bottom: 50px;
  color: #31ACB4;
  font-family: "AddingtonCF", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }
  @media (max-width: 1023px) {
    .page-template .main h2.wp-block-heading {
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-left: 0;
      max-width: 100%;
      margin-bottom: 20px;
      margin-top: 40px; } }

.page-template .main h3.wp-block-heading {
  margin-top: 57px;
  margin-bottom: 30px;
  color: #31ACB4;
  font-family: "AddingtonCF", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }
  @media (max-width: 1023px) {
    .page-template .main h3.wp-block-heading {
      margin-left: 0;
      max-width: 100%; } }

.page-template .main .wp-block-video {
  max-width: 1196px;
  margin: 80px auto; }

.page-template .main ul, .page-template .main ol {
  max-width: 700px;
  margin-left: 243px; }
  @media (max-width: 1023px) {
    .page-template .main ul, .page-template .main ol {
      margin-left: 0;
      max-width: 100%; } }
  .page-template .main ul li, .page-template .main ol li {
    margin-bottom: 12px; }

.page-template .main .wp-block-buttons {
  margin-left: 243px;
  margin-top: 40px; }
  @media (max-width: 1023px) {
    .page-template .main .wp-block-buttons {
      margin-left: 0; } }
  .page-template .main .wp-block-buttons a {
    background-color: #146898;
    color: #FFFFFF !important;
    text-decoration: none;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #146898;
    border-radius: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.3s;
    padding: 0 40px; }
    @media (max-width: 1023px) {
      .page-template .main .wp-block-buttons a {
        padding: 0 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
    .page-template .main .wp-block-buttons a:hover {
      background-color: #FFFFFF;
      color: #146898 !important; }

@media (max-width: 1023px) {
  .page-template .wp-block-columns {
    grid-gap: 0;
    gap: 0; } }

.page-template .wp-block-columns .nf-content-card__title {
  margin-left: 0 !important; }

.page-template .wp-block-columns .nf-content-card__brief {
  margin-left: 0 !important;
  color: #FFFFFF !important;
  max-width: 365px;
  margin-bottom: 34px; }

.product-template-default hr {
  display: none !important; }

.product-template-default #page {
  margin-top: 180px; }
  .product-template-default #page #footer {
    display: none !important; }
  .product-template-default #page #header {
    display: none !important; }
  .product-template-default #page .elementor-widget-wrap {
    background-color: transparent !important; }

@media (max-width: 1023px) {
  .page-template-default .main {
    margin-top: -100px; } }

.page-template-default .main .container .inner-content {
  padding-left: 123px;
  max-width: 800px; }
  .page-template-default .main .container .inner-content p a {
    text-decoration: none;
    color: #09253A;
    border-bottom: 1px solid #FCBFBF;
    padding-bottom: 2px;
    transition: all .3s ease; }
  .page-template-default .main .container .inner-content > p {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    font-family: "AddingtonCF", serif;
    color: #09253A;
    margin-bottom: 20px;
    max-width: 700px;
    font-weight: 300; }
    @media (max-width: 992px) {
      .page-template-default .main .container .inner-content > p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: normal; } }
  .page-template-default .main .container .inner-content h1 {
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: 80px; }
  .page-template-default .main .container .inner-content h2.wp-block-heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 60px;
    margin-bottom: 26px;
    max-width: 775px;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .page-template-default .main .container .inner-content h2.wp-block-heading {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
  .page-template-default .main .container .inner-content h3.wp-block-heading {
    font-size: 30px;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .page-template-default .main .container .inner-content h3.wp-block-heading {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
  .page-template-default .main .container .inner-content ul, .page-template-default .main .container .inner-content ol {
    margin-bottom: 15px;
    margin-top: 20px;
    max-width: 700px; }
    .page-template-default .main .container .inner-content ul li, .page-template-default .main .container .inner-content ol li {
      font-size: 20px;
      line-height: 30px;
      font-family: "AddingtonCF", serif;
      color: #09253A;
      padding-left: 0;
      margin-bottom: 10px;
      font-weight: 300; }
      .page-template-default .main .container .inner-content ul li ::marker, .page-template-default .main .container .inner-content ol li ::marker {
        font-size: 14px !important; }
      @media (max-width: 1280px) {
        .page-template-default .main .container .inner-content ul li, .page-template-default .main .container .inner-content ol li {
          padding-left: 0;
          margin-bottom: 15px; } }
      @media (max-width: 992px) {
        .page-template-default .main .container .inner-content ul li, .page-template-default .main .container .inner-content ol li {
          margin-bottom: 10px;
          font-size: 16px;
          line-height: normal; } }
      .page-template-default .main .container .inner-content ul li:last-child, .page-template-default .main .container .inner-content ol li:last-child {
        margin-bottom: 0; }
  @media (max-width: 1023px) {
    .page-template-default .main .container .inner-content {
      padding-left: 0;
      max-width: 100%; } }
  .page-template-default .main .container .inner-content a {
    color: #09253A; }
  .page-template-default .main .container .inner-content h1 {
    margin-bottom: 80px; }
    @media (max-width: 1023px) {
      .page-template-default .main .container .inner-content h1 {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: normal; } }

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

.single-teammember .standard-hero {
  mix-blend-mode: multiply;
  padding-bottom: 121px;
  margin-bottom: 100px; }
  @media (max-width: 1023px) {
    .single-teammember .standard-hero {
      padding-top: 150px; } }
  @media (max-width: 1023px) {
    .single-teammember .standard-hero .container {
      flex-direction: column-reverse; } }
  .single-teammember .standard-hero__right {
    margin-right: calc(50% - 50vw); }
    @media (max-width: 1023px) {
      .single-teammember .standard-hero__right {
        position: absolute;
        top: 100px;
        margin-right: 15px;
        display: block;
        margin: 0 15px;
        overflow: hidden; }
        .single-teammember .standard-hero__right img {
          aspect-ratio: 353 / 200;
          -o-object-fit: cover;
             object-fit: cover;
          transform: scale(1.2); } }
  .single-teammember .standard-hero__title {
    color: #31ACB4;
    margin-bottom: 80px; }
    .single-teammember .standard-hero__title strong {
      border-bottom: 2px solid #FCBFBF; }
  .single-teammember .standard-hero__content h2, .single-teammember .standard-hero__content h3 {
    color: #31ACB4; }
  .single-teammember .standard-hero__content p, .single-teammember .standard-hero__content ul, .single-teammember .standard-hero__content li {
    color: #493838; }
  @media (max-width: 1023px) {
    .single-teammember .standard-hero__cta {
      margin-left: 0;
      text-align: center; } }
  .single-teammember .standard-hero__cta a:hover {
    background-color: white;
    color: #146898 !important; }
  @media (max-width: 1023px) {
    .single-teammember .standard-hero__cta a {
      margin: 0 auto;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      height: 40px;
      padding: 0 10px;
      min-width: 144px;
      width: 50%; } }

.site-content-teammember .nf-content-card {
  overflow: hidden; }
  .site-content-teammember .nf-content-card__title {
    max-width: 679px;
    font-size: 50px;
    line-height: normal; }
    @media (max-width: 1023px) {
      .site-content-teammember .nf-content-card__title {
        font-size: 24px;
        max-width: 100%; } }

.landing-page h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 80px; }

.landing-page h2.wp-block-heading {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 26px;
  max-width: 775px;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .landing-page h2.wp-block-heading {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.landing-page h3.wp-block-heading {
  font-size: 30px;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .landing-page h3.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.landing-page > p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "AddingtonCF", serif;
  color: #09253A;
  margin-bottom: 20px;
  max-width: 700px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .landing-page > p {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: normal; } }

.landing-page ul, .landing-page ol {
  margin-bottom: 15px;
  margin-top: 20px;
  max-width: 700px; }
  .landing-page ul li, .landing-page ol li {
    font-size: 20px;
    line-height: 30px;
    font-family: "AddingtonCF", serif;
    color: #09253A;
    padding-left: 0;
    margin-bottom: 10px;
    font-weight: 300; }
    .landing-page ul li ::marker, .landing-page ol li ::marker {
      font-size: 14px !important; }
    @media (max-width: 1280px) {
      .landing-page ul li, .landing-page ol li {
        padding-left: 0;
        margin-bottom: 15px; } }
    @media (max-width: 992px) {
      .landing-page ul li, .landing-page ol li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: normal; } }
    .landing-page ul li:last-child, .landing-page ol li:last-child {
      margin-bottom: 0; }

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

.landing-page .container {
  max-width: 950px; }

.landing-page h1 {
  margin-bottom: 60px; }

.page-template-template-contact .card.card-no-image h1 {
  color: #09253A; }

.page-template-template-contact .standard-hero {
  padding-top: 200px;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  .page-template-template-contact .standard-hero__content {
    margin-left: 0;
    max-width: 1200px;
    display: flex;
    justify-content: space-between; }
  .page-template-template-contact .standard-hero .contact-left, .page-template-template-contact .standard-hero .contact-right {
    max-width: 480px; }

.page-template-template-contact .footer-form {
  margin-top: 60px;
  padding-top: 40px; }

.page-template-template-training .standard-hero {
  padding-bottom: 297px !important;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .page-template-template-training .standard-hero {
      padding-bottom: 20px !important; } }
  .page-template-template-training .standard-hero__cta a {
    background-color: white;
    border-color: white;
    color: #146898 !important; }
    .page-template-template-training .standard-hero__cta a:hover {
      background-color: #146898;
      color: white !important; }

.page-template-template-training .site-content-training {
  margin-top: -213px; }
  @media (max-width: 1023px) {
    .page-template-template-training .site-content-training {
      margin-top: 30px; } }

.page-template-template-training .nf-content-card {
  margin-top: 0; }

.page-template-template-workshops .standard-hero {
  margin-bottom: 0;
  padding-top: 241px;
  padding-bottom: 75px; }
  .page-template-template-workshops .standard-hero .container {
    align-items: start !important; }
  .page-template-template-workshops .standard-hero__content p {
    margin-bottom: 30px; }
    .page-template-template-workshops .standard-hero__content p:last-child {
      margin-top: 70px; }
      @media (max-width: 1023px) {
        .page-template-template-workshops .standard-hero__content p:last-child {
          margin-top: 30px; } }
  .page-template-template-workshops .standard-hero__cta {
    margin-top: -60px;
    margin-right: 90px;
    padding: 0;
    text-align: right;
    border-radius: 0; }
    @media (max-width: 1023px) {
      .page-template-template-workshops .standard-hero__cta {
        margin-top: 0;
        margin-right: 0;
        text-align: center;
        margin-left: 0; } }
    .page-template-template-workshops .standard-hero__cta a {
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      border: none;
      padding: 0;
      margin: 0;
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s;
      display: inline-block;
      color: #FFFFFF !important;
      text-decoration: none !important;
      border-radius: 0;
      padding: 0;
      height: unset; }
      .page-template-template-workshops .standard-hero__cta a::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      .page-template-template-workshops .standard-hero__cta a:hover::after {
        right: -50px; }
      .page-template-template-workshops .standard-hero__cta a:focus {
        outline: none; }
      @media (max-width: 1023px) {
        .page-template-template-workshops .standard-hero__cta a {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */
          text-transform: capitalize; } }
  .page-template-template-workshops .standard-hero__right {
    width: 340px;
    padding-top: 135px; }

.page-template-template-workshops .nf-testimonial-slider-block {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-template-workshops .nf-highlight-box__cta {
  margin-left: 222px;
  width: auto;
  margin-right: -20px;
  text-align: left; }
  .page-template-template-workshops .nf-highlight-box__cta span {
    text-align: left;
    display: inline-block;
    margin-bottom: 5px; }

.page-template-template-workshops .footer {
  margin-top: 200px; }
  @media (max-width: 1023px) {
    .page-template-template-workshops .footer {
      margin-top: 60px; } }

.page-template-template-growth .standard-hero {
  background-blend-mode: normal;
  padding-bottom: 0;
  margin-bottom: 0; }
  .page-template-template-growth .standard-hero .overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(128, 143, 154, 0) 49%, #09253A 100%) !important; }
  .page-template-template-growth .standard-hero__right {
    margin-right: calc(50% - 50vw); }

.page-template-template-growth .nf-growth-features {
  background-color: #09253A;
  margin: 0 calc(50% - 50vw);
  padding: 100px 0;
  padding-top: 40px; }
  @media (max-width: 1023px) {
    .page-template-template-growth .nf-growth-features {
      padding: 20px; } }
  .page-template-template-growth .nf-growth-features__inner {
    max-width: 1256px;
    margin: 0 auto; }
  .page-template-template-growth .nf-growth-features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 80px;
    gap: 80px; }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__list {
        grid-gap: 30px;
        gap: 30px;
        flex-direction: column; } }
  .page-template-template-growth .nf-growth-features__feature {
    max-width: 528px;
    width: calc(50% - 40px);
    background-color: #146898;
    padding: 0 60px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__feature {
        width: calc(100% - 20px);
        padding: 20px;
        padding-right: 0; } }
    .page-template-template-growth .nf-growth-features__feature:first-child .nf-growth-features__icon {
      margin-bottom: -14px;
      margin-right: 20px; }
      @media (max-width: 1023px) {
        .page-template-template-growth .nf-growth-features__feature:first-child .nf-growth-features__icon {
          margin-bottom: -20px; } }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__feature:nth-child(2) .nf-growth-features__icon {
        margin-bottom: -20px;
        margin-top: -20px; } }
    .page-template-template-growth .nf-growth-features__feature:nth-child(3) .nf-growth-features__icon {
      margin-bottom: -47px;
      margin-right: 20px; }
      @media (max-width: 1023px) {
        .page-template-template-growth .nf-growth-features__feature:nth-child(3) .nf-growth-features__icon {
          margin-bottom: -20px; } }
  .page-template-template-growth .nf-growth-features__title {
    max-width: 322px;
    color: #FFFFFF;
    font-family: "AddingtonCF", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 116.667% */ }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */ } }
  .page-template-template-growth .nf-growth-features__icon {
    position: relative;
    right: 0;
    bottom: 0; }
    .page-template-template-growth .nf-growth-features__icon img {
      display: block; }
  .page-template-template-growth .nf-growth-features__description {
    max-width: 712px;
    margin-top: 60px;
    margin-bottom: 41px;
    margin-left: 244px; }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__description {
        margin-left: 0;
        margin-bottom: 30px; } }
    .page-template-template-growth .nf-growth-features__description p {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 150% */
      margin-bottom: 0;
      margin-top: 0; }
      @media (max-width: 1023px) {
        .page-template-template-growth .nf-growth-features__description p {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ } }
  .page-template-template-growth .nf-growth-features__cta {
    margin-top: 60px;
    margin-left: 244px; }
    @media (max-width: 1023px) {
      .page-template-template-growth .nf-growth-features__cta {
        margin-left: 0;
        margin-top: 30px; } }
    .page-template-template-growth .nf-growth-features__cta .button {
      border-radius: 50px;
      background: #146898;
      border: 1px solid #146898;
      height: 50px;
      padding: 0 30px;
      display: inline-flex;
      max-width: unset;
      align-items: center;
      justify-content: center;
      color: white !important;
      text-align: center;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-decoration: none;
      transition: 0.3s; }
      .page-template-template-growth .nf-growth-features__cta .button:hover {
        border-color: white;
        background: white;
        color: #146898 !important; }
      @media (max-width: 1023px) {
        .page-template-template-growth .nf-growth-features__cta .button {
          font-size: 16px !important;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          height: 40px;
          padding: 0 20px; } }

.page-template-template-growth .nf-testimonial-slider-block {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-template-growth .nf-highlight-box {
  margin-top: 0;
  margin-bottom: 0; }
  .page-template-template-growth .nf-highlight-box__cta {
    text-align: left; }
    .page-template-template-growth .nf-highlight-box__cta a {
      background: #31ACB4;
      border: 1px solid #31ACB4;
      max-width: unset;
      margin-left: 0;
      transition: 0.3s; }
      .page-template-template-growth .nf-highlight-box__cta a:hover {
        background: white !important;
        border-color: white;
        color: #31ACB4 !important; }
      .page-template-template-growth .nf-highlight-box__cta a::before {
        display: none; }

.page-template-template-books .standard-hero {
  padding-bottom: 323px;
  margin-bottom: 0; }
  .page-template-template-books .standard-hero__title {
    color: #31ACB4;
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -1.4px;
    max-width: 710px; }
    @media (max-width: 1023px) {
      .page-template-template-books .standard-hero__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: -1.4px;
        max-width: 100%; } }
  .page-template-template-books .standard-hero__content {
    color: #09253A; }
    .page-template-template-books .standard-hero__content p, .page-template-template-books .standard-hero__content ul, .page-template-template-books .standard-hero__content li, .page-template-template-books .standard-hero__content h2, .page-template-template-books .standard-hero__content h3, .page-template-template-books .standard-hero__content h4, .page-template-template-books .standard-hero__content h5 {
      color: #09253A; }

.page-template-template-books .site-content-books {
  margin-top: -213px; }

.page-template-template-speaking {
  background-color: #F9F7F4 !important; }
  .page-template-template-speaking .standard-hero {
    padding-bottom: 11px;
    margin-bottom: 69px; }
    .page-template-template-speaking .standard-hero .overlay {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.92%, #FFF 100%) !important; }
    .page-template-template-speaking .standard-hero__title {
      max-width: 705px;
      color: #31ACB4; }
      .page-template-template-speaking .standard-hero__title strong {
        border-bottom: 2px solid #FCBFBF; }
    .page-template-template-speaking .standard-hero__content h2, .page-template-template-speaking .standard-hero__content h3 {
      color: #31ACB4; }
    .page-template-template-speaking .standard-hero__content p, .page-template-template-speaking .standard-hero__content ul, .page-template-template-speaking .standard-hero__content li {
      color: #09253A; }
    .page-template-template-speaking .standard-hero__cta .button::before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="20" viewBox="0 0 31 20" fill="none"><path d="M1 9C1 4.58172 4.58172 1 9 1H22C26.4183 1 30 4.58172 30 9V19H9C4.58172 19 1 15.4183 1 11V9Z" stroke="white" stroke-width="1.5"/><path d="M8 7.5H24.5" stroke="white" stroke-width="1.5"/><path d="M8 13H24.5" stroke="white" stroke-width="1.5"/></svg>');
      display: inline-block;
      margin-right: 10px; }
    .page-template-template-speaking .standard-hero__cta .button:hover {
      color: #146898 !important; }
      .page-template-template-speaking .standard-hero__cta .button:hover::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="20" viewBox="0 0 31 20" fill="none"><path d="M1 9C1 4.58172 4.58172 1 9 1H22C26.4183 1 30 4.58172 30 9V19H9C4.58172 19 1 15.4183 1 11V9Z" stroke="%23146898" stroke-width="1.5"/><path d="M8 7.5H24.5" stroke="%23146898" stroke-width="1.5"/><path d="M8 13H24.5" stroke="%23146898" stroke-width="1.5"/></svg>'); }
    .page-template-template-speaking .standard-hero__right {
      margin-right: calc(50% - 50vw); }

.single-book .nf-testimonial-slider-block {
  margin-bottom: 0; }
  .single-book .nf-testimonial-slider-block__title {
    display: none; }

.single-book .nf-book-packages {
  margin-top: 0; }
  .single-book .nf-book-packages:last-of-type {
    margin-top: 120px; }
  .single-book .nf-book-packages:nth-last-of-type(2) {
    margin-top: 120px; }

.single-book .book-hero {
  margin-bottom: 50px;
  margin-top: 57px; }
  .single-book .book-hero__content {
    margin-left: 122px;
    max-width: 812px;
    margin-bottom: 50px; }
    @media (max-width: 1023px) {
      .single-book .book-hero__content {
        margin-left: 0;
        max-width: 100%; } }
  .single-book .book-hero__strapline {
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0; }
    @media (max-width: 1023px) {
      .single-book .book-hero__strapline {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
  .single-book .book-hero__title {
    color: #31ACB4;
    font-family: "AddingtonCF", serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 265;
    line-height: normal;
    letter-spacing: -1.4px; }
    @media (max-width: 1023px) {
      .single-book .book-hero__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 300px; } }
    .single-book .book-hero__title strong {
      font-weight: 300;
      position: relative;
      display: inline-block; }
      .single-book .book-hero__title strong::after {
        content: '';
        display: block;
        width: 100%;
        height: 1.5px;
        background-color: #FCBFBF;
        left: 0;
        bottom: 0; }
  .single-book .book-hero__image {
    width: 100%;
    aspect-ratio: 144 / 70; }
    .single-book .book-hero__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.single-book .main .wp-block-heading, .single-book .main p {
  margin-left: 122px;
  max-width: 710px; }
  @media (max-width: 1023px) {
    .single-book .main .wp-block-heading, .single-book .main p {
      margin-left: 0; } }

@media (max-width: 1023px) {
  .single-book .main p, .single-book .main li {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 137.5% */ } }

.single-book .main p a {
  text-decoration: none;
  color: #09253A;
  border-bottom: 1px solid #FCBFBF;
  padding-bottom: 2px;
  transition: all .3s ease; }

.single-book .main .wp-block-heading {
  margin-left: 122px;
  max-width: 700px; }
  @media (max-width: 1023px) {
    .single-book .main .wp-block-heading {
      margin-left: 0; } }

.single-book .main h2.wp-block-heading {
  margin-top: 77px;
  margin-bottom: 50px;
  color: #31ACB4;
  font-family: "AddingtonCF", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }
  @media (max-width: 1023px) {
    .single-book .main h2.wp-block-heading {
      margin-top: 30px;
      margin-bottom: 20px;
      margin-left: 0;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; } }

.single-book .main h3.wp-block-heading {
  margin-top: 57px;
  margin-bottom: 30px;
  color: #31ACB4;
  font-family: "AddingtonCF", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }

.single-book .main p.ratingline {
  border-bottom: 2px solid #FCBFBF;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px; }
  .single-book .main p.ratingline img {
    position: relative;
    margin-left: 20px;
    top: 4px; }

.single-book .main .wp-block-video {
  max-width: 1196px;
  margin: 80px auto; }

.single-book .main ul, .single-book .main ol {
  max-width: 700px;
  margin-left: 122px; }
  @media (max-width: 1023px) {
    .single-book .main ul, .single-book .main ol {
      margin-left: 0; } }
  .single-book .main ul li, .single-book .main ol li {
    margin-bottom: 12px; }

.single-book .main .wp-block-buttons {
  margin-left: 122px;
  margin-top: 40px; }
  @media (max-width: 1023px) {
    .single-book .main .wp-block-buttons {
      margin-left: 0;
      margin-top: 20px;
      justify-content: center; } }
  .single-book .main .wp-block-buttons a {
    background-color: #146898;
    color: #FFFFFF !important;
    text-decoration: none;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #146898;
    border-radius: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.3s;
    padding: 0 40px; }
    .single-book .main .wp-block-buttons a:hover {
      background-color: #FFFFFF;
      color: #146898 !important; }
      .single-book .main .wp-block-buttons a:hover img {
        filter: brightness(0) !important; }
    .single-book .main .wp-block-buttons a img {
      margin-right: 10px; }
      @media (max-width: 1023px) {
        .single-book .main .wp-block-buttons a img {
          display: none; } }
    @media (max-width: 1023px) {
      .single-book .main .wp-block-buttons a {
        width: 167px;
        height: 44px;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 30px;
        padding: 0 20px; } }

.nf-testimonial-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 150px 0; }
  @media (max-width: 1300px) {
    .nf-testimonial-block {
      padding: 150px 42px;
      box-sizing: border-box; } }
  @media (max-width: 1280px) {
    .nf-testimonial-block {
      padding: 50px 35px 80px; } }
  @media (max-width: 768px) {
    .nf-testimonial-block {
      padding: 30px 15px 60px; } }
  .nf-testimonial-block__testimonial {
    position: relative;
    max-width: 800px;
    margin-bottom: 40px; }
    @media (max-width: 1280px) {
      .nf-testimonial-block__testimonial {
        margin-bottom: 20px; } }
    .nf-testimonial-block__testimonial p {
      position: relative;
      font-size: 55px !important;
      line-height: 72px !important;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 30px; }
      @media (max-width: 1280px) {
        .nf-testimonial-block__testimonial p {
          font-size: 40px !important;
          line-height: 55px !important; } }
      @media (max-width: 768px) {
        .nf-testimonial-block__testimonial p {
          font-size: 30px !important;
          line-height: 40px !important; } }
      .nf-testimonial-block__testimonial p:first-child::before {
        content: open-quote;
        position: absolute;
        top: 0;
        left: -26px; }
        @media (max-width: 1280px) {
          .nf-testimonial-block__testimonial p:first-child::before {
            left: -19px; } }
        @media (max-width: 768px) {
          .nf-testimonial-block__testimonial p:first-child::before {
            position: relative;
            top: auto;
            left: auto; } }
      .nf-testimonial-block__testimonial p:last-child::after {
        content: close-quote; }
  .nf-testimonial-block__name, .nf-testimonial-block__job-title {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700; }
    @media (max-width: 1280px) {
      .nf-testimonial-block__name, .nf-testimonial-block__job-title {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 768px) {
      .nf-testimonial-block__name, .nf-testimonial-block__job-title {
        font-size: 16px;
        line-height: 18px; } }

@media (max-width: 1280px) {
  .nf-service-listing {
    padding: 80px 0; } }

@media (max-width: 768px) {
  .nf-service-listing {
    padding: 50px 0; } }

@media (max-width: 768px) {
  .nf-service-listing .service-card__content {
    background-color: #fff; } }

@media (max-width: 1280px) {
  .wp-block-spacer {
    height: 50px !important; } }

@media (max-width: 768px) {
  .wp-block-spacer {
    height: 20px !important; } }

.nf-columns {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 152px;
  padding-bottom: 157px; }
  @media (max-width: 1280px) {
    .nf-columns {
      padding: 100px 0; } }
  @media (max-width: 992px) {
    .nf-columns {
      padding: 60px 0; } }
  @media (max-width: 680px) {
    .nf-columns {
      padding: 45px 0 55px; } }
  .nf-columns .inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 680px) {
      .nf-columns .inner-container {
        display: block; } }

.nf-column {
  width: 100%; }
  .nf-column h1.wp-block-heading, .nf-column h2.wp-block-heading, .nf-column h3.wp-block-heading, .nf-column h4.wp-block-heading {
    margin-top: 0 !important; }
  .nf-column--1-3 {
    max-width: 297px; }
    @media (max-width: 1030px) {
      .nf-column--1-3 {
        max-width: 250px; } }
  .nf-column--2-3 {
    max-width: 800px; }
    @media (max-width: 1200px) {
      .nf-column--2-3 {
        max-width: 700px;
        padding-right: 30px;
        box-sizing: border-box; } }
    @media (max-width: 1030px) {
      .nf-column--2-3 {
        max-width: 600px; } }
    @media (max-width: 992px) {
      .nf-column--2-3 {
        max-width: 500px; } }
    @media (max-width: 800px) {
      .nf-column--2-3 {
        max-width: 400px; } }
  .nf-column--half-width {
    max-width: 43%; }
  @media (max-width: 680px) {
    .nf-column {
      max-width: 100% !important;
      padding-right: 0;
      margin-bottom: 40px; } }
  @media (max-width: 680px) {
    .nf-column:last-child {
      margin-bottom: 0; } }
  @media (max-width: 1250px) {
    .nf-column p {
      max-width: 100% !important; } }

.nf-result-listing {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 150px 0; }
  @media (max-width: 1280px) {
    .nf-result-listing {
      padding: 100px 0; } }
  @media (max-width: 992px) {
    .nf-result-listing {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .nf-result-listing {
      padding: 40px 0 55px; } }
  .nf-result-listing .service-card {
    margin-bottom: 0; }

.wp-block-gallery {
  margin-left: calc(60% - 50vw);
  margin-right: calc(50.5% - 50vw);
  margin-top: 120px;
  margin-bottom: 125px; }
  @media (max-width: 1280px) {
    .wp-block-gallery {
      margin-left: 0;
      margin-top: 60px;
      margin-bottom: 60px; } }
  .wp-block-gallery .slick-slide {
    margin-right: 120px !important; }
    @media (max-width: 1400px) {
      .wp-block-gallery .slick-slide {
        margin-right: 80px !important; } }
    @media (max-width: 992px) {
      .wp-block-gallery .slick-slide {
        margin-right: 50px !important; } }
  .wp-block-gallery img {
    max-height: 500px; }
    @media (max-width: 992px) {
      .wp-block-gallery img {
        max-height: 300px; } }
    @media (max-width: 550px) {
      .wp-block-gallery img {
        max-height: 200px; } }
  .wp-block-gallery__next {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background-color: #fff;
    cursor: pointer; }
    @media (max-width: 768px) {
      .wp-block-gallery__next {
        width: 80px; } }
    @media (max-width: 550px) {
      .wp-block-gallery__next {
        width: 50px; } }
    @media (max-width: 768px) {
      .wp-block-gallery__next svg {
        width: 43px; } }
    @media (max-width: 550px) {
      .wp-block-gallery__next svg {
        width: 33px; } }

.nf-service-card {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 120px; }
  @media (max-width: 1280px) {
    .nf-service-card {
      margin-top: 60px;
      margin-left: 0;
      margin-right: 0; } }
  .nf-service-card .inner-container {
    max-width: 1250px; }
    @media (max-width: 400px) {
      .nf-service-card .inner-container {
        padding: 0; } }
  .nf-service-card .service-card__content {
    max-width: 469px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .nf-service-card .service-card__content {
        max-width: 50%;
        padding: 15px;
        box-sizing: border-box; } }
    @media (max-width: 768px) {
      .nf-service-card .service-card__content {
        max-width: 100%;
        padding: 30px; } }
    @media (max-width: 400px) {
      .nf-service-card .service-card__content {
        padding: 15px; } }
  .nf-service-card .service-card__image {
    height: 610px; }
    @media (max-width: 768px) {
      .nf-service-card .service-card__image {
        height: 100%; } }

.nf-micro-results {
  float: right;
  margin-top: 69px;
  margin-left: 40px; }
  @media (max-width: 992px) {
    .nf-micro-results {
      float: none;
      margin-left: 0;
      display: flex;
      align-items: start; } }
  @media (max-width: 768px) {
    .nf-micro-results {
      display: block;
      max-width: 300px;
      margin: 0 auto 50px; } }
  @media (max-width: 330px) {
    .nf-micro-results {
      max-width: 280px; } }
  .nf-micro-results__item {
    display: flex;
    padding: 35px 30px 30px 30px;
    box-sizing: border-box;
    margin-bottom: 136px;
    max-width: 300px;
    min-width: 300px; }
    @media (max-width: 992px) {
      .nf-micro-results__item {
        margin-bottom: 0;
        margin-right: 40px; } }
    @media (max-width: 768px) {
      .nf-micro-results__item {
        margin-bottom: 40px; } }
    @media (max-width: 350px) {
      .nf-micro-results__item {
        padding: 20px; } }
    @media (max-width: 330px) {
      .nf-micro-results__item {
        min-width: 280px;
        max-width: 280px; } }
    .nf-micro-results__item:last-child {
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .nf-micro-results__item:last-child {
          margin-right: 0; } }
    .nf-micro-results__item h5 {
      font-size: 22px;
      line-height: 28px; }
    .nf-micro-results__item div {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500; }
    .nf-micro-results__item--horizontal {
      padding: 22px 25px 20px 34px;
      align-items: center;
      justify-content: space-between;
      min-height: 180px; }
      .nf-micro-results__item--horizontal img {
        order: 1; }
      .nf-micro-results__item--horizontal h5 {
        max-width: 145px; }
    .nf-micro-results__item--vertical {
      flex-direction: column; }
      .nf-micro-results__item--vertical img {
        display: block;
        margin-bottom: 36px; }
      .nf-micro-results__item--vertical h5 {
        margin-bottom: 14px; }

.nf-result-card {
  margin: 0 calc(50% - 50vw) 180px; }
  @media (max-width: 1280px) {
    .nf-result-card {
      margin: 0 -15px 100px; } }
  @media (max-width: 992px) {
    .nf-result-card {
      margin: 0 -15px 50px; } }
  @media (max-width: 992px) {
    .nf-result-card .container {
      padding: 0; } }

.nf-testimonial-slider-block {
  padding-top: 123px;
  padding-bottom: 182px;
  margin: 140px calc(50% - 50vw);
  background-color: #FFFFFF;
  position: relative; }
  @media (max-width: 1023px) {
    .nf-testimonial-slider-block {
      padding-top: 30px;
      padding-bottom: 30px;
      margin: 0 calc(50% - 50vw); } }
  .nf-testimonial-slider-block__wrapper {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__wrapper {
        padding: 0 20px; } }
  .nf-testimonial-slider-block__strapline {
    margin-left: 123px;
    max-width: 480px;
    margin-bottom: 36px;
    color: #31ACB4;
    font-family: "Larsseit", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */ }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__strapline {
        display: none; } }
  .nf-testimonial-slider-block__testimonial {
    max-width: 927px;
    display: flex !important;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    opacity: 0.4;
    position: relative;
    margin-left: 0;
    height: 100%; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__testimonial {
        flex-direction: column;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        opacity: 1;
        justify-content: flex-start; } }
  .nf-testimonial-slider-block__maintext {
    position: relative;
    margin-bottom: 75px; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__maintext {
        margin-bottom: 25px;
        margin-top: 0; } }
    .nf-testimonial-slider-block__maintext p {
      color: #09253A;
      font-family: "AddingtonCF", serif;
      font-size: 26px;
      font-style: normal;
      font-weight: 300;
      line-height: 34px;
      /* 130.769% */
      position: relative;
      margin-bottom: 20px;
      margin-top: 0;
      margin-left: 0 !important; }
      @media (max-width: 1023px) {
        .nf-testimonial-slider-block__maintext p {
          font-size: 22px;
          font-style: normal;
          font-weight: 300;
          line-height: 28px;
          /* 127.273% */ } }
      .nf-testimonial-slider-block__maintext p:first-child {
        margin-top: 0; }
        .nf-testimonial-slider-block__maintext p:first-child::before {
          content: open-quote;
          font-size: 26px;
          color: #09253A;
          font-family: "AddingtonCF", serif;
          position: absolute;
          top: 0px;
          left: -10px; }
          @media (max-width: 1023px) {
            .nf-testimonial-slider-block__maintext p:first-child::before {
              top: unset;
              left: 0;
              position: relative; } }
      .nf-testimonial-slider-block__maintext p:last-child::after {
        content: close-quote;
        font-size: 26px;
        color: #09253A;
        font-family: "AddingtonCF", serif;
        position: relative; }
  .nf-testimonial-slider-block__name, .nf-testimonial-slider-block__job-title {
    color: #09253A;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */ }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__name, .nf-testimonial-slider-block__job-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 137.5% */ } }
  .nf-testimonial-slider-block__job-title {
    text-decoration: underline;
    -webkit-text-decoration-color: #FCBFBF;
            text-decoration-color: #FCBFBF; }
  .nf-testimonial-slider-block .slick-track {
    display: flex !important;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 575px; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block .slick-track {
        display: block;
        justify-content: unset;
        align-items: unset;
        max-height: unset; } }
  .nf-testimonial-slider-block .slick-slide {
    padding: 20px 0;
    height: auto; }
    .nf-testimonial-slider-block .slick-slide > div {
      height: 100%; }
  .nf-testimonial-slider-block .slick-active {
    max-width: 1074px;
    margin-left: 0;
    padding: 0; }
    .nf-testimonial-slider-block .slick-active .nf-testimonial-slider-block__testimonial {
      max-width: 927px;
      margin-right: 147px;
      opacity: 1; }
      @media (max-width: 1023px) {
        .nf-testimonial-slider-block .slick-active .nf-testimonial-slider-block__testimonial {
          margin-right: 0;
          margin-left: 0;
          max-width: 100%; } }
  .nf-testimonial-slider-block__image {
    flex-shrink: 0;
    margin-right: 40px;
    height: 100%; }
    .nf-testimonial-slider-block__image img {
      height: 100%; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__image {
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        width: 100%; }
        .nf-testimonial-slider-block__image img {
          height: 100%; } }
  .nf-testimonial-slider-block__nav {
    position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    width: 100px;
    left: 1044px;
    width: 60px;
    height: 60px;
    flex-shrink: 0; }
    @media (max-width: 1023px) {
      .nf-testimonial-slider-block__nav {
        display: none; } }
    .nf-testimonial-slider-block__nav .nextbtn {
      width: 60px;
      height: 60px;
      background-color: #FCBFBF;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      box-shadow: none;
      cursor: pointer;
      transition: 0.3s; }
      .nf-testimonial-slider-block__nav .nextbtn:hover {
        background-color: #2c99a0; }

.nf-insights-slider {
  position: relative;
  margin-top: 95px;
  margin-right: calc(50% - 50vw);
  padding-left: 100px;
  box-sizing: border-box; }
  @media (max-width: 1500px) {
    .nf-insights-slider {
      padding-left: 80px; } }
  @media (max-width: 1399px) {
    .nf-insights-slider {
      padding-left: 0; } }
  @media (max-width: 1280px) {
    .nf-insights-slider {
      margin-top: 20px; } }
  @media (max-width: 992px) {
    .nf-insights-slider {
      margin: 20px 0 0; } }
  @media (max-width: 992px) {
    .nf-insights-slider__wrapper {
      margin-right: 0; } }
  @media (max-width: 992px) {
    .nf-insights-slider__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; } }
  .nf-insights-slider__title {
    position: relative;
    z-index: 2;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    margin-left: 82px;
    margin-bottom: 54px;
    display: flex;
    justify-content: space-between;
    max-width: 1240px; }
    @media (max-width: 1400px) {
      .nf-insights-slider__title {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%; } }
    @media (max-width: 768px) {
      .nf-insights-slider__title {
        max-width: 70%; } }
    .nf-insights-slider__title a {
      text-decoration: underline;
      font-weight: 400; }
      .nf-insights-slider__title a:hover {
        text-decoration: none; }
  .nf-insights-slider .inner-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 1280px) {
      .nf-insights-slider .inner-container {
        margin: 0 -15px; } }
    @media (max-width: 992px) {
      .nf-insights-slider .inner-container {
        max-width: none; } }
  .nf-insights-slider .slick-slide {
    margin-right: 148px; }
    @media (max-width: 1280px) {
      .nf-insights-slider .slick-slide {
        margin-right: 100px; } }
    @media (max-width: 1150px) {
      .nf-insights-slider .slick-slide {
        margin-right: 50px; } }
    @media (max-width: 992px) {
      .nf-insights-slider .slick-slide {
        margin-right: 0; } }
  .nf-insights-slider .slick-track {
    margin-right: -148px; }
    @media (max-width: 1280px) {
      .nf-insights-slider .slick-track {
        margin-right: -100px; } }
    @media (max-width: 1150px) {
      .nf-insights-slider .slick-track {
        margin-right: -50px; } }
    @media (max-width: 992px) {
      .nf-insights-slider .slick-track {
        margin-right: 0; } }
  .nf-insights-slider .slick-dots {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    padding-left: 0;
    margin: 5px 0; }
    .nf-insights-slider .slick-dots li {
      list-style-type: none; }
      .nf-insights-slider .slick-dots li button {
        background: transparent;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        width: 10px;
        height: 10px;
        background-color: #146898;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s;
        font-size: 0;
        opacity: 0.5; }
        .nf-insights-slider .slick-dots li button.slick-active {
          opacity: 1; }
      .nf-insights-slider .slick-dots li.slick-active button {
        opacity: 1; }
  .nf-insights-slider__post {
    min-height: 680px;
    display: flex !important;
    text-decoration: none;
    color: #fff;
    max-width: 854px; }
    @media (max-width: 1280px) {
      .nf-insights-slider__post {
        min-height: 600px; } }
    @media (max-width: 992px) {
      .nf-insights-slider__post {
        position: relative;
        flex-direction: column-reverse;
        min-height: auto;
        box-sizing: border-box;
        max-width: none;
        background-color: transparent !important;
        padding: 30px; } }
  .nf-insights-slider__content {
    max-width: 467px;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 69px 80px; }
    @media (max-width: 1280px) {
      .nf-insights-slider__content {
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (max-width: 992px) {
      .nf-insights-slider__content {
        padding: 30px;
        box-sizing: border-box;
        max-width: 100%;
        flex-shrink: 1;
        flex-grow: 0; } }
    @media (max-width: 550px) {
      .nf-insights-slider__content {
        padding: 20px; } }
    .nf-insights-slider__content span {
      display: block;
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 16px; }
      @media (max-width: 992px) {
        .nf-insights-slider__content span {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 8px; } }
      @media (max-width: 768px) {
        .nf-insights-slider__content span {
          font-size: 14px;
          line-height: 26px;
          margin-bottom: 5px; } }
    .nf-insights-slider__content h3 {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 25px; }
      @media (max-width: 1366px) {
        .nf-insights-slider__content h3 {
          font-size: 40px;
          line-height: 50px;
          margin-bottom: 40px; } }
      @media (max-width: 992px) {
        .nf-insights-slider__content h3 {
          font-size: 30px;
          line-height: 40px; } }
      @media (max-width: 768px) {
        .nf-insights-slider__content h3 {
          font-size: 24px;
          line-height: 34px;
          margin-bottom: 35px; } }
  .nf-insights-slider__image {
    position: relative;
    width: 100%;
    bfkground-size: cover;
    background-position: center;
    min-width: 387px; }
    @media (max-width: 1200px) {
      .nf-insights-slider__image {
        min-width: 300px; } }
    @media (max-width: 992px) {
      .nf-insights-slider__image {
        min-width: auto;
        background-image: none !important; } }
    .nf-insights-slider__image img {
      position: absolute;
      top: 50%;
      left: -40px;
      transform: translateY(-50%);
      width: 347px;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 992px) {
        .nf-insights-slider__image img {
          display: block;
          position: relative;
          top: auto;
          left: auto;
          transform: none;
          margin: 0 auto;
          width: auto;
          height: auto; } }
  .nf-insights-slider__nav button {
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 148px;
    height: 100%;
    background-color: #fff;
    z-index: 1; }
    @media (max-width: 1280px) {
      .nf-insights-slider__nav button {
        width: 85px; } }
    @media (max-width: 992px) {
      .nf-insights-slider__nav button {
        width: 80px;
        background-color: #ffffff80; } }
    @media (max-width: 550px) {
      .nf-insights-slider__nav button {
        background-color: #ffffff50; } }
    @media (max-width: 768px) {
      .nf-insights-slider__nav button svg {
        width: 43px; } }

.nf-text-image {
  margin: 0 calc(50% - 50vw);
  padding: 150px 0; }
  @media (max-width: 1280px) {
    .nf-text-image {
      padding: 100px 0; } }
  @media (max-width: 992px) {
    .nf-text-image {
      padding: 60px 0; } }
  @media (max-width: 768px) {
    .nf-text-image {
      padding: 80px 0 40px; } }
  .nf-text-image__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .nf-text-image__wrapper {
        flex-direction: column; } }
  .nf-text-image__text__inner {
    max-width: 495px;
    margin: 0 auto;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 20px; }
    @media (max-width: 1200px) {
      .nf-text-image__text__inner {
        max-width: 100%;
        padding-right: 40px;
        padding-top: 0; } }
  .nf-text-image__text h3 {
    font-size: 40px;
    line-height: 52px;
    color: #146898; }
  .nf-text-image__text p {
    font-size: 20px;
    line-height: 30px; }
  .nf-text-image__text, .nf-text-image__image {
    flex-basis: 50%; }
  @media (max-width: 768px) {
    .nf-text-image__image {
      order: -1;
      margin-bottom: 30px; } }
  .nf-text-image__image img {
    display: block; }
  .nf-text-image--normal .nf-text-image__image img {
    margin-left: auto; }
  .nf-text-image--flip .nf-text-image__wrapper {
    flex-direction: row-reverse; }
  .nf-text-image--flip .nf-text-image__image img {
    margin-right: auto; }

.nf-team-grid {
  margin: 80px auto;
  max-width: 1195px; }
  .nf-team-grid__heading h2 {
    color: #31ACB4;
    font-family: "AddingtonCF", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 50px; }
    @media (max-width: 1023px) {
      .nf-team-grid__heading h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 20px; } }
  .nf-team-grid__heading span {
    display: block;
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    /* 166.667% */
    margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .nf-team-grid__heading span {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 137.5% */ } }
  .nf-team-grid__heading p {
    margin-left: 0 !important;
    color: #493838;
    font-family: "Larsseit", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 133.333% */
    margin-bottom: 50px; }
    @media (max-width: 1023px) {
      .nf-team-grid__heading p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 137.5% */
        margin-bottom: 12px; } }
  .nf-team-grid__members {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    gap: 50px; }
    @media (max-width: 1023px) {
      .nf-team-grid__members {
        grid-gap: 40px;
        gap: 40px;
        flex-direction: column;
        flex-wrap: nowrap; } }
    .nf-team-grid__members-item {
      position: relative;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      align-items: start;
      text-decoration: none;
      max-width: 365px;
      width: calc(33.333% - 33.333px); }
      @media (max-width: 1023px) {
        .nf-team-grid__members-item {
          width: 100%;
          max-width: 100%; } }
    .nf-team-grid__members-image {
      width: 100%;
      flex-shrink: 0;
      aspect-ratio: 1 / 1;
      background-color: #F1EBE2;
      margin-bottom: 18px; }
      .nf-team-grid__members-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        aspect-ratio: 1 / 1;
        display: block; }
    .nf-team-grid__members h4, .nf-team-grid__members span {
      color: #09253A;
      font-family: "Larsseit", sans-serif; }
    .nf-team-grid__members h4 {
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      /* 133.333% */
      margin-bottom: 5px; }
    .nf-team-grid__members span {
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px;
      /* 133.333% */ }

.nf-youtube-card {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 750px;
  background-color: #146898;
  padding: 36px 65px;
  padding-left: 80px;
  margin-left: -20px; }
  @media (max-width: 1023px) {
    .nf-youtube-card {
      margin-left: 0; } }
  .nf-youtube-card__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 81px;
    gap: 81px; }
  .nf-youtube-card h2 {
    margin-bottom: 20px;
    font-family: "AddingtonCF", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 115.385% */
    max-width: 330px;
    color: #FFFFFF; }
    .nf-youtube-card h2 span {
      text-decoration: underline;
      -webkit-text-decoration-color: #FCBFBF;
              text-decoration-color: #FCBFBF; }
  .nf-youtube-card p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 133.333% */
    font-family: "Larsseit", sans-serif;
    color: #FFFFFF;
    max-width: 404px; }
  .nf-youtube-card__cta {
    display: flex;
    align-items: center;
    margin-top: 27px;
    width: 180px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    text-decoration: none;
    color: #146898 !important;
    transition: 0.3s;
    position: relative;
    font-family: "Larsseit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }
    .nf-youtube-card__cta::before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="22" viewBox="0 0 18 22" fill="none"><path d="M15.75 16.65H17.85V18.55H0.15V16.65H2.25H2.4V16.5V8.8C2.4 7.31186 2.8575 5.99268 3.77379 4.83694C4.69006 3.68121 5.87969 2.92466 7.34812 2.56571L7.4625 2.53775V2.42V1.65C7.4625 1.23209 7.61025 0.881153 7.90955 0.588501C8.20899 0.295722 8.56951 0.15 9 0.15C9.43049 0.15 9.79101 0.295722 10.0904 0.588501C10.3897 0.881153 10.5375 1.23209 10.5375 1.65V2.42V2.53775L10.6519 2.56571C12.1203 2.92466 13.3099 3.68121 14.2262 4.83694C15.1425 5.99268 15.6 7.31186 15.6 8.8V16.5V16.65H15.75ZM4.35 16.5V16.65H4.5H13.5H13.65V16.5V8.8C13.65 7.5488 13.1925 6.47455 12.283 5.58525C11.3736 4.69605 10.2765 4.25 9 4.25C7.72348 4.25 6.62641 4.69605 5.71701 5.58525C4.8075 6.47455 4.35 7.5488 4.35 8.8V16.5ZM9 21.85C8.42027 21.85 7.92828 21.6498 7.5158 21.2465C7.14051 20.8795 6.93826 20.4494 6.90494 19.95H11.0951C11.0617 20.4494 10.8595 20.8795 10.4842 21.2465C10.0717 21.6498 9.57973 21.85 9 21.85Z" fill="%23146898" stroke="white" stroke-width="0.3"/></svg>');
      margin-right: 10px;
      position: relative;
      left: 0;
      top: 0; }
    .nf-youtube-card__cta:hover {
      color: #FFFFFF !important;
      background-color: transparent; }
      .nf-youtube-card__cta:hover::before {
        filter: brightness(10); }

.nf-content-card {
  max-width: 1116px;
  margin: 80px auto;
  padding: 57px 60px;
  isolation: isolate;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 1280px) {
    .nf-content-card {
      padding-bottom: 80px; } }
  @media (max-width: 1023px) {
    .nf-content-card {
      padding: 30px 20px;
      margin-bottom: 30px; } }
  .nf-content-card__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .nf-content-card__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: bottom; }
  .nf-content-card__brief {
    font-family: "Larsseit", sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    color: #09253A;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .nf-content-card__brief {
        color: #FFFFFF;
        font-family: "AddingtonCF", serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        /* 127.273% */ } }
  .nf-content-card__content {
    max-width: 791px; }
    @media (max-width: 1023px) {
      .nf-content-card__content {
        flex: 1 1 auto; } }
  .nf-content-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 455px;
    line-height: 0; }
    @media (max-width: 1023px) {
      .nf-content-card__image {
        display: none; } }
    .nf-content-card__image img {
      width: 100%;
      height: 100%; }
  .nf-content-card__strapline {
    font-family: "Larsseit", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 23px;
    display: block; }
    @media (max-width: 1023px) {
      .nf-content-card__strapline {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-family: "Larsseit", sans-serif;
        margin-bottom: 0;
        display: inline-block; } }
  .nf-content-card__title {
    font-family: "AddingtonCF", serif;
    color: #FFFFFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 33px; }
    @media (max-width: 1023px) {
      .nf-content-card__title {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-family: "Larsseit", sans-serif;
        margin-bottom: 0;
        display: inline-block; } }
  .nf-content-card__cta {
    padding: 11px 30px;
    font-family: "Larsseit", sans-serif;
    color: #146898 !important;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    min-width: 180px;
    background-color: #FFFFFF;
    border-radius: 50px;
    transition: 0.3s; }
    @media (max-width: 1280px) {
      .nf-content-card__cta {
        display: inline-block;
        margin: 1em auto 0; } }
    @media (max-width: 1023px) {
      .nf-content-card__cta {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        position: relative;
        /*position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 30px;*/
        left: 0;
        transform: none;
        max-width: 167px;
        padding: 11px 0; } }
    .nf-content-card__cta:hover {
      background-color: transparent;
      color: #FFFFFF !important; }
    .nf-content-card__cta:first-of-type {
      margin-right: 15px; }
      @media (max-width: 1023px) {
        .nf-content-card__cta:first-of-type {
          margin-right: auto; } }

.nf-workshops {
  margin: 0 calc(50% - 50vw);
  padding-top: 90px;
  padding-bottom: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  isolation: isolate;
  position: relative; }
  @media (max-width: 1023px) {
    .nf-workshops {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .nf-workshops__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .nf-workshops__inner {
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; }
  .nf-workshops__title {
    margin-left: 121px;
    color: #FFFFFF;
    font-family: "AddingtonCF", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 712px;
    margin-bottom: 60px; }
    @media (max-width: 1023px) {
      .nf-workshops__title {
        margin-left: 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
  .nf-workshops__content {
    margin-left: 121px; }
    @media (max-width: 1023px) {
      .nf-workshops__content {
        margin-left: 0; } }
    .nf-workshops__content p, .nf-workshops__content li {
      color: #FFFFFF;
      font-family: "AddingtonCF", serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 30px;
      /* 150% */ }
      @media (max-width: 1023px) {
        .nf-workshops__content p, .nf-workshops__content li {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ } }
    .nf-workshops__content p {
      max-width: 700px;
      margin-bottom: 20px; }
      @media (max-width: 1023px) {
        .nf-workshops__content p {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ } }
    .nf-workshops__content ul {
      margin-bottom: 40px; }
      .nf-workshops__content ul li {
        max-width: 650px;
        margin-bottom: 12px; }
    .nf-workshops__content p, .nf-workshops__content ul, .nf-workshops__content ol, .nf-workshops__content li {
      margin-left: 0 !important; }
  .nf-workshops__sessions {
    position: relative;
    margin-bottom: 80px;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .nf-workshops__sessions {
        margin-top: 40px;
        margin-bottom: 40px; } }
    .nf-workshops__sessions .slick-track {
      display: flex !important;
      justify-content: flex-start;
      align-items: stretch;
      max-height: 535px; }
    .nf-workshops__sessions .slick-slide {
      height: auto !important;
      opacity: 0.3; }
      .nf-workshops__sessions .slick-slide > div {
        height: 100%; }
    .nf-workshops__sessions .slick-active {
      max-width: 647px;
      margin-right: 0;
      margin-left: 0;
      opacity: 1; }
    .nf-workshops__sessions-item {
      padding: 45px 60px;
      padding-bottom: 87px;
      padding-right: 102px;
      background-color: #146898;
      max-width: 424px;
      margin-right: 60px;
      height: 100%;
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 24px;
      /* 133.333% */ }
      @media (max-width: 1023px) {
        .nf-workshops__sessions-item {
          padding: 20px 25px;
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 40px;
          max-width: calc(100% - 50px); } }
      .nf-workshops__sessions-item-strapline {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        grid-gap: 26px;
        gap: 26px; }
        .nf-workshops__sessions-item-strapline img {
          width: 55px;
          height: 55px; }
        @media (max-width: 1023px) {
          .nf-workshops__sessions-item-strapline {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 30px;
            /* 187.5% */ }
            .nf-workshops__sessions-item-strapline img {
              display: none; } }
      .nf-workshops__sessions-item-title {
        color: #FFFFFF;
        font-family: "AddingtonCF", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 116.667% */
        position: relative;
        display: inline-block;
        margin-bottom: 25px;
        margin-top: 10px; }
        .nf-workshops__sessions-item-title::after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background-color: #FCBFBF;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%; }
          @media (max-width: 1023px) {
            .nf-workshops__sessions-item-title::after {
              display: none; } }
        @media (max-width: 1023px) {
          .nf-workshops__sessions-item-title {
            font-size: 24px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            max-width: 266px; } }
      .nf-workshops__sessions-item-subtitle {
        color: #FFFFFF;
        font-family: "Larsseit", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 133.333% */ }
        @media (max-width: 1023px) {
          .nf-workshops__sessions-item-subtitle {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 22px;
            /* 137.5% */ } }
      .nf-workshops__sessions-item p, .nf-workshops__sessions-item li {
        color: #FFFFFF;
        font-family: "Larsseit", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 133.333% */
        margin-bottom: 18px; }
        @media (max-width: 1023px) {
          .nf-workshops__sessions-item p, .nf-workshops__sessions-item li {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 22px;
            /* 137.5% */ } }
      .nf-workshops__sessions-item p, .nf-workshops__sessions-item ul, .nf-workshops__sessions-item ol, .nf-workshops__sessions-item li {
        margin-left: 0 !important; }
    .nf-workshops__sessions-slider__nav {
      position: absolute;
      top: calc(50%);
      transform: translateY(-50%);
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      right: 115px; }
      @media (max-width: 1023px) {
        .nf-workshops__sessions-slider__nav {
          display: none; } }
      .nf-workshops__sessions-slider__nav .nextbtn {
        width: 60px;
        height: 60px;
        background-color: #FCBFBF;
        border-radius: 50%;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.3s; }
        .nf-workshops__sessions-slider__nav .nextbtn:hover {
          background-color: #146898; }
          .nf-workshops__sessions-slider__nav .nextbtn:hover svg path {
            fill: #FFFFFF; }
  .nf-workshops__cta {
    margin-left: 344px;
    margin-top: 80px;
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .nf-workshops__cta {
        margin-left: 0;
        margin-top: 40px;
        flex-direction: column;
        width: 100%; } }
    .nf-workshops__cta a {
      border-radius: 50px;
      background: #146898;
      height: 50px;
      padding: 0 40px;
      padding-left: 28px;
      display: inline-flex;
      max-width: 223px;
      align-items: center;
      justify-content: center;
      color: #FFFFFF !important;
      text-align: center;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-decoration: none;
      margin-right: 40px;
      transition: 0.3s; }
      @media (max-width: 1023px) {
        .nf-workshops__cta a {
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          margin-right: 0;
          padding: 0 20px;
          min-width: 127px;
          background-color: #FFFFFF;
          color: #09253A !important; } }
      .nf-workshops__cta a::before {
        position: relative;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="white"/></svg>');
        margin-right: 15px;
        left: 0; }
        @media (max-width: 1023px) {
          .nf-workshops__cta a::before {
            display: none; } }
      .nf-workshops__cta a:hover {
        background: #FFFFFF !important;
        color: #146898 !important; }
        .nf-workshops__cta a:hover::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="%2309253A "/></svg>'); }
    .nf-workshops__cta span {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      display: inline-block;
      margin-bottom: 5px; }
      @media (max-width: 1023px) {
        .nf-workshops__cta span {
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */
          margin-left: 0;
          margin-top: 20px; } }

.nf-register-card {
  max-width: 1440px;
  padding: 106px 102px;
  padding-bottom: 112px;
  margin: 113px 0;
  position: relative;
  isolation: isolate;
  background-color: #146898; }
  @media (max-width: 1023px) {
    .nf-register-card {
      padding: 30px 25px;
      margin: 50px 0;
      padding-bottom: 80px; } }
  .nf-register-card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    opacity: 0.75;
    background-color: #146898; }
  .nf-register-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(20, 104, 152, 0.94); }
  .nf-register-card__inner {
    max-width: 648px; }
  .nf-register-card__heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px; }
    .nf-register-card__heading h2 {
      color: #FFFFFF;
      font-family: "AddingtonCF", serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      display: inline-block;
      margin-right: 40px; }
      @media (max-width: 1023px) {
        .nf-register-card__heading h2 {
          font-size: 24px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          margin-left: 0; } }
    .nf-register-card__heading a {
      border-radius: 50px;
      background: #FFFFFF;
      height: 50px;
      padding: 0 30px;
      display: inline-flex;
      max-width: 223px;
      align-items: center;
      justify-content: center;
      color: #146898 !important;
      text-align: center;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-decoration: none;
      margin-right: 40px;
      transition: 0.3s; }
      .nf-register-card__heading a::before {
        position: relative;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="%23146898"/></svg>');
        margin-right: 15px;
        left: 0; }
        @media (max-width: 1023px) {
          .nf-register-card__heading a::before {
            display: none; } }
      @media (max-width: 1023px) {
        .nf-register-card__heading a {
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          text-transform: capitalize;
          padding: 0 20px;
          height: 40px;
          margin-right: 0; } }
      .nf-register-card__heading a:hover {
        background: #146898 !important;
        color: #FFFFFF !important; }
        .nf-register-card__heading a:hover::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="white "/></svg>'); }
  .nf-register-card__info {
    padding: 30px 20px;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: top; }
    @media (max-width: 1023px) {
      .nf-register-card__info {
        flex-direction: column;
        padding: 20px 0; } }
    .nf-register-card__info .title {
      display: inline-block;
      width: 310px;
      font-family: "Larsseit", sans-serif;
      color: #FFFFFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      /* 133.333% */ }
      @media (max-width: 1023px) {
        .nf-register-card__info .title {
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 22px;
          /* 137.5% */ } }
    .nf-register-card__info .content {
      display: inline-block;
      width: 280px;
      font-family: "Larsseit", sans-serif;
      color: #FFFFFF;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px;
      /* 133.333% */ }
      @media (max-width: 1023px) {
        .nf-register-card__info .content {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */ } }

.nf-highlight-box {
  margin: 0 calc(50% - 50vw);
  padding-top: 130px;
  padding-bottom: 127px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  position: relative;
  background-color: #FFFFFF;
  mix-blend-mode: multiply; }
  @media (max-width: 1023px) {
    .nf-highlight-box {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .nf-highlight-box__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .nf-highlight-box__inner {
    max-width: 1194px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1023px) {
      .nf-highlight-box__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px; } }
  .nf-highlight-box__title {
    color: #31ACB4;
    font-family: "AddingtonCF", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 600px;
    margin-bottom: 60px; }
    @media (max-width: 1023px) {
      .nf-highlight-box__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 30px; } }
  .nf-highlight-box__text p, .nf-highlight-box__text li {
    color: #09253A;
    font-family: "Larsseit", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    max-width: 627px;
    margin-left: 0 !important; }
    @media (max-width: 1023px) {
      .nf-highlight-box__text p, .nf-highlight-box__text li {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        max-width: 100%; } }
  .nf-highlight-box__cta {
    width: 100%;
    text-align: center;
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .nf-highlight-box__cta {
        margin-top: 30px;
        margin-bottom: 20px; } }
    .nf-highlight-box__cta a {
      border-radius: 50px;
      background: #146898;
      height: 50px;
      padding: 0 40px;
      padding-left: 28px;
      display: inline-flex;
      max-width: 223px;
      align-items: center;
      justify-content: center;
      color: #FFFFFF !important;
      text-align: center;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      text-decoration: none;
      margin-right: 40px;
      transition: 0.3s; }
      .nf-highlight-box__cta a::before {
        position: relative;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="white"/></svg>');
        margin-right: 15px;
        left: 0; }
      @media (max-width: 1023px) {
        .nf-highlight-box__cta a {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          text-transform: capitalize;
          padding: 0 10px;
          height: 40px;
          margin-right: 0; } }
      .nf-highlight-box__cta a:hover {
        background: #FFFFFF !important;
        color: #146898 !important; }
        .nf-highlight-box__cta a:hover::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="%2309253A "/></svg>'); }
    .nf-highlight-box__cta span {
      color: #146898;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      @media (max-width: 1023px) {
        .nf-highlight-box__cta span {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          display: block;
          margin-top: 20px;
          text-align: center; } }

.nf-book-card {
  max-width: 1236px;
  margin: 0 auto;
  margin-bottom: 80px;
  background-blend-mode: multiply;
  padding: 0;
  isolation: isolate; }
  @media (max-width: 1023px) {
    .nf-book-card {
      margin-bottom: 30px !important;
      margin-top: 50px !important; } }
  .nf-book-card__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .nf-book-card__inner {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 80px; } }
  .nf-book-card__content {
    padding: 60px; }
    @media (max-width: 1023px) {
      .nf-book-card__content {
        padding: 20px 25px; } }
  .nf-book-card__strapline {
    color: #FFF;
    font-family: Larsseit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 0 !important;
    margin-top: 0;
    margin-bottom: 25px; }
    @media (max-width: 1023px) {
      .nf-book-card__strapline {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        /* 125% */
        margin-bottom: 13px; } }
  .nf-book-card__title {
    color: white;
    font-family: "AddingtonCF", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
    margin-bottom: 78px; }
    .nf-book-card__title strong {
      font-weight: 300;
      position: relative; }
      .nf-book-card__title strong::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #FCBFBF; }
    @media (max-width: 1023px) {
      .nf-book-card__title {
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        /* 127.273% */
        margin-bottom: 20px; } }
  .nf-book-card__image {
    position: relative;
    isolation: isolate;
    height: auto;
    width: 330px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .nf-book-card__image {
        position: unset;
        background-color: #0E3F64 !important;
        padding: 15px 0;
        margin-bottom: 0 !important; } }
    .nf-book-card__image-bgimage {
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      position: absolute;
      opacity: 0.1;
      z-index: 0; }
      .nf-book-card__image-bgimage img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 1023px) {
        .nf-book-card__image-bgimage {
          display: none; } }
    @media (max-width: 1023px) {
      .nf-book-card__image {
        margin-bottom: 40px;
        width: 100%; } }
    .nf-book-card__image-content {
      position: relative;
      z-index: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (max-width: 1023px) {
        .nf-book-card__image-content {
          position: unset; } }
      .nf-book-card__image-content img {
        width: 202px;
        display: block;
        margin-bottom: 34px; }
        @media (max-width: 1023px) {
          .nf-book-card__image-content img {
            width: 100px;
            margin-bottom: 0; } }
      .nf-book-card__image-content a {
        width: 171px;
        height: 50px;
        background: #FFFFFF;
        color: #09253A !important;
        text-decoration: none;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px; }
        .nf-book-card__image-content a::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="19" viewBox="0 0 13 19" fill="none"><path d="M1 11.5L6.5 17L12 11.5" stroke="%2309253A" stroke-width="1.5"/><path d="M6.5 0V16.5" stroke="%2309253A" stroke-width="1.5"/></svg>');
          margin-right: 10px; }
          @media (max-width: 1023px) {
            .nf-book-card__image-content a::before {
              display: none; } }
        @media (max-width: 1023px) {
          .nf-book-card__image-content a {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            height: 44px;
            width: 167px;
            padding: 0; } }
  .nf-book-card__testimonial {
    display: flex;
    justify-content: flex-start;
    align-items: top; }
    .nf-book-card__testimonial-image {
      margin-right: 23px;
      width: 58px;
      height: 58px;
      border-radius: 50%; }
      .nf-book-card__testimonial-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 50%;
        display: block; }
    .nf-book-card__testimonial-content {
      max-width: 640px; }
      .nf-book-card__testimonial-content p {
        margin-top: 0;
        font-family: "Larsseit", sans-serif;
        color: #FFFFFF !important;
        margin-left: 0 !important;
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        /* 133.333% */
        color: #09253A;
        margin-bottom: 20px;
        position: relative; }
        .nf-book-card__testimonial-content p::before {
          content: "“";
          position: absolute;
          top: 0;
          left: -8px; }
        .nf-book-card__testimonial-content p::after {
          content: "”"; }
        @media (max-width: 1023px) {
          .nf-book-card__testimonial-content p {
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 18px;
            /* 128.571% */
            margin-bottom: 0; } }
      .nf-book-card__testimonial-content cite {
        font-family: "Larsseit", sans-serif;
        color: #FFFFFF !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px; }
        .nf-book-card__testimonial-content cite::before {
          content: "— "; }
        @media (max-width: 1023px) {
          .nf-book-card__testimonial-content cite {
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 18px;
            /* 128.571% */ } }

.nf-book-card--darktext .nf-book-card__testimonial p {
  color: #09253A !important; }

.nf-book-card--darktext .nf-book-card__testimonial cite {
  color: #09253A !important; }

.nf-book-card--darktext .nf-book-card__strapline {
  color: #09253A !important; }

.nf-book-card--darktext .nf-book-card__title {
  color: #09253A !important; }

.nf-about-card {
  margin: 80px calc(50% - 50vw);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .nf-about-card {
      flex-direction: column; } }
  .nf-about-card__image {
    max-width: 631px;
    flex-shrink: 0; }
    .nf-about-card__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (max-width: 1023px) {
      .nf-about-card__image {
        max-width: 100%;
        padding: 20px; }
        .nf-about-card__image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          aspect-ratio: 353 / 200; } }
  .nf-about-card__inner {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    grid-gap: 60px;
    gap: 60px;
    padding: 30px 52px;
    max-width: 700px; }
    @media (max-width: 1023px) {
      .nf-about-card__inner {
        padding: 20px;
        grid-gap: 20px;
        gap: 20px; } }
  .nf-about-card__title {
    color: #31ACB4;
    font-family: "AddingtonCF", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-left: 0 !important; }
    @media (max-width: 1023px) {
      .nf-about-card__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal; } }
  .nf-about-card__content {
    max-width: 700px; }
    .nf-about-card__content p, .nf-about-card__content ul, .nf-about-card__content li, .nf-about-card__content a {
      color: #FFFFFF !important;
      font-family: "Larsseit", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px;
      margin-left: 0 !important;
      text-decoration: none !important; }
      @media (max-width: 1023px) {
        .nf-about-card__content p, .nf-about-card__content ul, .nf-about-card__content li, .nf-about-card__content a {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px; } }
    .nf-about-card__content a {
      border-bottom: 1px solid #FCBFBF; }
  .nf-about-card__graphic {
    top: 65%;
    transform: translateY(-50%);
    right: 0;
    position: absolute; }
    @media (max-width: 1560px) {
      .nf-about-card__graphic {
        right: -200px; } }
    @media (max-width: 1320px) {
      .nf-about-card__graphic {
        display: none; } }
    @media (max-width: 1023px) {
      .nf-about-card__graphic {
        display: none; } }

.nf-featured-insights {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 1023px) {
    .nf-featured-insights {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .nf-featured-insights__header {
    max-width: 1217px;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .nf-featured-insights__header {
        position: unset; } }
    .nf-featured-insights__header__title {
      color: #31ACB4;
      font-family: "AddingtonCF", serif;
      font-size: 50px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-bottom: 30px;
      max-width: 900px; }
      @media (max-width: 1023px) {
        .nf-featured-insights__header__title {
          font-size: 24px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          margin-bottom: 20px;
          max-width: 100%; } }
    .nf-featured-insights__header__brief {
      color: #09253A;
      font-family: "Larsseit", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 300;
      line-height: 32px;
      /* 133.333% */
      max-width: 710px !important;
      margin-left: 242px !important; }
      @media (max-width: 1023px) {
        .nf-featured-insights__header__brief {
          font-size: 16px;
          font-style: normal;
          font-weight: 300;
          line-height: 22px;
          /* 137.5% */
          margin-left: 0 !important;
          max-width: 100% !important; } }
    .nf-featured-insights__header__button {
      color: #09253A;
      font-family: Larsseit;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 22px;
      /* 110% */
      text-transform: capitalize;
      transition: all .3s ease;
      position: relative;
      background: none;
      border-bottom: 2px solid #FCBFBF;
      cursor: pointer;
      transition: 0.3s;
      color: #09253A !important;
      position: absolute !important;
      bottom: 0 !important;
      right: 30px !important;
      text-decoration: none !important; }
      .nf-featured-insights__header__button::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.3s; }
      .nf-featured-insights__header__button:hover::after {
        right: -50px; }
      .nf-featured-insights__header__button:focus {
        outline: none; }
      @media (max-width: 1023px) {
        .nf-featured-insights__header__button {
          position: relative !important;
          margin-top: 20px !important;
          bottom: 0 !important;
          right: auto !important; } }
  .nf-featured-insights .insights__featured__slider__article__content h2, .nf-featured-insights .insights__featured__slider__article__content p, .nf-featured-insights .insights__featured__slider__article__content ul, .nf-featured-insights .insights__featured__slider__article__content li {
    margin-left: 0 !important; }

.nf-book-packages {
  margin: 120px calc(50% - 50vw);
  margin-top: 100px;
  background-color: #09253A;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0; }
  @media (max-width: 1023px) {
    .nf-book-packages {
      margin: 40px calc(50% - 50vw);
      padding: 30px 0; } }
  .nf-book-packages .container.listing {
    max-width: 1250px; }
  .nf-book-packages__packages {
    position: relative; }
  .nf-book-packages__package {
    background: #146898;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 420px; }
    @media (max-width: 1023px) {
      .nf-book-packages__package {
        flex-direction: column-reverse;
        height: auto;
        margin-bottom: 30px; } }
    .nf-book-packages__package-content {
      padding: 40px 60px;
      height: calc(100% - 80px);
      position: relative;
      width: 100%; }
      @media (max-width: 1023px) {
        .nf-book-packages__package-content {
          padding: 15px 25px;
          height: auto;
          padding-bottom: 100px; } }
      @media (max-width: 1023px) {
        .nf-book-packages__package-content ul {
          padding-left: 20px; } }
    .nf-book-packages__package-image {
      width: 446px;
      flex-shrink: 0;
      padding: 56px 0;
      background-color: #267DAE;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1023px) {
        .nf-book-packages__package-image {
          width: 100%;
          padding: 0;
          height: auto;
          padding: 30px 0; } }
    .nf-book-packages__package-cta {
      margin-left: 20px;
      position: absolute;
      bottom: 40px;
      left: 60px; }
      @media (max-width: 1023px) {
        .nf-book-packages__package-cta {
          position: absolute;
          bottom: 30px;
          left: 25px;
          width: calc(100% - 25px);
          text-align: center;
          margin-left: 0; } }
      .nf-book-packages__package-cta a {
        color: #09253A;
        font-family: Larsseit;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        /* 110% */
        text-transform: capitalize;
        transition: all .3s ease;
        position: relative;
        background: none;
        border-bottom: 2px solid #FCBFBF;
        cursor: pointer;
        transition: 0.3s;
        color: #FFFFFF !important;
        text-decoration: none !important;
        position: relative; }
        .nf-book-packages__package-cta a::after {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8365 18.6636L13.7673 17.6194L18.6462 12.7404H2.5V11.2406H18.6558L13.7923 6.36163L14.8365 5.31738L21.5095 11.9906L14.8365 18.6636Z" fill="%23FCBFBF"/></svg>');
          position: absolute;
          right: -30px;
          top: 50%;
          transform: translateY(-50%);
          transition: 0.3s; }
        .nf-book-packages__package-cta a:hover::after {
          right: -50px; }
        .nf-book-packages__package-cta a:focus {
          outline: none; }
        @media (max-width: 1023px) {
          .nf-book-packages__package-cta a {
            margin-left: 0;
            margin-bottom: 15px;
            margin-left: 0;
            display: inline; } }
        .nf-book-packages__package-cta a::after {
          display: none; }
        .nf-book-packages__package-cta a::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="19" viewBox="0 0 13 19" fill="none"><path d="M1 11.5L6.5 17L12 11.5" stroke="%23FCBFBF" stroke-width="1.5"/><path d="M6.5 0V16.5" stroke="%23FCBFBF" stroke-width="1.5"/></svg>');
          left: -20px;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          margin-right: 10px;
          transition: 0.3s; }
        .nf-book-packages__package-cta a:hover::before {
          top: 30%; }
      .nf-book-packages__package-cta span {
        color: #FFFFFF;
        font-family: "Larsseit", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-left: 46px; }
        @media (max-width: 1023px) {
          .nf-book-packages__package-cta span {
            display: block;
            margin-left: 0;
            margin-top: 15px; } }
    .nf-book-packages__package-title {
      color: #FFFFFF;
      font-family: "AddingtonCF", serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      /* 116.667% */
      margin-bottom: 30px;
      position: relative;
      display: inline-block; }
      .nf-book-packages__package-title::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1.5px;
        background-color: #FCBFBF; }
    .nf-book-packages__package-description {
      color: #FFFFFF;
      font-family: "Larsseit", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 30px; }
      .nf-book-packages__package-description p, .nf-book-packages__package-description ul, .nf-book-packages__package-description ol, .nf-book-packages__package-description li {
        color: #FFFFFF;
        font-family: "Larsseit", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        /* 133.333% */
        margin-left: 0 !important;
        margin-top: 0; }
  .nf-book-packages__title {
    color: #FFFFFF;
    font-family: "AddingtonCF", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 60px; }
    @media (max-width: 1023px) {
      .nf-book-packages__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 30px; } }
  .nf-book-packages__slider .nf-book-packages__package {
    background-color: #146898;
    padding: 60px;
    max-width: 469px;
    height: 100%; }
    @media (max-width: 1023px) {
      .nf-book-packages__slider .nf-book-packages__package {
        padding-bottom: 30px !important;
        max-width: calc(100% - 50px);
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 20px;
        height: auto; } }
    .nf-book-packages__slider .nf-book-packages__package-content {
      padding: 60px;
      max-width: 469px;
      height: 100%; }
      @media (max-width: 1023px) {
        .nf-book-packages__slider .nf-book-packages__package-content {
          padding-bottom: 100px !important;
          max-width: 100%; } }
  .nf-book-packages__slider .slick-track {
    display: flex !important;
    justify-content: flex-start;
    align-items: stretch;
    max-height: 598px;
    height: 598px; }
  .nf-book-packages__slider .slick-slide {
    opacity: 0.4;
    height: auto !important; }
    .nf-book-packages__slider .slick-slide > div {
      height: 100%; }
  .nf-book-packages__slider .slick-active {
    max-width: 647px;
    margin-right: 0;
    margin-left: 0;
    opacity: 1; }
  .nf-book-packages__slider-nav {
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    right: 80px; }
    @media (max-width: 1500px) {
      .nf-book-packages__slider-nav {
        right: 0; } }
    .nf-book-packages__slider-nav .nextbtn {
      width: 60px;
      height: 60px;
      background-color: #FCBFBF;
      border-radius: 50%;
      border: none;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: 0.3s; }
      .nf-book-packages__slider-nav .nextbtn:hover {
        background-color: #146898; }
        .nf-book-packages__slider-nav .nextbtn:hover svg path {
          fill: #FFFFFF; }
    @media (max-width: 1023px) {
      .nf-book-packages__slider-nav {
        display: none; } }
  .nf-book-packages .container.slider {
    max-width: 1440px; }
    @media (max-width: 1500px) {
      .nf-book-packages .container.slider {
        max-width: 1250px; } }
    .nf-book-packages .container.slider .nf-book-packages__package-content {
      position: relative;
      background-color: #146898;
      height: calc(100% - 120px);
      padding: 0; }
      .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-title {
        margin-bottom: 42px; }
        @media (max-width: 1023px) {
          .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-title {
            margin-bottom: 20px; } }
      .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-image {
        padding: 0;
        max-width: 469px;
        max-height: 300px;
        text-align: center;
        background-color: unset; }
        @media (max-width: 1023px) {
          .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-image {
            max-width: 100%;
            max-height: auto; } }
        .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-image img {
          height: 100%;
          max-height: 300px;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover; }
      .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-cta {
        position: absolute;
        bottom: 0;
        left: 0; }
        @media (max-width: 1023px) {
          .nf-book-packages .container.slider .nf-book-packages__package-content .nf-book-packages__package-cta {
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); } }
  .nf-book-packages__cta {
    margin-left: 243px; }
    @media (max-width: 1023px) {
      .nf-book-packages__cta {
        margin-left: 0;
        text-align: center; } }
    .nf-book-packages__cta a {
      background-color: #146898;
      color: #FFFFFF !important;
      text-decoration: none;
      height: 48px;
      justify-content: center;
      align-items: center;
      border: 1px solid #146898;
      border-radius: 50px;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      transition: 0.3s;
      padding: 0 40px;
      display: inline-flex; }
      .nf-book-packages__cta a::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="white"/></svg>');
        position: relative;
        left: 0;
        margin-right: 10px; }
        @media (max-width: 1023px) {
          .nf-book-packages__cta a::before {
            display: none; } }
      .nf-book-packages__cta a:hover {
        background-color: #FFFFFF;
        color: #146898 !important; }
        .nf-book-packages__cta a:hover::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.0033 21C10.7588 21 9.58867 20.7638 8.493 20.2915C7.3975 19.8192 6.4445 19.1782 5.634 18.3685C4.8235 17.5588 4.18192 16.6067 3.70925 15.512C3.23642 14.4175 3 13.2479 3 12.0033C3 10.7588 3.23625 9.58867 3.70875 8.493C4.18125 7.3975 4.8225 6.4445 5.6325 5.634C6.4425 4.8235 7.395 4.18192 8.49 3.70925C9.585 3.23642 10.755 3 12 3C13.0235 3 13.9918 3.15833 14.905 3.475C15.8183 3.79167 16.6513 4.23333 17.4038 4.8L16.6845 5.54425C16.0257 5.05442 15.3008 4.67458 14.51 4.40475C13.7193 4.13492 12.8827 4 12 4C9.78333 4 7.89583 4.77917 6.3375 6.3375C4.77917 7.89583 4 9.78333 4 12C4 14.2167 4.77917 16.1042 6.3375 17.6625C7.89583 19.2208 9.78333 20 12 20C14.2167 20 16.1042 19.2208 17.6625 17.6625C19.2208 16.1042 20 14.2167 20 12C20 11.5975 19.9705 11.2027 19.9115 10.8155C19.8525 10.4285 19.7641 10.0522 19.6462 9.6865L20.4443 8.86925C20.6276 9.36408 20.766 9.87183 20.8595 10.3925C20.9532 10.913 21 11.4488 21 12C21 13.245 20.7638 14.415 20.2915 15.51C19.8192 16.605 19.1782 17.5575 18.3685 18.3675C17.5588 19.1775 16.6067 19.8188 15.512 20.2913C14.4175 20.7638 13.2479 21 12.0033 21ZM10.5615 15.9078L7.00375 12.35L7.7115 11.6423L10.5615 14.4923L20.2922 4.75575L21 5.4635L10.5615 15.9078Z" fill="%23146898"/></svg>'); }
      @media (max-width: 1023px) {
        .nf-book-packages__cta a {
          height: 40px;
          font-size: 16px;
          padding: 0 20px;
          margin-bottom: 15px; } }
    .nf-book-packages__cta span {
      color: #FFFFFF;
      margin-left: 46px; }
      @media (max-width: 1023px) {
        .nf-book-packages__cta span {
          display: block;
          margin-left: 0;
          font-size: 16px; } }

.nf-floating-image {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw; }
  @media (max-width: 1023px) {
    .nf-floating-image {
      margin-right: 0;
      margin-left: 0 !important;
      margin-top: 30px;
      margin-bottom: 30px;
      width: 100%; } }
  .nf-floating-image__inner {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
    @media (max-width: 1500px) {
      .nf-floating-image__inner {
        top: 0;
        max-width: 500px; } }
    @media (max-width: 1350px) {
      .nf-floating-image__inner {
        top: 0;
        max-width: 400px; } }
    @media (max-width: 1250px) {
      .nf-floating-image__inner {
        top: 0;
        max-width: 300px; } }
    @media (max-width: 1023px) {
      .nf-floating-image__inner {
        position: relative;
        top: 0;
        transform: unset;
        width: 100%; }
        .nf-floating-image__inner img {
          width: 100%;
          height: auto;
          aspect-ratio: 670 / 370;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; } }


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