@charset "UTF-8";
/* ----------------------------------------------------------------------------------

NS CSS

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Slick 
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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 Theme
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slick Lightbox
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox.slick-hide {
  opacity: 0;
}

.slick-lightbox.slick-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox.slick-lightbox-ie.slick-hide,
.slick-lightbox.slick-lightbox-ie.slick-hide-init {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox .slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
  margin-top: 10px;
  color: #fff;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

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

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

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

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

figure,
figure.wp-block-image {
  margin: 0;
}

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

select {
  color: #000;
}

.overlay-body {
  width: 100%;
  height: 107vh;
  background-color: #fff;
  z-index: 90000000;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: left 1s ease-in-out;
  display: none;
}
.overlay-body .img-overlay {
  overflow: hidden;
}
.overlay-body .img-overlay img {
  text-align: center;
  display: block !important;
  width: 100px;
  height: auto;
}

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

.covered {
  left: 100%;
  transition: 1s;
}

.backgroundslide {
  background-position: right bottom;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Mercury Display A", "Mercury Display B";
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.loading-js {
  visibility: hidden;
}

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 40px 0;
  color: #203755;
}

h1 {
  font-size: 70px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 74px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }
}

h2 {
  font-size: 70px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 74px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

h3 {
  font-size: 60px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 64px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}

h4 {
  font-size: 40px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 44px;
  font-weight: 500;
}

h5 {
  font-size: 36px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 40px;
  font-weight: 500;
}

h6 {
  font-size: 30px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 40px;
  font-weight: 500;
}

p {
  font-size: 18px;
  margin: 22px 0;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B";
  color: #334154;
  font-weight: 400;
}
p strong {
  font-weight: 500;
}

hr {
  border-top: 1px solid #ddd;
  margin: 50px 0;
}

a {
  color: blue;
  font-family: "Gotham A", "Gotham B";
}
a:focus {
  outline: none;
}

main ul {
  list-style: none;
  padding-left: 17px;
}

main ul li {
  font-size: 18px;
  color: #203755;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 10px;
}

main ul li::before {
  content: "•";
  color: #327BA5;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
}

main ol {
  list-style: none;
  counter-reset: li;
  padding-left: 17px;
}

main ol li {
  font-size: 18px;
  color: #203755;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 10px;
}

main li::before {
  content: counter(li) ".";
  color: #327BA5;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}

main li {
  counter-increment: li;
}

.size-22 {
  font-size: 22px;
  color: #203755;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}

/*Archive News*/
.hero-news-section {
  background-color: #203755;
  color: #fff;
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  .hero-news-section {
    padding-bottom: 0;
  }
}
.hero-news-section .news-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 67px;
  padding-bottom: 76px;
}
.hero-news-section .news-section .hero-news-title {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .hero-news-section .news-section .hero-news-title {
    width: 100%;
  }
}
.hero-news-section .news-section .hero-news-title h1 {
  color: #fff;
}
.hero-news-section .news-section .hero-news-media {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 67px;
}
@media screen and (max-width: 767px) {
  .hero-news-section .news-section .hero-news-media {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
  }
}
.hero-news-section .news-section .hero-news-media .media-title {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B";
  color: #fff;
  font-weight: 600;
}
.hero-news-section .news-section .hero-news-media .media-title a {
  color: #C5E1EC;
  font-weight: 400;
  text-decoration: none;
}
.hero-news-section .news-section .hero-news-media .ns-primary-button {
  margin-right: 0;
  color: #fff;
}
.hero-news-section .news-section .hero-news-media .ns-primary-button::after {
  background-color: #203755;
}
.hero-news-section .news-section .hero-news-media .ns-primary-button::before {
  background-color: #203755;
}

.hero-feature-news {
  background-color: #203755;
  padding-bottom: 50px;
}
.hero-feature-news .feature-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 66px;
  color: #fff;
  border-top: 1px solid #657486;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news {
    flex-wrap: wrap;
  }
}
.hero-feature-news .feature-news .feature-topic a {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.hero-feature-news .feature-news .feature-title-content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-title-content {
    width: 100%;
    padding-top: 40px;
  }
}
.hero-feature-news .feature-news .feature-title-content h3 {
  color: #C5E1EC;
  max-width: 520px;
}
.hero-feature-news .feature-news .feature-title-content p {
  color: #fff;
  max-width: 520px;
  font-size: 16px;
  line-height: 28px;
}
.hero-feature-news .feature-news .feature-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-image {
    width: 100%;
  }
}
.hero-feature-news .feature-news .feature-image img {
  width: 100%;
}

.post-section.bluelighter {
  background-color: #F3F9FB;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-section.bluelighter {
    padding-top: 64px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .post-section {
    padding-bottom: 64px;
  }
  .post-section .container {
    padding: 0 40px;
  }
}

