/*
Theme Name: Blue Matter Twine
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -1.3em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-caret-up:before {
  content: "\e902";
}

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

.icon-arrow-lg-left:before {
  content: "\e904";
}

.icon-arrow-lg-right:before {
  content: "\e905";
}

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

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

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

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

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

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

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

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

.gform_wrapper.gravity-theme img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper.gravity-theme form {
  padding: 50px 40px;
  background-color: #2EB5F8;
  position: relative;
}
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  border: 0 !important;
  font-family: "effra", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1 !important;
  min-height: auto !important;
  padding: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.gform_wrapper.gravity-theme form input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-moz-placeholder,
.gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::-ms-input-placeholder,
.gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.gform_wrapper.gravity-theme form input {
  height: 55px;
}
.gform_wrapper.gravity-theme form textarea {
  min-height: 200px !important;
}
.gform_wrapper.gravity-theme form #gform_submit_button_1 {
  height: auto;
  padding: 10px 30px;
  background-color: #2EB5F8;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.gform_wrapper.gravity-theme form #gform_submit_button_1:hover {
  background-color: #013B65;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #cc0000;
  color: #cc0000;
  background-color: #fff9f9;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 12px 16px;
  border: 0;
  background: #fff;
  color: #cc0000;
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #cc0000;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_footer .button {
  border: none;
}

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

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

body {
  background: #FAFAFA;
  color: #000;
  font-size: 18px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 119px;
  line-height: 1.55;
}
body.sticky {
  padding-top: 70px;
}
@media (max-width: 1039px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

#page {
  max-width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

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

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

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

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

h1,
.h1 {
  font-size: 50px;
  line-height: 1.25;
  margin: 20px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 30px;
  margin: 45px 0 32px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 45px 0 25px;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #028DD3;
  margin: 35px 0 25px;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 500;
  color: #4E0872;
  margin: 37px 0 16px;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #028DD3;
  letter-spacing: 0.25px;
  margin: 32px 0 13px;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

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

a {
  color: #4A046F;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #013B65;
  outline: none;
  text-decoration: none;
}

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

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  vertical-align: middle;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background: -webkit-gradient(linear, right top, left top, from(#4B056F), color-stop(#6E3380), color-stop(#2EB5F8), to(#4A046F));
  background: linear-gradient(270deg, #4B056F, #6E3380, #2EB5F8, #4A046F);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 20px;
  background-size: 400% 100%;
  background-position: 100% 0;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}
.button.primary:hover, .button.primary:focus {
  background-position: 0 0;
}
.button.secondary {
  background-color: rgba(0, 0, 0, 0.6);
  color: #DC65FF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 20px;
}
.button.secondary:hover, .button.secondary:focus {
  color: #fff;
}
.button.tertiary {
  padding: 0;
  background-color: transparent;
  color: #DC65FF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button.tertiary:hover, .button.tertiary:focus {
  color: #fff;
}

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

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

blockquote {
  color: #013B65;
  font-weight: 700;
  margin: 3em 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote strong {
  display: block;
  margin-top: 30px;
  font-size: 0.9em;
}
blockquote strong:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #013B65;
}

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

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

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

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

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  max-width: 100%;
  padding: 5px 0 10px;
}

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

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

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

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

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

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

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

.site-content ul,
.site-content ol {
  padding: 0 0 0 1em;
  margin: 0 0 1em;
}
.site-content ul li,
.site-content ol li {
  margin-bottom: 0;
}
.site-content ul li::marker,
.site-content ol li::marker {
  font-size: 14px;
}
.site-content ul li li,
.site-content ol li li {
  font-size: 16px;
}
@media (max-width: 767px) {
  .site-content ul li li,
  .site-content ol li li {
    font-size: 15px;
  }
}
.site-content ul li li::marker,
.site-content ol li li::marker {
  color: #2EB5F8;
}
.site-content ul ul,
.site-content ul ol,
.site-content ol ul,
.site-content ol ol {
  margin: 0;
  list-style-type: disc;
}
.site-content .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 30px 0 120px;
}
.site-content .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img {
  max-width: 100%;
}
.site-content .wysiwyg-columns.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  row-gap: 0;
}
.site-content .wysiwyg-columns.four:has(+ .four) {
  margin: 30px 0 0;
}
.site-content .wysiwyg-columns.four + .four {
  margin: 0 0 120px;
}
.site-content .wysiwyg-columns.four img {
  max-width: 100%;
}
.site-content .wysiwyg-columns.four h6 {
  margin-bottom: 6px;
}
.site-content .wysiwyg-columns.four h5 {
  margin-bottom: 15px;
}
.site-content .wysiwyg-columns.four h1,
.site-content .wysiwyg-columns.four h2,
.site-content .wysiwyg-columns.four h3,
.site-content .wysiwyg-columns.four h4,
.site-content .wysiwyg-columns.four h5,
.site-content .wysiwyg-columns.four h6 {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1303px) {
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
  .site-content .wysiwyg-columns.four {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns {
    margin: 30px 0 60px;
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img {
    width: unset;
  }
  .site-content .wysiwyg-columns.four {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.four img {
    width: unset;
  }
  .site-content .wysiwyg-columns.four:has(+ .four) {
    margin: 30px 0 0;
  }
  .site-content .wysiwyg-columns.four + .four {
    margin: 0 0 60px;
  }
}

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

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

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

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

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

.standard-text h1 a,
.standard-text h2 a,
.standard-text h3 a {
  color: #003B65;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.standard-text h1 a:hover, .standard-text h1 a:focus,
.standard-text h2 a:hover,
.standard-text h2 a:focus,
.standard-text h3 a:hover,
.standard-text h3 a:focus {
  color: #2EB5F8;
  outline: none;
  text-decoration: none;
}
.standard-text h4 a,
.standard-text h5 a,
.standard-text h6 a {
  color: #4E0872;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.standard-text h4 a:hover, .standard-text h4 a:focus,
.standard-text h5 a:hover,
.standard-text h5 a:focus,
.standard-text h6 a:hover,
.standard-text h6 a:focus {
  color: #2EB5F8;
  outline: none;
  text-decoration: none;
}
.standard-text + .featured-post-slider {
  margin-top: 50px;
}
.standard-text:has(+ .featured-post-slider) {
  margin-bottom: 50px;
}
.standard-text:has(+ .post-archive-grid) {
  margin-bottom: 55px;
}

.related {
  margin: 120px 0 145px;
}
.related h2,
.related .h1 {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
}
.related .h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #013B65;
  font-weight: 500;
  margin: 35px 0 18px;
}
.related .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 40px;
}
.related .item {
  font-size: 24px;
  font-weight: 500;
  font-family: "effra", sans-serif;
  text-decoration: none;
}
.related .item .image {
  margin: 0 0 20px;
  overflow: hidden;
}
.related .item .image .placeholder {
  padding-bottom: 68%;
}
.related .item .image img {
  width: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .image:last-child {
  margin-bottom: 0;
}
.related .item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #013B65;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item.case-study:before {
  content: "";
  position: relative;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#3F167D));
  background: linear-gradient(90deg, #028DD3, #3F167D);
  z-index: 2;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.related .item:hover .image img, .related .item:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.related .item:hover h3, .related .item:focus h3 {
  color: #2EB5F8;
}
@media (max-width: 1039px) {
  .related {
    margin: 80px 0;
  }
  .related .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .related {
    margin: 60px 0;
  }
  .related .grid {
    grid-template-columns: 1fr;
  }
}

.social-share .small-header {
  font-size: 20px;
  font-weight: 500;
  color: #013B65;
  margin-bottom: 13px;
}
.social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.social-share .icons > a {
  color: #fff;
  padding: 10px;
  background-color: #013B65;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social-share .icons > a .icon-email {
  font-size: 16px;
}
.social-share .icons > a:hover, .social-share .icons > a:focus {
  background-color: #2EB5F8;
}

.subscription-form {
  margin: 100px 0;
}
.subscription-form .wrapper {
  max-width: 1040px;
}
.subscription-form .box {
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#4A046F));
  background: linear-gradient(90deg, #028DD3, #4A046F);
  padding: 31px 70px 34px 70px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscription-form h2,
.subscription-form .h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "effra", sans-serif;
  color: #fff;
  margin: 0;
}
.subscription-form .hbspt-form form {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
.subscription-form .hbspt-form form .form-columns-2 {
  max-width: 100%;
}
.subscription-form .hbspt-form form .field {
  margin: 0;
}
.subscription-form .hbspt-form form .field .input {
  border: 0;
}
.subscription-form .hbspt-form form .field .input input {
  width: 100%;
  border: 0 !important;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  min-width: 260px;
}
.subscription-form .hbspt-form form .field .input input::-webkit-input-placeholder {
  color: #000 !important;
}
.subscription-form .hbspt-form form .field .input input::-moz-placeholder {
  color: #000 !important;
}
.subscription-form .hbspt-form form .field .input input::-ms-input-placeholder {
  color: #000 !important;
}
.subscription-form .hbspt-form form .field .input input::placeholder {
  color: #000 !important;
}
.subscription-form .hbspt-form form label {
  display: none;
}
.subscription-form .hbspt-form form label.hs-error-msg {
  color: #cc0000;
  font-size: 14px;
  display: block !important;
  position: absolute;
}
.subscription-form .hbspt-form form .hs-error-msgs.inputs-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.subscription-form .hbspt-form form .hs-error-msgs.inputs-list li {
  margin-bottom: 0;
}
.subscription-form .hbspt-form form .hs_submit.hs-submit {
  position: absolute;
  right: 85px;
  bottom: 37px;
}
.subscription-form .hbspt-form form .hs-button {
  min-width: 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  color: #DC65FF;
}
.subscription-form .hbspt-form form .hs_error_rollup {
  position: absolute;
  top: calc(100% + 10px);
  left: 60px;
  right: 60px;
}
.subscription-form .hbspt-form form .hs-submit .actions {
  position: relative;
  margin: 0;
}
.subscription-form .hbspt-form form .hs-submit .actions:before {
  content: "\e907";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  font-family: "bluematter" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #B958EB;
  z-index: 2;
  background-color: #FFF;
  font-size: 21px;
}
.subscription-form .hbspt-form form .hs-submit .actions:hover:before {
  color: #4A046F;
}
@media (max-width: 1039px) {
  .subscription-form {
    margin: 70px 0 80px;
  }
  .subscription-form .box {
    padding: 30px;
  }
  .subscription-form .box .hbspt-form form {
    gap: 15px;
  }
  .subscription-form .box .hbspt-form form .hs_error_rollup {
    left: 30px;
    right: 30px;
  }
  .subscription-form .box .hbspt-form form .hs_submit.hs-submit {
    position: absolute;
    right: 40px;
    bottom: 33px;
  }
  .subscription-form .box .hbspt-form form .field input {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .subscription-form .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription-form .box h2 {
    width: 100%;
  }
  .subscription-form .box .hbspt-form {
    width: 100%;
  }
  .subscription-form .box .hbspt-form form {
    grid-template-columns: 1fr;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .subscription-form .box .hbspt-form form .field {
    width: 100%;
  }
  .subscription-form .box .hbspt-form form .field .input {
    margin-bottom: 10px;
  }
  .subscription-form .box .hbspt-form form .field .input input {
    min-width: 100%;
  }
  .subscription-form .box .hbspt-form form .form-columns-2 {
    min-width: 100%;
  }
  .subscription-form .box .hbspt-form form .hs_error_rollup {
    left: 30px;
    right: 30px;
  }
  .subscription-form .box .hbspt-form form .hs-submit {
    width: 54px;
  }
  .subscription-form .box .hbspt-form form .hs_submit.hs-submit {
    position: absolute;
    right: 30px;
    bottom: 42px;
  }
}
@media (max-width: 479px) {
  .subscription-form {
    margin: 60px 0 70px;
  }
}

.site-header {
  background-color: #000;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}
.site-header .wrapper {
  max-width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 119px;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .wrapper::after {
  content: "";
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#2EB5F8), to(#003B65));
  background: linear-gradient(90deg, #2EB5F8, #003B65);
  max-width: 1440px;
}
.site-header aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.site-header .touchpoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.site-header .touchpoints .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding-bottom: 32px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .touchpoints .social a {
  color: #2EB5F8;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .touchpoints .social a:hover {
  color: #fff;
}
.site-header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 225px;
  width: 225px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .site-logo svg, .site-header .site-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.site-header nav.nav {
  -webkit-column-gap: 33px;
  -moz-column-gap: 33px;
  column-gap: 33px;
}
.site-header nav.nav > .nav-element > a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  padding-bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header nav.nav > .nav-element > a i {
  display: none;
}
.site-header nav.nav > .nav-element:hover > a {
  color: #2EB5F8;
}
.site-header nav.nav > .nav-element.menu-contact > a {
  color: #2EB5F8;
}
.site-header nav.nav > .nav-element.menu-contact:hover {
  color: #fff;
}
.site-header nav.nav > .nav-element.menu-contact:hover > a {
  color: #fff;
}
.site-header nav.nav > .nav-element .sub-menu {
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.2;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a {
  color: #000;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element a:hover, .site-header nav.nav > .nav-element .sub-menu > .nav-element a:focus {
  color: #4A046F;
}
.site-header nav.nav > .nav-element .sub-menu > .nav-element:last-child {
  margin-bottom: 0;
}
.site-header nav.nav > .nav-element .mega-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-grid {
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column {
  width: 100%;
  max-width: 375px;
  min-width: 223px;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #028DD3;
  letter-spacing: 0.25px;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column h3.hide-label {
  display: none;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column h3.hide-label + .nav-element:first-of-type {
  padding-top: 0 !important;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element {
  padding: 7px 0;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.333;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a i {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-size: 15px;
  color: #4A046F;
  top: 0.165em;
  position: relative;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a:hover, .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a.hover {
  color: #028DD3;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a:hover i, .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a.hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .sub-menu {
  padding-bottom: 25px;
  padding-top: 8px;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .nav-element {
  padding: 5px 0;
}
.site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .nav-element a {
  font-weight: 500;
}
.site-header.sticky .wrapper {
  min-height: 70px;
}
.site-header.sticky .site-logo {
  min-width: 120px;
  width: 120px;
}
.site-header.sticky .touchpoints .social {
  padding-bottom: 26px;
}
@media (min-width: 1304px) {
  .site-header.sticky nav.nav > .nav-element > a {
    padding-bottom: 24px;
  }
}
.site-header .search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 25px;
  min-height: 100%;
}
.site-header .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .search-form .field input {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 17px 20px 17px 19px;
  font-size: 17px;
  line-height: 20px;
  font-family: "effra", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  color: #000;
  width: 100%;
  height: 55px;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #000;
  opacity: 1;
}
.site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: 0;
}
.site-header .search-form button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #013B65;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1719px) {
  .site-header .wrapper {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .site-header aside {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .site-header .site-logo {
    margin-left: 0;
  }
  .site-header nav.nav {
    -webkit-column-gap: 33px !important;
    -moz-column-gap: 33px !important;
    column-gap: 33px !important;
  }
}
@media (min-width: 1040px) {
  .site-header .search-toggle {
    font-size: 26px;
    color: #013B65;
    cursor: pointer;
    text-decoration: none;
    -ms-flex-item-align: initial;
    align-self: initial;
  }
  .site-header .search-toggle:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    right: -5px;
    height: 14px;
    background-color: #4A046F;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
  }
  .site-header .search-toggle:hover::after, .site-header .search-toggle:focus::after, .search-on .site-header .search-toggle::after {
    opacity: 1;
  }
  .site-header .search-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: -5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 320px;
    max-width: 320px;
    border-radius: 0 0 5px 5px;
  }
  .search-on .site-header .search-form {
    opacity: 1;
    pointer-events: all;
  }
  .site-header nav.nav > .nav-element {
    position: relative;
  }
  .site-header nav.nav > .nav-element .sub-menu {
    position: absolute;
    top: 100%;
    width: auto;
    background-color: #F0F0F0;
    padding: 30px;
  }
  .site-header nav.nav > .nav-element .sub-menu > .nav-element {
    margin-bottom: 15px;
  }
  .site-header nav.nav > .nav-element.has-mega-menu > a:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid #4A046F;
    z-index: 9;
    margin: auto;
  }
  .site-header nav.nav > .nav-element.has-mega-menu > a:hover::after, .site-header nav.nav > .nav-element.has-mega-menu > a:focus::after, .site-header nav.nav > .nav-element.has-mega-menu > a.hover::after {
    opacity: 1;
  }
  .site-header nav.nav > .nav-element.menu-contact {
    margin-left: 39px;
  }
  .site-header nav.nav > .nav-element.menu-contact .sub-menu {
    padding: 30px;
    right: 0;
  }
  .site-header nav.nav > .nav-element.menu-contact .mega-menu .mega-menu-column {
    text-align: right;
  }
  .site-header nav.nav > .nav-element.menu-contact .mega-menu .mega-menu-column .nav-element a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1039px) {
  .site-header .wrapper {
    min-height: 70px;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .site-logo {
    width: 120px;
    min-width: 120px;
  }
  .site-header aside {
    background-color: #000;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    top: 70px;
    left: 100%;
    height: calc(100vh - 70px);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding: 20px 40px 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-on .site-header aside {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header aside .touchpoints {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-header aside .touchpoints .social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 22px;
  }
  .site-header.sticky aside {
    top: 70px;
    height: calc(100vh - 70px);
  }
  .site-header nav.nav {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  .site-header nav.nav > .nav-element {
    display: block;
  }
  .site-header nav.nav > .nav-element > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
  }
  .site-header nav.nav > .nav-element > a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-family: "effra", sans-serif;
    color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    line-height: 16px;
    height: 100%;
  }
  .site-header nav.nav > .nav-element > a i:before {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav.nav > .nav-element > a i.on:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column {
    margin-top: 10px;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column h3 {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element {
    width: 100%;
    display: block;
    padding-left: 0;
    padding: 0;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.333;
    letter-spacing: 0em;
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #fff;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a i {
    font-size: 16px;
    color: #4A046F;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element a i.on {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .sub-menu {
    padding: 5px 0 20px;
    display: none;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .sub-menu .nav-element {
    padding-left: 20px;
  }
  .site-header nav.nav > .nav-element .mega-menu .mega-menu-column .nav-element .sub-menu .nav-element a {
    font-weight: normal;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .site-header nav.nav > .nav-element .sub-menu {
    display: none;
    padding: 5px 0 5px 20px;
  }
  .site-header nav.nav > .nav-element .sub-menu .mega-menu-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header nav.nav > .nav-element .sub-menu .nav-element {
    margin-bottom: 10px;
  }
  .site-header .search-form-wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    min-height: initial;
    width: 100%;
  }
  .site-header .search-form {
    width: 100%;
    max-width: none;
    border-radius: 5px;
    background-color: #fff;
  }
  .site-header .search-form .field input {
    background-color: #fff;
  }
  .site-header .search-form .field input:-webkit-autofill,
  .site-header .search-form .field input:-webkit-autofill:hover,
  .site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
}
@media (min-width: 1040px) and (max-width: 1304px) {
  .site-header .wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .site-header .wrapper aside {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .site-header nav.nav {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .site-header nav.nav > .nav-element > a {
    font-size: 14px;
  }
  .site-header .search-form-wrapper {
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .site-header .search-form .field input {
    font-size: 16px;
  }
  .site-header .wrapper::after {
    width: calc(100% - 40px);
  }
  .site-header aside {
    padding: 20px 20px 100px;
  }
}

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

.site-footer {
  margin: 0;
  background-color: #000;
  padding: 70px 0 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.site-footer a.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 225px;
  width: 225px;
}
.site-footer .footer-menus .nav-element {
  margin: 0 0 5px;
}
.site-footer .wrapper {
  max-width: 1304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 143px;
  -moz-column-gap: 143px;
  column-gap: 143px;
}
.site-footer .wrapper aside .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 239px;
  -moz-column-gap: 239px;
  column-gap: 239px;
}
.site-footer .wrapper aside .flex nav.footer-menu a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper aside .flex nav.footer-menu a:hover {
  color: #2EB5F8;
}
.site-footer .wrapper aside .flex nav.legal-menu {
  margin-top: 44px;
}
.site-footer .wrapper aside .flex nav.legal-menu a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper aside .flex nav.legal-menu a:hover {
  color: #2EB5F8;
}
.site-footer .wrapper aside .flex .locations h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #747474;
  letter-spacing: 1px;
  margin: 4px 0 10px;
}
.site-footer .wrapper aside .flex .locations .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}
.site-footer .wrapper aside .flex .locations .columns ul.column {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .wrapper aside .flex .locations .columns ul.column li {
  margin: 0 0 5px;
}
.site-footer .wrapper aside .flex .locations .columns ul.column a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0 0 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-footer .wrapper aside .flex .locations .columns ul.column a:hover {
  color: #2EB5F8;
}
.site-footer .wrapper aside hr {
  background: -webkit-gradient(linear, left top, right top, from(#4A89FF), to(#4A046F));
  background: linear-gradient(90deg, #4A89FF, #4A046F);
}
.site-footer .info {
  font-size: 13px;
}
.site-footer .info a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1039px) {
  .site-footer .wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .wrapper aside {
    margin-top: 30px;
    width: 100%;
  }
  .site-footer .wrapper aside .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .site-footer .wrapper aside .flex .footer-menus {
    width: 100%;
  }
  .site-footer .wrapper aside .flex .footer-menus nav.legal-menu {
    margin-top: 24px;
  }
  .site-footer .wrapper aside .flex .locations {
    width: 100%;
    margin-top: 30px;
  }
}
.filters {
  margin: 0 0 50px;
}
.filters .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
  max-width: 240px;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #fff;
  border-color: transparent;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 22px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #2EB5F8;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #000;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover, .filters .searchandfilter > ul > li.sf-field-reset > a:focus {
  color: #4A046F;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #013B65;
  border: solid 1px transparent;
  display: block;
}
.filters .searchandfilter > ul > li > label:after {
  content: "\e903";
  font-family: "bluematter" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 20px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2EB5F8;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  padding: 13px 55px 14px 25px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  min-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #013B65;
}
@media (max-width: 479px) {
  .filters .searchandfilter > ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .filters .searchandfilter > ul > li {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .filters .searchandfilter > ul > li > label input,
  .filters .searchandfilter > ul > li > label select {
    min-width: 0;
  }
}

.pagination {
  margin: 60px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 30px 0 33px;
  position: relative;
  color: #003B65;
  letter-spacing: 0.5px;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #028DD3;
}
.pagination .nav-links .page-numbers:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  width: 3px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #D8D8D8;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 23px 0 25px;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  color: #003B65;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.prev:focus, .pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.next:focus {
  color: #028DD3;
}
.pagination .nav-links .page-numbers.next {
  padding-left: 15px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 15px;
}
.pagination .nav-links .page-numbers.current {
  color: #028DD3;
}
.pagination .nav-links .page-numbers.inactive {
  pointer-events: none;
  color: #D8D8D8;
}
@media (max-width: 767px) {
  .pagination {
    margin: 45px 0 0;
  }
}
@media (max-width: 479px) {
  .pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 20px 0 22px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 13px 0 15px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 18px;
  }
}

.homepage-hero {
  margin: 0;
  position: relative;
}
.homepage-hero .overlay {
  z-index: 0;
}
.homepage-hero .wrapper {
  max-width: 1520px;
  width: 100%;
}
.homepage-hero .carousel {
  min-height: calc(100vh - 119px);
  height: 100%;
}
.homepage-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.homepage-hero .carousel .slick-slide {
  height: auto;
}
.homepage-hero .carousel .slick-dots {
  position: relative;
  list-style: none;
  margin: 0 auto -2px auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1520px;
  line-height: 1;
  bottom: 60px;
}
.homepage-hero .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.homepage-hero .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.homepage-hero .carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.homepage-hero .carousel .slick-dots li.slick-active button {
  background-color: #2EB5F8;
}
.homepage-hero .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.homepage-hero .carousel .slick-arrow.icon-arrow-left {
  left: 40px;
}
.homepage-hero .carousel .slick-arrow.icon-arrow-right {
  right: 40px;
}
.homepage-hero .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.homepage-hero .carousel .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}
.homepage-hero .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.homepage-hero .carousel .inner .content {
  padding-top: 30px;
  text-align: left;
  padding-bottom: 60px;
}
.homepage-hero .carousel .inner .content > *:last-child {
  margin-bottom: 45px;
}
.homepage-hero .carousel .inner .description {
  font-size: 23px;
  max-width: 920px;
  margin-bottom: 50px;
}
.homepage-hero .carousel .inner h1,
.homepage-hero .carousel .inner .h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 30px 0 50px;
  max-width: 800px;
  letter-spacing: -2.5px;
}
.homepage-hero .carousel .inner h2 {
  font-size: 48px;
  line-height: 1.25;
  color: inherit;
  margin: 0 0 0.25em;
}
.homepage-hero .carousel .inner h4 {
  margin: 0 0 1em;
}
.homepage-hero .carousel .inner .button-container {
  margin-top: 25px;
}
@media (max-width: 1039px) {
  .homepage-hero .carousel {
    min-height: calc(85vh - 119px);
  }
}
@media (max-width: 1039px) {
  .homepage-hero .carousel .inner {
    min-height: 56.48vw;
  }
  .homepage-hero .carousel .inner h1,
  .homepage-hero .carousel .inner .h1 {
    font-size: 80px;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .homepage-hero .carousel {
    min-height: unset;
    height: 100%;
  }
  .homepage-hero .carousel .inner .content {
    padding-top: 30px;
  }
  .homepage-hero .carousel .inner h1,
  .homepage-hero .carousel .inner .h1 {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .homepage-hero .carousel .inner h1,
  .homepage-hero .carousel .inner .h1 {
    font-size: 48px;
  }
  .homepage-hero .carousel .inner .description {
    font-size: 20px;
    line-height: 1.4;
  }
  .homepage-hero .carousel .slick-dots {
    padding: 0 20px;
  }
  .homepage-hero .carousel .slick-dots li button {
    width: 20px;
  }
}

.hero-sub {
  margin: 0;
  height: 146px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hero-sub {
    height: 85px;
  }
}

.breadcrumbs {
  margin: 27px 0 20px 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "effra", sans-serif;
  color: #666666;
  line-height: 2;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.breadcrumbs + .standard-text {
  margin-top: 0px;
}
.breadcrumbs .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs i {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #666666;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #4A046F;
}
.breadcrumbs span > span {
  padding: 0 4px;
}
.breadcrumbs span > span:first-of-type {
  padding: 0 4px 0 0;
}
.breadcrumbs .breadcrumb_last {
  padding: 0 0 0 4px;
}

.transparent-content-slider {
  margin: 0;
  backdrop-filter: blur(16px);
  position: relative;
}
.transparent-content-slider .wrapper {
  max-width: 1304px;
  width: 100%;
}
.transparent-content-slider .carousel {
  height: 100%;
}
.transparent-content-slider .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.transparent-content-slider .carousel .slick-slide {
  height: auto;
}
.transparent-content-slider .carousel .slick-dots {
  position: absolute;
  left: calc(50% + 70px);
  bottom: 77px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1520px;
  line-height: 1;
}
.transparent-content-slider .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.transparent-content-slider .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.transparent-content-slider .carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.transparent-content-slider .carousel .slick-dots li.slick-active button {
  background-color: #2EB5F8;
}
.transparent-content-slider .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.transparent-content-slider .carousel .slick-arrow.icon-arrow-left {
  left: 40px;
}
.transparent-content-slider .carousel .slick-arrow.icon-arrow-right {
  right: 40px;
}
.transparent-content-slider .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.transparent-content-slider .carousel .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  color: #fff;
}
.transparent-content-slider .carousel .inner .wrapper {
  position: relative;
  z-index: 4;
}
.transparent-content-slider .carousel .inner .content {
  padding: 90px 0 77px 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.transparent-content-slider .carousel .inner .content .left {
  width: 50%;
  padding-left: 40px;
}
.transparent-content-slider .carousel .inner .content .left img {
  max-width: 378px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 20px 20px 20px;
}
.transparent-content-slider .carousel .inner .content .right {
  width: 50%;
  padding: 83px 0 0 70px;
  margin-bottom: 0;
  position: relative;
}
.transparent-content-slider .carousel .inner .content .right::before {
  content: "";
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#4A89FF), to(#4A046F));
  background: linear-gradient(90deg, #4A89FF, #4A046F);
  display: block;
  margin-bottom: 32px;
}
.transparent-content-slider .carousel .inner .description {
  font-size: 23px;
  max-width: 620px;
}
.transparent-content-slider .carousel .inner .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.transparent-content-slider .carousel .inner .button-container {
  margin-top: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1303px) {
  .transparent-content-slider .carousel .slick-dots {
    left: 50%;
  }
  .transparent-content-slider .carousel .inner .content .left {
    padding-left: 0;
  }
  .transparent-content-slider .carousel .inner .content .right {
    padding: 83px 0 0 0;
  }
}
@media (max-width: 1039px) {
  .transparent-content-slider .carousel .slick-dots {
    bottom: unset;
    left: unset;
    position: relative;
    padding: 0 40px 60px;
  }
  .transparent-content-slider .carousel .inner .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 60px 0;
  }
  .transparent-content-slider .carousel .inner .content .left {
    width: 100%;
    padding-left: 0;
  }
  .transparent-content-slider .carousel .inner .content .right {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .transparent-content-slider .carousel .inner .content .description {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .transparent-content-slider .carousel .inner .content .left img {
    max-width: 50%;
  }
  .transparent-content-slider .carousel .inner .title {
    font-size: 30px;
  }
  .transparent-content-slider .carousel .inner .description {
    font-size: 20px;
    line-height: 1.4;
  }
  .transparent-content-slider .carousel .slick-dots {
    padding: 0 20px 60px;
  }
  .transparent-content-slider .carousel .slick-dots li button {
    width: 20px;
  }
}

.featured-content-slider {
  position: relative;
  margin: 0;
  background-color: #013B65;
}
.featured-content-slider .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-content-slider .carousel .slick-slide {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-content-slider .carousel .slick-slide > div {
  width: 100%;
}
.featured-content-slider .carousel .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1520px;
}
.featured-content-slider .carousel .content {
  padding: 65px 0 55px 96px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
.featured-content-slider .carousel .content .featured-content {
  max-width: 786px;
}
.featured-content-slider .carousel .content .text .eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.featured-content-slider .carousel .content .text .h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1.23;
  padding: 65px 0 20px 0;
  margin: 0;
  position: relative;
  font-weight: 500;
}
.featured-content-slider .carousel .content .text .h3 strong {
  font-weight: 700;
}
.featured-content-slider .carousel .content .text .h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#2B3B96));
  background: linear-gradient(90deg, #028DD3, #2B3B96);
}
.featured-content-slider .carousel .content .text .description {
  position: relative;
  line-height: 1.5;
  padding: 0 0 40px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.featured-content-slider .carousel .content .text .button-container {
  margin-top: 0;
}
.featured-content-slider .carousel .content .dots {
  margin-top: 50px;
}
.featured-content-slider .carousel .content .dots .slick-dots {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.featured-content-slider .carousel .content .dots .slick-dots li {
  margin: 0 3px;
  padding: 0;
}
.featured-content-slider .carousel .content .dots .slick-dots li:first-of-type {
  margin: 0 3px 0 0;
}
.featured-content-slider .carousel .content .dots .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #028DD3;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.featured-content-slider .carousel .content .dots .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-content-slider .carousel .content .dots .slick-dots li.slick-active button {
  background-color: #fff;
}
.featured-content-slider .carousel .image-wrapper {
  width: 390px;
  min-width: 390px;
  direction: rtl;
}
.featured-content-slider .carousel .image-wrapper figure.image {
  min-height: 100%;
  width: calc((100vw - 1300px) / 2 + 100%);
  height: 100%;
}
.featured-content-slider .carousel .image-wrapper figure.image .placeholder {
  padding-bottom: unset;
  height: 100%;
}
.featured-content-slider .carousel .image-wrapper figure.image .display {
  background: transparent;
}
.featured-content-slider .carousel .image-wrapper figure.image .display img {
  -o-object-position: center;
  object-position: center;
}
.featured-content-slider.left .carousel .content {
  padding: 65px 267px 55px 0;
}
.featured-content-slider.left .carousel .image-wrapper {
  direction: ltr;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.featured-content-slider.dark {
  background-color: #000110;
}
.featured-content-slider.dark .carousel .content .dots .slick-dots li button {
  background-color: #704586;
}
.featured-content-slider.dark .carousel .content .dots .slick-dots li.slick-active button {
  background-color: #fff;
}
@media (max-width: 1519px) {
  .featured-content-slider .carousel .image-wrapper figure.image {
    min-height: 100%;
    width: calc((100vw - 1200px) / 2 + 100%);
  }
  .featured-content-slider.left .carousel .content {
    padding: 65px 197px 55px 0;
  }
}
@media (max-width: 1303px) {
  .featured-content-slider .carousel .image-wrapper figure.image {
    min-height: 100%;
    width: calc((100vw - 900px) / 2 + 100%);
  }
  .featured-content-slider.left .carousel .content {
    padding: 65px 96px 55px 0;
  }
}
@media (max-width: 1039px) {
  .featured-content-slider .carousel .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .featured-content-slider .carousel .wrapper .image-wrapper {
    width: 100%;
  }
  .featured-content-slider .carousel .wrapper .image-wrapper figure.image {
    min-height: 100%;
    width: 100%;
  }
  .featured-content-slider .carousel .wrapper .image-wrapper figure.image .placeholder {
    padding-bottom: 50%;
  }
  .featured-content-slider .carousel .wrapper .content {
    width: 100%;
    padding: 50px 40px;
  }
  .featured-content-slider .carousel .wrapper .content .featured-content {
    max-width: 100%;
  }
  .featured-content-slider .carousel .wrapper .content .text .h3 {
    font-size: 36px;
    padding: 35px 0 15px 0;
  }
  .featured-content-slider.left .carousel .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 479px) {
  .featured-content-slider .carousel .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .featured-content-slider .carousel .wrapper .image-wrapper {
    width: 100%;
  }
  .featured-content-slider .carousel .wrapper .image-wrapper figure.image {
    min-height: 100%;
    width: 100%;
  }
  .featured-content-slider .carousel .wrapper .content {
    width: 100%;
    padding: 40px 20px;
  }
  .featured-content-slider .carousel .wrapper .content .text .h3 {
    font-size: 32px;
    padding: 25px 0 10px 0;
  }
  .featured-content-slider .carousel .wrapper .content .text .description {
    font-size: 16px;
  }
  .featured-content-slider .carousel .wrapper .content .dots .slick-dots {
    padding: 0 20px 0 0;
  }
  .featured-content-slider .carousel .wrapper .content .dots .slick-dots li button {
    width: 20px;
  }
}

.featured-post-slider {
  position: relative;
}
.featured-post-slider .wrapper {
  max-width: 1040px;
}
.featured-post-slider .carousel {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #013B65), to(#011E33));
  background: linear-gradient(90deg, #013B65 70%, #011E33 100%);
}
.featured-post-slider .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-post-slider .carousel .slick-slide {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-post-slider .carousel .slick-slide > div {
  width: 100%;
}
.featured-post-slider .carousel .slick-dots {
  position: absolute;
  right: 46px;
  top: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
}
.featured-post-slider .carousel .slick-dots li {
  margin: 0 3px;
  padding: 0;
}
.featured-post-slider .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #028DD3;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.featured-post-slider .carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-post-slider .carousel .slick-dots li.slick-active button {
  background-color: #fff;
}
.featured-post-slider .carousel .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.featured-post-slider .carousel .content {
  width: 59.27%;
  padding: 37px 46px 37px 40px;
  position: relative;
}
.featured-post-slider .carousel .content .eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.featured-post-slider .carousel .content h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.23;
  padding: 35px 0 50px 0;
  margin: 0;
  position: relative;
  font-weight: 500;
}
.featured-post-slider .carousel .content h3 strong {
  font-weight: 700;
}
.featured-post-slider .carousel .content .button-container {
  margin-top: 0;
}
.featured-post-slider .carousel .content .button {
  letter-spacing: 1px;
}
.featured-post-slider .carousel .content .button.tertiary {
  color: #2EB5F8;
}
.featured-post-slider .carousel .content .button.tertiary:hover, .featured-post-slider .carousel .content .button.tertiary:focus {
  color: #fff;
}
.featured-post-slider .carousel figure.image {
  width: 40.73%;
}
.featured-post-slider .carousel figure.image .placeholder {
  padding-bottom: unset;
}
.featured-post-slider .carousel figure.image .display {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-post-slider .carousel figure.image .display img {
  width: auto;
  position: relative;
}
.featured-post-slider.no-image .carousel .content {
  width: 100%;
  padding: 37px 46px 37px 50px;
}
.featured-post-slider.no-image .carousel .content h3 {
  font-size: 32px;
  line-height: 1.25;
  padding: 35px 0 30px 0;
}
@media (max-width: 767px) {
  .featured-post-slider .carousel .slide-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .featured-post-slider .carousel .slide-content .content {
    width: 100%;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    width: 100%;
    height: 250px;
  }
  .featured-post-slider .carousel .slide-content figure.image .placeholder {
    padding-bottom: 100%;
  }
  .featured-post-slider.no-image .carousel .content {
    width: 100%;
    padding: 37px 32px 37px 30px;
  }
  .featured-post-slider.no-image .carousel .content h3 {
    font-size: 26px;
    padding: 30px 0 25px 0;
  }
}
@media (max-width: 479px) {
  .featured-post-slider .carousel .dots {
    position: absolute;
  }
  .featured-post-slider .carousel .dots + .eyebrow {
    margin-top: 20px;
  }
  .featured-post-slider .carousel .slick-dots {
    position: absolute;
    right: unset;
    top: unset;
    padding: 0;
    margin: 0 0 20px;
  }
  .featured-post-slider .carousel .slick-dots li:first-of-type {
    margin: 0 3px 0 0;
  }
  .featured-post-slider .carousel .slick-dots li button {
    width: 20px;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    height: 175px;
  }
}

.testimonial-carousel {
  margin: 75px 0 55px;
  position: relative;
}
.testimonial-carousel .carousel {
  height: 100%;
}
.testimonial-carousel .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.testimonial-carousel .carousel .slick-slide {
  height: auto;
}
.testimonial-carousel .carousel .slick-dots {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.testimonial-carousel .carousel .slick-dots li {
  margin: 0 3px;
  padding: 0;
}
.testimonial-carousel .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #C6C6C6;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.testimonial-carousel .carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.testimonial-carousel .carousel .slick-dots li.slick-active button {
  background-color: #2EB5F8;
}
.testimonial-carousel .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.testimonial-carousel .carousel .slick-arrow.icon-arrow-left {
  left: 40px;
}
.testimonial-carousel .carousel .slick-arrow.icon-arrow-right {
  right: 40px;
}
.testimonial-carousel .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.testimonial-carousel .carousel .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.testimonial-carousel .carousel .inner .wrapper-thin {
  position: relative;
  z-index: 4;
}
.testimonial-carousel .carousel .inner .content {
  text-align: center;
  color: #013B65;
}
.testimonial-carousel .carousel .inner .testimonial {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.3;
}
.testimonial-carousel .carousel .inner .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1039px) {
  .testimonial-carousel {
    margin: 45px 0;
  }
}
@media (max-width: 479px) {
  .testimonial-carousel .carousel .inner .testimonial {
    font-size: 18px;
  }
  .testimonial-carousel .carousel .slick-dots {
    padding: 0 20px 0;
  }
  .testimonial-carousel .carousel .slick-dots li button {
    width: 20px;
  }
}

.accordion {
  padding: 25px 0;
  margin: 0;
  position: relative;
}
.accordion__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: -1;
}
.accordion .wrapper {
  max-width: 1040px;
}
.accordion .wrapper h2,
.accordion .wrapper h3 {
  margin: 0 0 20px;
}
.accordion dl {
  margin: 38px auto 0;
  padding: 0;
  text-align: left;
  clear: both;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  padding: 17px 33px 15px 38px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.5;
  margin-top: 5px;
  color: #013B65;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#fff), color-stop(#028DD3), to(#4A046F));
  background: linear-gradient(270deg, transparent, #fff, #028DD3, #4A046F);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion dl dt i {
  font-size: 20px;
  line-height: 0;
  color: #2B2A2A;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.accordion dl dt:hover, .accordion dl dt:focus, .accordion dl dt.on {
  background-position: 0;
  color: #fff;
}
.accordion dl dt:hover i, .accordion dl dt:focus i, .accordion dl dt.on i {
  color: #fff;
}
.accordion dl dt.on i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion dl dd {
  margin: 0;
  padding: 15px 80px 28px 38px;
  display: none;
  font-size: 18px;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.1px;
}
.accordion dl dd p {
  margin-bottom: 1em;
}
.accordion dl dd > * {
  max-width: 1078px;
}
.accordion dl dd > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .accordion dl dd {
    padding: 20px 18px 20px 18px;
    font-size: 16px;
    line-height: 1.3;
  }
  .accordion dl dt {
    padding: 20px 20px 20px 18px;
    font-size: 18px;
    line-height: 1.3;
    gap: 20px;
  }
}

.stats {
  margin: 0;
  padding: 100px 0;
  overflow: hidden;
  background-color: #000110;
  position: relative;
}
.stats .wrapper {
  max-width: 1520px;
}
.stats .section-header h2.h1 {
  font-size: 50px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0;
  letter-spacing: -2px;
}
.stats .section-header h2.h1 strong {
  font-weight: 700;
}
.stats .stats-wrapper {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto 0;
  padding-left: 108px;
  row-gap: 30px;
}
.stats .stats-item {
  min-height: 188px;
  position: relative;
  padding: 12px 20px 0 60px;
}
.stats .stats-item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#028DD3), to(#4A046F));
  background: linear-gradient(180deg, #028DD3, #4A046F);
  position: absolute;
  left: 0;
  top: 0;
}
.stats .stats-item .stat-value {
  width: auto !important;
  color: #fff;
  font-family: "effra", sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  display: inline;
}
.stats .stats-item .stat-value span {
  font-size: 0.75em;
}
.stats .stats-item.on .stat-value {
  opacity: 1;
}
.stats .stats-item .description {
  font-size: 20px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  max-width: 282px;
  margin: 25px 0 20px;
}
.stats .stats-item .description:first-child {
  margin-top: 0;
}
@media (max-width: 1303px) {
  .stats .stats-item {
    min-height: 188px;
    position: relative;
  }
  .stats .stats-item .stat-value {
    font-size: 90px;
  }
  .stats .stats-item .description {
    font-size: 18px;
  }
}
@media (max-width: 1039px) {
  .stats {
    padding: 50px 0;
  }
  .stats .stats-item {
    min-height: 188px;
    position: relative;
    /*&:nth-child(odd):before {
    	display: none;
    }*/
  }
  .stats .stats-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .stats .section-header h2.h1 {
    font-size: 40px;
  }
  .stats .stats-item {
    min-height: 188px;
    position: relative;
    padding: 40px 0 0 0;
  }
  .stats .stats-item:before {
    width: 100%;
    height: 1px;
  }
  .stats .stats-item .description {
    margin: 25px auto 20px;
  }
  .stats .stats-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.cta-bar {
  margin: 120px 0;
  width: 100%;
  position: relative;
}
.cta-bar .wrapper {
  position: relative;
  max-width: 1440px;
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#4A046F));
  background: linear-gradient(90deg, #028DD3, #4A046F);
}
.cta-bar .wrapper .overlay {
  background-size: cover;
  background-position: bottom;
}
.cta-bar .wrapper .content {
  display: block;
  z-index: 2;
  position: relative;
}
.cta-bar .wrapper .content a {
  text-decoration: none;
}
.cta-bar .wrapper .content a:hover .text i {
  color: #fff;
}
.cta-bar .wrapper .content .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 30px;
}
.cta-bar .wrapper .content .text .h3 {
  width: 50%;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  padding-right: 40px;
  font-weight: 400;
}
.cta-bar .wrapper .content .text .h3 strong {
  font-weight: 700;
}
.cta-bar .wrapper .content .text .description {
  width: 50%;
  color: #fff;
  font-weight: 500;
  padding-right: 60px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 565px;
  font-size: 20px;
}
.cta-bar .wrapper .content .text i {
  position: absolute;
  right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2EB5F8;
  font-size: 38px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (max-width: 1519px) {
  .cta-bar .wrapper .content .text {
    padding: 35px 0;
  }
}
@media (max-width: 1303px) {
  .cta-bar .wrapper .content .text .h3 {
    width: 40%;
  }
  .cta-bar .wrapper .content .text .description {
    width: 60%;
  }
}
@media (max-width: 1039px) {
  .cta-bar {
    margin: 0;
  }
  .cta-bar .wrapper .content .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 0;
  }
  .cta-bar .wrapper .content .text .h3 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 40px;
  }
  .cta-bar .wrapper .content .text .description {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .cta-bar .wrapper .content .text i {
    position: relative;
    right: auto;
    height: auto;
    margin-left: auto;
    margin-top: 35px;
  }
}

