/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 01 - Settings
 */
/*
Theme Name: Neuro Energy
Author: Cohere Studio
Author URI: http://www.coherestudio.com/
Description: 
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cohere
Tags: best, theme, ever

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
 * 02 - Tools
 */
/**

This file is generated from its .hbs file. Do not edit this file directly.

**/
:root {
  --bph-ze: 0px;
  --bph-sm: 576px;
  --bph-md: 768px;
  --bph-lg: 1200px;
  --bph-xl: 1320px;
  --primary: #173E77;
  --secondary: #dbff95;
  --tertiary: #ff95db;
  --white: #fff;
  --black: #000;
  --darkestgray: #1c1c1c;
  --darkergray: #595959;
  --darkgray: #7F7F7F;
  --lightgray: #CBCBCB;
  --lighergray: #f5f7fb;
  --lightestgray: #eceff1;
  --links-color: #006ffa;
}

:root {
  --header-content-height: 39px;
  --header-height: 59px;
  --promotion-bar-height: 0px;
  --header-total-height: -moz-calc(var(--header-height) + var(--promotion-bar-height));
  --header-total-height: calc(var(--header-height) + var(--promotion-bar-height));
}

/*! hidden.less v0.0.1 | MIT License | github.com/paulradzkov/hidden.less */
#page .hidden {
  display: none !important;
}

#page .hidden-from-xs {
  display: none !important;
}

@media (max-width: 575px) {
  #page .hidden-upto-sm {
    display: none !important;
  }
  #page .hidden-between-xs-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  #page .hidden-from-sm {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #page .hidden-between-sm-md {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #page .hidden-upto-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #page .hidden-from-md {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #page .hidden-between-md-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  #page .hidden-upto-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #page .hidden-from-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1319px) {
  #page .hidden-between-lg-xl {
    display: none !important;
  }
}
@media (max-width: 1319px) {
  #page .hidden-upto-xl {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  #page .hidden-from-xl {
    display: none !important;
  }
}
@media print {
  #page .hidden-print {
    display: none !important;
  }
}
/**
 * 03 - Generic
 */
/*! 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 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  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 {
  -moz-box-sizing: content-box;
       box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-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] {
  -moz-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;
}

html, body {
  --viewportWidth: -moz-calc(100vw - var(--scrollbarWidth));
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
}

.template-partials-inner {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.template-partials-inner[data-align=full], .template-partials-inner.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.template-partials-inner:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.template-partials-inner:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.template-partials-inner > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.template-partials-inner > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.template-partials-inner > *[data-align=wide], .template-partials-inner > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.template-partials-inner > *[data-align=full], .template-partials-inner > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

body {
  font-size: 18px;
  overflow-x: hidden;
}

body > * {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  body > * {
    font-size: -moz-calc(18px + 0 * (100vw - 576px) / 524);
    font-size: calc(18px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  body > * {
    font-size: 18px;
  }
}

.hide {
  opacity: 0.5;
}

.site-main .hide {
  display: none;
}

h1, h1.wp-block, h2, h2.wp-block, h3, h3.wp-block, h4, h4.wp-block, h5, h5.wp-block, h6, h6.wp-block {
  line-height: 1.05;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-family: "Jura", "sans-serif";
}
h1 strong, h1.wp-block strong, h2 strong, h2.wp-block strong, h3 strong, h3.wp-block strong, h4 strong, h4.wp-block strong, h5 strong, h5.wp-block strong, h6 strong, h6.wp-block strong {
  font-weight: 800;
}

p, p.wp-block, ul li, ul li.wp-block, ol li, ol li.wp-block {
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

h1 {
  font-size: 55px;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: -moz-calc(55px + 0 * (100vw - 576px) / 524);
    font-size: calc(55px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: -moz-calc(48px + 0 * (100vw - 576px) / 524);
    font-size: calc(48px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: -moz-calc(40px + 0 * (100vw - 576px) / 524);
    font-size: calc(40px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  h4 {
    font-size: -moz-calc(32px + 0 * (100vw - 576px) / 524);
    font-size: calc(32px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  h5 {
    font-size: -moz-calc(25px + 0 * (100vw - 576px) / 524);
    font-size: calc(25px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  h6 {
    font-size: -moz-calc(20px + 0 * (100vw - 576px) / 524);
    font-size: calc(20px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  h6 {
    font-size: 20px;
  }
}

a {
  color: #006ffa;
}

.has-primary-background-color a {
  color: inherit;
}

.addtoany_shortcode .addtoany_list {
  line-height: initial !important;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.addtoany_shortcode .addtoany_list > * {
  margin: 0 5px;
  padding: 0 20px;
  font-size: initial !important;
}
.addtoany_shortcode .addtoany_list > *:before {
  content: "";
  display: -moz-inline-box;
  display: inline-flex;
}
.addtoany_shortcode .addtoany_list svg {
  display: none;
}
.addtoany_shortcode .addtoany_list .a2a_svg {
  display: none;
}
.addtoany_shortcode .a2a_button_email:before {
  -webkit-mask: url("./assets/images/share/email-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/email-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_twitter:before {
  -webkit-mask: url("./assets/images/share/twitter-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/twitter-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_linkedin:before {
  -webkit-mask: url("./assets/images/share/linkedin-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/linkedin-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode .a2a_button_facebook:before {
  -webkit-mask: url("./assets/images/share/facebook-share.svg") no-repeat center center/contain;
  mask: url("./assets/images/share/facebook-share.svg") no-repeat center center/contain;
  background: black;
  height: 25px !important;
  line-height: 25px !important;
  width: 25px !important;
}
.addtoany_shortcode *[class^=a2a_button]:before {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}

/**
 * 04 - Blocks
 */
.wp-block-button .wp-block-button__link {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  padding: 0 1.33em;
  height: 2.38em;
  border-radius: 0px !important;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: black;
}
.wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: black;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #173E77;
}
.wp-block-button .wp-block-button__link:not(.has-background):hover, .wp-block-button .wp-block-button__link:not(.has-background):focus {
  opacity: 0.9;
}