.post-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 40px;
  row-gap: 40px;
}
.post-row .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 50px;
}
.post-row .pagination .older {
  width: 50%;
}
.post-row .pagination .older a {
  float: right;
  background-color: #C5E1EC;
  padding: 12px 25px;
  color: #72A6C3;
  text-decoration: none;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.post-row .pagination .older:hover a {
  color: #fff;
  background-color: #327BA5;
}
.post-row .pagination .newer {
  width: 50%;
}
.post-row .pagination .newer a {
  background-color: #C5E1EC;
  padding: 12px 25px;
  color: #72A6C3;
  text-decoration: none;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.post-row .pagination .newer:hover a {
  color: #fff;
  background-color: #327BA5;
}
.post-row .article-section {
  flex: 0 0 calc((100% - 80px) / 3);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-row .article-section {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .post-row .article-section {
    width: 100%;
    flex: 0 0 100%;
  }
}
.post-row .article-section .label {
  margin: 26px 0 26px 0;
  display: inline-block;
}
.post-row .article-section .content-type {
  display: inline-block;
}
.post-row .article-section .content-type a {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #657486;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}
.post-row .article-section hr {
  margin: 0;
}
.post-row .article-section h5 {
  margin: 16px 0 0 0;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .post-row .article-section h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.post-row .article-section h5 a {
  text-decoration: none;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
}
.post-row .article-section p {
  color: #657486;
  font-size: 14px;
  line-height: 22px;
  margin: 16px 0 0 0;
}
.post-row .article-section img {
  width: 100%;
  object-fit: cover;
}

.terms-search-block {
  padding: 80px 0;
}
.terms-search-block .terms-search-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.terms-search-block .terms-search-row .terms-filter-insights {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms-filter-insights {
    width: 100%;
  }
}
.terms-search-block .terms-search-row .terms {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms {
    width: 100%;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.terms-search-block .terms-search-row .terms .activated {
  background-color: #327BA5;
  color: #fff;
}
.terms-search-block .terms-search-row .terms .activated a {
  color: #fff;
}
.terms-search-block .terms-search-row .terms > div {
  background-color: #E0E3E7;
  color: #657486;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 20px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500 !important;
  cursor: pointer;
  text-transform: uppercase;
}
.terms-search-block .terms-search-row .terms > div a {
  color: #657486;
  text-decoration: none;
}
.terms-search-block .terms-search-row .terms > div:hover {
  background-color: #327BA5;
  color: #fff;
}
.terms-search-block .terms-search-row .terms > div:hover a {
  color: #fff;
}
.terms-search-block .terms-search-row .search {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .search {
    width: 100%;
  }
}
.terms-search-block .terms-search-row .search form {
  float: right;
  position: relative;
  width: 100%;
}
.terms-search-block .terms-search-row .search form input[type=text] {
  border: none;
  background: #F8F8F8;
  padding: 16px 20px;
  width: 100% !important;
  font-size: 15px;
  color: #203755;
  font-weight: 500 !important;
  font-family: "Gotham A", "Gotham B";
  opacity: 0.6;
}
.terms-search-block .terms-search-row .search form input[type=text]::placeholder {
  font-size: 15px;
  color: #203755;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.terms-search-block .terms-search-row .search form input[type=text]:focus-visible {
  outline: unset !important;
}
.terms-search-block .terms-search-row .search form input[type=submit] {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  background-color: transparent;
  width: 50px;
}
.terms-search-block .terms-search-row .archive-filters {
  margin-bottom: 40px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  margin-top: 44px;
}
.terms-search-block .terms-search-row .archive-filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background-color: #F3F9FB;
  height: 50px;
}
.terms-search-block .terms-search-row .archive-filters ul li {
  font-size: 15px;
  line-height: 34px;
  position: relative;
}
.terms-search-block .terms-search-row .archive-filters ul li.active {
  background-color: #fff;
  box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters ul.filters li.active {
  background: #F3F9FB;
  color: #72A6C3;
  box-shadow: unset !important;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span {
  display: block;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 15px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > b {
  font-weight: 500 !important;
  font-family: "Gotham A", "Gotham B";
  font-size: 15px;
  color: #203755;
  line-height: 18px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > svg {
  float: right;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul {
  position: absolute;
  z-index: 9;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 7px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li {
  padding: 8px 15px;
  height: auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500 !important;
  color: #327BA5;
  font-family: "Gotham A", "Gotham B";
  height: 48px;
  display: flex;
  align-items: center;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li.show,
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li:hover {
  background: #F3F9FB;
  cursor: pointer;
  color: #72A6C3;
}
.terms-search-block .terms-search-row .archive-filters > ul > li.active svg {
  transform: rotate(180deg);
}
.terms-search-block .terms-search-row .archive-filters > ul li.active > ul {
  display: block;
  height: auto;
  overflow: auto;
  padding: 0 15px 20px 15px;
}

.news-callout {
  background-color: #203755;
  padding: 94px 0 94px 100px;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news-callout {
    padding: 20px;
  }
}
.news-callout.bluelighter {
  margin-top: -200px;
}
.news-callout .footer-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .news-callout .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .news-callout .footer-row.copyright {
    flex-direction: column-reverse;
  }
}
.news-callout .footer-icon {
  width: 8%;
}
@media only screen and (max-width: 768px) {
  .news-callout .footer-icon {
    width: 100%;
  }
}
.news-callout .footer-form {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .news-callout .footer-form {
    width: 100%;
  }
}
.news-callout .footer-form .footer-form-headline h5 {
  color: #fff;
  margin: 20px 0;
  font-weight: 500;
}
.news-callout .footer-form .footer-form-section .gform_title {
  display: none;
}
@media (max-width: 1024px) {
  .news-callout .footer-form .footer-form-section .gfield--type-submit {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
  position: relative;
  background-color: none;
  color: #fff;
  border: 1px solid #72A6C3;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
  background-color: transparent;
  font-family: "Gotham A", "Gotham B";
  transition: background-color 0.3s, color 0.3s;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
    width: 330px;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 1024px) {
  .news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
    padding: 14px 123px;
    width: 330px;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover {
  background-color: transparent;
  border: 1px solid #203755;
  animation: fillAnimation 2s infinite alternate;
  transition: 1s;
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #72A6C3;
  border-right: 20px solid transparent;
  z-index: 1;
  transition: 1s;
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #72A6C3;
  border-left: 20px solid transparent;
  z-index: 1;
  transition: 0.5s;
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover::before {
  border-top: 20px solid #203755;
  transition: 1s;
}
.news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover::after {
  border-bottom: 20px solid #203755;
  transition: 1s;
}
.news-callout .footer-form .footer-form-section #input_1_1 {
  background-color: #657486;
  border: unset;
  height: 46px;
  padding: 8px 20px 10px 20px;
  color: #E0E3E7;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
}
@media (max-width: 1024px) {
  .news-callout .footer-form .footer-form-section #input_1_1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 390px) {
  .news-callout .footer-form .footer-form-section #input_1_1 {
    text-align: left;
  }
}
.news-callout .footer-form .footer-form-section #input_1_1::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
}
.news-callout .footer-form .footer-form-section #input_1_1:focus-visible {
  outline: unset !important;
}
.news-callout .footer-form .footer-form-section .gform_confirmation_message {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
}
.news-callout .footer-form .footer-form-section label {
  display: none;
}

.hero-single-insights {
  width: 100%;
  height: 650px;
  position: relative;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .hero-single-insights {
    height: 800px;
  }
}
.hero-single-insights .swiper {
  width: 100%;
  height: 100%;
}
.hero-single-insights .swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.hero-single-insights .swiper .swiper-slide .overlaybk {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0) 87%);
  opacity: 0.5;
  position: absolute;
  left: -1px;
  top: -1px;
}
.hero-single-insights .swiper .label {
  padding-top: 70px;
  color: #fff;
  display: inline-block;
}
.hero-single-insights .swiper .label a {
  color: #fff;
  text-decoration: none;
}
.hero-single-insights .swiper .content-type {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 500;
}
.hero-single-insights .swiper .content-type a {
  color: #C5E1EC;
  text-decoration: none;
  margin-left: 20px;
  text-transform: uppercase;
}
.hero-single-insights .swiper h3 {
  max-width: 720px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero-single-insights .swiper h3 {
    font-size: 50px;
    line-height: 52px;
    max-width: 95%;
  }
}
.hero-single-insights .swiper h3 a {
  color: #fff;
  text-decoration: none;
  font-family: "Mercury Display A", "Mercury Display B";
}
.hero-single-insights .swiper .theexcerpt {
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .hero-single-insights .swiper .theexcerpt {
    max-width: 93%;
  }
}
.hero-single-insights .swiper .theexcerpt p {
  color: white;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hero-single-insights .swiper .theexcerpt p {
    max-width: 100%;
    padding: 0px 10px 0 0;
  }
}
.hero-single-insights .swiper .container {
  z-index: 90000;
  position: relative;
}
.hero-single-insights .arrows {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  padding: 11px 0;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
.hero-single-insights .arrows .separator {
  margin-left: 24px;
  margin-right: 24px;
  color: #E0E3E7;
  font-size: 34px;
}
.hero-single-insights .arrows .swiper-button-next-slider {
  width: 22px;
}
.hero-single-insights .arrows .swiper-button-next-slider img {
  height: 22px;
  cursor: pointer;
  width: 100%;
}
.hero-single-insights .arrows .swiper-button-prev-slider {
  width: 22px;
}
.hero-single-insights .arrows .swiper-button-prev-slider img {
  height: 22px;
  rotate: 180deg;
  cursor: pointer;
  width: 100%;
}
.hero-single-insights .arrows .swiper-button-next-slider.swiper-button-disabled,
.hero-single-insights .arrows .swiper-button-prev-slider.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.hero-single-insights.static {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero-single-insights.static .overlaybk {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0) 87%);
  opacity: 0.5;
  position: absolute;
  left: -1px;
  top: -1px;
}
.hero-single-insights.static .container .content-type {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.hero-single-insights.static .container .content-type a {
  color: #C5E1EC;
  text-decoration: none;
  margin-left: 20px;
  text-transform: uppercase;
}
.hero-single-insights.static .container h3 {
  max-width: 720px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero-single-insights.static .container h3 {
    font-size: 50px;
    line-height: 52px;
    max-width: 95%;
  }
}
.hero-single-insights.static .container h3 a {
  color: #fff;
  text-decoration: none;
  font-family: "Mercury Display A", "Mercury Display B";
}
.hero-single-insights.static .container .theexcerpt {
  max-width: 580px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-single-insights.static .container .theexcerpt {
    max-width: 93%;
  }
}
.hero-single-insights.static .container .theexcerpt p {
  color: white;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .hero-single-insights.static .container .theexcerpt p {
    max-width: 100%;
    padding: 0px 10px 0 0;
  }
}

.single-post {
  max-width: 840px;
  margin: 0 auto;
}
.single-post article {
  padding: 90px 0;
}
@media screen and (min-width: 767px) {
  .single-post article > figure.wp-block-image.size-full {
    width: 1040px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 40px;
  }
}
.single-post .post-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  color: #657486;
  padding-bottom: 14px;
  border-bottom: 1px solid #E0E3E7;
}
.single-post .buttons-media-single {
  padding-top: 20px;
  text-align: right;
  min-height: 65px;
}
.single-post .buttons-media-single .ns-primary-button {
  margin-right: 0px;
  margin-left: 20px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .single-post .buttons-media-single .ns-primary-button {
    margin-right: 7px;
    margin-left: 0px;
    font-size: 14px;
  }
}
.single-post .buttons-media-single .ns-primary-button::before {
  width: 18px;
  height: 24px;
  bottom: -11px;
  right: -8px;
}
.single-post .buttons-media-single .ns-primary-button::after {
  width: 18px;
  height: 26px;
  top: -11px;
  left: -7px;
}
.single-post p a {
  color: #327BA5;
}
.single-post .wp-element-caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  color: #657486;
  margin-top: 13px;
}
.single-post .video-block .full {
  max-width: 120%;
  width: 120%;
  position: relative;
  height: 585px;
  margin-left: -85px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .full {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    height: 350px;
  }
}
.single-post .video-block .full figure {
  width: 1040px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post .video-block .video-section img {
  height: 585px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .video-section img {
    height: 350px;
  }
}
.single-post .video-block .full video {
  height: 585px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .full video {
    height: 350px;
  }
}
.single-post figure {
  margin-top: 30px;
}
.single-post figure img {
  width: 100%;
  object-fit: cover;
}
.single-post main ul {
  list-style: none;
}
.single-post ul {
  padding-left: 19px;
}
.single-post ul li {
  font-size: 18px;
  color: #203755;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  list-style: none;
  margin-bottom: 10px;
}
.single-post ul li::before {
  content: "•";
  color: #327BA5;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.single-post ol {
  list-style: none;
  counter-reset: li;
  padding-left: 19px;
}
.single-post ol li {
  font-size: 18px;
  color: #203755;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 10px;
}
.single-post li::before {
  content: counter(li) ".";
  color: #327BA5;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.single-post li {
  counter-increment: li;
}
.single-post ul li ul {
  margin-left: 10px;
  margin-top: 10px;
}
.single-post ul li ul li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #327BA5;
  background-color: white;
  border-radius: 50%;
  margin-left: -1em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.media-single-block {
  padding: 75px 0 0;
  background-color: #203755;
  color: #fff;
  position: relative;
  height: auto;
}
@media screen and (min-width: 768px) {
  .media-single-block {
    height: auto;
    padding-bottom: 75px;
  }
}
.media-single-block::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/media-bg.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 800px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .media-single-block::after {
    top: 22px;
    right: 0px;
    width: 400px;
  }
}
.media-single-block h5 {
  color: #fff;
}
.media-single-block hr {
  border-top: 1px solid #657486;
  margin: 20px 0;
}
.media-single-block .media-single-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}
.media-single-block .media-single-row .media-single-left {
  width: 50%;
}
.media-single-block .media-single-row .media-single-left .media-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .media-single-block .media-single-row .media-single-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.media-single-block .media-single-row .media-single-left .media-title {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B";
  color: #fff;
  font-weight: 500;
}
.media-single-block .media-single-row .media-single-left .media-title span {
  font-weight: 400;
}
.media-single-block .media-single-row .media-single-left .media-file {
  margin-top: 12px;
}
.media-single-block .media-single-row .media-single-left .ns-primary-button {
  color: #fff;
  border: 1.5px solid #72A6C3;
}
.media-single-block .media-single-row .media-single-left .ns-primary-button::before {
  width: 18px;
  height: 24px;
  bottom: -11px;
  right: -8px;
  background-color: #203755;
}
.media-single-block .media-single-row .media-single-left .ns-primary-button::after {
  width: 18px;
  height: 26px;
  top: -11px;
  left: -7px;
  background-color: #203755;
}
.media-single-block .media-single-row .media-single-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .media-single-block .media-single-row .media-single-right {
    width: 100%;
  }
}
.media-single-block .media-single-row .media-single-right .ns-primary-button {
  color: #fff;
  border: 1.5px solid #72A6C3;
}
.media-single-block .media-single-row .media-single-right .ns-primary-button::before {
  width: 18px;
  height: 24px;
  bottom: -11px;
  right: -8px;
  background-color: #203755;
}
.media-single-block .media-single-row .media-single-right .ns-primary-button::after {
  width: 18px;
  height: 26px;
  top: -11px;
  left: -7px;
  background-color: #203755;
}

.more-news-block {
  padding: 100px 0;
  background-color: #F3F9FB;
}
.more-news-block .more-news-section {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-section {
    flex-wrap: wrap;
    width: 100%;
  }
}
.more-news-block .more-news-section .news-column {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .more-news-block .more-news-section .news-column {
    width: 100%;
  }
}
.more-news-block .more-news-section .news-column h4 {
  font-size: 12px;
  color: #327BA5;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.more-news-block .more-news-section .news-column a {
  text-decoration: none;
  padding-right: 15px;
}
.more-news-block .more-news-section .news-column h3 {
  color: #203755;
  line-height: 40px !important;
  font-weight: 500;
  margin: 0;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .more-news-block .more-news-section .news-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.more-news-block .more-news-section .news-column p {
  color: #657486;
  font-size: 14px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
.more-news-block .more-news-section .news-column hr {
  margin: 0px 0 20px;
}
.more-news-block .more-news-section .news-column img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  object-position: top;
  margin-bottom: 25px;
}
.more-news-block .more-news-section .news-column .label {
  margin-bottom: 20px;
}
.more-news-block .more-news-section .news-column .label > span a {
  color: #657486;
}
.more-news-block .more-news-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.more-news-block .more-news-row .more-news-title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-row .more-news-title {
    width: 60%;
  }
}
.more-news-block .more-news-row .more-news-link {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-row .more-news-link {
    width: 40%;
  }
}
.more-news-block .more-news-row .more-news-link .ns-primary-button {
  margin-right: 0;
}
.more-news-block .more-news-row .more-news-link .ns-primary-button::after {
  background-color: #F3F9FB;
}
.more-news-block .more-news-row .more-news-link .ns-primary-button::before {
  background-color: #F3F9FB;
}

/*Single Team*/
.single-team-hero {
  background-color: #203755;
  overflow: hidden;
  position: relative;
}
.single-team-hero::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/footer-pattern.svg);
  position: absolute;
  top: 0px;
  left: 27%;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .single-team-hero {
    padding-bottom: 50px;
  }
}
.single-team-hero .single-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row {
    flex-wrap: wrap;
  }
}
.single-team-hero .single-row .single-info {
  padding: 150px 0 172px 100px;
  width: 60%;
}
@media screen and (min-width: 1441px) {
  .single-team-hero .single-row .single-info {
    padding-left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .single-info {
    width: 100%;
    padding: 100px 20px;
  }
}
.single-team-hero .single-row .single-info .breadcrumb {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #C5E1EC;
  text-transform: uppercase;
}
.single-team-hero .single-row .single-info .breadcrumb a {
  color: #C5E1EC;
  text-decoration: none;
}
.single-team-hero .single-row .single-info .title h1 {
  color: #fff;
  margin: 30px 0 15px 0;
}
.single-team-hero .single-row .single-info .position {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.single-team-hero .single-row .hero-sidebar {
  padding: 100px 0 100px 0px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F3F9FB;
  width: 40%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .hero-sidebar {
    width: 100%;
  }
}
@media (min-device-width: 1441px) and (max-device-width: 1920px) {
  .single-team-hero .single-row .hero-sidebar .single-sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .hero-sidebar .single-sidebar {
    width: 108%;
  }
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team {
  background-color: #F3F9FB;
  padding: 80px 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team {
    padding: 0 0 0 20px;
  }
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team span {
  display: block;
  color: #657486;
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team .start-at {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #327BA5;
  margin-bottom: 70px;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team .location {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #327BA5;
  margin-bottom: 26px;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team .connect {
  margin-top: 50px;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team .connect .linkedin-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #327BA5;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-info-team .connect .linkedin-text a {
  color: #327BA5;
  font-weight: 600;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas {
    padding: 30px;
  }
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas .areas_of_focus-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  border-bottom: 1px solid #D0D5DA;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas .areas_of_focus-row {
    width: 100%;
  }
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas .areas_of_focus-row .single-link-title {
  width: 100%;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas .areas_of_focus-row .single-link-title p {
  color: #203755;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.single-team-hero .single-row .hero-sidebar .single-sidebar .single-areas .areas_of_focus-row:nth-of-type(1) {
  border-top: 1px solid #D0D5DA;
}
.single-team-hero .single-row .single-image {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .single-image {
    width: 100%;
    text-align: center;
  }
}
.single-team-hero .single-row .single-image img {
  height: 535px;
  object-fit: cover;
  width: 75%;
  object-position: top;
  z-index: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-team-hero .single-row .single-image img {
    margin-right: 0;
    height: 400px;
  }
}

.single-content-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-content-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.single-content-row .single-content {
  width: 69%;
  padding: 100px 100px 120px 100px;
}
@media (min-width: 1500px) and (max-width: 2560px) {
  .single-content-row .single-content {
    width: 80%;
    padding-left: 300px;
  }
}
@media screen and (max-width: 767px) {
  .single-content-row .single-content {
    width: 100%;
    padding: 40px 20px;
  }
}
.single-content-row .single-content p {
  max-width: 720px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.single-content-row .single-content .intro {
  font-size: 30px;
  font-family: "Mercury Display A", "Mercury Display B";
  color: #203755;
  line-height: 42px;
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .single-content-row .single-content .intro {
    font-size: 26px;
    line-height: 140%;
  }
}
.single-content-row .single-sidebar {
  width: 40%;
}
@media (min-device-width: 1441px) and (max-device-width: 1920px) {
  .single-content-row .single-sidebar {
    width: 40.5%;
  }
}
@media screen and (max-width: 767px) {
  .single-content-row .single-sidebar {
    width: 100%;
  }
}
.single-content-row .single-sidebar .single-info-team {
  background-color: #F3F9FB;
  padding: 80px 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .single-content-row .single-sidebar .single-info-team {
    padding: 58px 58px 32px;
  }
}
.single-content-row .single-sidebar .single-info-team span {
  display: block;
  color: #657486;
  font-family: "Gotham A", "Gotham B";
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.single-content-row .single-sidebar .single-info-team .start-at {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #327BA5;
  margin-bottom: 30px;
}
.single-content-row .single-sidebar .single-info-team .location {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #327BA5;
  margin-bottom: 26px;
}
.single-content-row .single-sidebar .single-info-team .connect .linkedin-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  color: #327BA5;
}
.single-content-row .single-sidebar .single-info-team .connect .linkedin-text a {
  color: #327BA5;
  font-weight: 600;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 767px) {
  .single-content-row .single-sidebar .single-areas {
    padding: 30px;
  }
}
.single-content-row .single-sidebar .single-areas .areas_of_focus-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  border-bottom: 1px solid #D0D5DA;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .single-content-row .single-sidebar .single-areas .areas_of_focus-row {
    width: 100%;
  }
}
.single-content-row .single-sidebar .single-areas .areas_of_focus-row .single-link-title {
  width: 100%;
}
.single-content-row .single-sidebar .single-areas .areas_of_focus-row .single-link-title p {
  color: #203755;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.single-content-row .single-sidebar .single-areas .areas_of_focus-row:nth-of-type(1) {
  border-top: 1px solid #D0D5DA;
}

.single-content-row.no-content {
  background-color: #F3F9FB;
}
.single-content-row.no-content .single-sidebar {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.single-content-row.no-content .single-sidebar .single-info-team {
  padding: 80px 0 80px 100px;
}

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

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.label {
  font-size: 14px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #327BA5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.label a {
  color: #327BA5;
  font-weight: 500;
  text-decoration: none;
}

.container-wide {
  max-width: 1050px;
}

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.single-post .label > a {
  padding-right: 15px;
}
.single-post .label > span a {
  color: #657486;
}

.ns-primary-button {
  background: transparent;
  font-size: 15px;
  color: #203755;
  text-decoration: none;
  font-weight: 500;
  margin-right: 45px;
  position: relative;
  border: 1.5px solid #72A6C3;
  padding: 12px 25px;
  clip-path: polygon(100% 0%, 100% 70%, 89% 100%, 0% 100%, 0% 31%, 12% 0%);
}
.ns-primary-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 36px;
  border-right: 1.5px solid #72A6C3;
  top: -11px;
  left: 16px;
  transform: rotate(65deg);
  background: white;
}
.ns-primary-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 36px;
  border-left: 1.5px solid #72A6C3;
  bottom: -9px;
  right: 13px;
  transform: rotate(60deg);
  background: white;
}
@media screen and (max-width: 768px) {
  .ns-primary-button::before {
    width: 9px;
    height: 16px;
    bottom: -7px;
    right: -2px;
    transform: rotate(51deg);
  }
}
@media screen and (max-width: 768px) {
  .ns-primary-button {
    width: 100%;
  }
}
.ns-primary-button.outbound-link {
  border-color: #C5E1EC;
  color: #327BA5;
}
.ns-primary-button.outbound-link::after {
  border-color: #C5E1EC;
}
.ns-primary-button.outbound-link::before {
  border-color: #C5E1EC;
}

.bluedark .angled-button, .media-file .angled-button {
  color: #fff;
}
.bluedark .angled-button:hover, .media-file .angled-button:hover {
  border: 1px solid #72a8bd;
}
.bluedark .angled-button:hover::before, .media-file .angled-button:hover::before {
  border-top: 20px solid #72a8bd;
}
.bluedark .angled-button:hover::after, .media-file .angled-button:hover::after {
  border-bottom: 20px solid #72a8bd;
}

.angled-button {
  position: relative;
  background-color: none;
  color: #203755;
  border: 1px solid #72A6C3;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
  background-color: transparent;
  font-family: "Gotham A", "Gotham B";
  transition: background-color 0.3s, color 0.3s;
  transition: 0.5s;
  margin-right: 20px;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .angled-button {
    width: 100%;
  }
}
.angled-button button {
  background: transparent;
  border: unset;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .angled-button button {
    font-size: 14px;
  }
}
.angled-button__alt {
  border: 1px solid #C5E1EC;
}
.angled-button__alt::after {
  border-bottom: 20px solid #C5E1EC !important;
}
.angled-button__alt::before {
  border-top: 20px solid #C5E1EC !important;
}
.angled-button__alt:hover {
  border: 1px solid #72a8bd !important;
}
.angled-button__alt:hover::before {
  border-top: 20px solid #72a8bd !important;
  transition: 1s;
}
.angled-button__alt:hover::after {
  border-bottom: 20px solid #72a8bd !important;
  transition: 1s;
}

.angled-button:hover {
  background-color: transparent;
  border: 1px solid #203755;
  animation: fillAnimation 2s infinite alternate;
  transition: 1s;
}

.angled-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #72A6C3;
  border-right: 20px solid transparent;
  z-index: 1;
  transition: 1s;
}

.angled-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #72A6C3;
  border-left: 20px solid transparent;
  z-index: 1;
  transition: 0.5s;
}

.angled-button:hover::before {
  border-top: 20px solid #203755;
  transition: 1s;
}

.angled-button:hover::after {
  border-bottom: 20px solid #203755;
  transition: 1s;
}

@keyframes fillAnimation {
  0% {
    border-image: 0% 0%;
  }
  100% {
    border-image: 100% 0%;
  }
}
/*NEW BUTTON*/
.angled-button-v3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 46px;
  text-decoration: none;
  color: #ffffff;
  padding: 0 25px;
  position: relative;
  background: none;
  outline: none;
  border: unset;
  font-family: "Gotham A", "Gotham B";
  font-size: 15px;
  font-weight: 500;
}
.angled-button-v3 span {
  position: absolute;
  height: 2px;
  background: #C5E1EC;
}
.angled-button-v3 span::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.angled-button-v3 span.diagonal-left {
  transform: rotate(-45deg);
  width: 31px;
  left: -5.5px;
  top: 9px;
}
.angled-button-v3 span.diagonal-right {
  transform: rotate(-45deg);
  width: 31.5px;
  right: -5.7px;
  bottom: 11.5px;
}
.angled-button-v3 span.top {
  width: calc(100% - 21px);
  top: -1.5px;
  right: 0;
}
.angled-button-v3 span.right {
  width: 25px;
  top: 9.8px;
  right: -13.5px;
  transform: rotate(90deg);
}
.angled-button-v3 span.left {
  width: 25px;
  top: 31.6px;
  left: -13.5px;
  transform: rotate(90deg);
}
.angled-button-v3 span.bottom {
  width: calc(100% - 21px);
  bottom: 1px;
  left: 0;
}
.angled-button-v3:hover span::before {
  width: 100%;
  background: #203755;
}
.angled-button-v3:hover span.diagonal-left::before {
  transition-duration: 0.1s;
}
.angled-button-v3:hover span.top::before {
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.angled-button-v3:hover span.right::before {
  transition-delay: 0.5s;
  transition-duration: 0.1s;
}
.angled-button-v3:hover span.left::before {
  transition-duration: 0.1s;
}
.angled-button-v3:hover span.bottom::before {
  transition-delay: 0.1s;
  transition-duration: 0.4s;
}
.angled-button-v3:hover span.diagonal-right::before {
  transition-delay: 0.5s;
  transition-duration: 0.1s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block.ns-padding-tablet .center {
    padding-top: 64px !important;
  }
}
/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
body.news header .full .container .quick-links-header .angled-button {
  color: #fff;
}
body.news header:hover #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #203755;
}
body.news header:hover .quick-links-header .angled-button {
  color: #203755 !important;
}

body.single-news header .full .container .quick-links-header .angled-button {
  color: #203755;
}

header {
  background: transparent;
  z-index: 90000;
  position: relative;
  transition: 0.5s;
  height: 100px;
}
header.white .full .logo-header svg path.name {
  fill: #fff;
}
header.white .full .primary-menu .mega-menu-wrap ul li a {
  color: #fff !important;
}
header.white .full .quick-links-header .angled-button {
  color: #fff;
  white-space: nowrap !important;
}
header.white .full .quick-links-header .search svg path {
  fill: #fff;
}

header.white:hover .full .logo-header svg path.name {
  fill: #203755;
}
header.white:hover .full .primary-menu .mega-menu-wrap ul li a {
  color: #203755 !important;
}
header.white:hover .full .quick-links-header .angled-button {
  color: #203755;
  white-space: nowrap;
}
header.white:hover .full .quick-links-header .search svg path {
  fill: #203755;
}

header:hover {
  background-color: #fff;
  transition: 0.5s;
}
header:hover .primary-menu.white #mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu .mega-menu-link {
  color: #203755 !important;
}
@media (min-width: 769px) and (max-width: 1160px) {
  header:hover .full {
    padding: 16px 50px !important;
  }
}

header:focus .primary-menu.white #mega-menu-wrap-primary #mega-menu-primary .mega-menu-megamenu .mega-menu-link {
  color: #203755 !important;
}

header:hover .quick-links-header.white .angled-button {
  color: #203755;
}

header:hover > #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #203755;
}

header.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.admin-bar header.nav-fixed {
  top: 30px;
}

header .full {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s;
  padding: 0 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .full {
    padding: 16px 50px !important;
  }
}
@media (max-width: 767px) {
  header .full {
    padding: 16px 20px;
  }
}
@media (min-width: 769px) and (max-width: 1160px) {
  header .full {
    padding: 16px 50px !important;
  }
  header .full .angled-button {
    min-width: 140px !important;
  }
}

header .full.white {
  padding: 0 50px;
}
@media (min-width: 769px) and (max-width: 1160px) {
  header .full.white {
    padding: 16px 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header .full.white {
    padding: 16px 50px;
  }
}
@media screen and (max-width: 768px) {
  header .full.white {
    padding: 16px 20px;
  }
}

.navnbar-fluid {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0 !important;
  max-width: 1550px !important;
}
@media (min-width: 769px) and (max-width: 1160px) {
  .navnbar-fluid {
    column-gap: 2%;
  }
}

.logo-header {
  width: 190px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .logo-header {
    padding: 0px !important;
  }
}

.primary-menu {
  width: 90%;
}

.quick-links-header {
  display: flex;
  width: 23%;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.quick-links-header .search {
  width: 20px;
  height: 20px;
}
.quick-links-header .search img {
  min-width: 20px;
}

.quick-links-header .demo {
  margin-right: 20px;
}

.quick-links-header.white .angled-button {
  color: #fff;
  min-width: 140px;
  white-space: nowrap;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before {
  border-bottom: 3px solid #2D30C6;
}

#hero-search {
  display: none;
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#hero-search .container-search {
  padding: 32px 0px;
}

#hero-search .search-row {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  max-width: 908px;
  margin: 0 auto;
}

#hero-search .search-bar {
  width: -webkit-fill-available;
}

#hero-search .search-icons {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  position: relative;
  padding-left: 15px;
  height: 46px;
}
#hero-search .search-icons .angled-button {
  min-width: 115px;
  padding: 11px 25px;
  margin-right: 0;
}

#hero-search .search-bar input {
  width: 100%;
  line-height: unset;
  border: none;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 25px;
  color: #203755;
  font-size: 16px;
  background-color: #C5E1EC;
  height: 46px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
#hero-search .search-bar input::placeholder {
  color: #203755;
}

#hero-search .search-icons .btn-blue {
  padding: 5px 30px;
  background: transparent;
  border: 2px solid #2D30C6;
  font-size: 16px;
  color: #2D30C6;
  font-family: "Manrope", sans-serif;
}

#hero-search .search-icons .btn-blue:hover {
  background: #E7E7E7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#hero-search .search-icons .btn-cancel {
  background: transparent;
  border: none;
  font-size: 16px;
  color: #657486;
  font-family: "Gotham A", "Gotham B";
  line-height: 26px;
  margin-left: 0px;
}

#hero-search .screen-reader-text {
  position: relative;
}

#hero-search .screen-reader-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(img/search-icon.svg);
  width: 18px;
  height: 18px;
  margin-top: -150px;
  left: 42%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: -1;
  border-radius: 0;
  background: #fff;
  border: 0;
  position: absolute;
  left: 0px;
  margin: 0px calc(50% - 50vw) 0;
  width: 103vw;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.2);
  padding: 70px 40px 64px 80px;
  display: flex;
  top: 96px;
  justify-content: center;
  align-items: baseline;
  border-top: 1px solid #C5E1EC;
}

#mega-menu-wrap-primary #mega-menu-primary {
  visibility: visible;
  text-align: left;
  padding: 30px 0px 30px 40px;
  justify-content: flex-start;
  display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  min-height: 86px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
  content: url(img/arrow-right-menu.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
    content: "";
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after {
  content: url(img/arrow-right-menu.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after {
    content: "";
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
}

#mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  padding-bottom: 32px;
}

#mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li {
  max-width: 1380px;
}

.solutions-menu-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  column-gap: 60px;
}

.solutions-menu-column {
  width: 33.33%;
  padding: 10px 10px 33px 10px;
  position: relative;
}

.solutions-menu-column h4 {
  font-size: 18px;
  color: #203755;
  line-height: 24px;
  font-family: "Gotham A", "Gotham B";
  margin: 10px 0;
  font-weight: 600;
}

.solutions-menu-column p {
  margin: 0px 0px 14px 0px;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 600;
}

.solutions-menu-column a {
  color: #005CA8;
  text-decoration: none;
  font-size: 15px;
}

.solutions-menu-column img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#show-search-mobile {
  display: none;
}

.mega-menu-title {
  font-size: 15px;
}

.mega-menu-description {
  color: #657486 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.mega-block-title h3 {
  color: #203755 !important;
  font-weight: 500;
  margin: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: unset !important;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B" !important;
}

.blue-title .mega-block-title {
  color: #203755 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: capitalize;
}

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
  font-size: 15px;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px !important;
  font-weight: 500 !important;
  font-family: "Gotham A", "Gotham B" !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  max-width: 1380px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
  padding: 0px 30px 15px 30px !important;
  border-left: 1px solid #DFDFDF !important;
}

#mega-menu-wrap-primary .mega-sub-menu .textwidget h5 {
  margin: 0;
}

#mega-menu-wrap-primary .mega-sub-menu .textwidget h4 {
  margin-bottom: 20px !important;
  line-height: 20px;
}

.color-black .mega-menu-link {
  color: #0C2339 !important;
  margin-bottom: 15px !important;
}

.color-black .mega-sub-menu li a {
  color: #2d30c6 !important;
}