.offers-block {
  margin: 120px 0;
  width: 100%;
  position: relative;
}
.offers-block .wrapper {
  position: relative;
  max-width: 1520px;
}
.offers-block .wrapper .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  position: relative;
}
.offers-block .wrapper .items .item {
  background-color: #000;
}
.offers-block .wrapper .items .item figure.image .placeholder {
  padding-bottom: 47%;
}
.offers-block .wrapper .items .item figure.image:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#3F167D));
  background: linear-gradient(90deg, #028DD3, #3F167D);
  z-index: 2;
}
.offers-block .wrapper .items .text {
  position: relative;
  display: block;
  padding: 35px 63px 35px 63px;
  margin-top: -1px;
  background-color: #000;
  z-index: 2;
}
.offers-block .wrapper .items .text .h3 {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}
.offers-block .wrapper .items .text .h3 strong {
  font-weight: 700;
}
.offers-block .wrapper .items .text .description {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 35px;
}
.offers-block .wrapper .items .text i {
  position: relative;
  color: #2EB5F8;
  font-size: 38px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.offers-block .wrapper .items .text i:hover {
  color: #fff;
}
.offers-block .wrapper .items .text a {
  text-decoration: none;
}
@media (max-width: 1039px) {
  .offers-block {
    margin: 60px 0;
  }
  .offers-block .wrapper .items {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .offers-block .wrapper .items .text {
    padding: 30px;
  }
  .offers-block .wrapper .items .text .h3 {
    font-size: 36px;
  }
  .offers-block .wrapper .items .text .description {
    margin-bottom: 40px;
  }
}

.pathway_list {
  margin: 0;
  padding: 95px 0 105px;
  background-color: #0B0213;
  position: relative;
}
.pathway_list .wrapper {
  max-width: 1520px;
}
.pathway_list .wrapper .header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 151px;
  -moz-column-gap: 151px;
  column-gap: 151px;
  padding-bottom: 60px;
}
.pathway_list .wrapper .header h2, .pathway_list .wrapper .header .h2 {
  font-size: 50px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0;
  letter-spacing: -1px;
}
.pathway_list .wrapper .header h2 strong, .pathway_list .wrapper .header .h2 strong {
  font-weight: 700;
}
.pathway_list .wrapper .header .description {
  font-size: 23px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.pathway_list .wrapper .header .description strong {
  font-weight: 700;
}
.pathway_list .wrapper .columns.columns-1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
.pathway_list .wrapper .columns.columns-1 .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 151px;
  -moz-column-gap: 151px;
  column-gap: 151px;
  row-gap: 20px;
}
.pathway_list .wrapper .columns.columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  -webkit-column-gap: 151px;
  -moz-column-gap: 151px;
  column-gap: 151px;
}
.pathway_list .wrapper .columns.columns-2 .links {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  row-gap: 20px;
}
.pathway_list .wrapper .columns .column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 30px 0 60px;
}
.pathway_list .wrapper .columns .column-header h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.pathway_list .wrapper .columns .column-header a.link {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #DC65FF;
  text-decoration: none;
  min-width: 110px;
  text-align: right;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.pathway_list .wrapper .columns .column-header a.link:hover, .pathway_list .wrapper .columns .column-header a.link:active {
  color: #fff;
}
.pathway_list .wrapper .columns .column {
  position: relative;
}
.pathway_list .wrapper .columns .column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#028DD3), to(#2B3B96));
  background: linear-gradient(90deg, #028DD3, #2B3B96);
}
.pathway_list .wrapper .links .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, #028DD3), color-stop(70%, #DC65FF), to(#4A046F));
  background: linear-gradient(270deg, transparent, #028DD3 20%, #DC65FF 70%, #4A046F);
  background-size: 400% 100%;
  background-position: 100% 0;
  -webkit-transition: background-position 0.6s ease-in-out;
  transition: background-position 0.6s ease-in-out;
}
.pathway_list .wrapper .links .list_link i {
  padding-left: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.pathway_list .wrapper .links a.list_link {
  text-decoration: none;
}
.pathway_list .wrapper .links a.list_link:hover {
  background-position: 0;
}
.pathway_list .wrapper .links a.list_link:hover i {
  opacity: 1;
}
@media (max-width: 1039px) {
  .pathway_list {
    padding: 50px 0 0;
  }
  .pathway_list .wrapper .header {
    grid-template-columns: 1fr;
  }
  .pathway_list .wrapper .columns {
    display: block;
  }
  .pathway_list .wrapper .columns.columns-1 {
    display: block;
  }
  .pathway_list .wrapper .columns.columns-1 .links {
    grid-template-columns: 1fr;
  }
  .pathway_list .wrapper .columns.columns-2 {
    display: block;
  }
  .pathway_list .wrapper .columns .column {
    padding: 5px 0 60px;
  }
}
@media (max-width: 767px) {
  .pathway_list .wrapper .header {
    display: block;
  }
  .pathway_list .wrapper .header h2, .pathway_list .wrapper .header .h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .pathway_list .wrapper .header .description {
    font-size: 20px;
  }
  .pathway_list .wrapper .columns {
    display: block;
  }
  .pathway_list .wrapper .columns.columns-1 {
    display: block;
  }
  .pathway_list .wrapper .columns.columns-1 .links {
    grid-template-columns: 1fr;
  }
  .pathway_list .wrapper .columns.columns-2 {
    display: block;
  }
  .pathway_list .wrapper .columns .column {
    padding: 5px 0 60px;
  }
  .pathway_list .wrapper .columns .column-header h3 {
    font-size: 28px;
  }
  .pathway_list .wrapper .links .list_link {
    font-size: 21px;
    padding: 15px 20px;
  }
}
@media (max-width: 479px) {
  .pathway_list .wrapper .columns .column-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pathway_list .wrapper .columns .column-header a.link {
    min-width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}

.gallery {
  margin: 0;
  padding: 75px 0;
  color: #000;
  position: relative;
}
.gallery .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1520px;
}
.gallery header p {
  margin-top: 22px;
}
.gallery h2, .gallery .h2 {
  font-size: 50px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #000;
  margin: 0;
  letter-spacing: -2px;
}
.gallery h2 strong, .gallery .h2 strong {
  font-weight: 700;
}
.gallery .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 43px;
  margin-top: 65px;
}
.gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 43px;
  -moz-column-gap: 43px;
  column-gap: 43px;
}
.gallery .row.halfs > * {
  width: 50%;
}
.gallery .row.halfs > * .image .placeholder {
  padding-bottom: calc(66.6666666667% - 10px);
}
.gallery .row.thirds > * {
  width: 33.3333333333%;
}
.gallery .row.split1 > * {
  width: calc(33.3333333333% - 15px);
}
.gallery .row.split1 > *:first-child {
  width: 66.6666666667%;
}
.gallery .row.split1 > *:first-child .image .placeholder {
  padding-bottom: calc(50% - 15px);
}
.gallery .row.split2 > * {
  width: calc(33.3333333333% - 15px);
}
.gallery .row.split2 > *:last-child {
  width: 66.6666666667%;
}
.gallery .row.split2 > *:last-child .image .placeholder {
  padding-bottom: calc(50% - 15px);
}
.gallery .row > * {
  overflow: hidden;
}
@media (max-width: 1039px) {
  .gallery {
    padding: 50px 0;
  }
  .gallery .grid {
    gap: 20px;
  }
  .gallery .row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .gallery .row.halfs > * {
    width: 50%;
  }
  .gallery .row.halfs > * .image .placeholder {
    padding-bottom: calc(66.6666666667% - 6.6666666667px);
  }
  .gallery .row.thirds > * {
    width: 33.3333333333%;
  }
  .gallery .row.split1 > * {
    width: calc(33.3333333333% - 10px);
  }
  .gallery .row.split1 > *:first-child {
    width: 66.6666666667%;
  }
  .gallery .row.split1 > *:first-child .image .placeholder {
    padding-bottom: calc(50% - 10px);
  }
  .gallery .row.split2 > * {
    width: calc(33.3333333333% - 10px);
  }
  .gallery .row.split2 > *:last-child .image .placeholder {
    padding-bottom: calc(50% - 10px);
  }
  .gallery .row > * {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .gallery h2, .gallery .h2 {
    font-size: 40px;
  }
  .gallery .grid {
    margin-top: 45px;
  }
}
.featured-team {
  background-color: #000110;
  margin: 0;
  padding: 105px 0 60px 0;
  position: relative;
}
.featured-team .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1520px;
}
.featured-team a {
  text-decoration: none;
}
.featured-team h2, .featured-team .h2 {
  font-size: 50px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0;
  letter-spacing: -2px;
}
.featured-team h2 strong, .featured-team .h2 strong {
  font-weight: 700;
}
.featured-team .button.tertiary {
  margin-top: 28px;
}
.featured-team h3.name {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 0;
}
.featured-team h4.title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.featured-team.light {
  background-color: transparent;
}
.featured-team.light h2, .featured-team.light .h2 {
  color: #013B65;
}
.featured-team.light .button.tertiary {
  color: #013B65;
}
.featured-team.light .button.tertiary:hover, .featured-team.light .button.tertiary:focus {
  color: #2EB5F8;
}
.featured-team.dark h3.name {
  color: #fff;
}
.featured-team.dark h4.title {
  color: #2EB5F8;
}
.featured-team.dark .button.tertiary {
  color: #2EB5F8;
}
.featured-team.dark .button.tertiary:hover, .featured-team.dark .button.tertiary:focus {
  color: #fff;
}
.featured-team .image {
  position: relative;
}
.featured-team .image:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4A89FF), to(#4A046F));
  background: linear-gradient(90deg, #4A89FF, #4A046F);
}
.featured-team .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-team a:hover, .featured-team a:focus {
  text-decoration: none;
}
.featured-team a:hover .image img, .featured-team a:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-team .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.featured-team .no-events a:hover .image img, .featured-team .no-events a:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.featured-team .carousel {
  height: 100%;
  margin-top: 70px;
}
.featured-team .carousel .slick-list {
  margin: 0 -15px;
}
.featured-team .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-team .carousel .slick-slide {
  height: auto;
  margin: 0 15px;
}
.featured-team .carousel .slick-dots {
  position: relative;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.featured-team .carousel .slick-dots li {
  margin: 0 3px;
  padding: 0;
}
.featured-team .carousel .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #C6C6C6;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 33px;
  height: 2px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.featured-team .carousel .slick-dots li button:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -14px;
  left: 0;
  width: 100%;
  background: transparent;
}
.featured-team .carousel .slick-dots li.slick-active button {
  background-color: #2EB5F8;
}
.featured-team .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.featured-team .carousel .slick-arrow.icon-arrow-left {
  left: 40px;
}
.featured-team .carousel .slick-arrow.icon-arrow-right {
  right: 40px;
}
.featured-team .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
@media (max-width: 1039px) {
  .featured-team {
    padding: 50px 0 55px 0;
  }
  .featured-team .carousel {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .featured-team h2, .featured-team .h2 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .featured-team .carousel .slick-dots {
    padding: 0 20px 0px;
  }
  .featured-team .carousel .slick-dots li button {
    width: 20px;
  }
}

.featured-insights {
  margin: 0;
  padding: 145px 0 110px;
  position: relative;
}
.featured-insights .wrapper {
  max-width: 1520px;
}
.featured-insights .wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-insights .wrapper .content .title {
  width: 34%;
}
.featured-insights .wrapper .content .title h2, .featured-insights .wrapper .content .title .h1 {
  color: #000;
  font-size: 50px;
  font-family: "effra", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: -2px;
}
.featured-insights .wrapper .content .title .button.tertiary {
  color: #013B65;
}
.featured-insights .wrapper .content .title .button.tertiary:hover {
  color: #2EB5F8;
}
.featured-insights .wrapper .content .items {
  width: 66%;
}
.featured-insights .wrapper .content .items a.post-item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-insights .wrapper .content .items a.post-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4A89FF), to(#4A046F));
  background: linear-gradient(90deg, #4A89FF, #4A046F);
}
.featured-insights .wrapper .content .items a.post-item .image {
  max-width: 189px;
}
.featured-insights .wrapper .content .items a.post-item .image .placeholder {
  padding-bottom: 67.75%;
}
.featured-insights .wrapper .content .items a.post-item .image img {
  width: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.featured-insights .wrapper .content .items a.post-item .text {
  padding-left: 28px;
  font-size: 16px;
  color: #969696;
  font-weight: 400;
}
.featured-insights .wrapper .content .items a.post-item .text h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.featured-insights .wrapper .content .items a.post-item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-insights.dark {
  background-color: #000;
}
.featured-insights.dark .wrapper .content .title h2, .featured-insights.dark .wrapper .content .title .h1 {
  color: #fff;
}
.featured-insights.dark .wrapper .content .title h2 strong, .featured-insights.dark .wrapper .content .title .h1 strong {
  font-weight: 700;
}
.featured-insights.dark .wrapper .content .title .button.tertiary {
  color: #DC65FF;
}
.featured-insights.dark .wrapper .content .title .button.tertiary:hover {
  color: #fff;
}
.featured-insights.dark .wrapper .content .items a.post-item .text h3 {
  color: #fff;
}
@media (max-width: 1039px) {
  .featured-insights {
    padding: 50px 0 20px;
  }
  .featured-insights .wrapper .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-insights .wrapper .content .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .featured-insights .wrapper .content .items {
    width: 100%;
  }
  .featured-insights .wrapper .content .items a.post-item .case-study {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .featured-insights .wrapper .content .title h2, .featured-insights .wrapper .content .title .h1 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .featured-insights .wrapper .content .items a.post-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-insights .wrapper .content .items a.post-item .image {
    max-width: 100%;
  }
  .featured-insights .wrapper .content .items a.post-item .text {
    padding-left: 0;
  }
  .featured-insights .wrapper .content .items a.post-item .text h3 {
    margin-top: 10px;
  }
}

.module.post-archive-grid {
  margin: 50px 0 80px;
}
.module.post-archive-grid + .offers-block {
  margin-top: 80px;
}
.module.post-archive-grid .archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 88px;
}
.module.post-archive-grid .archive-grid.grid-member {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module.post-archive-grid .archive-grid.grid-case-study {
  -webkit-column-gap: 94px;
  -moz-column-gap: 94px;
  column-gap: 94px;
  row-gap: 93px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1303px) {
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1039px) {
  .module.post-archive-grid .archive-grid {
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-case-study {
    -webkit-column-gap: 54px;
    -moz-column-gap: 54px;
    column-gap: 54px;
    row-gap: 54px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .module.post-archive-grid {
    margin: 50px 0 60px;
  }
}
@media (max-width: 479px) {
  .module.post-archive-grid .archive-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    grid-template-columns: 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-case-study {
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    row-gap: 44px;
    grid-template-columns: 1fr;
  }
}

.archive-grid .item {
  font-size: 24px;
  font-weight: 500;
  font-family: "effra", sans-serif;
  text-decoration: none;
}
.archive-grid .item .image {
  margin: 0 0 20px;
  overflow: hidden;
}
.archive-grid .item .image .placeholder {
  padding-bottom: 68%;
}
.archive-grid .item .image img {
  width: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .item .image:last-child {
  margin-bottom: 0;
}
.archive-grid .item .title {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #013B65;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .item:hover .image img, .archive-grid .item:focus .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-grid .item:hover .title, .archive-grid .item:focus .title {
  color: #2EB5F8;
}
.archive-grid .item .tag {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.25px;
  line-height: 1.5;
  color: #163454;
}
.archive-grid .member {
  text-decoration: none;
  text-align: center;
  color: #013B65;
}
.archive-grid .member .image {
  position: relative;
}
.archive-grid .member .image .placeholder {
  padding-bottom: 122.22%;
}
.archive-grid .member .image .display img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .member.no-events {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid .member.no-events:hover .image img, .archive-grid .member.no-events:focus .image img {
  -webkit-transform: none;
  transform: none;
}
.archive-grid .member .content {
  text-align: left;
  margin: 20px 0 0;
}
.archive-grid .member .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .member .name strong {
  font-weight: bold;
  font-size: 18px;
}
.archive-grid .member .job-title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  color: #028DD3;
}
.archive-grid .member:hover, .archive-grid .member:focus {
  text-decoration: none;
}
.archive-grid .member:hover .image .display img, .archive-grid .member:focus .image .display img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.archive-grid .member:hover .name, .archive-grid .member:focus .name {
  color: #4A046F;
}
.archive-grid .case {
  text-decoration: none;
  background-color: #fff;
}
.archive-grid .case .project-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 30px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#003B65), color-stop(25%, #028DD3), color-stop(75%, #DC65FF), to(#003B65));
  background: linear-gradient(270deg, #003B65, #028DD3 25%, #DC65FF 75%, #003B65);
  background-size: 400% 100%;
  background-position: 100% 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.archive-grid .case:hover .project-type, .archive-grid .case:focus .project-type {
  background-position: 0;
}
.archive-grid .case:hover i, .archive-grid .case:focus i {
  color: #DC65FF;
}
.archive-grid .case .content {
  padding: 25px 30px;
  background-color: #fff;
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.archive-grid .case .content .title {
  margin: 0 0 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  width: 100%;
}
.archive-grid .case i {
  color: #2EB5F8;
  font-size: 25px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.standard-text {
  margin: 0;
  padding: 25px 0;
  position: relative;
}
.standard-text__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: -1;
}

.single-member .hero-sub {
  height: 338px;
}
@media (max-width: 767px) {
  .single-member .hero-sub {
    height: 180px;
  }
}

.single-member .related .item h3 {
  color: #013B65;
}

.single-member .related .item:hover h3 {
  color: #B958EB;
}

.template-team {
  margin: -112px 0 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.template-team + .breadcrumbs {
  margin-bottom: 35px;
}
.template-team .hero-sub {
  height: 338px;
}
.template-team .wrapper-thin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 3;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.template-team .wrapper-thin > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.template-team .avatar {
  width: 270px;
  min-width: 270px;
  position: relative;
}
.template-team .avatar .image .placeholder {
  padding-bottom: 122%;
}
.template-team .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.template-team .social-share .button.tertiary {
  color: #013B65;
}
.template-team .social-share .button.tertiary:hover, .template-team .social-share .button.tertiary:focus {
  color: #2EB5F8;
}
.template-team .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.template-team .social-share .icons > a {
  color: #fff;
  padding: 10px;
  background-color: #013B65;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.template-team .social-share .icons > a.icon-email {
  font-size: 16px;
}
.template-team .social-share .icons > a:hover, .template-team .social-share .icons > a:focus {
  background-color: #2EB5F8;
}
.template-team .name {
  color: #003B65;
  margin: 0 0 25px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.template-team .name strong {
  font-weight: 700;
}
.template-team .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.36;
  color: #028DD3;
  margin: 0 0 30px;
  text-transform: none;
}
.template-team svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.template-team + .standard-text .wysiwyg-columns h5 {
  color: #028DD3;
  text-transform: uppercase;
}
@media (max-width: 1519px) {
  .template-team::before {
    right: 0;
    border-radius: 0;
  }
}
@media (max-width: 1039px) {
  .template-team .wrapper {
    gap: 40px;
  }
  .template-team svg {
    height: auto;
    width: 315px;
  }
}
@media (max-width: 767px) {
  .template-team .wrapper-thin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .wrapper-thin > aside {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  .template-team .avatar {
    min-width: 0;
    width: 100%;
    max-width: 260px;
  }
}
@media (max-width: 479px) {
  .template-team {
    padding: 0;
  }
  .template-team .wrapper-thin {
    gap: 20px;
  }
  .template-team .social-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .social-share .button.tertiary {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
  .template-team .name {
    margin: 0 0 5px;
  }
  .template-team h1.name {
    font-size: 32px;
  }
  .template-team h1.name span {
    font-size: 24px;
  }
  .template-team .title {
    margin: 0 0 35px;
  }
}

.template-post {
  margin: 0 0 120px;
}
.template-post .wrapper {
  max-width: 1040px;
}
.template-post h1 {
  font-size: 35px;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .template-post h1 {
    font-size: 28px;
  }
}
.template-post hr {
  margin: 50px 0;
  clear: both;
}
.template-post .meta {
  margin: 0 0 60px;
  font-size: 18px;
  color: #4A046F;
  font-weight: 500;
  text-transform: none;
}
.template-post .meta:last-child {
  margin-bottom: 0;
}
.template-post .meta > * {
  display: inline-block;
}
.template-post .meta > *::after {
  content: "|";
  margin: 0 10px 0 12px;
}
.template-post .meta > *:last-child::after {
  display: none;
}
.template-post .meta .author {
  display: inline-block;
  text-transform: none;
  color: #4A046F;
}
.template-post .meta .author a {
  text-decoration: none;
  color: #4A046F;
}
.template-post .meta .author a:hover, .template-post .meta .author a:focus {
  color: #013B65;
}
.template-post .meta-tags {
  margin: 55px 0 40px;
}
.template-post .meta-tags:last-child {
  margin-bottom: 0;
}
.template-post .meta-tags .title {
  color: #013B65;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 0.21px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.template-post .meta-tags aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-post .meta-tags aside a {
  color: #000;
  text-decoration: none;
}
.template-post .meta-tags aside a:hover, .template-post .meta-tags aside a:focus {
  color: #4A046F;
}
.template-post .meta-tags aside > *:after {
  content: ",";
  margin: 0 5px 0 0;
  color: #000;
}
.template-post .meta-tags aside > *:last-child::after {
  display: none;
}
.template-post .post-content {
  word-break: break-word;
  margin-bottom: 90px;
}
.template-post .post-content:last-child {
  margin-bottom: 0;
}
.template-post .post-content .featured-image {
  float: left;
  width: 50%;
  margin: 0 50px 50px 0;
  overflow: hidden;
}
.template-post .post-content .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.template-post .post-content .button-container:last-child {
  margin-bottom: 0;
}
.template-post .post-content a {
  color: #000;
}
.template-post .post-content a.button.primary {
  margin-top: 20px;
  color: #fff;
}
.template-post .post-content a.button.secondary {
  margin-top: 20px;
  color: #DC65FF;
}
.template-post .post-content a.button.secondary:hover, .template-post .post-content a.button.secondary:focus {
  color: #fff;
}
.template-post .post-content a.button.tertiary {
  margin-top: 20px;
  color: #DC65FF;
}
.template-post .post-content a.button.tertiary:hover, .template-post .post-content a.button.tertiary:focus {
  color: #fff;
}
.template-post .post-content .button:last-child {
  margin-bottom: 0;
}
.template-post.news-events .post-content {
  margin-bottom: 50px;
}
.template-post .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 55px;
}
.template-post .split .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post .split .post-content .featured-image {
  width: 40%;
  margin: 0 40px 30px 0;
  float: left;
}
.template-post .split.no-sidebar .post-content .featured-image {
  float: left;
  width: 50%;
  margin: 0 50px 30px 0;
}
.template-post .split .post-sidebar {
  margin-left: 60px;
  min-width: 300px;
  width: 300px;
}
.template-post .split .post-sidebar > * {
  margin-bottom: 35px;
}
.template-post .split .post-sidebar > *:last-child {
  margin-bottom: 0;
}
.template-post .split .post-sidebar .side-form {
  background: -webkit-gradient(linear, left bottom, left top, from(#011E33), to(#013B65));
  background: linear-gradient(0deg, #011E33, #013B65);
  padding: 35px;
}
.template-post .split .post-sidebar .side-form h6 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}
.template-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 100%;
}
.template-post .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 207px;
  min-width: 207px;
  margin: 0;
  overflow: hidden;
}
.template-post .author-bio .author-bio-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #000;
  -ms-flex-item-align: center;
  align-self: center;
}
.template-post .author-bio .author-bio-content .name {
  margin: 0 0 12px;
}
.template-post .author-bio .author-bio-content .button.tertiary {
  color: #028DD3;
}
.template-post .author-bio .author-bio-content .button.tertiary:hover, .template-post .author-bio .author-bio-content .button.tertiary:focus {
  color: #DC65FF;
}
.template-post.case-study h1 {
  margin: 0 0 20px;
}
.template-post.case-study .wrapper .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #4B056F;
  margin-bottom: 30px;
}
.template-post.case-study .wrapper .project-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  row-gap: 30px;
  border-top: 2px solid #D8D8D8;
  border-bottom: 2px solid #D8D8D8;
  padding: 40px 0;
}
.template-post.case-study .wrapper .project-details .project-title {
  font-size: 20px;
  font-weight: 700;
  color: #013B65;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.template-post.case-study .wrapper .project-details .project-tag {
  font-size: 16px;
  font-weight: 700;
  color: #013B65;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 1.55;
}
.template-post.case-study .wrapper .project-details .project-tag .tag {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-transform: none;
  letter-spacing: unset;
  line-height: 1.55;
  display: block;
}
.template-post.case-study .wrapper .project-details .project-tag .tag a {
  color: #000;
  text-decoration: none;
}
.template-post.case-study .wrapper .project-details .project-tag .tag a:hover, .template-post.case-study .wrapper .project-details .project-tag .tag a:focus {
  color: #4A046F;
}
.template-post.case-study .wrapper .post-content {
  padding: 40px 0 0;
  margin-bottom: 45px;
  border-bottom: 2px solid #CDCAE8;
}
.template-post.case-study .wrapper .post-content .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.template-post.case-study .wrapper .post-content .content-row h3.header {
  width: 196px;
  min-width: 196px;
  word-break: break-word;
  padding: 0 40px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .template-post.case-study .wrapper .project-details {
    grid-template-columns: 1fr;
  }
  .template-post.case-study .wrapper .post-content .content-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-post.case-study .wrapper .post-content .content-row h3.header {
    width: 100%;
  }
}
@media (max-width: 1039px) {
  .template-post {
    margin-bottom: 100px;
  }
  .template-post .author-bio {
    gap: 30px;
  }
  .template-post .split .post-content .featured-image {
    width: 50%;
    float: none;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .template-post {
    margin-bottom: 80px;
  }
  .template-post .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .template-post .split .post-content .featured-image {
    width: 50%;
  }
  .template-post .split.no-sidebar .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .split .post-sidebar {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
  .template-post .author-bio {
    font-size: 16px;
  }
  .template-post .author-bio .image {
    max-width: 120px;
    min-width: 120px;
  }
  .template-post .author-bio .author-bio-content .name {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .template-post {
    margin: 20px 0 110px;
  }
  .template-post h1, .template-post .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .template-post .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-post .author-bio .image,
  .template-post .author-bio .author-bio-content {
    width: 100%;
  }
  .template-post .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .template-post .split .post-content .featured-image {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .template-post {
    margin: 20px 0 110px;
  }
  .template-post h1, .template-post .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px;
  }
  .template-post .meta {
    margin: 0 0 30px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