.wp-block-button {
  /*
    Sizes
  */
  /*
    Colors
  */
}
.wp-block-button .wp-block-button__link.has-primary-color {
  color: #173E77 !important;
  --color: #173E77;
}
.wp-block-button .wp-block-button__link.has-primary-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-primary-color:hover, .wp-block-button .wp-block-button__link.has-primary-color:focus {
  color: #173E77 !important;
  --color: #173E77;
}
.wp-block-button .wp-block-button__link.has-secondary-color {
  color: #dbff95 !important;
  --color: #dbff95;
}
.wp-block-button .wp-block-button__link.has-secondary-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-secondary-color:hover, .wp-block-button .wp-block-button__link.has-secondary-color:focus {
  color: #dbff95 !important;
  --color: #dbff95;
}
.wp-block-button .wp-block-button__link.has-tertiary-color {
  color: #ff95db !important;
  --color: #ff95db;
}
.wp-block-button .wp-block-button__link.has-tertiary-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-tertiary-color:hover, .wp-block-button .wp-block-button__link.has-tertiary-color:focus {
  color: #ff95db !important;
  --color: #ff95db;
}
.wp-block-button .wp-block-button__link.has-white-color {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-white-color:hover, .wp-block-button .wp-block-button__link.has-white-color:focus {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-black-color {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-black-color:hover, .wp-block-button .wp-block-button__link.has-black-color:focus {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-darkestgray-color {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkestgray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-darkestgray-color:hover, .wp-block-button .wp-block-button__link.has-darkestgray-color:focus {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkergray-color {
  color: #595959 !important;
  --color: #595959;
}
.wp-block-button .wp-block-button__link.has-darkergray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-darkergray-color:hover, .wp-block-button .wp-block-button__link.has-darkergray-color:focus {
  color: #595959 !important;
  --color: #595959;
}
.wp-block-button .wp-block-button__link.has-darkgray-color {
  color: #7F7F7F !important;
  --color: #7F7F7F;
}
.wp-block-button .wp-block-button__link.has-darkgray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-darkgray-color:hover, .wp-block-button .wp-block-button__link.has-darkgray-color:focus {
  color: #7F7F7F !important;
  --color: #7F7F7F;
}
.wp-block-button .wp-block-button__link.has-lightgray-color {
  color: #CBCBCB !important;
  --color: #CBCBCB;
}
.wp-block-button .wp-block-button__link.has-lightgray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-lightgray-color:hover, .wp-block-button .wp-block-button__link.has-lightgray-color:focus {
  color: #CBCBCB !important;
  --color: #CBCBCB;
}
.wp-block-button .wp-block-button__link.has-lighergray-color {
  color: #f5f7fb !important;
  --color: #f5f7fb;
}
.wp-block-button .wp-block-button__link.has-lighergray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-lighergray-color:hover, .wp-block-button .wp-block-button__link.has-lighergray-color:focus {
  color: #f5f7fb !important;
  --color: #f5f7fb;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color {
  color: #eceff1 !important;
  --color: #eceff1;
}
.wp-block-button .wp-block-button__link.has-lightestgray-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color:hover, .wp-block-button .wp-block-button__link.has-lightestgray-color:focus {
  color: #eceff1 !important;
  --color: #eceff1;
}
.wp-block-button .wp-block-button__link.has-links-color-color {
  color: #006ffa !important;
  --color: #006ffa;
}
.wp-block-button .wp-block-button__link.has-links-color-background-color {
  background-color: #173E77 !important;
  --background-color: #173E77;
}
.wp-block-button .wp-block-button__link.has-links-color-color:hover, .wp-block-button .wp-block-button__link.has-links-color-color:focus {
  color: #006ffa !important;
  --color: #006ffa;
}
.wp-block-button .wp-block-button__link.has-gradient-primary-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-gradient-background:focus {
  background: -moz-linear-gradient(left, #caff62 0%, #0058c7 100%);
  background: linear-gradient(90deg, #caff62 0%, #0058c7 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-r-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-r-gradient-background:focus {
  background: -moz-linear-gradient(left, #0058c7 0%, #caff62 100%);
  background: linear-gradient(90deg, #0058c7 0%, #caff62 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-v-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-v-gradient-background:focus {
  background: -moz-linear-gradient(left, #caff62 0%, #0058c7 100%);
  background: linear-gradient(90deg, #caff62 0%, #0058c7 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-primary-v-r-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-primary-v-r-gradient-background:focus {
  background: -moz-linear-gradient(left, #0058c7 0%, #caff62 100%);
  background: linear-gradient(90deg, #0058c7 0%, #caff62 100%);
}

.wp-block-columns {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px !important;
}
@media (max-width: 768px) {
  .wp-block-columns {
    gap: 0 !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) + .wp-block-column {
    margin-top: 30px;
  }
}
.wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns:not(.cohere-preview) > .wp-block-column > style:first-child + *, .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > style:first-child + * {
  margin-top: 0;
}
.wp-block-columns:not(.cohere-preview) > .wp-block-column > *:last-child, .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns.is-style-three-in-row {
  flex-wrap: wrap;
  display: -moz-box;
  display: flex;
}
.wp-block-columns.is-style-three-in-row:not(.cohere-preview) > .wp-block-column, .wp-block-columns.is-style-three-in-row.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
  max-width: -moz-calc(33.3% - 34px);
  max-width: calc(33.3% - 34px);
  min-width: -moz-calc(33.3% - 34px);
  min-width: calc(33.3% - 34px);
  margin: 17px 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .wp-block-columns.is-style-three-in-row:not(.cohere-preview) > .wp-block-column, .wp-block-columns.is-style-three-in-row.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
    max-width: -moz-calc(50% - 34px);
    max-width: calc(50% - 34px);
    min-width: -moz-calc(50% - 34px);
    min-width: calc(50% - 34px);
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-three-in-row:not(.cohere-preview) > .wp-block-column, .wp-block-columns.is-style-three-in-row.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
    max-width: 100%;
    min-width: 100%;
    margin: 17px 0;
  }
}
@media (max-width: 1200px) {
  .wp-block-columns.stack-on-tablet {
    flex-wrap: wrap;
    display: -moz-box;
    display: flex;
  }
  .wp-block-columns.stack-on-tablet:not(.cohere-preview) > .wp-block-column, .wp-block-columns.stack-on-tablet.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
    max-width: 100%;
    min-width: 100%;
    margin: 17px 0px;
  }
}

@media (max-width: 768px) {
  .wp-block-column {
    padding: 0 !important;
  }
  .wp-block-column + .wp-block-column {
    margin-top: 34px;
  }
}

@media (min-width: 769px) {
  .wp-block-cover {
    padding: 60px 8% 30px;
  }
}
@media (max-width: 768px) {
  .wp-block-cover {
    padding: 32px 8% 26px;
  }
}

.wp-block-cover {
  min-height: unset;
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > style:first-child + * {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-cover .wp-block-cover__inner-container > * {
    text-align: left;
    -moz-box-pack: start;
         justify-content: flex-start;
  }
}
.wp-block-cover img.wp-block-cover__image-background, .wp-block-cover figure.wp-block-image img {
  border-radius: 0 !important;
}

.wp-block-group.is-horizontal {
  -moz-box-align: start;
       align-items: flex-start;
}
.wp-block-group.is-style-skewed-border {
  background: transparent !important;
  padding: 0;
}
.wp-block-group.is-style-skewed-border .wp-block-group__inner-container {
  position: relative;
  padding-bottom: 30px;
}
.wp-block-group.is-style-skewed-border .wp-block-group__inner-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: -moz-calc(100% - 10px - 4.5px);
  width: calc(100% - 10px - 4.5px);
  height: 12px;
  border-bottom: solid 3px var(--background-color, var(--primary));
  border-right: solid 4.5px var(--background-color, var(--primary));
  -webkit-transform: skew(-45deg);
     -moz-transform: skew(-45deg);
          transform: skew(-45deg);
}
.wp-block-group.is-style-collapsable {
  margin: 16px 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container *:first-child {
  margin-top: 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container style:first-child + * {
  margin-top: 0;
}
.wp-block-group.is-style-collapsable .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  height: auto;
}

.wp-block-separator {
  width: 100%;
  padding: 0;
  height: 6px !important;
  margin: 50px 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border: none;
}
.wp-block-separator.has-primary-color {
  background: #173E77;
}
.wp-block-separator.has-secondary-color {
  background: #dbff95;
}
.wp-block-separator.has-tertiary-color {
  background: #ff95db;
}
.wp-block-separator.has-white-color {
  background: #fff;
}
.wp-block-separator.has-black-color {
  background: #000;
}
.wp-block-separator.has-darkestgray-color {
  background: #1c1c1c;
}
.wp-block-separator.has-darkergray-color {
  background: #595959;
}
.wp-block-separator.has-darkgray-color {
  background: #7F7F7F;
}
.wp-block-separator.has-lightgray-color {
  background: #CBCBCB;
}
.wp-block-separator.has-lighergray-color {
  background: #f5f7fb;
}
.wp-block-separator.has-lightestgray-color {
  background: #eceff1;
}
.wp-block-separator.has-links-color-color {
  background: #006ffa;
}

.accordion {
  margin-bottom: 40px;
  text-align: left;
}
.accordion__header {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.55px;
  color: var(--primary);
  letter-spacing: -0.5px;
  text-align: left;
}

.accordion__item {
  border-top: solid 3px #42457e;
}
.accordion__item:last-child {
  border-bottom: solid 3px #42457e;
}

.accordion__item-header {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 8px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  min-height: 86px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .accordion__item-header {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .accordion__item-header {
    font-size: 22px;
  }
}
.accordion__item-header:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 24px;
  width: 38px;
  height: 38px;
  background-image: url("./assets/images/accordion-plus-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .accordion__item-header:after {
    width: 20px;
    height: 20px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.accordion__item.open .accordion__item-header:after {
  background-image: url("./assets/images/accordion-minus-icon.svg");
}

.accordion__item-content {
  color: var(--darkergray);
  line-height: 1.44;
  letter-spacing: normal;
}
.accordion__item-content {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .accordion__item-content {
    font-size: -moz-calc(18px + 0 * (100vw - 576px) / 524);
    font-size: calc(18px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .accordion__item-content {
    font-size: 18px;
  }
}

.accordion__item-content-inner {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}
.accordion__item-content-inner * {
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .accordion__item-content-inner * {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .accordion__item-content-inner * {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .accordion__item-content-inner {
    margin-top: -10px;
  }
}

.wp-block-quote {
  border-left: 0;
  padding: 24px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .wp-block-quote {
    padding: 24px 0;
  }
}
.wp-block-quote *:first-child {
  margin-top: 0;
}
.wp-block-quote *:last-child {
  margin-bottom: 0;
}

/** Our blockquote **/
.cohere-blockquote {
  position: relative;
  margin: 40px 0;
}
.cohere-blockquote::before, .cohere-blockquote::after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 40px;
  background: url("./assets/images/quote-icon.svg") no-repeat center;
  background-size: contain;
}
.cohere-blockquote::before {
  top: 0;
  left: 0;
}
.cohere-blockquote::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.cohere-blockquote__inner {
  padding: 24px 30px 28px 90px;
}
@media (max-width: 768px) {
  .cohere-blockquote__inner {
    padding: 60px 14px 48px 28px;
  }
}
.cohere-blockquote__inner::before, .cohere-blockquote__inner::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-image: -moz-linear-gradient(right, #00f9fc, #00fe76 100%);
  background-image: linear-gradient(to left, #00f9fc, #00fe76 100%);
}
.cohere-blockquote__inner::before {
  left: 72px;
  right: 0;
  top: 0;
}
.cohere-blockquote__inner::after {
  right: 72px;
  left: 0;
  bottom: 0;
}

.cohere-blockquote__content {
  margin-bottom: 24px;
}
.cohere-blockquote__content *:first-child {
  margin-top: 0;
}
.cohere-blockquote__content *:last-child {
  margin-bottom: 0;
}
.cohere-blockquote__author {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.cohere-blockquote__author-image {
  width: 56px;
  min-width: 56px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .cohere-blockquote__author-image {
    margin-right: 14px;
  }
}

.cohere-blockquote__author-image-inner {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #00fe77;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.cohere-blockquote__author-image-inner img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
}

.entry-content > .cohere-hero:first-child {
  margin-top: -moz-calc(var(--header-total-height, 0px) * -1 - 30px) !important;
  margin-top: calc(var(--header-total-height, 0px) * -1 - 30px) !important;
}

.cohere-hero {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  display: block;
  --default-padding: 120px;
  padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-top: calc(var(--header-total-height, 0px) + var(--padding-top, var(--default-padding)));
  padding-bottom: var(--padding-bottom, var(--default-padding));
  margin-top: var(--margin-top, 0px) !important;
  margin-bottom: var(--margin-bottom, 0px) !important;
}
.cohere-hero[data-align=full], .cohere-hero.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.cohere-hero:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.cohere-hero:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.cohere-hero > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.cohere-hero > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-hero > *[data-align=wide], .cohere-hero > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-hero > *[data-align=full], .cohere-hero > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .cohere-hero {
    padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top-tablet, -moz-calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-top: calc(var(--header-total-height, 0px) + var(--padding-top-tablet, calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-bottom: var(--padding-bottom-tablet, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-tablet, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-tablet, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, calc(var(--margin-bottom, 0px) / 2)) !important;
  }
}
@media (max-width: 768px) {
  .cohere-hero {
    padding-top: -moz-calc(var(--header-total-height, 0px) + var(--padding-top-mobile, -moz-calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-top: calc(var(--header-total-height, 0px) + var(--padding-top-mobile, calc(var(--padding-top, var(--default-padding)) / 2)));
    padding-bottom: var(--padding-bottom-mobile, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-mobile, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-mobile, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, calc(var(--margin-bottom, 0px) / 2)) !important;
  }
}
.cohere-hero .cohere-hero__background {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  max-width: unset;
}
.cohere-hero .cohere-hero__video-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
}
.cohere-hero .cohere-hero__video-background video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.cohere-hero .cohere-hero__video-background-iframe-wrapper {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.cohere-hero .cohere-hero__video-background-iframe {
  width: 1600px;
  height: -moz-calc(1600px * var(--video-ratio));
  height: calc(1600px * var(--video-ratio));
}
.cohere-hero .cohere-hero__video-background-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cohere-hero + * {
  z-index: 5;
  position: relative;
}
.cohere-hero.cohere-preview {
  padding-top: 20px;
  margin-top: 0 !important;
}

.cohere-hero__inner {
  position: relative;
  z-index: 6;
  margin: 0;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-heading, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-heading {
  margin-left: unset;
  margin-right: unset;
  color: #173E77 !important;
  margin: 500px;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns {
  margin-left: unset;
  margin-right: unset;
  margin-top: unset;
  margin-bottom: unset;
  -moz-box-pack: justify;
       justify-content: space-between;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
  margin-left: unset;
  margin-right: unset;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child {
  margin: 0;
  color: #173E77;
  padding-left: 10%;
  position: relative;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child::after, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child::after, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child::after, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child::after {
  content: "";
  width: 102%;
  height: 1px;
  background-color: #ECD444;
  position: absolute;
  left: 10%;
  bottom: -15px;
}
@media (max-width: 576px) {
  .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child::after, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child::after, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child::after, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child::after {
    left: 0;
  }
}
@media (max-width: 576px) {
  .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child {
    padding-left: 0;
  }
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:last-child, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:last-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:last-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column:not(:first-child), .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column:not(:first-child), .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column:not(:first-child), .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column:not(:first-child) {
  padding-left: 30px;
}

.latest-news__item {
  position: relative;
  margin-bottom: 35px;
}
.latest-news__item a {
  text-decoration: none;
}

.latest-news__item--pinned .latest-news__item-category {
  display: none;
}
.latest-news__item--pinned .latest-news__item-title {
  font-size: 27px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__item-header {
  display: -moz-box;
  display: flex;
  line-height: 2.33;
  -moz-box-align: end;
       align-items: flex-end;
  margin-bottom: 10px;
  gap: 6px;
}

.latest-news__item-date {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1;
  top: -3px;
}

.latest-news__item-category {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__item-title {
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #fff;
}

.latest-news__footer a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--secondary);
}

@media (max-width: 768px) {
  .logos-grid__wrapper {
    margin: 0 -20px;
    width: -moz-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
  }
}

.logos-grid__list {
  padding: 0 var(--padding, 50px);
  display: grid;
  gap: var(--row-gap, 20px) var(--column-gap, 40px);
  grid-template-columns: repeat(var(--columns, 5), 1fr);
}
@media (max-width: 1200px) {
  .logos-grid__list {
    grid-template-columns: repeat(var(--columns-tablet, 3), 1fr);
  }
}
@media (max-width: 768px) {
  .logos-grid__list {
    grid-template-columns: repeat(var(--columns-mobile, 2), 1fr);
  }
}
.logos-grid__list.owl-carousel {
  padding: 0 100px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 768px) {
  .logos-grid__list.owl-carousel {
    padding: 0px;
  }
}
.logos-grid__list.owl-carousel .owl-stage {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
@media (max-width: 768px) {
  .logos-grid__list.owl-carousel .owl-stage {
    padding: 0 20px;
  }
}
.logos-grid__list.owl-carousel .owl-nav .owl-next, .logos-grid__list.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 67px;
  height: 67px;
  background-color: var(--black);
  border-radius: 100px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next:after, .logos-grid__list.owl-carousel .owl-nav .owl-prev:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  content: "";
  width: 28px;
  height: 18px;
  display: inline-block;
  background-color: var(--background-color);
}
@media (max-width: 1200px) {
  .logos-grid__list.owl-carousel .owl-nav .owl-next, .logos-grid__list.owl-carousel .owl-nav .owl-prev {
    display: none;
  }
}
.logos-grid__list.owl-carousel .owl-nav .owl-next span, .logos-grid__list.owl-carousel .owl-nav .owl-prev span {
  display: none;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next.disabled, .logos-grid__list.owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.logos-grid__list.owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.logos-grid__list.owl-carousel .owl-nav .owl-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.logos-grid__item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
}

.logos-grid__item-logo img {
  max-width: 100%;
  max-height: 100px;
  vertical-align: bottom;
}

.main-news__item-header {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.main-news__item-category {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.main-news__item-date {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.26px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  top: 2px;
}

.main-news__item-title {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .main-news__item-title {
    font-size: 44px;
  }
}

.main-news__item-excerpt {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 20px;
}

.cohere-max-width {
  display: -moz-box;
  display: flex;
  width: 100%;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  flex-wrap: wrap;
  -moz-box-align: start;
       align-items: flex-start;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.cohere-max-width.has-text-align-center {
  -moz-box-align: center;
       align-items: center;
}
.cohere-max-width.has-text-align-right {
  -moz-box-align: end;
       align-items: flex-end;
}
@media (max-width: 768px) {
  .cohere-max-width .entry-content {
    padding: 0;
  }
}

.cohere-max-width__inner {
  text-align: left;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cohere-max-width__inner > :first-child {
  margin-top: 0 !important;
}
.cohere-max-width__inner > :last-child {
  margin-bottom: 0 !important;
}

.cohere-media {
  --media-image-ratio: 62%;
  --media-gutter: 60px;
  --media-image-size: 43%;
  margin-top: var(--media-margin);
  margin-bottom: var(--media-margin);
  /** Media gutter **/
  --media-gutter-local: var(--media-gutter);
}
@media (max-width: 1200px) {
  .cohere-media {
    --media-gutter-local: -moz-calc( var(--media-gutter) / 2);
    --media-gutter-local: calc( var(--media-gutter) / 2);
  }
}
@media (max-width: 768px) {
  .cohere-media {
    --media-gutter-local: 0;
  }
}

.cohere-media__inner {
  display: -moz-box;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .cohere-media__inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    gap: 34px;
  }
}

/** Image position **/
.cohere-media--reverse .cohere-media__inner {
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cohere-media--reverse .cohere-media__inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}
.cohere-media--reverse .cohere-media__content {
  margin-left: unset;
  margin-right: var(--media-gutter-local);
}

/** Image size **/
.cohere-media--image-size-small {
  --media-image-size: 41%;
}

.cohere-media--image-size-medium {
  --media-image-size: 50%;
}

.cohere-media--image-size-large {
  --media-image-size: 60%;
}

/** Image style **/
.cohere-media--image-style-shadow .cohere-media__image img {
  box-shadow: 0 27px 35px 0 rgba(0, 0, 0, 0.5);
}

.cohere-media__image {
  min-width: -moz-calc(var(--media-image-size));
  min-width: calc(var(--media-image-size));
  display: -moz-box;
  display: flex;
}
.cohere-media.cohere-media--image-fit-full .cohere-media__image {
  max-width: -moz-calc(var(--media-image-size));
  max-width: calc(var(--media-image-size));
}

@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.cohere-media__image .cohere-media__image-inner {
  -moz-box-flex: 1;
       flex: 1;
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.cohere-media:not(.cohere-media--image-fit-full) .cohere-media__image .cohere-media__image-inner {
  padding-top: var(--media-image-ratio);
}

.cohere-media__image .cohere-media__image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-top: 50px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.71));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.71));
}
.cohere-media__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(var(--media-image-scale, 1));
     -moz-transform: scale(var(--media-image-scale, 1));
          transform: scale(var(--media-image-scale, 1));
  max-width: 100%;
}
.cohere-media:not(.cohere-media--image-fit-full) .cohere-media__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cohere-media--image-fit-contain .cohere-media__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
    margin: 0;
  }
}

.cohere-media__content {
  -moz-box-flex: 1;
       flex: 1;
  margin-left: var(--media-gutter-local);
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .cohere-media__content {
    margin-top: 0px;
  }
}
.cohere-media__content:not(.cohere-preview) > *:first-child, .cohere-media__content.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > *:first-child {
  margin-top: 0;
}
.cohere-media__content:not(.cohere-preview) > style:first-child + *, .cohere-media__content.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > style:first-child + * {
  margin-top: 0;
}
.cohere-media__content:not(.cohere-preview) > *:last-child, .cohere-media__content.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}

.cohere-media--is-video .cohere-media__image-inner {
  cursor: pointer;
}
.cohere-media--is-video .cohere-media__image-inner:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
     -moz-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.cohere-media--is-video .cohere-media__image-inner::before {
  content: "";
  color: black;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 100px;
  height: 100px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="%23fff" d="M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0zm0 90C26.2 90 6 69.8 6 46S26.2 6 50 6s44 20.2 44 44-20.2 44-44 44z"/><path fill="%23fff" d="M65.5 50l-30-18v36z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .cohere-media--is-video .cohere-media__image-inner::before {
    font-size: 40px;
    width: 70px;
    height: 70px;
  }
}

.cohere-section {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  display: block;
  --default-padding: 70px;
  z-index: var(--z-index, initial);
  border-radius: var(--border-radius, 0px);
  padding-top: var(--padding-top, var(--default-padding));
  padding-bottom: var(--padding-bottom, var(--default-padding));
  margin-top: var(--margin-top, 0px) !important;
  margin-bottom: var(--margin-bottom, 0px) !important;
  background-image: var(--background-image, none);
  background-size: cover !important;
  background-position: center !important;
}
.cohere-section[data-align=full], .cohere-section.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.cohere-section:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.cohere-section:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.cohere-section > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.cohere-section > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-section > *[data-align=wide], .cohere-section > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-section > *[data-align=full], .cohere-section > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .cohere-section {
    padding-top: var(--padding-top-tablet, -moz-calc(var(--padding-top, var(--default-padding)) / 2));
    padding-top: var(--padding-top-tablet, calc(var(--padding-top, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-tablet, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-tablet, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-tablet, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-tablet, calc(var(--margin-bottom, 0px) / 2)) !important;
    background-image: var(--background-image-tablet, var(--background-image, none));
    border-radius: var(--border-radius-mobile, var(--border-radius, 0px));
  }
}
@media (max-width: 768px) {
  .cohere-section {
    max-width: unset !important;
    width: unset !important;
    padding-top: var(--padding-top-mobile, -moz-calc(var(--padding-top, var(--default-padding)) / 2));
    padding-top: var(--padding-top-mobile, calc(var(--padding-top, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, -moz-calc(var(--padding-bottom, var(--default-padding)) / 2));
    padding-bottom: var(--padding-bottom-mobile, calc(var(--padding-bottom, var(--default-padding)) / 2));
    margin-top: var(--margin-top-mobile, -moz-calc(var(--margin-top, 0px) / 2)) !important;
    margin-top: var(--margin-top-mobile, calc(var(--margin-top, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, -moz-calc(var(--margin-bottom, 0px) / 2)) !important;
    margin-bottom: var(--margin-bottom-mobile, calc(var(--margin-bottom, 0px) / 2)) !important;
    background-image: var(--background-image-mobile, var(--background-image-tablet, var(--background-image, none)));
    border-radius: var(--border-radius-mobile, var(--border-radius, 0px));
  }
  .cohere-section .cohere-max-width .entry-content {
    padding: 0;
  }
}

.cohere-section__inner {
  padding: 0 8%;
}
@media (max-width: 768px) {
  .cohere-section__inner {
    padding: 0;
  }
}

/* Header */
.cohere-section-header__title {
  text-align: center;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  margin: 0;
}
.cohere-section-header__title {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .cohere-section-header__title {
    font-size: -moz-calc(32px + 0 * (100vw - 576px) / 524);
    font-size: calc(32px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .cohere-section-header__title {
    font-size: 32px;
  }
}
.cohere-section-header__title ~ .cohere-section-header__inner > *:first-child:not(:empty) {
  margin-top: 20px;
}
.cohere-section-header__title ~ .cohere-section-header__inner {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cohere-section-header__title ~ .cohere-section-header__inner {
    margin-bottom: 20px;
  }
}

.cohere-section-header__inner {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.cohere-section-header__inner p {
  margin-top: 0;
}
.cohere-section-header__inner a {
  text-decoration: none;
}
.cohere-section-header__inner > *:first-child {
  margin-top: 0;
}
.cohere-section-header__inner > style:first-child + * {
  margin-top: 0;
}
.cohere-section-header__inner > *:not(.wp-block-separator):last-child {
  margin-bottom: 0;
}
.cohere-section-header__inner > .cohere-max-width:first-child .cohere-max-width__inner > *:first-child {
  margin-top: 0;
}
.cohere-section-header__inner > .cohere-max-width:first-child .cohere-max-width__inner > style:first-child + * {
  margin-top: 0;
}
.cohere-section-header__inner > .cohere-max-width:last-child .cohere-max-width__inner > *:last-child {
  margin-bottom: 0;
}
.cohere-section-header__inner > .wp-block-group:first-child .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.cohere-section-header__inner > .wp-block-group:first-child .wp-block-group__inner-container > style:first-child + * {
  margin-top: 0;
}
.cohere-section-header__inner > .wp-block-group:last-child .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.cohere-section-header__inner > *:last-child:not(:empty) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cohere-section-header__inner * {
    text-align: left;
  }
}

/* Body */
.cohere-section-body__inner {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cohere-section-body__inner[data-align=full], .cohere-section-body__inner.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.cohere-section-body__inner:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.cohere-section-body__inner:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.cohere-section-body__inner > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.cohere-section-body__inner > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-section-body__inner > *[data-align=wide], .cohere-section-body__inner > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.cohere-section-body__inner > *[data-align=full], .cohere-section-body__inner > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.cohere-section-body__inner:not(.cohere-preview), .cohere-section-body__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.cohere-section-body__inner:not(.cohere-preview) > *, .cohere-section-body__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > * {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cohere-section-body__inner:not(.cohere-preview) > *:first-child, .cohere-section-body__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > *:first-child {
  margin-top: 0;
}
.cohere-section-body__inner:not(.cohere-preview) > *:last-child, .cohere-section-body__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > *:last-child {
  margin-bottom: 0;
}

.cohere-section.alignfull > .cohere-section__inner > .cohere-section-body > .cohere-section-body__inner:not(.cohere-preview) {
  margin-left: -moz-calc((var(--viewportWidth) - 100%) / -2);
  margin-left: calc((var(--viewportWidth) - 100%) / -2);
  margin-right: -moz-calc((var(--viewportWidth) - 100%) / -2);
  margin-right: calc((var(--viewportWidth) - 100%) / -2);
}

@media (max-width: 768px) {
  .cohere-section.has-background:not(.alignfull) {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cohere-section.has-background:not(.alignfull) > .cohere-section__inner .cohere-section-body .cohere-section-body__inner:not(.cohere-preview) > *, .cohere-section.has-background:not(.alignfull) > .cohere-section__inner .cohere-section-body .cohere-section-body__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.is-style-bordered {
  border-top: 2px solid #173E77;
  border-bottom: 2px solid #173E77;
}

.cohere-statistics {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cohere-statistics__inner {
  display: -moz-box;
  display: flex;
}
@media (max-width: 1200px) {
  .cohere-statistics__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .cohere-statistics__inner {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
         flex-direction: column !important;
    flex-wrap: wrap;
    -moz-box-align: center;
         align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.cohere-statistics__item {
  -moz-box-flex: 1;
       flex: 1;
  margin: 0 15px;
}
.cohere-statistics__item-number {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .cohere-statistics__item-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-label {
    font-size: 14px;
  }
}

.custom-block-class {
  padding: 0 8%;
}

.services__list {
  margin-top: 64px;
  margin-bottom: 50px;
}

.services__list-heading {
  color: #173E77;
}

.services__list-inner {
  margin-top: 65px;
}
@media (min-width: 769px) {
  .services__list-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.services__item {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: rgba(243, 243, 243, 0.4784313725);
  padding: 0 0 20px 0;
}
.services__item .wp-block-button {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
}
.services__item .wp-block-button .wp-block-button__link {
  font-size: 16px;
}

.services__item::before {
  /* content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50px;
  background: #ECD444;
  z-index: 1; */
}

.services__item a {
  text-decoration: none;
}

.services__separator {
  margin-left: auto;
  margin-right: auto;
  height: 1px !important;
  margin-top: 20px;
  background-color: #ECD444 !important;
}

/* .services__item-category{
  position: absolute;
  z-index: 1;
  background: black;
  padding: 7px 20px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.78px;
  text-align: center;
  color: #fff;
  margin: 30px 0px 0px 29px;
  text-transform: uppercase;
} */
.services__item-excerpt {
  opacity: 0.59;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: black;
  padding: 0px 70px 20px 70px;
  text-align: center;
  position: relative;
}
@media (max-width: 576px) {
  .services__item-excerpt {
    padding: 0px 30px 20px 30px;
  }
}

.services__item-excerpt::after, .services__item-excerpt::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ECD444;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.services__item-excerpt::before {
  top: -10px;
  width: 100px;
}

.services__item-title {
  opacity: 0.59;
  font-family: "Jura", "sans-serif";
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #000;
  padding: 29px 29px 20px 29px;
  text-align: center;
}

.services__item-image {
  position: relative;
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
}

.services__item-image img {
  width: 100%;
  height: 400px;
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__item-image img:hover {
  opacity: 0.9;
}
@media (max-width: 576px) {
  .services__item-image img {
    height: 350px;
  }
}

.services__item {
  margin-bottom: 30px;
}

.services__item-button {
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}

/* .services__item-image::after{
    content: '';
    width: 100%;
    height: 162px;
    background-image: linear-gradient(to bottom, rgba(180, 187, 197, 0), rgba(255, 255, 255, 0.97));
    position: absolute;
    z-index: 1;
} */
.gform_wrapper.gravity-theme {
  --gform-theme-form-col-gap: 10px;
  --gform-theme-form-row-gap: 14px;
  text-align: left;
  /** Turn to flexbox */
  /** Turn to flexbox */
}
.gform_wrapper.gravity-theme .text-center {
  text-align: center;
}
@media (min-width: 1201px) {
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gform_fields {
    position: relative;
    padding-right: 106px;
  }
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gfield.gfield_submit {
    position: absolute;
    right: 0;
  }
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gfield.gfield_submit .submit-button {
    width: 90px;
  }
}
.gform_wrapper.gravity-theme.gform_wrapper--custom-submit .gform_footer input[type=submit] {
  visibility: hidden;
  position: fixed;
  left: -100vw;
}
.gform_wrapper.gravity-theme .gfield_html {
  font-size: 12px;
  text-align: left;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0 !important;
  padding-left: 40px !important;
  border: none;
  background: none;
  text-align: left;
  box-shadow: none;
  position: relative;
  left: -20px;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  border: none;
  background: none;
}

.companies-carousel__list {
  position: relative;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 1200px) {
  .companies-carousel__list {
    margin: 0 -25px;
    width: auto !important;
  }
}
.companies-carousel__list .owl-stage {
  display: -moz-box;
  display: flex;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .companies-carousel__list .owl-stage {
    left: -25px;
  }
}
@media (min-width: 1201px) {
  .companies-carousel__list .owl-stage .owl-item {
    transition: -webkit-transform 0.2s;
    -moz-transition: transform 0.2s, -moz-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
    -webkit-transform: translate3d(-30px, 0, 0);
       -moz-transform: translate3d(-30px, 0, 0);
            transform: translate3d(-30px, 0, 0);
  }
  .companies-carousel__list .owl-stage .owl-item.active, .companies-carousel__list .owl-stage .owl-item.active + .owl-item.active {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .companies-carousel__list .owl-stage .owl-item.active ~ .owl-item {
    -webkit-transform: translate3d(30px, 0, 0);
       -moz-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}
.companies-carousel__list .owl-item, .companies-carousel__list .companies-carousel__item, .companies-carousel__list .companies-carousel__item-inner {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-flex: 1;
       flex: 1;
}
.companies-carousel__list .owl-dot {
  width: 80px;
  height: 4px;
  border-radius: 0;
}
.companies-carousel__list .owl-nav {
  display: none;
}
.companies-carousel__list .owl-nav .owl-next, .companies-carousel__list .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 44px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media (max-width: 1200px) {
  .companies-carousel__list .owl-nav .owl-next, .companies-carousel__list .owl-nav .owl-prev {
    display: none;
  }
}
.companies-carousel__list .owl-nav .owl-next span, .companies-carousel__list .owl-nav .owl-prev span {
  display: none;
}
.companies-carousel__list .owl-nav .owl-next.disabled, .companies-carousel__list .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.companies-carousel__list .owl-nav .owl-next {
  right: -30px;
  background-image: url("./assets/images/carousel-next.svg") !important;
}
.companies-carousel__list .owl-nav .owl-prev {
  left: -30px;
  background-image: url("./assets/images/carousel-prev.svg") !important;
}

.companies-carousel__item-logo-inner {
  padding-top: 25%;
  position: relative;
}
.companies-carousel__item-logo-inner img {
  position: absolute;
  inset: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  height: 100% !important;
  width: 100% !important;
}

.companies-carousel__item-content {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-flex: 1;
       flex: 1;
  padding: 20px 27px 30px;
}

.companies-carousel__item-title, .companies-carousel__item-title a {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .companies-carousel__item-title, .companies-carousel__item-title a {
    font-size: 20px;
  }
}

.companies-carousel__item-excerpt {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  -moz-box-flex: 1;
       flex: 1;
}
@media (max-width: 1200px) {
  .companies-carousel__item-excerpt {
    font-size: 18px;
  }
}

.companies-carousel__item-actions a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
}

.featured-speakers__items .owl-stage-outer {
  margin-right: -2000px;
}

.featured-speakers__item {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.featured-speakers__item-image {
  padding-top: 69%;
  position: relative;
  background-image: -moz-radial-gradient(-6% 105%, circle, #4dff62, rgba(234, 234, 234, 0) 72%), -moz-linear-gradient(214deg, #0071b5, #0071b5 0%);
  background-image: radial-gradient(circle at -6% 105%, #4dff62, rgba(234, 234, 234, 0) 72%), linear-gradient(236deg, #0071b5, #0071b5 0%);
}
.featured-speakers__item-image img {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: -moz-calc(100% - 20px) !important;
  width: calc(100% - 20px) !important;
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

.featured-speakers__item-details {
  padding: 14px 18px;
  border: solid 1px #dfdfdf;
  border-top: unset;
}

.featured-speakers__item-name {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: var(--black);
  margin: 0 0 8px 0;
}

.featured-speakers__item-position {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
}

.cohere-hero + .filtered-listing__wrapper {
  z-index: 7;
}

.filtered-listing__wrapper.alignfull .filtered-listing {
  padding-left: 15px;
  padding-right: 15px;
}

.filtered-listing .facetwp-load-more {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border-radius: 0px !important;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  height: 56px;
  padding: 0 45px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  background: var(--secondary);
  color: var(--white);
  cursor: pointer;
}
.filtered-listing .facetwp-load-more.facetwp-hidden {
  display: none;
}
.filtered-listing__header {
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.filtered-listing__header-title {
  margin: 0;
  color: var(--primary);
}

.filtered-listing__header-info {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  -moz-box-align: end;
       align-items: flex-end;
}

.filtered-listing__header-search .facetwp-facet-search {
  margin: 0;
}
.filtered-listing__header-search .facetwp-input-wrap {
  display: -moz-box;
  display: flex;
}
.filtered-listing__header-search .facetwp-icon {
  right: 20px;
}
.filtered-listing__header-search .facetwp-search {
  -moz-box-flex: 1;
       flex: 1;
  height: 48px;
  padding: 0 0 0 27px !important;
  border: solid 1px #295fd2;
  outline: none;
}
.filtered-listing__header-search .facetwp-search::-webkit-input-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::-moz-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::-ms-input-placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search::placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search:focus {
  border: solid 1px #295fd2;
}

.filtered-listing__header-sort {
  position: relative;
}
.filtered-listing__header-sort::after {
  content: "";
  background: url("./assets/images/caret.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 11px;
  pointer-events: none;
}
.filtered-listing__header-sort .facetwp-facet {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .filtered-listing__header-sort .facetwp-facet {
    margin-top: 20px;
  }
}
.filtered-listing__header-sort select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  padding: 0 45px 0 27px;
  outline: none;
  min-width: 250px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.filtered-listing__header-sort select option {
  background: white;
  color: black;
}
.filtered-listing__header-sort select::-webkit-input-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::-moz-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::-ms-input-placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select::placeholder {
  color: var(--white);
}
.filtered-listing__header-sort select:focus {
  border: solid 1px var(--primary);
}

.filtered-listing__container {
  display: -moz-box;
  display: flex;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-flow: row wrap;
}
@media (max-width: 768px) {
  .filtered-listing__container {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.filtered-listing__sidebar {
  flex-shrink: 1;
}
@media (max-width: 768px) {
  .filtered-listing__sidebar {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    width: 100%;
  }
}

.filtered-listing__content {
  -moz-box-flex: 1;
       flex: 1;
}
@media (min-width: 769px) {
  .filtered-listing__content {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__content {
    min-height: unset;
  }
}

.filtered-listing__wrapper--from-url .filtered-listing__content {
  margin-left: 0px !important;
}

.filtered-listing__filters {
  width: 300px;
}
@media (max-width: 1200px) {
  .filtered-listing__filters {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__filters {
    width: 100%;
  }
}

.filtered-listing__filters-inner {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 20px;
}

.filtered-listing__pagination {
  text-align: center;
  margin-top: 50px;
}
.filtered-listing__pagination button {
  text-transform: uppercase;
}

.filtered-listing__search .facetwp-input-wrap {
  width: 100%;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-search {
  min-width: 100px;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.filtered-listing__search input[type=text] {
  opacity: 0.81;
  border-radius: 19.5px;
  background-color: #000000;
  padding: 8px 32px;
  width: 100%;
  outline: none;
}
.filtered-listing__search input[type=submit] {
  display: none;
}

.filtered-listing__filter:not(:first-child), .filtered-listing__filters-header:not(:first-child) {
  margin-top: 30px;
}
.filtered-listing__filter > h5, .filtered-listing__filters-header > h5 {
  margin: 0;
  min-height: 46px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.filtered-listing__filter-options {
  margin-top: 20px;
}
.filtered-listing__filter-options .facetwp-checkbox {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
.filtered-listing__filter-options .facetwp-checkbox, .filtered-listing__filter-options .facetwp-checkbox.checked {
  background-image: none;
  background: none;
}
.filtered-listing__filter-options .facetwp-checkbox .facetwp-counter {
  position: absolute;
  right: 0;
  color: #a4a4a4;
}
.filtered-listing__filter-options .facetwp-checkbox:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 11px 0 0;
  border: solid 1px #295fd2;
  flex-shrink: 0;
}
.filtered-listing__filter-options .facetwp-checkbox.checked {
  font-weight: bold;
}
.filtered-listing__filter-options .facetwp-checkbox.checked .facetwp-counter {
  color: #000000;
  font-weight: bold;
}
.filtered-listing__filter-options .facetwp-checkbox.checked:before {
  width: 23px;
  height: 23px;
  border: solid 1px #295fd2;
}
.filtered-listing__filter-options .facetwp-checkbox.checked:after {
  content: "";
  color: #00a651;
  display: inline-block;
  width: 11px;
  height: 11px;
  left: 7px;
  background: #295fd2;
  line-height: 29px;
  position: absolute;
}

.filtered-listing__filter-option input {
  display: none;
}
.filtered-listing__filter-option label {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.filtered-listing__filter-option label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 11px 0 0;
  border-radius: 3px;
  border: solid 1px rgb(151, 151, 151);
}
.filtered-listing__filter-option input:checked ~ label {
  font-weight: bold;
}
.filtered-listing__filter-option input:checked ~ label:before {
  border-color: #000000;
}
.filtered-listing__filter-option input:checked ~ label:after {
  content: "✔";
  color: #00a651;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 29px;
  position: absolute;
}

.filtered-listing__item {
  padding: 23px 0;
  display: -moz-box;
  display: flex;
}
.filtered-listing__item:not(:last-child) {
  margin-bottom: 10px;
}

.filtered-listing__item-inner {
  display: -moz-box;
  display: flex;
}
@media (max-width: 1000px) {
  .filtered-listing__item-inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.filtered-listing__item-image {
  flex-shrink: 1;
  min-width: 250px;
  position: relative;
  margin-right: 30px;
  display: none;
}
@media (max-width: 768px) {
  .filtered-listing__item-image {
    min-width: 0;
  }
}
.filtered-listing__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.filtered-listing__item-image--narrower .filtered-listing__item-image-inner {
  padding-top: 69%;
}

.filtered-listing__item-details {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.filtered-listing__item-type:after {
  content: "|";
  margin: 0 8px;
  margin-left: 6px;
}

.filtered-listing__item-image--logo {
  background: rgba(164, 164, 164, 0.05);
  border-radius: 16px;
}
.filtered-listing__item-image--logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
}

.filtered-listing__item-inner {
  -moz-box-flex: 1;
       flex: 1;
}

.filtered-listing__item-cohort a {
  display: inline-block;
  background-image: -moz-radial-gradient(76% 0, circle, #ff9404, #ff6004 74%);
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 74%);
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.filtered-listing__item-title {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.filtered-listing__item-title .social-icons {
  margin-left: 10px;
}

.filtered-listing__item-title > a {
  text-decoration: none;
  display: block;
}
.filtered-listing__item-subtitle .filtered-listing__item-category {
  text-decoration: none;
  text-transform: uppercase;
}
.filtered-listing__item-subtitle [data-taxonomy] {
  text-decoration: none;
}

.filtered-listing__item-category {
  text-transform: uppercase;
  margin-right: 6px;
}

.filtered-listing__item-content p {
  margin: 0;
}

.filtered-listing__item-terms {
  margin-top: 20px;
}
.filtered-listing__item-terms a {
  background: var(--primary);
  height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.filtered-listing__filters-mobile-toggle {
  display: none;
}

.filtered-listing__filters-mobile-close {
  display: none;
}

@media (max-width: 768px) {
  body.mobile-filters-open {
    overflow: hidden;
  }
  body.mobile-filters-open .promotion-bar {
    z-index: -1 !important;
  }
  body.mobile-filters-open .site-header {
    z-index: -1 !important;
  }
  .filtered-listing__filters-mobile-toggle {
    display: block;
  }
  .filtered-listing__filters-mobile-open {
    height: 64px;
    width: 64px;
    background-color: rgba(2, 255, 154, 0.2352941176);
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
  .filtered-listing__filters-mobile-open img {
    width: 24px;
    height: 24px;
  }
  .filtered-listing__filters-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #10123b;
    z-index: 20;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.mobile-filters-open .filtered-listing__filters-mobile {
    height: 100vh;
  }
  .filtered-listing__filters-mobile-inner {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    height: 100%;
  }
  .filtered-listing__filters-mobile-header {
    padding: 14px 24px;
  }
  .filtered-listing__filters-mobile-close {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }
  .filtered-listing__filters-mobile-close img {
    width: 40px;
    height: 40px;
  }
  .filtered-listing__filters-mobile-scroll {
    overflow-y: scroll;
    -moz-box-flex: 1;
         flex: 1;
    min-height: 0;
    padding: 0 24px 24px;
  }
}
@media (max-width: 768px) {
  .filtered-listing__item {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
  .filtered-listing__item-image {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .filtered-listing__item-image-inner {
    padding-top: 40%;
  }
  .filtered-listing__item-image--logo img {
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.our-team {
  padding-bottom: 60px;
}

.our-team__header {
  max-width: 1300px;
  margin: 0 auto;
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
  padding-bottom: 55px;
  position: relative;
}
@media (max-width: 1200px) {
  .our-team__header {
    flex-wrap: wrap;
  }
}

.our-team__header-title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  margin: 0;
  color: var(--primary);
}
@media (max-width: 1200px) {
  .our-team__header-title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 44px;
  }
}

.our-team__members {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
@media (max-width: 768px) {
  .our-team__members {
    padding: 0 7%;
  }
}

.our-team__member {
  width: 25%;
  max-width: 25%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 30px;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}
.our-team__member a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .our-team__member {
    width: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 768px) {
  .our-team__member {
    width: 100%;
    max-width: 100%;
  }
}

.our-team__member-inner {
  -moz-box-flex: 1;
       flex: 1;
}

.our-team__member-image {
  padding-top: 100%;
  position: relative;
}
.our-team__member-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-team__member-social {
  display: -moz-box;
  display: flex;
  margin-top: 14px;
}
.our-team__member-social > a {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  margin-right: 10px;
}
.our-team__member-social > a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.our-team__member-social-icon--twitter::after {
  background-image: url("assets/images/social/twitter-icon.svg");
}

.our-team__member-social-icon--facebook::after {
  background-image: url("assets/images/social/facebook-icon.svg");
}

.our-team__member-social-icon--linkedin::after {
  background-image: url("assets/images/social/linkedin-icon.svg");
}

.our-team__member-social-icon--angelco::after {
  background-image: url("assets/images/social/angelco-icon.svg");
}

.our-team__member-social-icon--crunchbase::after {
  background-image: url("assets/images/social/crunchbase-icon.svg");
}

.our-team__member-social-icon--medium::after {
  background-image: url("assets/images/social/medium-icon.svg");
}

.our-team__member-details {
  padding: 14px 0;
  border-top: unset;
}

.our-team__member-name {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: var(--black);
  margin: 0 0 8px 0;
}
@media (max-width: 1200px) {
  .our-team__member-name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .our-team__member-name {
    font-size: 28px;
  }
}

.our-team__member-position {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
}

.upcoming-events__item {
  padding: 45px 0 27px 0;
  border-bottom: 1px solid #85c2ff;
}

.upcoming-events__item-inner {
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .upcoming-events__item-inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.upcoming-events__image {
  margin-right: 55px;
  min-width: 562px;
}
@media (max-width: 1200px) {
  .upcoming-events__image {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .upcoming-events__image {
    min-width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.upcoming-events__image .upcoming-events__image-inner {
  position: relative;
  padding-top: 62%;
}
.upcoming-events__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 0 0;
  -webkit-clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, calc(100% - 0px) calc(100% - 32px), calc(100% - 2px) calc(100% - 28px), calc(100% - 4px) calc(100% - 25px), calc(100% - 25px) calc(100% - 4px), calc(100% - 28px) calc(100% - 2px), calc(100% - 32px) calc(100% - 0px), 0% 100%);
          clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, -moz-calc(100% - 0px) -moz-calc(100% - 32px), -moz-calc(100% - 2px) -moz-calc(100% - 28px), -moz-calc(100% - 4px) -moz-calc(100% - 25px), -moz-calc(100% - 25px) -moz-calc(100% - 4px), -moz-calc(100% - 28px) -moz-calc(100% - 2px), -moz-calc(100% - 32px) -moz-calc(100% - 0px), 0% 100%);
          clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, calc(100% - 0px) calc(100% - 32px), calc(100% - 2px) calc(100% - 28px), calc(100% - 4px) calc(100% - 25px), calc(100% - 25px) calc(100% - 4px), calc(100% - 28px) calc(100% - 2px), calc(100% - 32px) calc(100% - 0px), 0% 100%);
  max-width: 100%;
}

.upcoming-events__item-date {
  text-transform: uppercase;
  min-height: 31px;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  padding: 4px 15px;
  border-radius: 50px;
  background-color: rgba(133, 133, 174, 0.43);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
  margin-bottom: 5px;
}

.upcoming-events__item-title {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .upcoming-events__item-title {
    font-size: 32px;
  }
}

.upcoming-events__item-excerpt {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .upcoming-events__item-excerpt {
    font-size: 18px;
  }
}

.upcoming-events__item-actions {
  display: -moz-box;
  display: flex;
}
.upcoming-events__item-actions > * {
  margin-right: 13px;
}

.certifikates__list-inner {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.certifikates__item {
  -moz-box-flex: 1;
       flex: 1 1 calc(33.333% - 20px);
}
@media (max-width: 576px) {
  .certifikates__item {
    -moz-box-flex: 1;
         flex: 1 1 calc(50% - 20px);
  }
}

.certifikates__item-image img {
  max-width: 100%;
}

.contact__list {
  margin: 45px;
}
@media (max-width: 576px) {
  .contact__list {
    margin: 0;
  }
}

.contact__list-inner {
  display: -moz-box;
  display: flex;
  -moz-box-pack: space-evenly;
       justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.contact__item {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
  -moz-box-flex: 1;
       flex: 1;
  gap: 25px;
  background-color: rgba(243, 243, 243, 0.5764705882);
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 576px) {
  .contact__item {
    -moz-box-flex: 100%;
         flex: 100%;
  }
}

.contact__item-icon {
  width: 45px;
  height: 45px;
}
.contact__item-icon svg {
  fill: #ECD444;
  width: 100%;
  height: 100%;
}

.contact__item-detail {
  text-align: center;
  color: #173E77;
}
@media (max-width: 576px) {
  .contact__item-detail {
    font-size: 16px;
  }
}

iframe {
  width: 100%;
  margin-top: 30px;
}

/**
 * 05 - Components
 */
.site-header {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 100;
  position: relative;
}
.site-header[data-align=full], .site-header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.site-header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.site-header > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.site-header > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.site-header > *[data-align=wide], .site-header > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.site-header > *[data-align=full], .site-header > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  :root {
    --header-height: 50px;
    --header-content-height: 50px;
  }
}

.site-header__inner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
  top: 0;
  height: var(--header-height);
  display: -moz-box;
  display: flex;
  -moz-box-align: end;
       align-items: flex-end;
}
.site-header__inner > * {
  z-index: 2;
}
@media (max-width: 1200px) {
  .site-header__inner {
    -moz-box-align: center;
         align-items: center;
    padding-bottom: 0;
  }
}

.site-header__actions {
  height: var(--header-content-height);
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
}
@media (max-width: 1200px) {
  .site-header__actions {
    height: 40px;
  }
}

body.menu-open {
  position: fixed;
  width: var(--viewportWidth);
}
@media (max-width: 1200px) {
  body.menu-open .site-header__inner {
    top: -moz-calc(var(--promo-bar-height) * -1);
    top: calc(var(--promo-bar-height) * -1);
  }
}

@media (max-width: 1200px) {
  .site-header__menu-toggle, .site-header__brand, .site-header__actions {
    -webkit-transform: translateY(calc(var(--mobile-menu-scroll) * -1));
       -moz-transform: translateY(-moz-calc(var(--mobile-menu-scroll) * -1));
            transform: translateY(calc(var(--mobile-menu-scroll) * -1));
  }
}
/************************************
 ****** Menu Toggle ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__menu-toggle-wrapper img {
  vertical-align: bottom;
}
@media (min-width: 1201px) {
  .site-header__menu-toggle-wrapper {
    display: none;
  }
}

.site-header__menu-toggle {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  vertical-align: bottom;
  width: 23px;
  height: 20px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  position: relative;
}
.site-header__menu-toggle .line {
  position: absolute;
  left: 0;
  right: 0;
  border: solid 1px #4a64ba;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header__menu-toggle .line:first-child {
  top: 5px;
}
.site-header.toggled .site-header__menu-toggle .line:first-child {
  top: 50%;
}

.site-header__menu-toggle .line:last-child {
  bottom: 5px;
}
.site-header.toggled .site-header__menu-toggle .line:last-child {
  bottom: 50%;
}

.site-header__menu-toggle svg * {
  stroke: black;
}

@media (max-width: 1200px) {
  .site-header__menu-toggle-hamburger {
    display: none;
  }
  .site-header:not(.toggled) .site-header__menu-toggle-hamburger {
    display: block;
  }
}

@media (max-width: 1200px) {
  .site-header__menu-toggle-close {
    display: none;
  }
  .site-header.toggled .site-header__menu-toggle-close {
    display: block;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Brand ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
@media (max-width: 1200px) {
  .site-header__brand {
    -moz-box-flex: 1;
         flex: 1;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-header__brand {
    text-align: right;
  }
}
.site-header__brand img {
  height: var(--header-content-height);
  vertical-align: top;
}
@media (max-width: 1200px) {
  .site-header__brand img {
    height: 32px;
    width: auto !important;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Menu Toggle ********
 ***********************************/
/************************************
 ****** Main Navigation ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__main-navigation {
  height: var(--header-content-height);
  clear: both;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
  -moz-box-flex: 1;
       flex: 1;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
@media (max-width: 1200px) {
  .site-header__main-navigation {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: -moz-calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    display: -moz-box;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
    margin: 0;
    max-width: unset;
    padding-top: -moz-calc(var(--header-total-height));
    padding-top: calc(var(--header-total-height));
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .site-header:not(.toggled) .site-header__main-navigation {
    height: 0;
    padding-top: 0px;
  }
  .admin-bar .site-header__main-navigation {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}

.site-header__main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .site-header__main-navigation-inner {
    -moz-box-flex: 1;
         flex: 1;
    overflow: hidden;
    overflow-y: auto;
    min-height: -moz-calc(100vh - var(--header-total-height) - var(--wp-admin--admin-bar--height, 0px));
    min-height: calc(100vh - var(--header-total-height) - var(--wp-admin--admin-bar--height, 0px));
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .site-header__main-navigation-menu {
    -moz-box-flex: 1;
         flex: 1;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Main Navigation ********
 ***********************************/
/************************************
 ****** WP Primary Menu ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.menu-main-menu-container {
  -moz-box-flex: 1;
       flex: 1;
}

@media (min-width: 1201px) {
  .site-header .main-navigation ul ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -moz-calc((var(--viewportWidth) - 100%) / -2);
    left: calc((var(--viewportWidth) - 100%) / -2);
    right: -moz-calc((var(--viewportWidth) - 100%) / -2);
    right: calc((var(--viewportWidth) - 100%) / -2);
    display: none;
    height: 38px;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
  }
}

.sub-menu {
  height: 58px !important;
}
@media (max-width: 768px) {
  .sub-menu {
    height: 100% !important;
  }
}

.sub-menu .menu-item a {
  font-size: 13px;
}

/** First level **/
@media (min-width: 1201px) {
  #primary-menu > li {
    display: -moz-inline-box;
    display: inline-flex;
    -moz-box-align: end;
         align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  #primary-menu > li {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #primary-menu > li {
    text-align: left;
  }
}

@media (max-width: 1200px) {
  #primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  #primary-menu > li.menu-item-has-children > a:after {
    content: "+";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0.5em;
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  #primary-menu > li.menu-item-has-children.sub-menu--open > a:after {
    content: "-";
    font-size: 28px;
  }
}

@media (min-width: 1201px) {
  #primary-menu > li > a {
    height: var(--header-content-height);
    display: -moz-inline-box;
    display: inline-flex;
    -moz-box-align: center;
         align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  #primary-menu > li > a {
    display: block;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #primary-menu > li > .sub-menu > li.current-menu-item > a {
    color: #ECD444;
  }
}

@media (min-width: 1201px) {
  #primary-menu > li.current-menu-item > ul,
  #primary-menu > li.current-menu-parent > ul {
    display: -moz-box !important;
    display: flex !important;
  }
  #primary-menu > li.current-menu-item > ul a,
  #primary-menu > li.current-menu-parent > ul a {
    display: -moz-inline-box;
    display: inline-flex;
    height: 40px;
    -moz-box-align: center;
         align-items: center;
    -moz-box-pack: center;
         justify-content: center;
    padding: 0;
    margin: 0 20px;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}
/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** WP Primary Menu ********
 ***********************************/
/************************************
 ****** Mobile Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__mobile-search {
  display: none;
}
@media (max-width: 1200px) {
  .site-header__mobile-search {
    display: block;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
/************************************
 ****** Social Icons ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
@media (max-width: 1200px) {
  .site-header__social {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
  }
  .site-header__social:not(.site-header__social--mobile) {
    display: none;
  }
}

.site-header__social--mobile {
  display: -moz-box;
  display: flex;
  margin-top: 20px;
  margin-bottom: 34px;
}
@media (min-width: 1201px) {
  .site-header__social--mobile {
    display: none;
  }
}

.site-header__social-icon {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.site-header__social-icon-inner {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-header__social-icon-inner svg {
  width: 24px;
  height: 26px;
  vertical-align: bottom;
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Social Icons ********
 ***********************************/
/************************************
 ****** Copyright ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__copyright {
  padding: 30px;
  margin-bottom: -moz-calc(var(--header-total-height));
  margin-bottom: calc(var(--header-total-height));
}
@media (min-width: 1201px) {
  .site-header__copyright {
    display: none;
  }
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Copyright ********
 ***********************************/
/************************************
 ****** Search ********
 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ **/
.site-header__search {
  position: relative;
  height: 47px;
  width: 39px;
}
.site-header__search svg * {
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header__search-inner {
  position: absolute;
  right: 0;
  top: -3px;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.site-header__search-input {
  opacity: 0;
  max-width: -moz-calc(var(--viewportWidth) - 30px);
  max-width: calc(var(--viewportWidth) - 30px);
  border-radius: 30px;
  border: 1px solid transparent;
  width: 41px;
  height: 47px;
  outline: none;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header__search.open .site-header__search-input {
  padding: 0 39px 0 50px;
  width: 250px;
  opacity: 1;
  background: white;
  border-color: gray;
  color: black;
}

.site-header__search-icon {
  position: absolute;
  height: 39px;
  width: 39px;
  left: 5px;
  top: 7px;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
  cursor: pointer;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.site-header__search-icon svg, .site-header__search-icon svg * {
  stroke: black;
}

/**↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑
 ****** Search ********
 ***********************************/
.page-header {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #173E77;
  padding-top: 38px;
  padding-bottom: 38px;
}
.page-header[data-align=full], .page-header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.page-header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.page-header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.page-header > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.page-header > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.page-header > *[data-align=wide], .page-header > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.page-header > *[data-align=full], .page-header > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.page-header * {
  color: #fff;
}

.page-header__back-link {
  text-decoration: none;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
}
.page-header__back-link {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .page-header__back-link {
    font-size: -moz-calc(16px + 0 * (100vw - 576px) / 524);
    font-size: calc(16px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .page-header__back-link {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-header__back-link {
    margin-left: 18px;
  }
}
.page-header__back-link:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.7;
  background: url("./assets/images/back-arrow.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.page-header__title {
  color: var(--white);
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  margin-top: 10px;
}
.page-header__title {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .page-header__title {
    font-size: -moz-calc(32px + 0 * (100vw - 576px) / 524);
    font-size: calc(32px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .page-header__title {
    font-size: 32px;
  }
}

.promotion-bar {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.64);
}

.promotion-bar__inner {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.promotion-bar__inner p {
  margin: 0;
}
.promotion-bar__inner a {
  color: var(--secondary);
  font-weight: bold;
  text-decoration: none;
}

.entry-content {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.entry-content[data-align=full], .entry-content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.entry-content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.entry-content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.entry-content > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.entry-content > *[data-align=wide], .entry-content > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.entry-content > *[data-align=full], .entry-content > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.site-has-submenu .main-entry-content *:first-child.cohere-section .cohere-section__inner {
  padding-top: 60px;
}
.block-editor-block-list__layout {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.block-editor-block-list__layout[data-align=full], .block-editor-block-list__layout.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.block-editor-block-list__layout:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.block-editor-block-list__layout:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.block-editor-block-list__layout > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.block-editor-block-list__layout > *[data-align=wide], .block-editor-block-list__layout > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.block-editor-block-list__layout > *[data-align=full], .block-editor-block-list__layout > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.block-editor-block-list__layout .block-editor-block-list__layout {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/** Colors **/
.has-primary-color {
  color: #173E77;
  --color: #173E77;
}

.has-primary-background-color {
  background-color: #173E77;
  --background-color: #173E77;
}

.has-secondary-color {
  color: #dbff95;
  --color: #dbff95;
}

.has-secondary-background-color {
  background-color: #dbff95;
  --background-color: #dbff95;
}

.has-tertiary-color {
  color: #ff95db;
  --color: #ff95db;
}

.has-tertiary-background-color {
  background-color: #ff95db;
  --background-color: #ff95db;
}

.has-white-color {
  color: #fff;
  --color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  --background-color: #fff;
}

.has-black-color {
  color: #000;
  --color: #000;
}

.has-black-background-color {
  background-color: #000;
  --background-color: #000;
}

.has-darkestgray-color {
  color: #1c1c1c;
  --color: #1c1c1c;
}

.has-darkestgray-background-color {
  background-color: #1c1c1c;
  --background-color: #1c1c1c;
}

.has-darkergray-color {
  color: #595959;
  --color: #595959;
}

.has-darkergray-background-color {
  background-color: #595959;
  --background-color: #595959;
}

.has-darkgray-color {
  color: #7F7F7F;
  --color: #7F7F7F;
}

.has-darkgray-background-color {
  background-color: #7F7F7F;
  --background-color: #7F7F7F;
}

.has-lightgray-color {
  color: #CBCBCB;
  --color: #CBCBCB;
}

.has-lightgray-background-color {
  background-color: #CBCBCB;
  --background-color: #CBCBCB;
}

.has-lighergray-color {
  color: #f5f7fb;
  --color: #f5f7fb;
}

.has-lighergray-background-color {
  background-color: #f5f7fb;
  --background-color: #f5f7fb;
}

.has-lightestgray-color {
  color: #eceff1;
  --color: #eceff1;
}

.has-lightestgray-background-color {
  background-color: #eceff1;
  --background-color: #eceff1;
}

.has-links-color-color {
  color: #006ffa;
  --color: #006ffa;
}

.has-links-color-background-color {
  background-color: #006ffa;
  --background-color: #006ffa;
}

/** Gradients **/
.has-overlay-gradient-gradient-background {
  background: -moz-linear-gradient(top, rgba(28, 15, 59, 0.31) 10%, rgba(28, 15, 59, 0.7) 99%);
  background: linear-gradient(to bottom, rgba(28, 15, 59, 0.31) 10%, rgba(28, 15, 59, 0.7) 99%);
}

.has-gradient-primary-gradient-background {
  background: -moz-linear-gradient(left, #dbff95 0%, #006ffa 100%);
  background: linear-gradient(90deg, #dbff95 0%, #006ffa 100%);
}

.has-gradient-primary-r-gradient-background {
  background: -moz-linear-gradient(left, #006ffa 0%, #dbff95 100%);
  background: linear-gradient(90deg, #006ffa 0%, #dbff95 100%);
}

.has-gradient-primary-v-gradient-background {
  background: -moz-linear-gradient(top, #dbff95 0%, #006ffa 100%);
  background: linear-gradient(180deg, #dbff95 0%, #006ffa 100%);
}

.has-gradient-primary-v-r-gradient-background {
  background: -moz-linear-gradient(top, #006ffa 0%, #dbff95 100%);
  background: linear-gradient(180deg, #006ffa 0%, #dbff95 100%);
}

.has-gradient-black-blue-white-v-gradient-background {
  background: -moz-linear-gradient(top, var(--black), #28457e 59%, #fff 100%);
  background: linear-gradient(to bottom, var(--black), #28457e 59%, #fff 100%);
}

.has-gradient-black-blue-v-gradient-background {
  background: -moz-linear-gradient(top, var(--black), #28457e 64%, #3c8aa1 100%);
  background: linear-gradient(to bottom, var(--black), #28457e 64%, #3c8aa1 100%);
}

/** Gradients **/
.has-gigantic-font-size {
  font-size: 55px;
}
@media screen and (min-width: 576px) {
  .has-gigantic-font-size {
    font-size: -moz-calc(55px + 0 * (100vw - 576px) / 524);
    font-size: calc(55px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-gigantic-font-size {
    font-size: 55px;
  }
}

.has-massive-font-size {
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .has-massive-font-size {
    font-size: -moz-calc(48px + 0 * (100vw - 576px) / 524);
    font-size: calc(48px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-massive-font-size {
    font-size: 48px;
  }
}

.has-enormous-font-size {
  font-size: 40px;
}
@media screen and (min-width: 576px) {
  .has-enormous-font-size {
    font-size: -moz-calc(40px + 0 * (100vw - 576px) / 524);
    font-size: calc(40px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-enormous-font-size {
    font-size: 40px;
  }
}

.has-huge-font-size {
  font-size: 32px;
}
@media screen and (min-width: 576px) {
  .has-huge-font-size {
    font-size: -moz-calc(32px + 0 * (100vw - 576px) / 524);
    font-size: calc(32px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-huge-font-size {
    font-size: 32px;
  }
}

.has-large-font-size {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  .has-large-font-size {
    font-size: -moz-calc(25px + 0 * (100vw - 576px) / 524);
    font-size: calc(25px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-large-font-size {
    font-size: 25px;
  }
}

.has-medium-font-size {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .has-medium-font-size {
    font-size: -moz-calc(20px + 0 * (100vw - 576px) / 524);
    font-size: calc(20px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-medium-font-size {
    font-size: 20px;
  }
}

.has-regular-font-size {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .has-regular-font-size {
    font-size: -moz-calc(18px + 0 * (100vw - 576px) / 524);
    font-size: calc(18px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-regular-font-size {
    font-size: 18px;
  }
}

.has-small-font-size {
  font-size: 16px;
}
@media screen and (min-width: 576px) {
  .has-small-font-size {
    font-size: -moz-calc(16px + 0 * (100vw - 576px) / 524);
    font-size: calc(16px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-small-font-size {
    font-size: 16px;
  }
}

.has-tiny-font-size {
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .has-tiny-font-size {
    font-size: -moz-calc(14px + 0 * (100vw - 576px) / 524);
    font-size: calc(14px + 0 * (100vw - 576px) / 524);
  }
}
@media screen and (min-width: 1100px) {
  .has-tiny-font-size {
    font-size: 14px;
  }
}

.site-footer {
  background: #f0f0f0;
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .site-footer {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 0 0 50px;
  }
}

.site-footer__inner {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.site-footer__inner[data-align=full], .site-footer__inner.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer__inner:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.site-footer__inner:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.site-footer__inner > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer__inner > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.site-footer__inner > *[data-align=wide], .site-footer__inner > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.site-footer__inner > *[data-align=full], .site-footer__inner > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.site-footer__nav-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__nav-inner #footer-menu {
  -moz-box-pack: justify;
       justify-content: space-between;
}
.site-footer__nav-inner #footer-menu .current-menu-item {
  border-bottom: none;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu {
    flex-wrap: wrap;
    margin: 0 -20px;
    display: none;
  }
}
@media (min-width: 769px) {
  .site-footer__nav-inner #footer-menu > li {
    -moz-box-flex: 1;
         flex: 1;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li {
    width: 100%;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #dbff95;
    position: absolute;
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    right: 25px;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 5px 2.5px;
       -moz-transform-origin: 5px 2.5px;
            transform-origin: 5px 2.5px;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children.sub-menu--open > a:after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.site-footer__nav-inner #footer-menu > li > a {
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li > a {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
         align-items: center;
    padding: 0 20px;
    height: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li:first-child {
    margin-top: 15px;
  }
  .site-footer__nav-inner #footer-menu .sub-menu > li:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li > a {
    padding: 0 20px;
    display: block;
  }
}

.site-footer__footer {
  display: -moz-box;
  display: flex;
  -moz-box-pack: justify;
       justify-content: space-between;
  -moz-box-align: center;
       align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .site-footer__footer {
    margin-top: 20px;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
    -moz-box-align: center;
         align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-footer__footer {
    text-align: left;
    -moz-box-align: start;
         align-items: flex-start;
    margin-top: 50px;
  }
}

.site-footer__nav + .site-footer__footer {
  margin-top: 60px;
}

.site-footer__brand img {
  max-height: 50px;
  vertical-align: middle;
}

.site-footer__info {
  -moz-box-flex: 1;
       flex: 1;
}

@media (max-width: 1200px) {
  .site-footer__copyright-link {
    margin: 0 -5px;
  }
}
.site-footer__copyright-link ul, .site-footer__copyright-link li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__copyright-link li {
  display: inline-block;
}
@media (max-width: 1200px) {
  .site-footer__copyright-link a {
    margin: 0 5px;
  }
}

@media (max-width: 1200px) {
  .site-footer__social {
    margin-bottom: 20px;
  }
}

.site-footer__social {
  display: -moz-box;
  display: flex;
}

.site-footer__social-icon {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}

.site-footer__social-icon-inner {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-footer__social-icon-inner svg {
  width: 24px;
  height: 26px;
  vertical-align: bottom;
}

.site-header {
  background-color: rgba(255, 255, 255, 0.822);
}

.site-header__main-navigation {
  -moz-box-pack: end;
       justify-content: end;
}

.menu-item {
  margin-right: 20px;
}

.page-header-style-transparent .site-header {
  background-color: rgba(255, 255, 255, 0);
}

.site-header__inner {
  -moz-box-align: center;
       align-items: center;
}

.menu-item a {
  color: #173E77;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  height: 100% !important;
}

.current-menu-item, .current-menu-ancestor {
  border-bottom: 2px solid #173E77;
}
@media (max-width: 768px) {
  .current-menu-item, .current-menu-ancestor {
    border-bottom: none;
  }
}

.site-header__main-navigation ul ul {
  -moz-box-pack: start !important;
       justify-content: flex-start !important;
  padding: 0 -moz-calc((var(--viewportWidth) - 1340px) / 2);
  padding: 0 calc((var(--viewportWidth) - 1340px) / 2);
  background-color: rgba(255, 255, 255, 0.5764705882);
}

.site-header__brand {
  padding-left: 100px;
}
.site-header__brand img {
  height: 66px;
}

.menu-item .sub-menu {
  position: relative;
  z-index: 11;
  background-color: #173E77;
}
.menu-item .sub-menu .menu-item a {
  color: #ffffff;
  z-index: 11;
}
.menu-item .sub-menu .menu-item a:hover {
  color: #ECD444;
}
.menu-item .sub-menu .current-menu-item, .menu-item .sub-menu .current-menu-ancestor {
  border-bottom: 2px solid #ffffff;
  z-index: 11;
}
.menu-item .sub-menu .current-menu-item:hover, .menu-item .sub-menu .current-menu-ancestor:hover {
  border-bottom: 2px solid #ECD444;
}
@media (max-width: 768px) {
  .menu-item .sub-menu .current-menu-item, .menu-item .sub-menu .current-menu-ancestor {
    border-bottom: none;
  }
  .menu-item .sub-menu .current-menu-item:hover, .menu-item .sub-menu .current-menu-ancestor:hover {
    border-bottom: none;
  }
}

.site-footer {
  padding: 0 0 60px 0;
}

.site-footer__inner {
  display: -moz-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  -moz-box-pack: justify;
       justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer__inner {
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
         flex-direction: column-reverse;
  }
}

.site-footer__footer-contact {
  margin: 0;
}
@media (max-width: 768px) {
  .site-footer__footer-contact {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
         justify-content: center;
  }
}

.site-footer__brand {
  max-height: 240px;
}
.site-footer__brand img {
  max-height: 300px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .site-footer__brand {
    max-height: 175px;
  }
  .site-footer__brand img {
    max-height: 215px;
  }
}

.site-footer__copyright {
  font-size: 13px;
  padding-left: 55px;
  color: #173E77;
}
@media (max-width: 768px) {
  .site-footer__copyright {
    font-size: 11px;
    padding-left: 0;
  }
}

.site-footer__inner::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #173E77;
  right: 60%;
  top: 15%;
}
@media (max-width: 768px) {
  .site-footer__inner::after {
    display: none;
  }
}

.site-footer__footer {
  margin: 0;
  margin-top: 50px;
}

.site-footer__info-inner {
  font-size: 14px;
  color: #173E77;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .site-footer__info-inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.site-footer__nav {
  -moz-box-flex: 1;
       flex: 1 50%;
}

.site-footer__info-contact {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  gap: 20px;
}

.site-footer__info-contact--item {
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}

.site-footer__info-contact--item .contact__item-icon {
  min-width: 40px;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.site-footer__info-contact--item .contact__item-icon svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .site-footer__footer-contact-left-inner {
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
    -moz-box-align: center;
         align-items: center;
    margin-top: -30px;
  }
}

/**
 * 06 - Pages
 */
.not-found__content {
  position: relative;
}

.not-found__content-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.not-found__bg {
  margin-top: -9%;
  width: 100%;
}
@media (max-width: 1200px) {
  .not-found__bg {
    margin-top: -4%;
  }
}
@media (max-width: 768px) {
  .not-found__bg {
    margin-top: 5%;
  }
}

.not-found__content-wrapper {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

.not-found__content-title {
  font-size: 47px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  color: #000;
  margin-top: -20%;
}
@media (max-width: 1200px) {
  .not-found__content-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .not-found__content-title {
    font-size: 30px;
  }
}

.not-found__content-content {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 1200px) {
  .not-found__content-content {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .not-found__content-content {
    font-size: 16px;
  }
}

.search-page__hero {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -moz-calc(var(--header-total-height) * -1) !important;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: -moz-calc(var(--header-total-height) + 80px);
  padding-top: calc(var(--header-total-height) + 80px);
  padding-bottom: 70px;
}
.search-page__hero[data-align=full], .search-page__hero.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.search-page__hero:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.search-page__hero:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.search-page__hero > * {
  max-width: 970px;
  --max-width: 970px ;
  margin-left: auto;
  margin-right: auto;
}
.search-page__hero > *.wp-block-separator {
  max-width: 970px;
  --max-width: 970px ;
}
.search-page__hero > *[data-align=wide], .search-page__hero > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.search-page__hero > *[data-align=full], .search-page__hero > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.search-page__hero-title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--primary);
  text-align: center;
  margin: 0 0 5px 0;
}
@media (max-width: 1200px) {
  .search-page__hero-title {
    font-size: 44px;
  }
}

.search-page__hero-results {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: var(--darkgray);
}
.search-page__hero-results span {
  color: var(--secondary);
}

.search-page__hero-search {
  display: -moz-box;
  display: flex;
  position: relative;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.search-page__hero-search-inner {
  -moz-box-flex: 1;
       flex: 1;
}

.search-page__hero-search-input {
  width: 100%;
  height: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 16px 0 60px;
  border: solid 1px var(--primary);
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--black);
}
.search-page__hero-search-input:focus {
  border-color: var(--black);
  outline: none;
}
.search-page__hero-search-input::-webkit-input-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::-moz-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::-ms-input-placeholder {
  color: #a1a8b6;
}
.search-page__hero-search-input::placeholder {
  color: #a1a8b6;
}

.search-page__hero-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-page__hero-search-icon svg {
  vertical-align: top;
}
.search-page__hero-search-icon * {
  fill: var(--primary);
}

.search-page__hero-search-button {
  height: 50px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 30px 0 30px;
  border: solid 1px var(--primary);
  background-color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.search-page__content {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.search-page__content[data-align=full], .search-page__content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.search-page__content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.search-page__content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.search-page__content > * {
  max-width: 970px;
  --max-width: 970px ;
  margin-left: auto;
  margin-right: auto;
}
.search-page__content > *.wp-block-separator {
  max-width: 970px;
  --max-width: 970px ;
}
.search-page__content > *[data-align=wide], .search-page__content > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.search-page__content > *[data-align=full], .search-page__content > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.search-page__content-no-items {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  max-width: 311px;
  margin: 80px auto 200px;
  -moz-box-align: center;
       align-items: center;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: var(--secondary);
}
.search-page__content-no-items img {
  max-width: 169px;
  margin-bottom: 20px;
  margin-right: -30px;
}

.search-page__content-items {
  position: relative;
  margin-bottom: 100px;
}

.search-page__item {
  padding: 25px 0;
  border-bottom: solid 1px #85c2ff;
  display: -moz-box;
  display: flex;
}
@media (max-width: 768px) {
  .search-page__item {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.search-page__item-image {
  min-width: 300px;
}
@media (max-width: 768px) {
  .search-page__item-image {
    margin: 0 auto;
  }
}

.search-page__item-details {
  -moz-box-flex: 1;
       flex: 1;
  padding: 30px 35px 52px 39px;
}

.search-page__item-subtext span {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2em;
  letter-spacing: -1px;
}

.search-page__item-title {
  margin: 0 0 10px 0;
}
.search-page__item-title, .search-page__item-title a {
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .search-page__item-title, .search-page__item-title a {
    font-size: 32px;
  }
}

.search-page__item-content {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.3px;
  color: var(--black);
  -moz-box-flex: 1;
       flex: 1;
}
.search-page__item-content p {
  margin: 0;
}

.facetwp-facet-pager_load_more {
  text-align: center;
  margin-top: 50px;
}

.single-post__hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

@media (max-width: 576px) {
  .single-post-inner {
    margin-top: 70px;
  }
}

.single-post-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.single-post-wrapper[data-align=full], .single-post-wrapper.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post-wrapper:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-post-wrapper:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-post-wrapper > * {
  max-width: 1500px;
  --max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.single-post-wrapper > *.wp-block-separator {
  max-width: 1500px;
  --max-width: 1500px;
}
.single-post-wrapper > *[data-align=wide], .single-post-wrapper > *.alignwide {
  max-width: 1500px;
  --max-width: 1500px;
}
.single-post-wrapper > *[data-align=full], .single-post-wrapper > *.alignfull {
  max-width: unset;
  --max-width: 100vw;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.single-post-wrapper .single-post-inner {
  background-color: #fff;
}
@media (max-width: 768px) {
  .single-post-wrapper .single-post-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.single-post-wrapper--no-back {
  margin-top: 50px !important;
}

.addtoany_shortcode {
  height: 42px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  border-radius: 50px;
  border: solid 1px #295fd2;
  color: #295fd2;
  padding: 0 14px 0 14px;
}
@media (min-width: 1201px) {
  .addtoany_shortcode {
    padding: 0 14px 0 21px;
  }
}
.addtoany--white .addtoany_shortcode {
  border: solid 1px #fff;
  color: #fff;
}

.addtoany--squares .addtoany_shortcode {
  border: none;
  padding: 0;
}

@media (min-width: 1201px) {
  .addtoany_shortcode::before {
    content: "Share";
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #295fd2;
  }
  .addtoany--squares .addtoany_shortcode::before {
    content: none;
  }
  .addtoany--white .addtoany_shortcode::before {
    color: #fff;
  }
}
.addtoany_shortcode .addtoany_list {
  line-height: initial !important;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
}
.addtoany_shortcode .addtoany_list > * {
  margin: 0 5px;
  font-size: initial !important;
}
.addtoany--squares .addtoany_shortcode .addtoany_list > * {
  width: 50px;
  height: 50px;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: center;
       justify-content: center;
  border: 1px solid rgba(41, 95, 210, 0.4);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.addtoany_shortcode .addtoany_list svg {
  display: none;
}
.addtoany_shortcode .addtoany_list .a2a_svg {
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  vertical-align: bottom;
}
.addtoany_shortcode .a2a_button_email .a2a_svg {
  background-image: url("./assets/images/share/email-share.svg");
  height: 21px !important;
  line-height: 21px !important;
  width: 28px !important;
}
.addtoany--white .addtoany_shortcode .a2a_button_email .a2a_svg {
  background-image: url("./assets/images/share/email-share-white.svg");
}

.addtoany_shortcode .a2a_button_twitter .a2a_svg {
  background-image: url("./assets/images/share/twitter-share.svg");
  height: 21px !important;
  line-height: 21px !important;
  width: 26px !important;
}
.addtoany--white .addtoany_shortcode .a2a_button_twitter .a2a_svg {
  background-image: url("./assets/images/share/twitter-share-white.svg");
}

.addtoany_shortcode .a2a_button_linkedin .a2a_svg {
  background-image: url("./assets/images/share/linkedin-share.svg");
  height: 21px !important;
  line-height: 21px !important;
  width: 21px !important;
}
.addtoany--white .addtoany_shortcode .a2a_button_linkedin .a2a_svg {
  background-image: url("./assets/images/share/linkedin-share-white.svg");
}

/** Header */
.single-post__header {
  padding-bottom: 40px;
}

.single-post__header-inner {
  padding-top: 35px;
}
@media (max-width: 1200px) {
  .single-post__header-inner {
    padding: 0 20px;
    padding-top: 25px;
  }
}

.single-post__header-title {
  margin-top: 130px;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #173E77;
  padding-left: 10%;
  position: relative;
}
@media (max-width: 1200px) {
  .single-post__header-title {
    font-size: 56px;
    text-align: left;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .single-post__header-title {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .single-post__header-title {
    padding-left: 0;
  }
}

.single-post__header-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ECD444;
  position: absolute;
  left: 10%;
  bottom: -15px;
}
@media (max-width: 576px) {
  .single-post__header-title::after {
    left: 0;
  }
}

.single-post__header-details {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  padding-bottom: 24px;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dacdc3;
  display: flex;
}
.single-post__header-details > *:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}
.single-post__header-details > *:not(:last-child):after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 1px));
     -moz-transform: translateY(-moz-calc(-50% - 1px));
          transform: translateY(calc(-50% - 1px));
  height: -moz-calc(1em - 4px);
  height: calc(1em - 4px);
  background-color: #dacdc3;
}

.single-post__header-details-left a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  color: var(--primary);
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  height: 40px;
  padding: 0 30px 0 15px;
}
.single-post__header-details-left a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("./assets/images/back-icon.svg") no-repeat center;
  vertical-align: text-bottom;
  margin-right: 11px;
}
@media (max-width: 1200px) {
  .single-post__header-details-left a {
    border-color: white;
    color: white;
  }
  .single-post__header-details-left a:before {
    background: url("./assets/images/back-icon-white.svg") no-repeat center;
  }
}

.single-post__header-back {
  margin-bottom: 25px;
  height: 25px;
}
.single-post__header-back a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 2.24px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.single-post__header-back a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("./assets/images/_post-single/back-icon.svg") no-repeat center;
  vertical-align: text-bottom;
  margin-right: 6px;
}

.single-post__header-author {
  display: -moz-box;
  display: flex;
}

.single-post__header-author-image {
  margin-right: 17px;
}
.single-post__header-author-image img {
  border-radius: 100px;
}

.single-post__header-details-right .a2a_dd, .founders-header__share .a2a_dd {
  font-size: 18px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 21px;
  letter-spacing: normal;
  color: var(--primary);
  text-decoration: none;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  height: 40px;
  padding: 0 15px 0 30px;
  border-radius: 50px;
  border: solid 1px var(--primary);
}
.single-post__header-details-right .a2a_dd:hover, .single-post__header-details-right .a2a_dd:focus, .single-post__header-details-right .a2a_dd:active, .founders-header__share .a2a_dd:hover, .founders-header__share .a2a_dd:focus, .founders-header__share .a2a_dd:active {
  border: solid 1px var(--primary);
}
.single-post__header-details-right .a2a_dd:after, .founders-header__share .a2a_dd:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 23px;
  background: url("./assets/images/share-icon.svg") no-repeat center;
  vertical-align: text-bottom;
  margin-left: 11px;
}
@media (max-width: 1200px) {
  .single-post__header-details-right .a2a_dd, .founders-header__share .a2a_dd {
    border-color: white;
    color: white;
  }
  .single-post__header-details-right .a2a_dd:hover, .single-post__header-details-right .a2a_dd:focus, .single-post__header-details-right .a2a_dd:active, .founders-header__share .a2a_dd:hover, .founders-header__share .a2a_dd:focus, .founders-header__share .a2a_dd:active {
    border: solid 1px var(--white);
  }
  .single-post__header-details-right .a2a_dd:after, .founders-header__share .a2a_dd:after {
    background: url("./assets/images/share-icon-white.svg") no-repeat center;
  }
}

/** / Header */
.single-post__content {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px !important;
}
.single-post__content .wp-block-image {
  margin: 50px 0;
}
@media (max-width: 1200px) {
  .single-post__content .wp-block-image {
    margin: 50px -30px;
  }
}
@media (max-width: 1200px) {
  .single-post__content p {
    font-size: 18px;
  }
}

.single-post__content-inner {
  max-width: 1300px;
  margin: 0 auto;
}
.single-post__content-inner .wp-block-list {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  width: 50vw;
}
@media (max-width: 576px) {
  .single-post__content-inner .wp-block-list {
    width: 100%;
  }
}
.single-post__content-inner .wp-block-list li {
  -moz-box-flex: 1;
       flex: 1 calc(50% - 50px);
  padding: 22px;
  margin: 0;
  position: relative;
}
.single-post__content-inner .wp-block-list li::marker {
  color: white;
}
@media (max-width: 576px) {
  .single-post__content-inner .wp-block-list li {
    -moz-box-flex: 1;
         flex: 1 100%;
  }
}
.single-post__content-inner .wp-block-list li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ECD444;
  left: -15px;
  mask-image: url("assets/images/check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("assets/images/check.svg"); /* Safari Support */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.single-post__share {
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  margin-top: 60px;
}

.single-post__content-gallery {
  height: 100%;
  position: relative;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.single-post__content-gallery::after {
  content: "";
  width: 120%;
  height: 100%;
  background-color: rgba(243, 243, 243, 0.5882352941);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .single-post__content-gallery::after {
    right: -10%;
  }
}

.single-post__content-gallery-inner {
  height: 100%;
  display: -moz-box;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .single-post__content-gallery-inner {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}

.single-post__content-gallery-item {
  -moz-box-flex: 1;
       flex: 1;
  height: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
       justify-content: center;
  -moz-box-align: center;
       align-items: center;
}
.single-post__content-gallery-item img {
  height: 400px; /* Maintain aspect ratio */
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .single-post__content-gallery-item img {
    height: 290px;
  }
}
@media (max-width: 768px) {
  .single-post__content-gallery-item img {
    width: 100%;
  }
}

.owl-stage-outer {
  height: 100%;
}

.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgba(152, 151, 151, 0.7254901961) !important;
  opacity: 0.24;
  margin: 5px;
  display: inline-block;
}
.owl-dot.active {
  background: #989797 !important;
  opacity: 1;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}