#mega-menu-item-505 {
  margin-left: 6% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-505 > a.mega-menu-link {
  color: #181B1E !important;
  font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-512 > a.mega-menu-link {
  color: #181B1E !important;
  font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-517 > a.mega-menu-link {
  color: #181B1E !important;
  font-weight: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  line-height: 1 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px !important;
  font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after {
  content: url(img/arrow-right-menu.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
}
@media (min-width: 1025px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::after {
    content: "";
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 5px 0px 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 30px 0px 0px;
}

#mega-menu-wrap-primary #mega-menu-primary p a {
  font-size: 18px;
  color: #203755;
  line-height: 24px;
  text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #327BA5 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  color: #327BA5 !important;
}

.ns-primary-button-header {
  border: none;
  background: transparent;
  cursor: pointer !important;
  color: #203755 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.ns-sublink > a.mega-menu-link .mega-description-group .mega-menu-title {
  color: #203755 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-menu-main > a.mega-menu-link {
  color: #203755 !important;
  font-size: 18px !important;
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-submenu-items > ul.mega-sub-menu {
  position: relative;
  top: -50px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-contact-mobile {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary .corporate-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  padding-bottom: 32px;
}

@media only screen and (min-width: 769px) and (max-width: 1160px) {
  #mega-menu-wrap-primary {
    padding: 10px 0px 0px 0px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    width: 102vw;
    height: calc(100vh - 60px);
    z-index: 90000;
    overflow: auto;
    padding-top: 1em;
    position: fixed;
    left: 0;
    top: 100px;
    box-shadow: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    margin: 0px;
    box-shadow: none;
    padding: 0px;
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 130px;
    box-shadow: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 10px 40px 10px 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 0px 5px 15px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .hide-for-mobile {
    display: none;
  }
  #mega-menu-item-505 {
    margin-left: 0% !important;
    border-top: 1px solid #CDCDCD !important;
    padding-top: 30px !important;
  }
  #mega-menu-item-477 {
    padding-bottom: 30px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
    content: "";
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop {
    display: block;
    margin-top: 34px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop > a.mega-menu-link {
    text-align: center;
    background: #2D30C6;
    color: #fff;
    font-size: 16px !important;
  }
  .search-mobile {
    display: block;
    position: absolute;
    right: 78px;
    top: 12px;
    z-index: 9000;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #181B1E !important;
  }
  #hero-search {
    position: absolute;
    padding: 0px 25px 0px 25px;
    overflow: hidden;
  }
  #hero-search .container-search {
    padding: 15px 0px;
  }
  header .btn-header {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
  body.mega-menu-primary-mobile-open,
  body.mega-menu-primary-mobile-open main {
    overflow-y: hidden;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    min-height: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-menu-main > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-description-group .mega-menu-title {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    top: 2px;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
    font-size: 16px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-submenu-items > ul.mega-sub-menu {
    top: unset;
  }
  .solutions-menu-cards {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    width: 100%;
    column-gap: 60px;
    flex-direction: column;
  }
  .solutions-menu-cards .solutions-menu-column {
    width: auto;
    min-height: unset;
    padding: 0;
    position: relative;
  }
  .solutions-menu-cards .solutions-menu-column h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 400;
  }
  .solutions-menu-cards .solutions-menu-column img {
    display: none;
  }
  #mega-menu-item-186 .mega-sub-menu {
    padding-left: 1em !important;
  }
  #mega-menu-item-186 .mega-sub-menu > li {
    padding: 5px 0 !important;
  }
  #mega-menu-item-186 .mega-sub-menu > li > a.mega-menu-link .mega-description-group .mega-menu-title {
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../pretium/img/arrow-down.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    right: 4%;
    z-index: 1;
    border: none;
    top: 50%;
    transform: translateY(-50%);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::before {
    background-image: url(../../pretium/img/arrow-up.svg);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on.open > ul.mega-sub-menu {
    display: block !important;
    transition: display 5s ease-in 2s;
    position: relative;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #203755 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-contact-mobile {
    display: block;
  }
  #hero-search .search-row {
    gap: 15px;
  }
  #hero-search .search-icons {
    padding: 0;
  }
  #hero-search .search-icons .angled-button {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .quick-links-header {
    display: none;
  }
  .navnbar-fluid {
    width: 100%;
    position: relative;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 !important;
  }
  #mega-menu-wrap-primary {
    padding: 10px 0px 0px 0px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    display: block;
    position: absolute;
    width: 102vw;
    top: 60px;
    height: calc(100vh - 60px);
    z-index: 90000;
    right: -3em;
    overflow: auto;
    box-shadow: none;
    padding-top: 1em;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 28px !important;
    font-weight: 500 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #fff;
    border: 0;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
    margin: 0px;
    box-shadow: none;
    padding: 0px;
    margin-top: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 10px 20px 10px 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 8px 0px 8px 15px !important;
    min-height: 47px;
    display: flex;
    align-items: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .hide-for-mobile {
    display: none;
  }
  #mega-menu-item-505 {
    margin-left: 0% !important;
    border-top: 1px solid #CDCDCD !important;
    padding-top: 30px !important;
  }
  #mega-menu-item-477 {
    padding-bottom: 30px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
    content: "";
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop {
    display: block;
    margin-top: 34px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.hide-desktop > a.mega-menu-link {
    text-align: center;
    background: #2D30C6;
    color: #fff;
    font-size: 16px !important;
  }
  .search-mobile {
    display: block;
    position: absolute;
    right: 78px;
    top: 12px;
    z-index: 9000;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #181B1E !important;
  }
  #hero-search {
    position: absolute;
    padding: 0px 25px 0px 25px;
    overflow: hidden;
  }
  #hero-search .container-search {
    padding: 15px 0px;
  }
  header .btn-header {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
  body.mega-menu-primary-mobile-open,
  body.mega-menu-primary-mobile-open main {
    overflow-y: hidden;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    min-height: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-menu-main > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link .mega-description-group .mega-menu-title {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    top: 2px;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
    font-size: 16px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.ns-submenu-items > ul.mega-sub-menu {
    top: unset;
  }
  .solutions-menu-cards {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    width: 100%;
    column-gap: 60px;
    flex-direction: column;
  }
  .solutions-menu-cards .solutions-menu-column {
    width: auto;
    min-height: unset;
    padding: 0;
    position: relative;
  }
  .solutions-menu-cards .solutions-menu-column h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
    font-weight: 400;
  }
  .solutions-menu-cards .solutions-menu-column img {
    display: none;
  }
  #mega-menu-item-186 .mega-sub-menu {
    padding-left: 1em !important;
  }
  #mega-menu-item-186 .mega-sub-menu > li {
    padding: 5px 0 !important;
  }
  #mega-menu-item-186 .mega-sub-menu > li > a.mega-menu-link .mega-description-group .mega-menu-title {
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../pretium/img/arrow-down.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px;
    right: 4%;
    z-index: 1;
    border: none;
    top: 50%;
    transform: translateY(-50%);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link::before {
    background-image: url(../../pretium/img/arrow-up.svg);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on.open > ul.mega-sub-menu {
    display: block !important;
    transition: display 5s ease-in 2s;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #203755 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-contact-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hero-search .hide-for-mobile {
    display: none !important;
  }
  #hero-search {
    display: none !important;
  }
}
.mega-menu-item .mega-sub-menu .mega-menu-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

#mega-menu-wrap-primary #mega-menu-primary p {
  margin-bottom: 10px;
  margin-top: 0;
}

#mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li {
  height: 140px;
}
@media only screen and (max-width: 1160px) {
  #mega-menu-wrap-primary #mega-menu-primary .strategies-menu.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding: 10px 40px 10px 40px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link::before {
    right: 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 30px;
    height: 30px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    max-width: 30px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1160px) {
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    right: 0;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 100px;
    box-shadow: unset;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  header {
    box-shadow: none;
    height: 100px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    top: 100px;
    right: 0;
    width: 100vw;
    position: fixed;
    box-shadow: none;
  }
}
/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.callout-block {
  background-color: #203755;
  padding: 40px 0px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .callout-block {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .callout-block {
    padding: 44px 0px;
  }
}
.callout-block .callout-block-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .callout-block .callout-block-section {
    gap: 49px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .callout-block .callout-block-section {
    justify-content: space-between;
    gap: 24px;
  }
}
.callout-block .callout-block-title {
  font-size: 40px;
  color: #C5E1EC;
  width: 85%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .callout-block .callout-block-title {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .callout-block .callout-block-title {
    width: 60%;
    font-size: 26px;
    line-height: 140%;
  }
}
.callout-block .callout-block-link {
  width: 200px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #72A6C3 0%, #327BA5 100%);
  height: 200px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .callout-block .callout-block-link {
    height: 130px;
    width: 130px;
    min-width: 130px;
  }
  .callout-block .callout-block-link svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .callout-block .callout-block-link {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .callout-block .callout-block-link svg {
    width: 14px;
    height: 14px;
  }
}
.callout-block .callout-block-link:hover {
  background: #C5E1EC;
}
.callout-block .callout-block-link:hover svg path {
  stroke: #327BA5;
}
.callout-block:hover .callout-block-link {
  background: #C5E1EC;
}
.callout-block:hover .callout-block-link svg path {
  stroke: #327BA5;
}

footer {
  background-color: #132133;
  padding: 100px 0px;
  position: relative;
}
footer::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/footer-pattern.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .footer-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  footer .footer-row.copyright {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}
footer .footer-icon {
  width: 8%;
}
@media only screen and (max-width: 768px) {
  footer .footer-icon {
    width: 100%;
    text-align: center;
  }
}
footer .footer-form {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-form {
    width: 100%;
  }
}
footer .footer-form .footer-form-headline h5 {
  color: #fff;
  margin: 20px 0;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  footer .footer-form .footer-form-headline h5 {
    text-align: center;
  }
}
footer .footer-form .footer-form-section .gform_title {
  display: none;
}
@media (max-width: 1024px) {
  footer .footer-form .footer-form-section .gfield--type-submit {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
  position: relative;
  background-color: none;
  color: #fff;
  border: 1px solid #72A6C3;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(21px 0, 100% 0, 100% calc(100% - 21px), calc(100% - 21px) 100%, 0 100%, 0 21px);
  background-color: transparent;
  font-family: "Gotham A", "Gotham B";
  transition: background-color 0.3s, color 0.3s;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
    width: 330px;
    text-align: center;
  }
}
@media (min-width: 375px) and (max-width: 1024px) {
  footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
    padding: 14px 123px;
    width: 330px;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover {
  background-color: transparent;
  border: 1px solid #203755;
  animation: fillAnimation 2s infinite alternate;
  transition: 1s;
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 20px solid #72A6C3;
  border-right: 20px solid transparent;
  z-index: 1;
  transition: 1s;
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 20px solid #72A6C3;
  border-left: 20px solid transparent;
  z-index: 1;
  transition: 0.5s;
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover::before {
  border-top: 20px solid #203755;
  transition: 1s;
}
footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button:hover::after {
  border-bottom: 20px solid #203755;
  transition: 1s;
}
@media (max-width: 1024px) {
  footer .footer-form .footer-form-section .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-form .footer-form-section #input_1_1 {
  background-color: #334154;
  border: unset;
  height: 46px;
  padding: 8px 20px 10px 20px;
  color: #E0E3E7;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
}
@media (max-width: 1024px) {
  footer .footer-form .footer-form-section #input_1_1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 390px) {
  footer .footer-form .footer-form-section #input_1_1 {
    text-align: left;
  }
}
footer .footer-form .footer-form-section #input_1_1::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
}
footer .footer-form .footer-form-section #input_1_1:focus-visible {
  outline: unset !important;
}
footer .footer-form .footer-form-section .gform_confirmation_message {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
}
footer .footer-form .footer-form-section label {
  display: none;
}
footer .footer-form-social-icons {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer .footer-form-social-icons {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-form-social-icons {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }
}
footer .footer-copyright {
  width: 50%;
  margin-top: 113px;
  color: #C5E1EC;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
@media only screen and (max-width: 1024px) {
  footer .footer-copyright {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-copyright p {
  font-size: 14px;
  color: #C5E1EC;
  font-weight: 500;
}
footer .footer-menu {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
}
footer .footer-menu #menu-footer-menu {
  display: inline-flex;
  column-gap: 30px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-menu #menu-footer-menu {
    column-gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-menu #menu-footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-size: 15px;
  transition: 0.5s;
}
footer .footer-menu #menu-footer-menu li a:hover {
  color: #C5E1EC;
  transition: 0.5s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .container {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gform_wrapper.gravity-theme .gform_fields {
    display: unset;
  }
}

@media (max-width: 768px) {
  footer .footer-form .footer-form-section .gform_wrapper.gravity-theme button {
    width: 100%;
    margin: 1em auto;
    height: 3em;
  }
}
w .wp-block {
  max-width: 100%;
}
w .wp-block * {
  box-sizing: border-box;
}
w .wp-block img[src$=".svg"]:not(.emoji) {
  width: auto !important;
}
w .wp-block .hidden-warning * {
  font-family: "Mercury Display A", "Mercury Display B";
}
w .wp-block .content-module {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

.media-text-block {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .media-text-block .angled-button:nth-of-type(1) {
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .angled-button:nth-of-type(2) {
    margin-top: 16px !important;
  }
}
.media-text-block .angled-button button {
  background: transparent;
  border: unset;
}
.media-text-block .text-image-container-right {
  width: 50%;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .text-image-container-right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .media-text-block .text-image-container-right {
    width: 100%;
  }
}
.media-text-block .text-image-container-left {
  width: 50%;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .text-image-container-left {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .media-text-block .text-image-container-left {
    width: 100%;
  }
}
.media-text-block .text-right-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .media-text-block .text-right-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .media-text-block .text-right-container {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1350px) {
  .media-text-block .text-right-container {
    /* margin-left: 100px;
    margin-right: 100px;*/
  }
}
.media-text-block .text-image-container-right figure {
  height: 800px;
}
@media screen and (max-width: 1024px) {
  .media-text-block .text-image-container-right figure {
    height: auto;
  }
}
.media-text-block .text-image-container-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*@media screen and (min-width: 1350px) {
      /*width: 120%;
      min-width: 120%;
      margin-right: -20%;*/
  /* object-fit: cover;
      object-position: center;
  }*/
}
@media screen and (max-width: 1024px) {
  .media-text-block .text-image-container-right img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .media-text-block .text-image-container-right img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-text-block .text-left-container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .media-text-block .text-left-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .media-text-block .text-left-container {
    flex-direction: column;
  }
}
.media-text-block .text-image-container-left figure {
  height: 800px;
}
@media (max-width: 1024px) {
  .media-text-block .text-image-container-left figure {
    height: auto;
  }
}
.media-text-block .text-image-container-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*@media screen and (min-width: 1350px) {
     /* width: 120%;
      min-width: 120%;
      margin-left: -20%;*/
  /* object-fit: cover;
      object-position: center;
  }*/
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .text-image-container-left img {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 1024px) {
  .media-text-block .text-image-container-left img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .media-text-block .text-image-container-left img {
    padding-left: 0;
    padding-right: 0;
  }
}
.media-text-block .content_text_image-right {
  width: 50%;
  margin: 0px;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .content_text_image-right {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-right {
    padding: 0px 40px 0px 40px;
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .media-text-block .content_text_image-right {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}
.media-text-block .content_text_image-right h2 {
  color: #203755;
  line-height: 70px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 21px;
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  .media-text-block .content_text_image-right h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
    margin: 16px 0 0 0;
  }
}
.media-text-block .content_text_image-right span {
  color: #327BA5;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-right span {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_text_image-right span {
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: normal;
  }
}
.media-text-block .content_text_image-right p {
  color: #203755;
  font-size: 18px;
  font-weight: 325;
  max-width: 500px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .media-text-block .content_text_image-right p {
    max-width: none;
    margin: 16px 0 58px 0;
    font-size: 20px;
    font-weight: 350;
  }
}
@media screen and (max-width: 1024px) {
  .media-text-block .content_text_image-right p {
    margin: 16px 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_text_image-right p {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_text_image-right form {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .media-text-block .content_text_image-right form {
    margin-top: unset !important;
  }
}
.media-text-block .content_text_image-right .content_callouts {
  width: 100%;
  margin-top: 60px;
}
.media-text-block .content_text_image-right .content_callouts .callout-row {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  border-bottom: 1px solid #D0D5DA;
  padding: 10px 0px;
}
.media-text-block .content_text_image-right .content_callouts .callout-row .callout-title {
  width: 100%;
}
.media-text-block .content_text_image-right .content_callouts .callout-row h4 {
  font-size: 22px;
  margin: 5px 0px;
}
.media-text-block .content_text_image-right .content_callouts .callout-row.ns-link {
  cursor: pointer;
}
.media-text-block .content_text_image-right .content_callouts .callout-row.ns-link > a {
  display: flex;
  gap: 1%;
  width: 100%;
  text-decoration: none;
}
.media-text-block .content_text_image-right .content_callouts .callout-row:nth-of-type(1) {
  border-top: 1px solid #E0E3E7;
}
.media-text-block .content_text_image-right .container-media-text {
  max-width: 520px;
  margin: 0 auto;
}
@media (min-width: 1101px) and (max-width: 1160px) {
  .media-text-block .content_text_image-right .container-media-text {
    padding: 0;
  }
}
@media (min-width: 1033px) and (max-width: 1100px) {
  .media-text-block .content_text_image-right .container-media-text {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1032px) {
  .media-text-block .content_text_image-right .container-media-text {
    max-width: none;
    padding: 0px 20px 64px 20px;
  }
}
.media-text-block .content_text_image-right .angled-button {
  margin: 0;
  margin-top: 64px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-right .angled-button {
    width: 100%;
  }
}
.media-text-block .content_text_image-left {
  width: 50%;
  margin: 0px;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .content_text_image-left {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-left {
    padding: 0px 40px 0px 40px;
    margin: 0 0 64px 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .media-text-block .content_text_image-left {
    width: 100%;
    padding: 64px 20px;
  }
}
.media-text-block .content_text_image-left h2 {
  margin: 20px 0px;
  color: #203755;
  line-height: 70px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 21px;
  margin-top: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-left h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    margin: 16px 0 32px 0;
  }
}
.media-text-block .content_text_image-left span {
  color: #327BA5;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 1px;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .media-text-block .content_text_image-left span {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-left span {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_text_image-left span {
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: normal;
  }
}
.media-text-block .content_text_image-left p {
  color: #203755;
  font-size: 18px;
  font-weight: 325;
  max-width: 500px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .media-text-block .content_text_image-left p {
    max-width: none;
    font-size: 20px;
    font-weight: 350;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_text_image-left p {
    font-size: 14px;
    line-height: 160%;
  }
}
.media-text-block .content_text_image-left .content_callouts {
  width: 100%;
  margin-top: 20px;
}
.media-text-block .content_text_image-left .content_callouts .callout-row {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  border-bottom: 1px solid #D0D5DA;
  padding: 10px 0px;
}
.media-text-block .content_text_image-left .content_callouts .callout-row .callout-title {
  width: 100%;
}
.media-text-block .content_text_image-left .content_callouts .callout-row h4 {
  font-size: 22px;
  margin: 5px 0px;
}
.media-text-block .content_text_image-left .content_callouts .callout-row.ns-link {
  cursor: pointer;
}
.media-text-block .content_text_image-left .content_callouts .callout-row.ns-link > a {
  display: flex;
  gap: 1%;
  width: 100%;
  text-decoration: none;
}
.media-text-block .content_text_image-left .content_callouts .callout-row:nth-of-type(1) {
  border-top: 1px solid #E0E3E7;
}
.media-text-block .content_text_image-left .container-media-text {
  max-width: 520px;
  margin: auto;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .media-text-block .content_text_image-left .container-media-text {
    padding-left: 50px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-left .container-media-text {
    max-width: none;
    padding: 64px 20px;
  }
}
.media-text-block .content_text_image-left .angled-button {
  margin: 0;
  margin-top: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_text_image-left .angled-button {
    width: 100%;
  }
}
.media-text-block .ns-primary-button {
  margin-top: 40px;
  margin-right: 20PX;
  border: 1.5px solid #72A6C3;
  max-width: fit-content;
}
.media-text-block .ns-primary-button::before {
  border-left: 1.5px solid #72A6C3;
}
.media-text-block .ns-primary-button::after {
  border-right: 1.5px solid #72A6C3;
}
@media screen and (max-width: 1024px) {
  .media-text-block .ns-primary-button {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_media {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .media-text-block .content_media h3 {
    font-size: 56px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .content_media h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
.media-text-block .ns-title-xs {
  font-size: 65px;
  min-width: 520px;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .media-text-block .ns-title-xs {
    font-size: 55px;
    line-height: 60px;
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .media-text-block .ns-title-xs {
    font-size: 55px;
    line-height: 60px;
    min-width: unset;
  }
}
.media-text-block.ns-margin-stats-bar {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body.ns-page-id-18 .media-text-block .text-image-container-left {
    margin-top: 64px;
  }
  body.ns-page-id-18 .media-text-block .text-image-container-left img {
    padding: 0;
  }
  body.ns-page-id-14 .media-text-block .text-image-container-left {
    margin-top: 64px;
    margin-bottom: 0;
  }
  body.ns-page-id-14 .media-text-block .text-right-container {
    margin-top: 0px;
  }
  body.ns-page-id-14 .media-text-block .content_text_image-right {
    margin-bottom: 40px;
  }
  body.ns-page-id-14 .media-text-block .content_text_image-right .container-media-text {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
  }
  body.ns-page-id-14 .media-text-block .content_text_image-right h2 {
    margin-top: 40px;
  }
  body.ns-page-id-14 .media-text-block .text-image-container-left img {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .media-text-block .text-image-container-left {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .media-text-block .text-image-container-left figure {
    padding: 0 20px 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1032px) {
  .media-text-block .text-image-container-left img {
    padding: 0px 40px 0 40px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.content-stats-block {
  background-color: #fff;
  color: #fff;
  padding: 180px 0px;
  background: linear-gradient(to right, #132133 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 2s ease;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .content-stats-block {
    padding: 64px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-stats-block {
    padding: 24px 40px;
  }
}
.content-stats-block .stats-row {
  display: flex;
  align-items: baseline;
  color: #fff;
  gap: 10%;
}
@media (min-width: 768px) and (max-width: 1160px) {
  .content-stats-block .stats-row.container {
    padding: 0;
    gap: 64px;
  }
}
@media screen and (max-width: 767px) {
  .content-stats-block .stats-row {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
}
.content-stats-block .content-title p {
  font-size: 36px;
  line-height: 40px;
  font-family: "Mercury Display A", "Mercury Display B";
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 15px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .content-stats-block .content-title p {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 64px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-stats-block .content-title p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-stats-block {
    padding: 80px 0;
  }
}
.content-stats-block .content-stats {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .content-stats-block .content-stats {
    width: 100%;
  }
}
.content-stats-block .content-stats .content-title {
  gap: 32px;
}
.content-stats-block .section-stats {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content-stats-block .section-stats {
    width: 100%;
    gap: 32px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .content-stats-block .section-stats {
    column-gap: 28px;
  }
}
.content-stats-block .section-stats .stats {
  width: 46%;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.content-stats-block .section-stats .stats:nth-child(1) {
  border-bottom: 1px solid #657486;
}
.content-stats-block .section-stats .stats:nth-child(2) {
  border-bottom: 1px solid #657486;
}
@media screen and (max-width: 768px) {
  .content-stats-block .section-stats .stats {
    flex: 0 0 calc((100% - 32px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-stats-block .section-stats .stats h4 {
  font-size: 60px;
  line-height: 106.667%;
  font-family: "Mercury Display A", "Mercury Display B";
  margin: 39px 0 0 0;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-stats-block .section-stats .stats h4 {
    font-size: 40px;
    line-height: 50px;
    margin: 40px 0 7px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-stats-block .section-stats .stats h4 {
    margin: 0;
  }
}
.content-stats-block .section-stats .stats p {
  color: #72A6C3;
  font-size: 20px;
  line-height: 28px;
  font-family: "Mercury Display A", "Mercury Display B";
  margin-bottom: 35px;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .content-stats-block .section-stats .stats p {
    margin-top: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .content-stats-block .section-stats .stats p {
    text-align: center;
  }
}
.content-stats-block .angled-button {
  color: #fff;
  font-weight: 350;
}
.content-stats-block .angled-button:hover {
  border: 1px solid #72a8bd;
}
.content-stats-block .angled-button:hover::before {
  border-top: 20px solid #72a8bd;
}
.content-stats-block .angled-button:hover::after {
  border-bottom: 20px solid #72a8bd;
}

.strategies-block {
  background-color: #F3F9FB;
  padding: 180px 0;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .strategies-block {
    padding: 64px 40px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block {
    padding: 64px 40px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .strategies-block {
    padding: 100px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .strategies-block .container {
    padding: 0;
  }
}
.strategies-block .strategie-headline-label {
  font-size: 14px;
  font-family: "Gotham A", "Gotham B";
  color: #327BA5;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline-label {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin: 0;
  }
}
.strategies-block .strategie-headline-title {
  line-height: 74px;
  margin: 0;
  color: #203755;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline-title {
    margin-top: 16px;
    font-size: 50px;
    line-height: 60px;
  }
}
.strategies-block .strategie-headline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline {
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.strategies-block .strategie-headline .strategie-headline-section {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline .strategie-headline-section {
    width: 100%;
  }
}
.strategies-block .strategie-headline .strategie-content-section {
  width: 40%;
}
.strategies-block .strategie-headline .strategie-content-section .ns-primary-button::before {
  background: #F3F9FB;
}
.strategies-block .strategie-headline .strategie-content-section .ns-primary-button::after {
  background: #F3F9FB;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline .strategie-content-section {
    width: 100%;
  }
}
.strategies-block .strategie-headline .strategie-headline-description {
  color: #203755;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strategies-block .strategie-headline .strategie-headline-description {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 350;
    line-height: 25.6px;
  }
}
.strategies-block .strategies-section {
  display: flex;
  align-items: baseline;
  width: 100%;
  column-gap: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .strategies-block .strategies-section {
    justify-content: space-between;
  }
}
.strategies-block .strategies-section .strategie-column {
  width: 30%;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
}
.strategies-block .strategies-section .strategie-column .learn-more-container {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: end;
  transition: opacity 0.1s ease-in-out;
}
.strategies-block .strategies-section .strategie-column .learn-more-link {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .strategies-block .strategies-section .strategie-column {
    width: 46%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column {
    width: 45%;
    height: 300px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .strategies-block .strategies-section .strategie-column {
    width: 100%;
  }
}
.strategies-block .strategies-section .strategie-column img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column img {
    height: 300px;
  }
}
.strategies-block .strategies-section .strategie-column video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
}
.strategies-block .strategies-section .strategie-column .black {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
  z-index: 9000;
}
.strategies-block .strategies-section .strategie-column .title-column {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  max-width: 320px;
  z-index: 900000;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column .title-column {
    max-width: 250px;
  }
}
.strategies-block .strategies-section .strategie-column .title-column h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column .title-column h3 {
    font-size: 26px;
  }
}
.strategies-block .strategies-section .strategie-column .title-column span {
  color: #C5E1EC;
  font-size: 30px;
  z-index: 90000;
}
.strategies-block .strategies-section .strategie-column .title-column span img {
  width: 7px;
  height: 16px;
}
.strategies-block .strategies-section .strategie-column .title-column .learn-more-link {
  display: flex;
  column-gap: 8px;
}
.strategies-block .strategies-section .strategie-column .title-column .learn-more-text {
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  transform: translateY(10px);
  opacity: 0;
  margin: 0;
}
.strategies-block .strategies-section .strategie-column .arrow-icon {
  overflow: visible;
  margin-left: -5px;
  visibility: visible;
  transform: translateX(-6rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column .arrow-icon {
    margin-left: 0;
    transform: translateX(-6.5rem);
  }
}
@media (max-width: 767px) {
  .strategies-block .strategies-section .strategie-column .arrow-icon {
    transform: translateX(-5.5rem);
  }
}
.strategies-block .strategies-section .strategie-column .arrow-head {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.strategies-block .strategies-section .strategie-column .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.strategies-block .strategies-section .strategie-column:hover .arrow-head {
  transform: translateX(3px);
}
.strategies-block .strategies-section .strategie-column:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.strategies-block .strategies-section .strategie-column:hover .learn-more-container {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strategies-block .strategies-section .strategie-column:last-child {
    margin-bottom: 0;
  }
}
.strategies-block .strategies-section .strategie-column:hover .learn-more-text {
  display: inline;
  transform: translateY(3px);
  opacity: 1;
  color: #fff;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.strategies-block .strategies-section .strategie-column:hover .arrow-icon {
  transform: translateX(0);
}

.cta-block {
  background-color: #203755;
  padding: 58px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta-block {
    padding: 64px 40px;
  }
  .cta-block .container {
    padding: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1160px) {
  .cta-block .container {
    padding: 0px 40px;
  }
}
.cta-block .cta_headline {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Mercury Display A", "Mercury Display B";
  color: #C5E1EC;
  margin-bottom: 40px;
}
.cta-block .cta-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #657486;
  border-bottom: 1px solid #657486;
  border-right: 1px solid #657486;
}
@media (max-width: 768px) {
  .cta-block .cta-row {
    border: none;
  }
}
.cta-block .cta-column {
  flex: 0 0 25%;
  border-left: 1px solid #657486;
  padding: 27px 30px 47px 30px;
  cursor: pointer;
  transition: background-color 1s ease-in 100ms;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cta-block .cta-column {
    padding: 20px;
    flex: 0 0 50%;
    border-bottom: 1px solid #657486;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .cta-block .cta-column {
    padding: 20px;
    border-bottom: 1px solid #657486;
  }
  .cta-block .cta-column .learn-more-link {
    bottom: 20px !important;
    right: 85px !important;
  }
}
@media (max-width: 767px) {
  .cta-block .cta-column {
    flex: 0 0 100%;
    padding: 20px;
    border: 1px solid #657486;
    min-height: 285px;
    margin-top: 1em;
  }
  .cta-block .cta-column .learn-more-link {
    position: relative !important;
    bottom: 20px !important;
    left: 0px !important;
  }
}
.cta-block .cta-column .cta-topic {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #C5E1EC;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 65px;
  font-weight: 600;
  letter-spacing: 2px;
}
.cta-block .cta-column .cta-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  font-family: "Mercury Display A", "Mercury Display B";
  margin-bottom: 32px;
  min-height: 96px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cta-block .cta-column .cta-title {
    font-size: 25px;
  }
}
.cta-block .cta-column .learn-more-link {
  display: flex;
  column-gap: 8px;
  text-decoration: none;
  position: absolute;
  bottom: 47px;
  left: 45px;
}
.cta-block .cta-column .learn-more-link .learn-more-text {
  font-size: 16px;
  transform: translateY(10px);
  opacity: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.cta-block .cta-column .arrow-icon {
  overflow: visible;
  margin-left: -12px;
  visibility: visible;
  transform: translateX(-6.5rem);
}
.cta-block .cta-column .arrow-head {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.cta-block .cta-column .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.cta-block .cta-column:hover .arrow-head {
  transform: translateX(3px);
}
.cta-block .cta-column:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.cta-block .cta-column:hover .learn-more-container {
  opacity: 1;
}
.cta-block .cta-column:hover {
  background-color: #132133;
}
.cta-block .cta-column:hover .learn-more-text {
  display: inline;
  transform: translateY(3px);
  opacity: 1;
  color: #fff;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.cta-block .cta-column:hover .learn-more-link {
  margin-left: -12px;
}
.cta-block .cta-column:hover .arrow-icon {
  transform: translateX(12px);
}

.callout-inline-block .ns-primary-button {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 140px;
  padding: 27px;
  font-size: 22px;
  color: #203755;
  border-color: unset;
  border: 1.5px solid #72A6C3;
  position: relative;
}
.callout-inline-block .ns-primary-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 48px;
  border-right: 1.5px solid #72A6C3;
  top: -25px;
  left: -26px;
  transform: rotate(45deg);
  background: white;
}
.callout-inline-block .ns-primary-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 49px;
  height: 48px;
  border-left: 1.5px solid #72A6C3;
  bottom: -25px;
  right: -26px;
  transform: rotate(45deg);
  background: white;
}
.callout-inline-block .ns-primary-button img {
  margin-left: 10px;
}

.quote-block {
  padding: 107px 100px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quote-block {
    padding: 64px 40px;
  }
}
@media screen and (max-width: 767px) {
  .quote-block {
    padding: 32px 20px;
  }
}
.quote-block::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/404-pattern.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quote-block .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .quote-block .container {
    padding: 0;
  }
}
.quote-block .container .quote-content {
  max-width: 840px;
  display: flex;
  width: 100%;
  align-items: baseline;
  font-size: 40px;
  line-height: 54px;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
  font-weight: 500;
  column-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-content {
    row-gap: 24px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .quote-block .container .quote-content {
    column-gap: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .quote-block .container .quote-content {
    flex-wrap: wrap;
    font-size: 26px;
    line-height: 36px;
  }
}
.quote-block .container .quote-content .quote-image {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-content .quote-image img {
    width: 32px;
    height: 26.88px;
  }
}
.quote-block .container .quote-content .quote-text {
  width: 100%;
  max-width: 740px;
  font-size: 36px;
  line-height: 50px;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-content .quote-text {
    max-width: 100%;
    font-size: 32px;
    line-height: 120%;
  }
}
@media screen and (max-width: 768px) {
  .quote-block .container .quote-content .quote-text {
    font-size: 26px;
    line-height: 110%;
  }
}
.quote-block .container .quote-person {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-top: 36px;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-person {
    margin-top: 32px;
  }
}
.quote-block .container .quote-person .empty-column {
  width: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .quote-block .container .quote-person .empty-column {
    width: 0%;
  }
}
@media screen and (max-width: 767px) {
  .quote-block .container .quote-person .empty-column {
    width: 0%;
  }
}
.quote-block .container .quote-person .quote-person-image {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-person .quote-person-image {
    width: 64px;
    margin-right: 24px;
  }
}
.quote-block .container .quote-person .quote-person-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .quote-block .container .quote-person .quote-person-image img {
    width: 64px;
    height: 64px;
  }
}
.quote-block .container .quote-person .quote-person-position {
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .quote-block .container .quote-person .quote-person-position {
    width: 50%;
    max-width: 100%;
  }
}
.quote-block .container .quote-person .quote-person-position h6 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 20px;
  color: #203755;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quote-block .container .quote-person .quote-person-position h6 {
    color: #F3F9FB !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    margin: 8px 0px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .quote-block .container .quote-person .quote-person-position h6 {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
  }
}
.quote-block .container .quote-person .quote-person-position p {
  margin: 10px 0px;
  color: #334154;
  font-size: 14px;
  line-height: 20px;
  font-weight: 325;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .quote-block .container .quote-person .quote-person-position p {
    color: #F3F9FB !important;
    font-weight: 325;
    line-height: 18px;
    font-size: 14px;
    margin: 8px 0px;
  }
}
.quote-block .container.blue::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/quote-pattern.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bluedark .quote-text,
.bluedarker .quote-text,
.blue .quote-text {
  color: #fff;
}
.bluedark .quote-person .quote-person-position h6,
.bluedarker .quote-person .quote-person-position h6,
.blue .quote-person .quote-person-position h6 {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .bluedark .quote-person .quote-person-position h6,
  .bluedarker .quote-person .quote-person-position h6,
  .blue .quote-person .quote-person-position h6 {
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 350;
  }
}
@media screen and (max-width: 768px) {
  .bluedark .quote-person .quote-person-position h6,
  .bluedarker .quote-person .quote-person-position h6,
  .blue .quote-person .quote-person-position h6 {
    line-height: 16.8px;
    font-weight: 350;
    font-size: 14px;
  }
}
.bluedark .quote-person .quote-person-position p,
.bluedarker .quote-person .quote-person-position p,
.blue .quote-person .quote-person-position p {
  color: #fff;
}

blockquote {
  margin: 0;
}

.insights-block {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.insights-block .headline-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 35px;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .insights-block .headline-section {
    margin-bottom: 0;
  }
}
.insights-block .headline-section .headline-section__title {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.insights-block .headline-section .headline-section__title h2 {
  font-size: 70px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  color: #203755;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .insights-block .headline-section .headline-section__title h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .insights-block .headline-section .headline-section__title h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .insights-block .headline-section .headline-section__title h2 {
    font-size: 50px;
  }
}
.insights-block .headline-section .headline-section__title .intro-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B";
  color: #203755;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .insights-block .headline-section .headline-section__title .intro-text {
    font-size: 14px;
    font-weight: 350;
    line-height: 120%;
    width: auto;
    /* 16.8px */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .insights-block .headline-section .headline-section__title .intro-text {
    font-size: 20px;
    font-weight: 350;
    line-height: 160%;
    width: auto;
    /* 32px */
  }
}
@media screen and (max-width: 768px) {
  .insights-block .headline-section .headline-section__title {
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
    /* 60px */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .insights-block .headline-section .headline-section__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    /* 61.6px */
  }
}
.insights-block .headline-section .headline-section__button {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .insights-block .headline-section .headline-section__button {
    width: 100%;
  }
}
.insights-block .headline-section .headline-section__button .angled-button {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .insights-block .headline-section .headline-section__button .angled-button button {
    font-size: 14px;
    width: 100%;
  }
}
.insights-block .headline-section .headline-section__button a {
  color: #132133 !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .insights-block .headline-section .headline-section__button a {
    text-align: center;
  }
}
.insights-block .articles-section {
  display: flex;
  width: 100%;
  column-gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .insights-block .articles-section {
    flex-wrap: wrap;
  }
}
.insights-block .articles-section .article-column {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .insights-block .articles-section .article-column {
    width: 100%;
  }
}
.insights-block .articles-section .article-column h4 {
  font-size: 12px;
  color: #327BA5;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  line-height: 13px;
  letter-spacing: 1px;
  text-align: left;
  font-family: "Gotham A", "Gotham B";
  margin-top: 25px;
  margin-bottom: 20px;
}
.insights-block .articles-section .article-column a {
  text-decoration: none;
}
.insights-block .articles-section .article-column h3 {
  color: #203755;
  line-height: 40px !important;
  font-weight: 500;
  margin: 0;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .insights-block .articles-section .article-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.insights-block .articles-section .article-column p {
  color: #657486;
  font-size: 14px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
.insights-block .articles-section .article-column hr {
  margin: 0;
}
.insights-block .articles-section .article-column img {
  object-fit: cover;
  width: 100%;
  height: auto;
  object-position: top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .insights-block {
    padding: 0 40px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.content-element-block .normal {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-element-block .normal {
    padding: 150px;
    width: 100%;
  }
}
.content-element-block .normal .content_normal p {
  font-size: 36px;
  line-height: 40px;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content-element-block .normal .content_normal p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .content-element-block .normal .content_normal p {
    font-size: 36px;
    line-height: 50px;
  }
}
.content-element-block .center {
  padding: 150px;
  text-align: center;
}
.content-element-block .center .content_center p {
  font-size: 40px;
  line-height: 54px;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .center .content_center p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .center {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .center {
    padding: 150px 0 64px 0;
  }
}
.content-element-block .half {
  position: relative;
  z-index: 999999;
}
.content-element-block .half .label-half {
  font-size: 14px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #C5E1EC !important;
  text-transform: uppercase;
}
.content-element-block .half .content_half {
  width: 100%;
  padding: 80px 5px 60px 0px;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_half {
    padding: 64px 5px 60px 0px;
  }
}
.content-element-block .half .content_half .half-cta-link {
  margin-bottom: 17px;
}
.content-element-block .half .content_half strong {
  color: #C5E1EC;
}
.content-element-block .half .content_half h2 {
  font-size: 70px;
  line-height: 74px;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_half h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .half .content_half h2 {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 110%;
  }
}
.content-element-block .half .content_half h2.ns-callout-mb {
  margin-bottom: 60px;
}
.content-element-block .half .content_half h4 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .content-element-block .half .content_half h4 {
    font-size: 30px;
    line-height: 110%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_half p span {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .half .content_half p span {
    font-size: 18px !important;
    line-height: 150%;
  }
}
@media (min-width: 375px) and (max-width: 1024px) {
  .content-element-block .half .content_half p span:nth-of-type(2) br {
    display: none;
  }
}
.content-element-block .half .content_half p:nth-of-type(1) {
  font-size: 22px;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B";
  margin: 24px 0 44px 0;
  font-weight: 350;
  max-width: 700px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_half p:nth-of-type(1) {
    margin: 32px 0 35px 0;
    font-size: 20px;
    line-height: 160%;
    max-width: 700px;
  }
}
.content-element-block .half .content_half p:nth-of-type(2) {
  font-size: 18px;
  line-height: 32px;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 30px;
}
.content-element-block .half .content_half p:nth-of-type(2) a {
  color: #327BA5;
}
.content-element-block .half .content_half .ns-primary-button {
  bottom: -7px;
}
.content-element-block .half .content_half h3,
.content-element-block .half .content_half h4,
.content-element-block .half .content_half h5,
.content-element-block .half .content_half h6 {
  font-family: "Mercury Display A", "Mercury Display B";
}
.content-element-block .half .content_half h6 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_half h3 {
    font-size: 48px;
    line-height: normal;
  }
}
.content-element-block .half .half-callouts {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  column-gap: 3%;
  padding-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .content-element-block .half .half-callouts {
    width: 100%;
  }
}
.content-element-block .half .half-callouts.two-columns {
  column-gap: 60px;
}
.content-element-block .half .half-callouts .callouts {
  width: 31%;
  border-color: #E0E3E7;
}
.content-element-block .half .half-callouts .callouts strong {
  color: #C5E1EC;
  font-weight: 500;
}
.content-element-block .half .half-callouts .callouts h5 {
  line-height: 32px;
  color: #203755;
  font-family: "Gotham A", "Gotham B";
  font-size: 22px;
  margin: 23px 0 10px 0;
}
@media screen and (max-width: 1024px) {
  .content-element-block .half .half-callouts .callouts h5 {
    line-height: 160%;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .half-callouts .callouts h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .half .half-callouts .callouts h5 {
    font-weight: 500;
  }
}
.content-element-block .half .half-callouts .callouts h2,
.content-element-block .half .half-callouts .callouts h3,
.content-element-block .half .half-callouts .callouts h4,
.content-element-block .half .half-callouts .callouts h6 {
  font-family: "Mercury Display A", "Mercury Display B";
}
.content-element-block .half .half-callouts .callouts p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 1024px) {
  .content-element-block .half .half-callouts .callouts p {
    font-size: 20px;
    line-height: 160%;
    font-weight: 325;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .half-callouts .callouts p {
    font-size: 14px;
    font-weight: 325;
    line-height: 150%;
    /* 21px */
  }
}
.content-element-block .half .half-callouts .callouts figure {
  margin: 35px 0;
  transition: all 300ms ease;
}
@media screen and (max-width: 768px) {
  .content-element-block .half .half-callouts .callouts figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-element-block .half .half-callouts .callouts figure:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .content-element-block .half .half-callouts .callouts {
    width: 100%;
  }
}
.content-element-block .half .half-callouts .callouts .ns-primary-button-simple {
  background: transparent;
  font-size: 15px;
  color: #203755;
  text-decoration: none;
  font-weight: 500;
  margin-right: 45px;
  position: relative;
}
.content-element-block .half .half-callouts .callouts .ns-primary-button-simple::after {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  background-image: url(/wp-content/themes/pretium/blocks/content-elements/assets/inline-arrow.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  bottom: 0;
}
.content-element-block .half .half-callouts.five-columns .callouts {
  width: 17%;
  padding-right: 20px;
}
.content-element-block .half .half-callouts.five-columns .callouts img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .content-element-block .half .half-callouts.five-columns .callouts {
    width: 100%;
  }
}
.content-element-block .half .half-callouts.four-columns .callouts {
  width: 22%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .content-element-block .half .half-callouts.four-columns .callouts {
    width: 100%;
  }
}
.content-element-block .half .half-callouts.two-columns .callouts {
  flex: 0 0 calc((100% - 60px) / 2);
  position: relative;
}
.content-element-block .half .half-callouts.two-columns .callouts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(63deg, rgba(255, 255, 255, 0.5) 16.67%, rgba(197, 225, 236, 0.8) 31.91%, #72A6C3 57.02%, rgba(53, 128, 170, 0.5) 100%);
}
@media screen and (max-width: 767px) {
  .content-element-block .half .half-callouts.two-columns .callouts {
    flex: 0 0 100%;
  }
}
.content-element-block .half .half-callouts.two-columns .callouts .angled-button {
  border: none;
  padding: 12px 25px 12px 46px;
}
.content-element-block .half .half-callouts.two-columns .callouts .angled-button button {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
}
.content-element-block .half .callouts-disclaimer {
  padding-bottom: 80px;
}
.content-element-block .half .callouts-disclaimer p {
  font-size: 12px;
  line-height: 18px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #E0E3E7;
  margin: 0;
}
.content-element-block .half .content_stats:has(> .inline) {
  border-top: 1px solid #D0D5DA;
  padding: 80px 0 120px 0;
}
.content-element-block .half .content_stats:has(> .inline) .inline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.content-element-block .half .content_stats:has(> .inline) .stats_column {
  width: 25%;
}
.content-element-block .half .content_stats:has(> .inline) .stats_column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #203755;
  font-weight: 300;
}
.content-element-block .half .content_stats:has(> .inline) .stats_column h3 {
  margin: 5px 0;
  color: #327BA5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content-element-block .half .content_stats:has(> .inline) .stats_column h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .content_stats:has(> .inline) .stats_column {
    width: 50%;
  }
}
.content-element-block .half .content_stats:has(> .floated) {
  padding: 0px 0 50px 0;
  position: relative;
}
.content-element-block .half .content_stats:has(> .floated) .floated {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  position: absolute;
  z-index: 9000;
  width: 100%;
  column-gap: 5%;
  bottom: -85px;
}
@media screen and (max-width: 767px) {
  .content-element-block .half .content_stats:has(> .floated) .floated {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 25px 18px;
  }
}
.content-element-block .half .content_stats:has(> .floated) .stats_column {
  width: 31.2%;
  background-color: #F3F9FB;
  padding: 45px 50px 55px 50px;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 1024px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column {
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column {
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.content-element-block .half .content_stats:has(> .floated) .stats_column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #334154 !important;
  font-weight: 300;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column p {
    text-align: center;
  }
}
.content-element-block .half .content_stats:has(> .floated) .stats_column h3 {
  margin: 5px 0;
  color: #327BA5 !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column h3 {
    text-align: center;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column h3 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column {
    width: 46%;
    padding: 24px;
  }
}
@media screen and (min-width: 767px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-element-block .half .content_stats:has(> .floated) .stats_column:nth-of-type(3) {
    max-width: 100%;
    height: auto;
    align-items: center;
  }
}
.content-element-block .half .mid-callout {
  margin-bottom: -50px;
}
.content-element-block .half .mid-cta-block {
  background-color: #327BA5;
  padding: 65px 50px;
  position: relative;
}
.content-element-block .half .mid-cta-block .mid-cta-text h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 44px;
  color: #fff;
  max-width: 540px;
  margin: 0;
}
.content-element-block .half .mid-cta-block .mid-cta-text h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 34px;
  color: #fff;
  max-width: 540px;
  margin-bottom: 32px;
  margin-top: 0;
}
.content-element-block .half .mid-cta-block .mid-cta-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  line-height: 32px;
  color: #fff;
  max-width: 540px;
  margin-bottom: 32px;
}
.content-element-block .half .mid-cta-block .mid-cta-link .ns-primary-button {
  color: #fff;
}
.content-element-block .half .mid-cta-block .mid-cta-link .ns-primary-button::before {
  background-color: #327BA5;
}
.content-element-block .half .mid-cta-block .mid-cta-link .ns-primary-button::after {
  background-color: #327BA5;
}
.content-element-block .half .mid-cta-block::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/cta-mid-bg.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-element-block .wide {
  padding: 120px 0 123px 0;
  max-width: 840px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .wide {
    padding: 64px 0 34px;
    max-width: 100%;
    margin: 0;
  }
}
.content-element-block .wide .label {
  font-size: 16px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #327BA5;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .wide .label {
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.5px;
  }
}
.content-element-block .wide .content_wide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .content_wide {
    margin-bottom: 8px;
  }
}
.content-element-block .wide .content_wide h3 {
  margin-top: 54px;
  margin-bottom: 35px;
}
.content-element-block .wide .content_wide p {
  font-weight: 325;
}
.content-element-block .wide .content_wide p:first-of-type {
  font-size: 18px !important;
  margin: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .wide .content_wide p:first-of-type {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .content_wide p:first-of-type {
    margin-bottom: 24px;
  }
}
.content-element-block .wide .content_wide p a {
  color: #327BA5;
}
.content-element-block .wide .content_wide h4 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .content_wide h4 {
    font-size: 30px;
    margin: 0;
  }
}
.content-element-block .wide .content_wide p {
  max-width: 800px;
  margin-top: 17px !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .wide .content_wide p {
    max-width: none;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .content_wide p {
    margin-top: 16px !important;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.content-element-block .wide .content_wide .ns-primary-button {
  max-width: fit-content;
}
.content-element-block .wide .content_wide h1 {
  font-size: 70px;
  line-height: 74px;
}
.content-element-block .wide .content_wide h2 {
  font-size: 60px;
  line-height: 64px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .wide .content_wide h2 {
    margin-top: 0;
  }
}
.content-element-block .wide .mid-callout {
  margin-bottom: -50px;
}
.content-element-block .wide .mid-cta-block {
  background-color: #327BA5;
  padding: 65px 50px;
  position: relative;
}
.content-element-block .wide .mid-cta-block .mid-cta-text h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 44px;
  color: #fff;
  max-width: 540px;
  margin: 0;
}
.content-element-block .wide .mid-cta-block .mid-cta-text h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 34px;
  color: #F3F9FB;
  max-width: 540px;
  margin-bottom: 32px;
  margin-top: 0;
}
.content-element-block .wide .mid-cta-block .mid-cta-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  line-height: 32px;
  color: #F3F9FB;
  max-width: 540px;
  margin-bottom: 32px;
}
.content-element-block .wide .mid-cta-block .mid-cta-link .ns-primary-button {
  color: #fff;
}
.content-element-block .wide .mid-cta-block .mid-cta-link .ns-primary-button::before {
  background-color: #327BA5;
}
.content-element-block .wide .mid-cta-block .mid-cta-link .ns-primary-button::after {
  background-color: #327BA5;
}
.content-element-block .wide .mid-cta-block::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/cta-mid-bg.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-element-block .wide .half-callouts {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  column-gap: 3%;
  padding-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .content-element-block .wide .half-callouts {
    width: 100%;
  }
}
.content-element-block .wide .half-callouts .callouts {
  width: 31%;
  border-top: 1px solid;
  border-color: #E0E3E7;
}
.content-element-block .wide .half-callouts .callouts strong {
  color: #C5E1EC;
}
.content-element-block .wide .half-callouts .callouts h5 {
  line-height: 32px;
  color: #203755;
  font-family: "Gotham A", "Gotham B";
  font-size: 22px;
  margin: 22px 0 10px 0;
}
.content-element-block .wide .half-callouts .callouts h2,
.content-element-block .wide .half-callouts .callouts h3,
.content-element-block .wide .half-callouts .callouts h4,
.content-element-block .wide .half-callouts .callouts h6 {
  font-family: "Mercury Display A", "Mercury Display B";
}
.content-element-block .wide .half-callouts .callouts p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 22px 0;
}
.content-element-block .wide .half-callouts .callouts figure {
  margin: 35px 0;
  transition: all 300ms ease;
}
.content-element-block .wide .half-callouts .callouts figure:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .content-element-block .wide .half-callouts .callouts {
    width: 100%;
  }
}
.content-element-block .wide .half-callouts .callouts .ns-primary-button-simple {
  background: transparent;
  font-size: 15px;
  color: #203755;
  text-decoration: none;
  font-weight: 500;
  margin-right: 45px;
  position: relative;
}
.content-element-block .wide .half-callouts .callouts .ns-primary-button-simple::after {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  background-image: url(/wp-content/themes/pretium/blocks/content-elements/assets/inline-arrow.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  bottom: 0;
}
.content-element-block .wide .half-callouts.four-columns .callouts {
  width: 22%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .half-callouts.four-columns .callouts {
    width: 100%;
  }
}
.content-element-block .wide .half-callouts.two-columns .callouts {
  width: 48%;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .content-element-block .wide .half-callouts.two-columns .callouts {
    width: 100%;
  }
}
.content-element-block .accordion {
  margin-bottom: 0px;
  max-width: 840px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .accordion {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .accordion {
    padding: 0 !important;
  }
}
.content-element-block .accordion h4 {
  cursor: pointer;
  color: #203755;
  padding-right: 40px;
  padding-top: 25px;
  margin: 0;
  line-height: 34px;
  font-size: 20px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .content-element-block .accordion h4 {
    font-size: 18px;
    padding-top: 24px;
  }
}
.content-element-block .accordion .text {
  display: none;
  padding: 0;
  padding-right: 40px;
  padding-top: 5px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #203755;
}
.content-element-block .accordion .text p {
  margin: 30px 0 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 325;
  color: #203755;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .accordion .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block .accordion .text p {
    font-size: 12px;
    margin-top: 0;
    padding-top: 0;
  }
}
.content-element-block .accordion .options {
  text-align: right;
}
.content-element-block .accordion .row {
  border-bottom: 1px solid #E0E3E7;
  padding-bottom: 25px;
  background: url(/wp-content/themes/pretium/blocks/accordion/assets/arrow-down.svg) no-repeat top 36px right;
  background-size: 15px;
}
@media screen and (max-width: 767px) {
  .content-element-block .accordion .row {
    padding-bottom: 24px;
  }
}
.content-element-block .bluedark .accordion .row {
  background: url(/wp-content/themes/pretium/blocks/content-elements/assets/arrow-up-lighter.svg) no-repeat top 36px right;
  rotate: 180deg;
}
.content-element-block .accordion .row:nth-of-type(1) {
  border-top: 1px solid #E0E3E7;
}
.content-element-block .accordion .row.active {
  background: url(/wp-content/themes/pretium/blocks/accordion/assets/arrow-up.svg) no-repeat top 36px right;
  background-size: 15px;
}
.content-element-block .accordion .row.active .text {
  display: block;
}
.content-element-block .accordion a {
  text-decoration: none;
  background: linear-gradient(transparent calc(100% - 2px), #00152B 0);
}
.content-element-block .accordion a:hover {
  color: #00152B;
}
.content-element-block h4 {
  margin-bottom: 22px;
}
.content-element-block ul {
  max-width: 805px;
  padding-left: 1em;
}
.content-element-block ul li {
  margin-bottom: 10px;
  line-height: 32px;
}
.content-element-block.ns-margin-top-0 .content_wide p:first-of-type {
  margin-bottom: 30px;
}
.content-element-block.ns-margin-top-0 .content_wide p {
  margin-top: 0;
  color: #F3F9FB !important;
}
@media screen and (max-width: 1024px) {
  .content-element-block.ns-margin-top-0 .content_wide p {
    font-size: 14px;
  }
}
.content-element-block.ns-margin-top-0 .content_wide h4 {
  margin-top: 10px;
}
.content-element-block.ns-padding-100 .half .content_half {
  padding: 120px 0px 120px 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block.ns-padding-100 .half .content_half {
    padding: 64px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-element-block.ns-padding-100 .half .content_half {
    padding: 100px 0;
  }
}
.content-element-block.ns-small-icons .callouts figure {
  width: 61px;
  height: 61px;
}
.content-element-block.ns-small-icons .callouts figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.content-element-block.ns-padding-mb.transparent .container .center {
  padding: 0;
  margin-top: 0;
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .container {
    padding: 0 40px;
  }
}

.bluedark h2,
.bluedark h3,
.bluedark h4,
.bluedark h5,
.bluedark h6,
.bluedark p,
.blue h2,
.blue h3,
.blue h4,
.blue h5,
.blue h6,
.blue p,
.bluedarker h2,
.bluedarker h3,
.bluedarker h4,
.bluedarker h5,
.bluedarker h6,
.bluedarker p {
  color: #F3F9FB !important;
}
.bluedark .label,
.blue .label,
.bluedarker .label {
  color: #C5E1EC;
  font-weight: 500;
  letter-spacing: 1px;
}
.bluedark .angled-button,
.blue .angled-button,
.bluedarker .angled-button {
  color: #fff;
}

.bluedark .content_wide .angled-button {
  color: #fff;
}

.bluedark .accordion h4,
.blue .accordion h4,
.bluedarker .accordion h4 {
  color: #C5E1EC !important;
}

.blue {
  position: relative;
}
.blue .content_half .half-cta-link .angled-button {
  color: #fff;
}

.bluelight {
  position: relative;
}
.bluelight .content_half .half-cta-link .angled-button {
  color: #fff;
}

.blue .ns-primary-button::before {
  background-color: #327BA5;
}

.blue .ns-primary-button::after {
  background-color: #327BA5;
}

.bluelight .ns-primary-button::before {
  background-color: #F3F9FB;
}

.bluelight .ns-primary-button::after {
  background-color: #F3F9FB;
}

.bluelighter .ns-primary-button::before {
  background-color: #C5E1EC;
}

.bluelighter .ns-primary-button::after {
  background-color: #C5E1EC;
}

.bluedark .ns-primary-button::before {
  background-color: #203755;
}

.bluedark .ns-primary-button::after {
  background-color: #203755;
}

.bluedarker .ns-primary-button::before {
  background-color: #132133;
}

.bluedarker .ns-primary-button::after {
  background-color: #132133;
}

.transparent .ns-primary-button::before {
  background-color: #fff;
}

.transparent .ns-primary-button::after {
  background-color: #fff;
}

.blue::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/blocks/content-elements/assets/blue-bk.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_stats:has(> .inline) {
  border-top: 1px solid #D0D5DA;
  padding: 80px 0 120px 0;
}
.content_stats:has(> .inline) .inline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.content_stats:has(> .inline) .stats_column {
  width: 25%;
}
.content_stats:has(> .inline) .stats_column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #203755;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .content_stats:has(> .inline) .stats_column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .inline) .stats_column p {
    font-size: 12px;
  }
}
.content_stats:has(> .inline) .stats_column h3 {
  margin: 5px 0;
  color: #327BA5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .inline) .stats_column h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .inline) .stats_column {
    width: 50%;
  }
}

.content_stats:has(> .floated) {
  padding: 0px 0 50px 0;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .content_stats:has(> .floated) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .floated) {
    margin-top: 0;
    padding: 0px 0 64px 0;
  }
}
.content_stats:has(> .floated) .floated {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  position: absolute;
  z-index: 9000;
  width: 100%;
  column-gap: 5%;
  bottom: -86px;
  justify-content: stretch;
}
@media screen and (max-width: 1024px) {
  .content_stats:has(> .floated) .floated {
    column-gap: 16px;
    bottom: unset;
    justify-content: center;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .floated) .floated {
    position: relative;
    bottom: 0;
    gap: 16px;
    flex-wrap: wrap;
  }
}
.content_stats:has(> .floated) .stats_column {
  width: 31.2%;
  background-color: #F3F9FB;
  padding: 45px 50px 55px 50px;
  display: flex;
  flex-direction: column-reverse;
  align-self: stretch;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .content_stats:has(> .floated) .stats_column {
    padding: 16px;
    width: 50%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .floated) .stats_column {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.content_stats:has(> .floated) .stats_column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #334154 !important;
  font-weight: 300;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .content_stats:has(> .floated) .stats_column p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .floated) .stats_column p {
    font-size: 12px;
    line-height: 150%;
  }
}
.content_stats:has(> .floated) .stats_column h3 {
  margin: 5px 0;
  color: #327BA5 !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content_stats:has(> .floated) .stats_column h3 {
    font-size: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .content_stats:has(> .floated) .stats_column h3 {
    font-size: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .content_stats:has(> .floated) .stats_column {
    padding: 25px;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    margin-top: 0;
    flex: 1 0 calc((100% - 16px) / 2);
    height: auto;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .transparent .container .center {
    padding: 64px 0 0 40px;
    margin-top: 132px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-element-block .normal {
    padding: 64px 0px;
  }
}
body.ns-page-id-14 .content-element-block.ns-padding-mb {
  padding-top: 100px;
}

.bluedark .container .half h4 {
  font-family: "Mercury Display A", "Mercury Display B";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px; /* 106.667% */
  padding-top: 150px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .bluedark .container .half h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 33px */
    text-align: center;
    padding-top: 80px;
    margin-top: 0;
  }
}
.content-element-block ul li ul {
  margin-left: 10px;
  margin-top: 10px;
}

.content-element-block ul li ul li::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid #327BA5;
  background-color: white;
  border-radius: 50%;
  margin-left: -1em;
  margin-right: 0.3em;
  vertical-align: middle;
}

.full-image-block figure img {
  height: 700px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .full-image-block figure img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .full-image-block figure img {
    height: 260px;
  }
}

.hero-section-block {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -122px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block {
    height: auto;
    align-items: flex-start;
    margin-top: -185px;
  }
}
.hero-section-block video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
.hero-section-block .closevideo {
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 900000;
  font-weight: bold;
  font-family: "Gotham A", "Gotham B";
  color: #fff;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.hero-section-block .black {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 5%);
  position: absolute;
  top: 0;
  z-index: 9000;
}
.hero-section-block .hero-content {
  z-index: 9000;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 840px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content {
    min-height: 650px;
    padding-top: 50px;
    padding: 180px 40px 200px 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content {
    padding-top: 190px;
    padding-bottom: 190px;
    gap: unset;
    height: auto;
    justify-content: flex-start;
    min-height: auto;
  }
}
.hero-section-block .hero-content .hero-label {
  max-width: 750px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 350;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content .hero-label {
    font-size: 12px;
    line-height: normal;
    font-weight: 350;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-label {
    font-size: 12px;
    line-height: normal;
  }
}
.hero-section-block .hero-content .hero-title {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  gap: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1032px) {
  .hero-section-block .hero-content .hero-title {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-title {
    gap: 32px;
    padding: 0 0 18px 0;
  }
}
.hero-section-block .hero-content .hero-title h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
  }
}
.hero-section-block .hero-content .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content .button-container {
    margin-top: 32px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .button-container {
    margin-top: 32px;
    margin-bottom: 10px;
    gap: 20px;
    width: 100%;
  }
}
.hero-section-block .hero-content .button-container .ns-primary-button {
  max-width: fit-content;
}
.hero-section-block .hero-content .hero-title.Normal h1,
.hero-section-block .hero-content .hero-title.Solid h1 {
  color: #fff;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content .hero-title.Normal,
  .hero-section-block .hero-content .hero-title.Solid {
    padding: 56px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-title.Normal,
  .hero-section-block .hero-content .hero-title.Solid {
    padding: 100px 0 0 0;
  }
}
.hero-section-block .hero-content .hero-title.Normal h2,
.hero-section-block .hero-content .hero-title.Solid h2 {
  font-size: 70px;
  line-height: 74px;
  margin: 0;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content .hero-title.Normal h2,
  .hero-section-block .hero-content .hero-title.Solid h2 {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    /* 61.6px */
    margin-top: 63.5px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-title.Normal h2,
  .hero-section-block .hero-content .hero-title.Solid h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 0;
  }
}
.hero-section-block .hero-content .hero-title.Normal {
  padding: 0;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-content .hero-title.Normal {
    padding: 56px 0 0 0;
  }
}
.hero-section-block .hero-content .hero-title.Normal h2 {
  margin-top: 0;
}
.hero-section-block .hero-content .hero-text {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-text {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-content .hero-text {
    margin: 0;
  }
}
.hero-section-block .hero-content .hero-text p {
  color: #fff;
  margin: 21px 0 30px 0;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 32px;
}
@media screen and (max-width: 1024px) {
  .hero-section-block .hero-content .hero-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 32px;
    color: #F3F9FB;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-content .hero-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 150%;
    margin-top: 18px;
  }
}
.hero-section-block .hero-content .angled-button {
  color: #fff;
  font-size: 14px;
  font-weight: 350;
  line-height: normal;
}
.hero-section-block .hero-video {
  position: absolute;
  right: 50px;
  bottom: 95px;
  cursor: pointer;
  z-index: 9000;
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-video {
    bottom: 260px;
  }
}
.hero-section-block .video-iframe {
  position: absolute;
  z-index: 90000;
  width: 100%;
  background: black;
  top: 0;
}
.hero-section-block .video-iframe video {
  height: 100vh !important;
}
.hero-section-block #hero-video-show {
  display: none;
}
.hero-section-block .hero-insights {
  background-color: #203755;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 88%;
  padding: 41px 0 41px 0px;
  column-gap: 2%;
  position: absolute;
  bottom: -80px;
  z-index: 9000;
  padding-left: 100px;
}
@media screen and (min-width: 1440px) {
  .hero-section-block .hero-insights {
    width: unset;
    left: 0;
    right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-insights {
    width: 96.5%;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-insights {
    padding-left: 0px;
  }
}
.hero-section-block .hero-insights::before {
  content: "";
  background-color: #203755;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -61%;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .hero-section-block .hero-insights::before {
    left: 0;
  }
}
.hero-section-block .hero-insights .insights-column {
  width: 23%;
  border-top: 1px solid;
  border-image: linear-gradient(to left, #203755, #72A6C3) 1 0 0 0;
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-insights .insights-column {
    width: 31.5%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-section-block .hero-insights .insights-column {
    width: 29%;
  }
}
.hero-section-block .hero-insights .insights-column a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  margin: 15px 0;
  display: block;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-insights .insights-column a {
    font-size: 14px;
  }
}
.hero-section-block .insights-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .hero-section-block .insights-row {
    column-gap: 20px;
  }
}
.hero-section-block .hero-stats {
  background-color: #132133;
  width: 100%;
  position: absolute;
  bottom: -100px;
  z-index: 9991;
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-stats {
    padding: 64px 0 80px 0;
    bottom: unset;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-stats {
    padding: 0;
    bottom: -50px;
  }
}
@media (min-width: 767px) {
  .hero-section-block .hero-stats .container {
    padding: 32px 40px;
  }
}
.hero-section-block .hero-stats .hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-stats .hero-row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1040px) {
  .hero-section-block .hero-stats .hero-row {
    justify-content: space-between;
    gap: 20px;
  }
}
.hero-section-block .hero-stats .hero-row .hero-stats-column {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3%;
  /*flex-wrap: wrap;*/
}
@media screen and (max-width: 1024px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column {
    column-gap: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column {
    width: 159px;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.hero-section-block .hero-stats .hero-row .hero-stats-column h4 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column h4 {
    font-size: 40px;
    line-height: normal;
    font-weight: 500;
    margin: 5px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column h4 {
    margin: 0;
  }
}
.hero-section-block .hero-stats .hero-row .hero-stats-column .text-stats {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column .text-stats {
    color: #72A6C3;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-stats .hero-row .hero-stats-column .text-stats {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 159px;
  }
}
.hero-section-block .hero-subpages {
  position: relative;
  bottom: 30px;
  z-index: 9999;
}
.hero-section-block .hero-subpages .subpages-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 100px;
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-subpages .subpages-row {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.hero-section-block .hero-subpages .subpages-row .subpages-column a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .hero-section-block .hero-subpages .subpages-row .subpages-column a {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.hero-section-block .hero-subpages .subpages-row .subpages-column a img {
  margin-left: 12px;
}
.hero-section-block .hero-callouts {
  position: absolute;
  bottom: -320px;
  z-index: 9001;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-callouts {
    margin-top: 0%;
    position: absolute;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-callouts {
    margin-top: 0;
    width: 100%;
    transform: translateY(50%);
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-callouts .container {
    padding: 0 40px;
  }
}
.hero-section-block .hero-callouts .hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 50px;
  row-gap: 50px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-callouts .hero-row {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-callouts .hero-row {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
  }
}
.hero-section-block .hero-callouts .hero-callouts-column {
  background-color: #F3F9FB;
  color: #327BA5;
  width: 40%;
  height: 220px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 9999;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-callouts .hero-callouts-column {
    flex: 0 0 calc((100% - 32px) / 2);
    padding: 24px 16px;
    max-width: 218px;
    height: auto;
    font-size: 12px;
    font-style: normal;
    height: 143px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-callouts .hero-callouts-column {
    flex: 100%;
    padding: 16px;
    max-width: 100%;
    height: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
  }
}
.hero-section-block .hero-callouts .hero-callouts-column h5 {
  margin: 10px 0;
  max-width: 270px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block .hero-callouts .hero-callouts-column h5 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block .hero-callouts .hero-callouts-column h5 {
    font-size: 26px;
    max-width: 100%;
    line-height: 140%;
    max-width: 100%;
  }
}
.hero-section-block .hero-callouts .hero-callouts-column a {
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  line-height: 28px;
  color: #327BA5;
  text-decoration: none;
}
.hero-section-block .hero-scroll {
  position: absolute;
  right: 20px;
  bottom: 100px;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 12px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9999;
  display: flex;
  cursor: default;
}
.hero-section-block .hero-scroll .scroll-text {
  position: relative;
  /*&:hover{
      &::before{
          animation: vertical-bar-animation 2.5s infinite linear;
      }
  }*/
}
@media screen and (max-width: 768px) {
  .hero-section-block .hero-scroll .scroll-text {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section-block .hero-scroll .scroll-text {
    display: none;
  }
}
.hero-section-block .hero-scroll .scroll-text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #fff;
  transform: rotate(90deg);
  right: 130px;
  top: -40px;
}
.hero-section-block .hero-scroll:hover .scroll-text::before {
  animation: vertical-bar-animation 1.5s infinite forwards;
}

.hero-section-block.Solid {
  position: relative;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .hero-section-block.Solid {
    min-height: 600px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero-section-block.Solid {
    min-height: auto !important;
  }
}
.hero-section-block.Solid::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/404-pattern.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-section-block.Solid .hero-content .hero-label {
  color: #C5E1EC;
}

.hero-section-block.Normal {
  min-height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block.Normal {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block.Normal {
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block.Normal .hero-content {
    padding: 180px 40px 200px 40px;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-block.Normal .hero-content {
    padding-top: 100px;
    padding-top: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-section-block.Normal .hero-content .hero-title h2 {
    padding-bottom: 0;
  }
}
.hero-section-block.Normal .hero-content .hero-title .hero-text p {
  max-width: 528px;
}

body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row {
  column-gap: calc((100% - 840px) / 5);
  justify-content: space-between;
}
@media (min-width: 1025px) and (max-width: 1100px) {
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row .subpages-column a {
    white-space: unset;
  }
}
@media (max-width: 890px) {
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row {
    column-gap: 40px;
    justify-content: flex-start;
  }
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row .subpages-column a {
    display: flex;
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row .subpages-column {
    width: 100%;
  }
  body.ns-page-id-154 .hero-section-block .hero-subpages .subpages-row .subpages-column a {
    justify-content: space-between;
  }
}

@keyframes vertical-bar-animation {
  0% {
    right: 130px;
  }
  50% {
    right: 140px;
  }
  100% {
    right: 130px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 1024px) {
  .hero-section-block .hero-subpages .subpages-row {
    column-gap: 80px;
  }
  .angled-button {
    font-size: 14px;
  }
}
.company-people-block {
  display: flex;
  columns: auto;
  flex-wrap: wrap;
  padding: 80px 0 0 0;
  column-gap: 0;
  justify-content: flex-start;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .company-people-block {
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 64px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block {
    flex-wrap: wrap;
    column-gap: 20px;
    padding: 64px 40px 0;
    margin-bottom: 64px;
  }
}
.company-people-block .container-people {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .company-people-block .container-people {
    padding: 0 20px;
    gap: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .container-people {
    padding: 0;
    gap: 32px;
    align-items: flex-start;
  }
}
.company-people-block .people-column {
  width: 320px;
  margin-bottom: 50px;
  padding: 20px;
  min-height: 540px;
}
@media screen and (max-width: 767px) {
  .company-people-block .people-column {
    width: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: 0 40px;
    box-shadow: unset !important;
    min-height: auto;
  }
  .company-people-block .people-column .hide-cta {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .people-column {
    flex-wrap: wrap;
    column-gap: 20px;
    padding: 0;
    min-height: auto;
    flex: 0 0 calc((100% - 32px) / 2);
    width: unset;
    margin: 0;
  }
  .company-people-block .people-column figure {
    width: 100%;
    height: 0;
    padding-top: 350px;
    position: relative;
    margin-bottom: 24px;
  }
  .company-people-block .people-column figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
  }
}
.company-people-block .people-column a {
  text-decoration: none;
  font-size: 16px;
  color: #203755;
  margin-top: 34px;
  display: block;
  font-weight: 500;
}
.company-people-block .people-column a img {
  width: 16px;
  height: 16px;
  margin: 0;
  max-height: auto;
}
.company-people-block .people-column img {
  object-fit: cover;
  margin-bottom: 23px;
  width: 280px;
  height: 280px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .people-column img {
    width: 100%;
    height: 350px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .company-people-block .people-column img {
    margin-bottom: 24px;
    width: 100%;
    height: 350px;
    object-position: top;
  }
}
.company-people-block .people-column h6 {
  margin: 0;
  font-weight: 500;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company-people-block .people-column h6 {
    font-size: 26px;
    font-weight: 500;
    line-height: 140%;
    /* 36.4px */
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .people-column h6 {
    font-size: 26px;
    line-height: 140%;
  }
}
.company-people-block .people-column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  line-height: 24px;
  color: #334154;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .people-column p {
    font-weight: 350;
    font-size: 14px;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .company-people-block .people-column p {
    font-size: 14px;
    font-weight: 350;
    line-height: 120%;
  }
}
.company-people-block .people-column .hide-cta {
  display: none;
}
.company-people-block .people-column:hover {
  cursor: pointer;
  box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .company-people-block .people-column:hover {
    padding: 20px !important;
  }
}
.company-people-block .people-column:hover .hide-cta {
  display: block;
}

.company-people-block.row-1,
.company-people-block.row-3,
.company-people-block.row-5 {
  background-color: #f1f7fb;
}

.ns-team-container {
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ns-team-container {
    padding: 0;
  }
  .ns-team-container h3 {
    margin-top: 0;
  }
}
.ns-team-container .filter-table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ns-team-container .filter-table {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.ns-team-container .filter-table .search::after {
  content: url("/wp-content/themes/pretium/img/icon-search-bluedark.svg");
  position: absolute;
  right: 9px;
  top: 7px;
  rotate: 0deg;
  background: unset;
  width: auto;
  height: auto;
  rotate: 0deg;
}
.ns-team-container .filter-table > div {
  flex: 1 1 calc((100% - 80px) / 3);
  border-bottom: 1px solid #D0D5DA;
  padding-bottom: 9px;
  position: relative;
  /*&::after{
            content: "";
            position: absolute;
            right: 9px;
            top: 7px;
            background: url("/wp-content/themes/pretium/img/icon-arrow-large-blue-lighter.svg");
            height: 16px;
            width: 8px;
            background-repeat: no-repeat;
            background-position: right;
            rotate: 90deg;
        }*/
}
@media screen and (max-width: 767px) {
  .ns-team-container .filter-table > div {
    flex: 1 1 100%;
  }
}
.ns-team-container .filter-table > div select {
  color: #203755;
  font-size: 15px;
  line-height: 18px;
  border: unset;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  text-indent: 1px;
  text-overflow: "";
  height: 35px;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/wp-content/themes/pretium/img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  cursor: pointer;
  border-radius: 2px;
  margin-right: 2rem;
  padding-right: 2rem;
  background-size: 16px;
  background-position: right;
}
.ns-team-container .filter-table .search input {
  background: transparent;
  border: none;
  color: #203755;
  font-size: 15px;
  line-height: 18px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  height: 35px;
  width: 100%;
}
.ns-team-container .filter-table .search input::placeholder {
  color: #203755;
  font-size: 15px;
  line-height: 18px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
.ns-team-container .ns-team-desc {
  max-width: 520px;
}
.ns-team-container.ns-margin-unset {
  margin-top: unset;
}

.directory {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 140px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .directory {
    padding: 0;
    margin-bottom: 64px;
  }
}
.directory .directory-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  background-color: #203755;
  padding: 12px 0 16px 0px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .directory .directory-header {
    gap: 5px;
  }
}
.directory .directory-header > div {
  flex: 1 1 calc((100% - 80px) / 3);
  font-size: 18px;
  font-family: "Gotham A", "Gotham B";
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .directory .directory-header > div {
    flex: 1 1 100%;
    font-size: 13px;
  }
}
.directory .directory-header .name-header {
  padding-left: 30px;
}
.directory .directory-header .location-header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 50px;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .directory .directory-header .location-header {
    padding-right: 0;
  }
}
.directory .directory-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
  gap: 3px;
  border-bottom: 1px solid #D0D5DA;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .directory .directory-row {
    gap: 18px;
  }
}
.directory .directory-row > div {
  flex: 1 1 calc((100% - 80px) / 3);
  font-size: 16px;
  color: #334154;
  line-height: 26px;
  padding: 25px 0px;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (max-width: 767px) {
  .directory .directory-row > div {
    font-size: 14px;
    flex: 1 1 100%;
  }
}
.directory .directory-row .team-name a {
  font-size: 26px;
  line-height: 30px;
  font-family: "Mercury Display A", "Mercury Display B";
  color: #0E1621;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .directory .directory-row .team-name a {
    font-size: 19px;
  }
}
.directory .directory-row .team-location {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 50px;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .directory .directory-row .team-location {
    padding-right: 0;
    margin: 0;
  }
}
.directory .button {
  margin-top: 40px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.hero-section-block.ns-hero-team .hero-scroll {
  bottom: 200px;
}

body.ns-page-id-30 .company-people-block .container-people {
  padding-left: 0;
  padding-right: 0;
}

body.ns-page-id-30 .company-people-block.all_post__items-group.ns-team-directory {
  padding-top: 0;
}

body.ns-page-id-30 #senior-leadership.company-people-block .container-people {
  max-width: 1280px;
  margin: 0 auto;
}

.leadership-container {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .leadership-container {
    padding: 0 40px;
  }
}
.leadership-container .title-leadership {
  background-color: #f1f7fb;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .leadership-container .title-leadership {
    padding-top: 64px;
  }
  .leadership-container .title-leadership .container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .leadership-container .title-leadership .container {
    padding: 0 20px;
  }
}
.leadership-container .title-leadership h3 {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .title-leadership h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-container .title-leadership h3 {
    font-size: 50px;
    line-height: 120%;
  }
}
.leadership-container .company-people-block {
  display: flex;
  columns: auto;
  flex-wrap: wrap;
  padding: 60px 0 0 0;
  column-gap: 0;
  justify-content: center;
}
.leadership-container .company-people-block .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .container {
    padding: 0;
    column-gap: 32px;
    align-items: flex-start;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .leadership-container .company-people-block {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block {
    flex-wrap: wrap;
    column-gap: 15px;
    padding-top: 56px;
  }
}
.leadership-container .company-people-block .company-people-block {
  display: flex;
  column-gap: 40px;
  columns: auto;
  flex-wrap: wrap;
  padding-top: 40px;
  column-gap: 20px;
}
.leadership-container .company-people-block .people-column {
  width: 320px;
  margin-bottom: 36px;
  padding: 20px;
  min-height: 485px;
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block .people-column {
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 0 40px;
    box-shadow: unset !important;
    min-height: auto;
    flex: 0 0 100%;
  }
  .leadership-container .company-people-block .people-column .hide-cta {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .people-column {
    flex-wrap: wrap;
    column-gap: 20px;
    padding: 0px;
    min-height: auto;
    flex: 0 0 calc((100% - 32px) / 2);
    width: unset;
  }
  .leadership-container .company-people-block .people-column figure {
    width: 100%;
    height: 0;
    padding-top: 350px;
    position: relative;
    margin-bottom: 24px;
  }
  .leadership-container .company-people-block .people-column figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
  }
}
.leadership-container .company-people-block .people-column a {
  margin-top: 24px;
}
.leadership-container .company-people-block .people-column h6 {
  margin-bottom: 6px;
}
.leadership-container .company-people-block .people-column .people-column {
  width: 22%;
  margin-bottom: 50px;
  padding: 20px;
  min-height: 540px;
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block .people-column .people-column {
    width: 46%;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .people-column .people-column {
    width: 31.5%;
    min-height: 300px;
    margin-bottom: 64px;
  }
}
.leadership-container .company-people-block .people-column .people-column a {
  text-decoration: none;
  font-size: 16px;
  color: #203755;
  display: block;
  font-weight: 500;
}
.leadership-container .company-people-block .people-column .people-column a img {
  width: 16px;
  height: 16px;
  margin: 0;
  max-height: auto;
}
.leadership-container .company-people-block .people-column .people-column img {
  width: 100%;
  max-height: 280px;
  height: 280px;
  object-fit: cover;
  margin-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .people-column .people-column img {
    object-fit: contain;
  }
}
.leadership-container .company-people-block .people-column .people-column h6 {
  margin: 0;
  font-weight: 500;
  color: #203755;
  font-family: "Mercury Display A", "Mercury Display B";
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .people-column .people-column h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block .people-column .people-column h6 {
    font-size: 18px;
    line-height: 18px;
  }
}
.leadership-container .company-people-block .people-column .people-column p {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  line-height: 24px;
  color: #334154;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .leadership-container .company-people-block .people-column .people-column p {
    font-size: 14px;
    line-height: 18px;
  }
}
.leadership-container .company-people-block .people-column .people-column .hide-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .leadership-container .company-people-block .people-column .people-column .hide-cta {
    display: block;
  }
}
.leadership-container .company-people-block .people-column .people-column:hover {
  cursor: pointer;
  box-shadow: 1px 4px 4px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .leadership-container .company-people-block .people-column .people-column:hover {
    padding: 20px;
  }
}
.leadership-container .company-people-block .people-column .people-column:hover .hide-cta {
  display: block;
}

.leadership-container.row-1 {
  background-color: #f1f7fb;
}
.leadership-container.row-1 .company-people-block {
  padding: 36px 0 0 0;
}
.leadership-container.row-1 .company-people-block .people-column {
  margin-bottom: 100px;
  padding: 20px;
  min-height: 485px;
}
.leadership-container.row-1 .company-people-block .people-column a {
  margin-top: 24px;
}

.open-position-block {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .open-position-block {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .open-position-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .open-position-block {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.open-position-block .open-position-label {
  font-size: 14px;
  color: #327BA5;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 1px;
  font-weight: 500;
}
.open-position-block .open-position-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 1%;
  row-gap: 70px;
  /* @media (min-device-width:768px) and (max-device-width:1024px){
       column-gap: 10%;
   }*/
}
.open-position-block .open-position-row .open-position-column {
  flex: 48%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .open-position-block .open-position-row .open-position-column {
    flex: 45%;
  }
}
@media screen and (max-width: 767px) {
  .open-position-block .open-position-row .open-position-column {
    flex: 100%;
  }
}
@media screen and (max-width: 767px) {
  .open-position-block .open-position-row .open-position-column .open-position-filters {
    margin-top: 60px;
  }
}
.open-position-block .open-position-row .open-position-column .open-position-filters .position-name:nth-of-type(2) {
  border-top: 1px solid #E0E3E7;
}
.open-position-block .open-position-row .open-position-column .open-position-content {
  max-width: 420px;
}
.open-position-block .open-position-row .open-position-column .open-position-content .ns-primary-button {
  top: 8px;
}
.open-position-block .open-position-row .open-position-column .open-position-content p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .open-position-block .open-position-row .open-position-column .open-position-content p {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .open-position-block .open-position-row .open-position-column .open-position-content h3 {
    margin: 32px 0;
  }
}
.open-position-block .open-position-row .open-position-column .open-position-terms {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .open-position-block .open-position-row .open-position-column .open-position-terms {
    row-gap: 10px;
  }
}
.open-position-block .open-position-row .open-position-column .open-position-terms > div {
  background-color: #E0E3E7;
  color: #657486;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 20px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
.open-position-block .open-position-row .open-position-column .open-position-terms > div:hover {
  background-color: #327BA5;
  color: #fff;
}
.open-position-block .open-position-row .open-position-column .open-position-terms .activated {
  background-color: #327BA5;
  color: #fff;
}
.open-position-block .open-position-row .open-position-column .position-name {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #E0E3E7;
}
.open-position-block .open-position-row .open-position-column .position-name .position_title {
  width: 100%;
}
.open-position-block .open-position-row .open-position-column .position-name .position_title p {
  font-size: 18px;
  color: #203755;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500 !important;
}
.open-position-block .open-position-row .open-position-column .position-name .position-arrow img {
  width: 16px;
  height: 16px;
}

.corporate-block {
  background-color: #203755;
  color: #fff;
  padding-top: 180px;
}
.corporate-block h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .corporate-block {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-block {
    padding: 64px 40px;
    margin: 0;
  }
  .corporate-block .container {
    padding: 0;
  }
  .corporate-block .container h2 {
    margin-top: 0;
  }
}
.corporate-block .corporate-row {
  display: flex;
  align-items: start;
  width: 100%;
  column-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-block .corporate-row {
    column-gap: 20px;
  }
}
.corporate-block .corporate-row .corporate-content {
  width: 66%;
}
@media (min-width: 768px) and (max-width: 1032px) {
  .corporate-block .corporate-row .corporate-content {
    width: 100%;
  }
}
.corporate-block .corporate-row .corporate-content p {
  color: #fff;
  max-width: 620px;
  margin: 5px 0;
  padding-bottom: 30px;
}
.corporate-block .corporate-row .corporate-content .angled-button {
  color: #fff !important;
}
.corporate-block .corporate-row .corporate-content .angled-button:hover {
  border: 1px solid #72a8bd;
}
.corporate-block .corporate-row .corporate-content .angled-button:hover::before {
  border-top: 20px solid #72a8bd;
}
.corporate-block .corporate-row .corporate-content .angled-button:hover::after {
  border-bottom: 20px solid #72a8bd;
}
.corporate-block .corporate-row .corporate-stats {
  width: 25%;
  border-left: 1px solid #C5E1EC;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .corporate-block .corporate-row .corporate-stats {
    width: 100%;
    margin-top: 60px;
  }
}
.corporate-block .corporate-row .corporate-stats .corporate_number {
  font-size: 75px;
  color: #C5E1EC;
  line-height: 65px;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 1024px) {
  .corporate-block .corporate-row .corporate-stats .corporate_number {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .corporate-block .corporate-row .corporate-stats .corporate_number {
    font-size: 60px;
  }
}
.corporate-block .corporate-row .corporate-stats .corporate_label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 600;
  margin: 25px 0 10px 0;
}
.corporate-block .corporate-row .corporate-stats .corporate_source {
  font-size: 16px;
  font-weight: 26px;
  font-style: italic;
}
.corporate-block .corporate-row .corporate-column {
  flex: 0 0 calc((100% - 100px) / 3);
  position: relative;
  margin-bottom: 50px;
  cursor: pointer;
}
.corporate-block .corporate-row .corporate-column .learn-more-container {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: end;
  transition: opacity 0.1s ease-in-out;
}
.corporate-block .corporate-row .corporate-column .learn-more-link {
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-block .corporate-row .corporate-column {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .corporate-block .corporate-row .corporate-column {
    flex: 0 0 100%;
  }
}
.corporate-block .corporate-row .corporate-column a img {
  width: 16px;
  height: 16px;
}
.corporate-block .corporate-row .corporate-column a {
  color: #fff;
}
.corporate-block .corporate-row .corporate-column img {
  width: 100%;
}
.corporate-block .corporate-row .corporate-column .black {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  bottom: 0;
}
.corporate-block .corporate-row .corporate-column .title-column {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  max-width: 320px;
}
.corporate-block .corporate-row .corporate-column .title-column h3 {
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.corporate-block .corporate-row .corporate-column .title-column span {
  color: #C5E1EC;
  font-size: 30px;
}
.corporate-block .corporate-row .corporate-column .title-column .learn-more-link {
  display: flex;
  column-gap: 8px;
}
.corporate-block .corporate-row .corporate-column .title-column .learn-more-text {
  font-size: 16px;
  transform: translateY(10px);
  opacity: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
}
.corporate-block .corporate-row .corporate-column .arrow-icon {
  overflow: visible;
  margin-left: -5px;
  visibility: visible;
  transform: translateX(-6rem);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .corporate-block .corporate-row .corporate-column .arrow-icon {
    transform: translateX(-6rem);
  }
}
@media (max-width: 767px) {
  .corporate-block .corporate-row .corporate-column .arrow-icon {
    transform: translateX(-5.5rem);
  }
}
.corporate-block .corporate-row .corporate-column .arrow-head {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}
.corporate-block .corporate-row .corporate-column .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.corporate-block .corporate-row .corporate-column:hover .arrow-head {
  transform: translateX(3px);
}
.corporate-block .corporate-row .corporate-column:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.corporate-block .corporate-row .corporate-column:hover .learn-more-container {
  opacity: 1;
}
.corporate-block .corporate-row .corporate-column:hover .learn-more-text {
  display: inline;
  transform: translateY(3px);
  opacity: 1;
  color: #fff;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.corporate-block .corporate-row .corporate-column:hover .arrow-icon {
  transform: translateX(0);
}
.corporate-block .corporate-row:last-of-type {
  padding-bottom: 0;
}

.two-column-block {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}
.two-column-block::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E0E3E7;
  margin-bottom: 40px;
  display: block;
}
.two-column-block::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E0E3E7;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .two-column-block {
    padding: 40px 20px;
  }
}
.two-column-block .two-column-row {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 5%;
}
.two-column-block .two-column {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .two-column-block .two-column {
    width: 100%;
  }
}
.two-column-block h4 {
  font-size: 60px;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 64px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.two-column-block .two-intro {
  font-size: 22px;
  color: #334154;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  .two-column-block .two-intro {
    max-width: 100%;
  }
}
.two-column-block p {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  body:has(.content-element-block) .two-column-block {
    margin-top: 160px;
  }
}
/* Accordion Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.accordion {
  margin-top: 5px;
  margin-bottom: 120px;
  max-width: 840px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .accordion {
    max-width: none;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .accordion {
    max-width: none;
    padding: 0 20px;
  }
}

.accordion h4 {
  cursor: pointer;
  color: #203755;
  padding-right: 40px;
  padding-top: 25px;
  margin: 0;
  line-height: 34px;
  font-size: 22px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}

.accordion .text {
  display: none;
  padding: 15px 0;
  padding-right: 40px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #203755;
}

.accordion .text p {
  margin: 30px 0 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #203755;
}

.blue .accordion .text ul li {
  font-size: 18px;
  color: #F3F9FB !important;
  font-weight: 325 !important;
}

.blue .accordion .text ul li::before {
  color: #F3F9FB !important;
}

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

.accordion .row {
  border-bottom: 1px solid #E0E3E7;
  padding-bottom: 25px;
  background: url(/wp-content/themes/pretium/blocks/accordion/assets/arrow-down.svg) no-repeat top 36px right;
  background-size: 15px;
}

.bluedark .accordion .row,
.bluedarker .accordion .row,
.blue .accordion .row {
  background: url(/wp-content/themes/pretium/blocks/content-elements/assets/arrow-down-lighter.svg) no-repeat top 36px right;
}

.accordion .row:nth-of-type(1) {
  border-top: 1px solid #E0E3E7;
}

.accordion .row.active {
  background: url(/wp-content/themes/pretium/blocks/accordion/assets/arrow-up.svg) no-repeat top 36px right;
  background-size: 15px;
}

.bluedark .accordion .row.active,
.bluedarker .accordion .row.active,
.blue .accordion .row.active {
  background: url(/wp-content/themes/pretium/blocks/content-elements/assets/arrow-up-lighter.svg) no-repeat top 36px right !important;
}

.accordion .row.active .text {
  display: block;
}

.accordion .row.arrow-hide {
  background: none;
  cursor: default;
}

.accordion .row.arrow-hide h4 {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .accordion .row.arrow-hide h4 {
    padding: 20px 20px 0px 0px;
  }
}

.accordion a {
  text-decoration: none;
  background: linear-gradient(transparent calc(100% - 2px), #00152B 0);
}

.accordion a:hover {
  color: #00152B;
}

.location-title {
  margin-top: 420px;
  display: block;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .location-title {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .location-title {
    margin-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .location-title .container {
    padding: 0 40px;
  }
}
.location-title .container h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 32px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .location-title .container h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .location-title .container h2 {
    padding-top: 100px !important;
    margin: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }
}

.locations-block {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5%;
  padding: 0px 0px 120px 0px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block {
    column-gap: 40px;
    flex-wrap: nowrap;
    padding: 0 0 64px 0;
  }
}
@media screen and (min-width: 1024px) {
  .locations-block {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .locations-block {
    padding: 0 0 64px 0;
  }
}
.locations-block .location-column {
  width: 45%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column {
    flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .locations-block .location-column {
    width: 100%;
  }
}
.locations-block .location-column h4 {
  border-bottom: 1px solid #D0D5DA;
  padding-bottom: 20px;
  margin: 0;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column h4 {
    margin-top: 32px;
    padding-bottom: 16px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) {
  .locations-block .location-column h4 {
    margin-top: 32px;
    line-height: 140%;
    font-size: 26px;
    font-weight: 500;
  }
}
.locations-block .location-column .city {
  font-size: 30px;
  color: #327BA5;
  font-family: "Mercury Display A", "Mercury Display B";
  padding: 32px 0 28px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column .city {
    padding: 8px 0 16px 0;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .locations-block .location-column .city {
    font-size: 21px;
    padding: 8px 0 16px 0;
  }
}
.locations-block .location-column .label {
  font-size: 18px;
  color: #203755;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column .label {
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: 350;
  }
}
@media screen and (max-width: 768px) {
  .locations-block .location-column .label {
    padding-bottom: 0;
    font-size: 12px;
  }
}
.locations-block .location-column .address {
  color: #203755;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  max-width: 370px;
  font-family: "Gotham A", "Gotham B";
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column .address {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .locations-block .location-column .address {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 150%;
  }
}
.locations-block .location-column .phone {
  color: #203755;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  max-width: 370px;
  font-family: "Gotham A", "Gotham B";
}
@media (min-width: 768px) and (max-width: 1024px) {
  .locations-block .location-column .phone {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .locations-block .location-column .phone {
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-container-locations {
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  body.ns-page-id-26 .location-title .container h2 {
    padding-top: 40px !important;
  }
}
.testimonial-block {
  background-color: #F3F9FB;
  padding: 80px 0 70px 0;
  position: relative;
}
.testimonial-block .testimonial-row {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap;
}
.testimonial-block .testimonial-row .testimonial-content {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .testimonial-block .testimonial-row .testimonial-content {
    width: 100%;
  }
}
.testimonial-block .testimonial-row .testimonial-content h4 {
  max-width: 400px;
}
.testimonial-block .testimonial-row .testimonial-content .arrows {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  padding: 11px 0;
}
.testimonial-block .testimonial-row .testimonial-content .arrows .separator {
  margin-left: 24px;
  margin-right: 24px;
  color: #E0E3E7;
  font-size: 34px;
}
.testimonial-block .testimonial-row .testimonial-content .arrows .swiper-button-next-unique img {
  height: 21px;
  width: 21px;
  cursor: pointer;
}
.testimonial-block .testimonial-row .testimonial-content .arrows .swiper-button-prev-unique img {
  height: 21px;
  width: 21px;
  rotate: 180deg;
  cursor: pointer;
}
.testimonial-block .testimonial-row .testimonial-content .arrows .swiper-button-next-unique.swiper-button-disabled,
.testimonial-block .testimonial-row .testimonial-content .arrows .swiper-button-prev-unique.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.testimonial-block .testimonial-row .testimonial-carrusel {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .testimonial-block .testimonial-row .testimonial-carrusel {
    width: 100%;
    margin-top: 50px;
  }
}
.testimonial-block .testimonial-row .testimonial-carrusel img {
  padding: 40px 30px 0px 30px;
}
@media screen and (max-width: 767px) {
  .testimonial-block .testimonial-row .testimonial-carrusel img {
    padding: 0;
  }
}
.testimonial-block .testimonial-row .testimonial-carrusel p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #203755;
  padding: 0 30px;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 1439px) {
  .testimonial-block .testimonial-row .testimonial-carrusel p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 757px) {
  .testimonial-block .testimonial-row .testimonial-carrusel p {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-block .testimonial-row .testimonial-carrusel p {
    margin-bottom: 32px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 350px;
    padding: 0;
  }
}
.testimonial-block .testimonial-row .testimonial-carrusel .testimonial-position {
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .testimonial-block .testimonial-row .testimonial-carrusel .testimonial-position {
    margin: 0 auto;
    bottom: 15px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    position: unset;
    bottom: unset;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.testimonial-block .testimonial-row .testimonial-carrusel .testimonial-position .name {
  font-size: 14px;
  line-height: 20px;
  color: #203755;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
}
.testimonial-block .testimonial-row .testimonial-carrusel .testimonial-position .position {
  font-size: 14px;
  line-height: 20px;
  color: #657486;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
.testimonial-block .testimonial-row .testimonial-carrusel .testimonial-position img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
}
.testimonial-block .swiper {
  width: 100%;
  height: 100%;
}
.testimonial-block .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: block;
  min-height: 550px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .testimonial-block .swiper-slide {
    padding: 64px 40px;
    margin-right: 0 !important;
  }
}

.swiper-wrapper {
  box-sizing: border-box;
}

.slider-images-block {
  padding: 40px 0 120px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-images-block {
    overflow: hidden;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slider-images-block {
    overflow: hidden;
    margin-left: 20px;
  }
}
.slider-images-block .slider-images-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.slider-images-block .slider-images-row .slider-images-title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .slider-images-block .slider-images-row .slider-images-title {
    width: 100%;
  }
}
.slider-images-block .slider-images-row .slider-images-intro {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .slider-images-block .slider-images-row .slider-images-intro {
    width: 100%;
  }
}
.slider-images-block .container-title {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .slider-images-block .container-title {
    padding: 0 20px !important;
  }
}
.slider-images-block .container-title p {
  max-width: 520px;
}
.slider-images-block.ns-padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

#images-slider {
  max-width: 1440px;
  padding: 0 65px;
  margin: 0 auto;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  #images-slider {
    padding: 0 20px;
  }
}
#images-slider.is-fluid {
  margin: 0px calc(50% - 820px);
  max-width: 1440px;
  width: 100vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #images-slider.is-fluid {
    padding: 65px 0 0 40px;
    margin: 0px calc(85% - 820px);
  }
}
@media screen and (max-width: 767px) {
  #images-slider.is-fluid {
    margin: 0px auto;
    padding: 65px 0 20px;
  }
}
#images-slider.is-fluid figure {
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #images-slider.is-fluid figure {
    height: 300px;
    width: 300px;
  }
}
#images-slider.is-fluid figure img {
  width: 720px;
  height: 480px;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 768px) {
  #images-slider.is-fluid figure img {
    width: auto;
    height: 300px;
  }
}
#images-slider .splide__track {
  overflow: unset !important;
  padding-top: 0px;
}
#images-slider .splide__arrows {
  position: absolute;
  left: 120px;
  bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #images-slider .splide__arrows {
    left: 75px;
  }
}
#images-slider .splide__arrow {
  background-color: #fff;
  opacity: 1 !important;
  border-radius: 0;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0 !important;
  outline: none;
}
#images-slider .splide__arrow img {
  height: 21px;
  width: 21px;
}
#images-slider .splide__arrow:nth-of-type(2) {
  border-left: 1px solid rgba(216, 216, 216, 0.2);
}
#images-slider .splide__arrow:disabled img {
  opacity: 0.2 !important;
}
#images-slider .splide__arrow--prev {
  right: unset !important;
  left: -55px !important;
}
#images-slider .splide__arrow--prev img {
  transform: rotate(180deg);
}
#images-slider .splide__arrow--next {
  right: unset !important;
  left: 5px !important;
}
#images-slider .separator {
  z-index: 9;
  position: relative;
  color: #E0E3E7;
  font-size: 34px;
  top: 50%;
  transform: translateY(-5%);
  line-height: 40px;
}
#images-slider .splide__slide {
  display: flex;
  align-items: center;
}
#images-slider .splide__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#images-slider .splide__list li:before {
  display: none;
}
#images-slider .splide__list figure {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.highllighted-block {
  background-color: #F3F9FB;
  padding: 100px 0;
  margin-top: 50px;
}
.highllighted-block .highllighted-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .highllighted-block .highllighted-row {
    column-gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .highllighted-block .highllighted-row {
    flex-direction: column;
  }
}
.highllighted-block .highllighted-row .highllighted-media {
  width: 50%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .highllighted-block .highllighted-row .highllighted-media {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .highllighted-block .highllighted-row .highllighted-media {
    width: 100%;
  }
}
.highllighted-block .highllighted-row .highllighted-media img {
  width: 480px;
  height: 320px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .highllighted-block .highllighted-row .highllighted-media img {
    width: 100%;
    margin-top: 50px;
  }
}
.highllighted-block .highllighted-row .highllighted-media video {
  width: 480px;
  height: 320px;
}
@media screen and (max-width: 768px) {
  .highllighted-block .highllighted-row .highllighted-media video {
    width: 100%;
  }
}
.highllighted-block .highllighted-row .highllighted-content {
  width: 50%;
  max-width: 640px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .highllighted-block .highllighted-row .highllighted-content {
    width: 50%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .highllighted-block .highllighted-row .highllighted-content {
    width: 100%;
    max-width: 100%;
  }
}
.highllighted-block .highllighted-row .highllighted-content p {
  margin-bottom: 30px;
}
.highllighted-block .highllighted-row .highllighted-content h4 {
  margin-bottom: 21px;
}
.highllighted-block .highllighted-row .highllighted-content .ns-primary-button {
  border: 1.5px solid #72A6C3;
}
.highllighted-block .highllighted-row .highllighted-content .ns-primary-button::after {
  background-color: #F3F9FB;
}
.highllighted-block .highllighted-row .highllighted-content .ns-primary-button::before {
  background-color: #F3F9FB;
}
@media screen and (max-width: 767px) {
  .highllighted-block {
    padding: 0 0 64px 0;
  }
}

.content-callout {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .content-callout {
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-callout .container {
    padding: 0 40px;
  }
}
.content-callout .container .content-callout-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 12%;
}
.content-callout .container .content-callout-row .content-callout-content {
  flex: 65%;
  max-width: 720px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-callout .container .content-callout-row .content-callout-content {
    flex: 100%;
    max-width: 100%;
  }
}
.content-callout .container .content-callout-row .content-callout-content h3 {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .content-callout .container .content-callout-row .content-callout-content h3 {
    font-size: 50px;
    line-height: 160%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-callout .container .content-callout-row .content-callout-content h3 {
    font-size: 50px;
    line-height: 120%;
  }
}
.content-callout .container .content-callout-row .content-callout-content p:nth-child(2) {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-callout .container .content-callout-row .content-callout-content p:nth-child(2) {
    margin: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .content-callout .container .content-callout-row .content-callout-content p:nth-child(2) {
    font-size: 18px;
    margin: 16px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content-callout .container .content-callout-row .content-callout-content p:nth-child(3) {
    font-size: 14px;
    line-height: 150%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-callout .container .content-callout-row .content-callout-content p:nth-child(3) {
    font-size: 14px;
    line-height: 150%;
    margin-top: 0;
  }
}
.content-callout .container .content-callout-row .content-callout-sidebar {
  background-color: #F3F9FB;
  flex: 28%;
  padding: 50px;
  min-width: 370px;
}
@media screen and (max-width: 767px) {
  .content-callout .container .content-callout-row .content-callout-sidebar {
    flex: 100%;
    padding: 30px;
    min-width: 100%;
  }
}
.content-callout .container .content-callout-row .content-callout-sidebar h6 {
  color: #327BA5;
  margin-top: 0px;
}
.content-callout .container .content-callout-row .content-callout-sidebar p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  color: #334154;
  margin-bottom: 40px;
}
.content-callout .container .content-callout-row .content-callout-sidebar .ns-primary-button::after {
  background-color: #F3F9FB;
}
.content-callout .container .content-callout-row .content-callout-sidebar .ns-primary-button::before {
  background-color: #F3F9FB;
}
.content-callout .container.ns-small-content .container {
  max-width: 1270px;
}
.content-callout .container.ns-small-content .content-callout-row {
  column-gap: 15%;
}
.content-callout .container.ns-small-content .content-callout-content {
  max-width: 630px;
}

.video-block {
  position: relative;
}
.video-block .video-description {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-block .video-section {
  position: relative;
  overflow: hidden;
}
.video-block .video-section img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .video-block .video-section img {
    height: 500px;
  }
}
.video-block .video-section .img-icon img {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 43%;
  left: 47%;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-block .video-section .img-icon img {
    left: 44%;
  }
}
@media screen and (max-width: 767px) {
  .video-block .video-section .img-icon img {
    top: 40%;
    left: 37%;
  }
}
.video-block .video-section video {
  display: none;
}
.video-block .video-youtube {
  overflow: hidden;
}
.video-block .video-youtube img {
  width: 100%;
  object-fit: cover;
}
.video-block .video-youtube .img-icon-youtube img {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 43%;
  left: 47%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .video-block .video-youtube .img-icon-youtube img {
    top: 40%;
    left: 37%;
  }
}
.video-block .video-vimeo {
  overflow: hidden;
}
.video-block .video-vimeo img {
  width: 100%;
  object-fit: cover;
}
.video-block .video-vimeo .img-icon-vimeo img {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 43%;
  left: 47%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .video-block .video-vimeo .img-icon-vimeo img {
    top: 40%;
    left: 37%;
  }
}
.video-block .wide {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 475px;
}
.video-block .wide figure {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .video-block .wide {
    height: 500px;
  }
}
.video-block .wide video {
  width: 100%;
  height: 475px;
}
@media screen and (max-width: 767px) {
  .video-block .wide video {
    height: 500px;
  }
}
.video-block .wide iframe {
  width: 100%;
  height: 475px;
}
@media screen and (max-width: 767px) {
  .video-block .wide iframe {
    height: 500px;
  }
}
.video-block .wide .img-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .full {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .video-block .full {
    height: 500px;
  }
}
.video-block .full video {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .video-block .full video {
    height: 500px;
  }
}
.video-block .full iframe {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .video-block .full iframe {
    height: 500px;
  }
}
.video-block .full .img-icon img {
  top: 43%;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .video-block .full .img-icon img {
    top: 40%;
    left: 37%;
  }
}
.video-block .full .img-icon-youtube img {
  top: 43%;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .video-block .full .img-icon-youtube img {
    top: 40%;
    left: 37%;
  }
}
.video-block .full figure {
  position: relative;
}
@media screen and (min-width: 767px) {
  .video-block .full figure {
    left: 50%;
    transform: translateX(-50%);
  }
}

.single-quote.normal {
  width: 100%;
  padding: 50px 0;
}
.single-quote.normal .container {
  display: flex;
  gap: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.single-quote.normal .quote-image {
  width: 100%;
}
.single-quote.normal .quote-text {
  width: 100%;
}
.single-quote.normal .quote-text p {
  font-size: 30px;
  color: #203755;
  margin: 0;
  line-height: 40px;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 767px) {
  .single-quote.normal .quote-text p {
    font-size: 22px;
    line-height: 34px;
  }
}

.single-quote.background {
  background-color: #F3F9FB;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single-quote.background {
    padding: 30px;
  }
}
.single-quote.background .quote-image {
  display: none;
}
.single-quote.background .quote-text p {
  font-size: 30px;
  color: #203755;
  margin: 0;
  line-height: 40px;
  font-family: "Mercury Display A", "Mercury Display B";
}
@media screen and (max-width: 767px) {
  .single-quote.background .quote-text p {
    font-size: 22px;
  }
}

.page-mid-cta {
  padding: 120px 15px;
}
.page-mid-cta .mid-cta-block {
  padding: 109px 50px;
}

.mid-cta-block {
  background-color: #327BA5;
  padding: 65px 50px;
  position: relative;
  margin-top: 58px;
}
.mid-cta-block .mid-cta-text h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 44px;
  color: #fff;
  max-width: 540px;
  margin: 0;
}
.mid-cta-block .mid-cta-text h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: "Mercury Display A", "Mercury Display B";
  line-height: 34px;
  color: #fff;
  max-width: 540px;
  margin-bottom: 32px;
  margin-top: 0;
}
.mid-cta-block .mid-cta-text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
  line-height: 32px;
  color: #fff;
  max-width: 540px;
}
.mid-cta-block .mid-cta-link {
  margin-bottom: 17px;
}
.mid-cta-block .mid-cta-link .angled-button {
  color: #fff;
  bottom: -7px;
}
.mid-cta-block::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/careers-bg-graphic.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_section_interior {
  width: 100%;
  height: 800px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior {
    height: 738px;
    flex-wrap: wrap;
  }
}
.hero_section_interior .hero_section_interior-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior .hero_section_interior-row {
    flex-wrap: wrap;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-content {
  width: 41%;
  max-width: 832px;
  padding: 100px 0 0 100px;
  margin-left: 100px;
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content {
    width: 100%;
    max-width: 50%;
    padding-right: 50px;
    padding-top: 40px;
    padding-left: 50px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content {
    width: 100%;
    max-width: 50%;
    padding-right: 50px;
    padding-top: 40px;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content {
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    padding-top: 40px;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content {
    width: 100%;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 0px;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-content .title {
  width: 675px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title {
    width: 100%;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-content .title h1 {
  margin-top: 34px;
  margin-bottom: 21px;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title h1 {
    font-size: 48px;
    line-height: 110%;
    margin-top: 14px;
  }
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title h1 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title h1 {
    font-size: 48px;
    line-height: 110%;
    margin-top: 16px;
  }
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .title h1 br {
    display: none;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-content p {
  color: #203755;
  max-width: 100%;
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content p {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content p {
    font-weight: 325;
  }
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-content .label {
    font-size: 12px;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-image {
  width: 46%;
  max-width: 660px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-image {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-image {
    width: 100%;
    margin-top: 50px;
    max-width: none;
  }
}
.hero_section_interior .hero_section_interior-row .hero_section_interior-image img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior .hero_section_interior-row .hero_section_interior-image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
.hero_section_interior .hero_section_interior_callouts {
  margin-top: -145px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  column-gap: 40px;
  row-gap: 40px;
  position: relative;
  z-index: 1;
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hero_section_interior .hero_section_interior_callouts {
    margin-top: -100px;
    column-gap: 15px;
    margin-bottom: 45px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts {
    margin-left: 0;
    column-gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior .hero_section_interior_callouts {
    flex-wrap: wrap;
    margin-top: -150px;
    margin-bottom: 20px;
    row-gap: 20px;
  }
}
.hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column {
  width: 385px;
  background-color: #F3F9FB;
  padding: 33px 0 30px 50px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column {
    background-color: #F3F9FB;
    padding: 20px 0 20px 30px;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (width: 768px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column {
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column {
    padding: 16px 24px;
    flex: 0 0 calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column {
    padding: 16px;
    flex: 0 0 100%;
    height: 160px;
    width: 100%;
  }
}
.hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_number {
  font-size: 60px;
  color: #327BA5;
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_number {
    font-size: 48px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_number {
    font-size: 40px;
    text-align: center;
  }
}
.hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_label {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  color: #334154;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_label {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column .hero_section_interior_callouts_label {
    font-size: 12px;
    text-align: center;
  }
}
.hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column a {
  font-size: 40px;
  color: #327BA5;
  font-weight: 500;
  line-height: 44px;
  font-family: "Mercury Display A", "Mercury Display B";
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  max-width: 260px;
}
.hero_section_interior .hero_section_interior_callouts .hero_section_interior_callouts_column img {
  display: block;
}
.hero_section_interior .hero-scroll {
  position: absolute;
  right: 20px;
  bottom: 300px;
  color: #fff;
  transform: rotate(-90deg);
  font-size: 12px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 9999;
  display: flex;
  cursor: default;
}
.hero_section_interior .hero-scroll .scroll-text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero_section_interior .hero-scroll .scroll-text {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero_section_interior .hero-scroll .scroll-text {
    display: none;
  }
}
.hero_section_interior .hero-scroll .scroll-text::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #fff;
  transform: rotate(90deg);
  right: 130px;
  top: -40px;
}
.hero_section_interior .hero-scroll:hover .scroll-text::before {
  animation: vertical-bar-animation 1.5s infinite forwards;
}

.terms-search-block {
  padding: 80px 0;
}
@media screen and (max-width: 1040px) {
  .terms-search-block {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms-search-block {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .terms-search-block {
    padding: 64px 20px;
  }
}
.terms-search-block .container {
  padding: 0;
}
.terms-search-block .terms-search-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms-search-block .terms-search-row {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row {
    flex-wrap: wrap;
  }
}
.terms-search-block .terms-search-row .terms-filter-insights {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .terms-search-block .terms-search-row .terms-filter-insights {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms-filter-insights {
    width: 100%;
    display: none;
  }
}
.terms-search-block .terms-search-row .terms {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms {
    width: 100%;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.terms-search-block .terms-search-row .terms .activated {
  background-color: #327BA5;
  color: #fff;
}
.terms-search-block .terms-search-row .terms .activated a {
  color: #fff;
}
.terms-search-block .terms-search-row .terms > div {
  background-color: #E0E3E7;
  color: #657486;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 20px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}
.terms-search-block .terms-search-row .terms > div a {
  color: #657486;
  text-decoration: none;
}
.terms-search-block .terms-search-row .terms > div:hover {
  background-color: #327BA5;
  color: #fff;
}
.terms-search-block .terms-search-row .terms > div:hover a {
  color: #fff;
}
.terms-search-block .terms-search-row .search {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .search {
    width: 100%;
  }
}
.terms-search-block .terms-search-row .search form {
  float: right;
  position: relative;
}
.terms-search-block .terms-search-row .search form input[type=text] {
  border: none;
  background: #F8F8F8;
  padding: 16px 20px;
  width: 380px;
  font-size: 15px;
  color: #203755;
  font-weight: 600;
  font-family: "Gotham A", "Gotham B";
}
.terms-search-block .terms-search-row .search form input[type=text]::placeholder {
  font-size: 15px;
  color: #203755;
  font-weight: 600;
  font-family: "Gotham A", "Gotham B";
}
.terms-search-block .terms-search-row .search form input[type=submit] {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  background-color: transparent;
  width: 50px;
}
.terms-search-block .terms-search-row .archive-filters {
  margin-bottom: 40px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  margin-top: 44px;
}
.terms-search-block .terms-search-row .archive-filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background-color: #F3F9FB;
  height: 50px;
}
.terms-search-block .terms-search-row .archive-filters ul li {
  font-size: 15px;
  line-height: 34px;
  position: relative;
}
.terms-search-block .terms-search-row .archive-filters ul li::before {
  display: none;
}
.terms-search-block .terms-search-row .archive-filters ul li.active {
  background-color: #fff;
  box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters ul.filters li.active {
  background: #F3F9FB;
  color: #72A6C3;
  box-shadow: unset !important;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span {
  display: block;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 15px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > b {
  font-weight: 600;
  font-family: "Gotham A", "Gotham B";
  font-size: 15px;
  color: #203755;
  line-height: 18px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > svg {
  float: right;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul {
  position: absolute;
  z-index: 9;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 7px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li {
  padding: 8px 15px;
  height: auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #327BA5;
  font-family: "Gotham A", "Gotham B";
  height: 48px;
  display: flex;
  align-items: center;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li.show,
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li:hover {
  background: #F3F9FB;
  cursor: pointer;
  color: #72A6C3;
}
.terms-search-block .terms-search-row .archive-filters > ul > li.active svg {
  transform: rotate(180deg);
}
.terms-search-block .terms-search-row .archive-filters > ul li.active > ul {
  display: block;
  height: auto;
  overflow: auto;
  padding: 0 15px 20px 15px;
}

.section-footnotes {
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1032px) {
  .section-footnotes {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-footnotes {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section-footnotes p {
  text-align: center;
  font-size: 18px;
  margin: 22px 0;
  line-height: 32px;
  font-family: "Mercury Display A", "Mercury Display B";
  color: #327BA5;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section-footnotes p {
    font-size: 14px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .section-footnotes p {
    font-size: 13px;
    line-height: normal;
  }
}

/* Pagination Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.ns-pagination {
  flex: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3em;
}
.ns-pagination .page-numbers {
  display: none;
}
.ns-pagination .next {
  display: flex;
  position: absolute;
  right: 0;
  background-color: #C5E1EC;
  padding: 12px 25px;
  color: #72A6C3;
  text-decoration: none;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  transition: all 0.5s ease;
}
.ns-pagination .next:hover {
  color: #fff;
  background-color: #327BA5;
}
.ns-pagination .prev {
  display: flex;
  background-color: #C5E1EC;
  padding: 12px 25px;
  color: #72A6C3;
  text-decoration: none;
  font-weight: 500;
  font-family: "Gotham A", "Gotham B";
  transition: all 0.5s ease;
}
.ns-pagination .prev:hover {
  color: #fff;
  background-color: #327BA5;
}

/* 404 Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.page-404-background {
  background-color: #203755;
  position: relative;
  margin-top: -100px;
  height: 100vh;
}
.page-404-background::after {
  content: "";
  background-image: url(/wp-content/themes/pretium/img/404-pattern.svg);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-404-page {
  height: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-404-page .page-404-content {
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .page-404-page .page-404-content {
    padding: 0px;
  }
}
.page-404-page .page-404-content .angled-button {
  color: #fff;
  width: 160px;
  text-align: center;
  margin-right: 20px;
}
.page-404-page .page-404-content h1 {
  margin: 0;
  font-size: 70px;
  line-height: 74px;
  font-family: "Mercury Display A", "Mercury Display B";
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-404-page .page-404-content h1 {
    font-size: 50px;
    max-width: 100%;
    line-height: 50px;
  }
}
.page-404-page .page-404-content > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .page-404-page .page-404-content > div {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.archive-news .hero-section-block .hero-content {
    padding: 134px 40px;
    gap: 24px;
  }
  body.archive-news .hero-section-block .hero-content .hero-title {
    padding: 0;
    margin-top: 24px;
  }
  body.archive-news .hero-section-block .hero-content .hero-text p {
    margin: 0;
  }
  body.archive-news .hero-section-block.Solid {
    height: unset !important;
  }
  body.archive-news .post-row .pagination {
    column-gap: 24px;
    padding: 0;
  }
  body.archive-news .post-row .pagination .newer,
  body.archive-news .post-row .pagination .older {
    display: flex;
  }
  body.archive-news .post-row .pagination .newer a,
  body.archive-news .post-row .pagination .older a {
    padding: 15px 30px;
    min-width: 261px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background-color: #327BA5;
  }
  body.archive-news .post-row .pagination .newer {
    justify-content: flex-end;
  }
  body.archive-news .news-callout {
    padding: 80px 40px;
    margin: 0 auto;
  }
  body.archive-news .news-callout .footer-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  body.archive-news .news-callout .footer-form h5 {
    margin: 0;
  }
  body.archive-news .news-callout .footer-form .gform_fields {
    display: flex;
    column-gap: 20px;
    align-items: center;
  }
  body.archive-news .news-callout .footer-form .gform_fields .gfield_label {
    display: none;
  }
  body.archive-news .news-callout .footer-form .gform_fields .gfield--type-email {
    flex: 0 0 70%;
  }
  body.archive-news .news-callout .footer-form .gform_fields .gfield--type-email input {
    width: 100%;
    min-width: 535px;
  }
  body.archive-news .news-callout .footer-form .footer-form-section .gform_wrapper.gravity-theme button span::before {
    background-size: contain;
    width: 140px;
  }
  body.archive-news .post-section.bluelighter {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .ns-insights .post-row {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.ns-page-id-26 .hero-section-block .hero-content {
    padding: 160px 40px 160px 40px;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts {
    width: 100%;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts .hero-row {
    column-gap: 16px !important;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts .hero-callouts-column {
    flex: 0 0 calc((100% - 32px) / 3) !important;
    max-width: none;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts .hero-callouts-column h5 {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  body.ns-page-id-26 .hero-section-block .hero-callouts {
    margin-top: -158px;
    bottom: unset;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts .hero-callouts-column h5 {
    margin: 0 0 4px 0;
    font-size: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  body.ns-page-id-26 .hero-section-block .hero-callouts .hero-callouts-column h5 br {
    display: none;
  }
}
