/*
Theme Name: Nautic
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Nautic theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nautic
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Tenor+Sans&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Ranade';
  src: url("fonts/Ranade-Thin.woff2") format("woff2"), url("fonts/Ranade-Thin.woff") format("woff"), url("fonts/Ranade-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Ranade';
  src: url("fonts/Ranade-ThinItalic.woff2") format("woff2"), url("fonts/Ranade-ThinItalic.woff") format("woff"), url("fonts/Ranade-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Ranade';
  src: url("fonts/Ranade-Regular.woff2") format("woff2"), url("fonts/Ranade-Regular.woff") format("woff"), url("fonts/Ranade-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Ranade';
  src: url("fonts/Ranade-Italic.woff2") format("woff2"), url("fonts/Ranade-Italic.woff") format("woff"), url("fonts/Ranade-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic; }

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

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

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

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

@font-face {
  font-family: 'Ranade-Variable';
  src: url("fonts/Ranade-Variable.woff2") format("woff2"), url("fonts/Ranade-Variable.woff") format("woff"), url("fonts/Ranade-Variable.ttf") format("truetype");
  font-weight: 100 700;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: 'Ranade-Variable';
  src: url("fonts/Ranade-VariableItalic.woff2") format("woff2"), url("fonts/Ranade-VariableItalic.woff") format("woff"), url("fonts/Ranade-VariableItalic.ttf") format("truetype");
  font-weight: 100 700;
  font-display: swap;
  font-style: italic; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?qtgu33");
  src: url("fonts/icomoon.eot?qtgu33#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qtgu33") format("truetype"), url("fonts/icomoon.woff?qtgu33") format("woff"), url("fonts/icomoon.svg?qtgu33#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.listreset, .header .primary-nav-wrapper .header-navigation, .header .primary-nav-wrapper .header-navigation > li .drop-holder ul, .popup-nav-holder .header-navigation-popup, .popup-nav-holder .header-navigation-popup > li ul, .footer-navigation, .footer-navigation > li ul, .footer-links, .nav-bootom-block .copyright-links,
.footer-bootom-block .copyright-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.news-content-wrapper .news-thumb .news-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #151515;
  background: #fff;
  font: 20px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    body {
      font-size: 18px; } }

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

.gm-style img {
  max-width: none; }

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

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  padding: 0.4em 0.7em;
  height: 49px !important;
  border: 1px solid rgba(21, 21, 21, 0.3) !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  padding: 15px 30px !important; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 14px !important; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #151515; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #000; }

select {
  -webkit-border-radius: 0;
  height: 49px !important;
  border: 1px solid rgba(21, 21, 21, 0.3) !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 5px 30px !important; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    select {
      font-size: 14px !important; } }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 306px !important;
  min-height: 306px !important;
  max-height: 306px !important; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    textarea {
      height: 257px !important;
      min-height: 257px !important;
      max-height: 257px !important; } }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'],
button[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000 !important;
  padding: 7px 75px 7px 0 !important;
  border: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  height: 64px !important;
  background-color: #fff !important;
  background-image: url(images/icons/decor.png) !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
  margin-top: 5px !important; }
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover,
  button[type='submit']:hover {
    text-decoration: underline !important; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    input[type='button'],
    input[type='reset'],
    input[type='file'],
    input[type='submit'],
    button[type='submit'] {
      font-size: 16px !important; } }

.ss-main.gfield_select {
  height: 49px !important;
  border: 1px solid rgba(21, 21, 21, 0.3) !important;
  border-radius: 25px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  padding: 5px 60px 5px 30px !important;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  outline: none !important; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .ss-main.gfield_select {
      font-size: 14px !important; } }
  .ss-main.gfield_select .ss-arrow {
    display: none; }
  .ss-main.gfield_select:after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotateX(0deg);
    width: 40px;
    height: 40px;
    content: "";
    border-radius: 50%;
    background: #EDF1F2;
    transition: transform 0.6s ease;
    transform-style: preserve-3d; }
  .ss-main.gfield_select:before {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000 transparent transparent transparent;
    content: "";
    pointer-events: none;
    z-index: 1;
    transform-origin: center center;
    transition: transform 0.6s ease; }
  .ss-main.gfield_select.ss-open-below .ss-values:after {
    position: absolute;
    top: 23px;
    left: -1px;
    right: -1px;
    height: 26px;
    content: "";
    background: #EDF1F2;
    z-index: -1;
    border-right: 1px solid #d8dbdc;
    border-left: 1px solid #d8dbdc; }
  .ss-main.gfield_select.ss-open-below:after {
    transform: translateY(-50%) rotateX(180deg); }
  .ss-main.gfield_select.ss-open-below:before {
    transform: translateY(-50%) rotateX(180deg); }

.ss-list .ss-option.ss-selected {
  color: #1c1c1c !important;
  background: #dde1e2 !important; }

.ss-list .ss-option {
  margin: 14px 0 !important; }
  .ss-list .ss-option:hover {
    color: #1c1c1c !important;
    background: #dde1e2 !important; }

.ss-content.gfield_select {
  background: #EDF1F2;
  border-top: 0;
  padding: 1px 10px;
  margin-top: 1px !important;
  border-radius: 0 0 20px 20px;
  font-size: 16px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .ss-content.gfield_select {
      font-size: 14px !important; } }
  .ss-content.gfield_select .ss-search {
    display: none; }

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

#main {
  flex-grow: 1; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px;
  max-width: 400px;
  margin: 0 auto; }
  .search-form label {
    width: 100%; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      width: 100%;
      margin: 0 0 4px 0; }
  .search-form .search-submit {
    background-repeat: no-repeat !important;
    float: none; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #151515;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #151515;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #151515;
    color: #fff;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  max-width: 100%; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #151515;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

body {
  font-weight: 300; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    body {
      font-size: 16px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1,
.h1 {
  font-size: 48px; }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 50px; } }
  @media (min-width: 1680px) {
    h1,
    .h1 {
      font-size: 66px; } }

h2,
.h2 {
  font-size: 40px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    h2,
    .h2 {
      font-size: 36px; } }

h3,
.h3 {
  font-size: 26px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  transition: all 0.3s;
  color: #1A6CAF; }
  a:hover, a:focus {
    text-decoration: none; }

.preloader-hidden #loading-overlay-wrapper {
  display: none; }

#loading-overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99998;
  transition: transform 1s ease-in-out; }

.block-animation {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0D375A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  z-index: 99999;
  transition: transform 1s ease-in-out; }
  .block-animation img {
    display: block;
    max-width: 225px;
    height: auto;
    width: 100%; }
  .block-animation .compass-svg {
    width: 68px;
    height: 68px; }
  .block-animation .compas-round {
    animation: rotate-clockwise 2s cubic-bezier(0.2, 1.1, 0.9, 1);
    transform-origin: center; }
  .block-animation .compass-needle-el {
    animation: rotate-counter-clockwise 2s cubic-bezier(0.2, 1.1, 0.9, 1);
    transform-origin: center; }

@keyframes rotate-clockwise {
  0% {
    transform: rotate(0deg); }
  33% {
    transform: rotate(-35deg); }
  66% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes rotate-counter-clockwise {
  0% {
    transform: rotate(0deg); }
  33% {
    transform: rotate(35deg); }
  66% {
    transform: rotate(-45deg); }
  100% {
    transform: rotate(0deg); } }

.hidden {
  transform: translateY(-100%); }

.animate-lines {
  opacity: 0; }
  .animate-lines .line {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.8s; }
  .animate-lines.is-visible {
    opacity: 1; }
    .animate-lines.is-visible .line {
      opacity: 1;
      transform: translateY(0); }

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 100; }
  .header .logo {
    margin-left: 34px; }
    @media (min-width: 1024px) {
      .header .logo {
        margin-left: 52px; } }
    @media (min-width: 1680px) {
      .header .logo {
        margin-left: 68px; } }
    .header .logo img,
    .header .logo .custom-logo {
      width: 183px;
      height: 43px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .header .logo img,
        .header .logo .custom-logo {
          width: 140px;
          height: auto; } }
  .header .primary-nav-holder {
    width: calc(100% - 251px);
    display: flex;
    align-items: center; }
    @media (min-width: 1366px) {
      .header .primary-nav-holder {
        width: 50vw; } }
  .header .menu-toggle {
    background: transparent;
    border: 0;
    width: 105px;
    height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative; }
    .header .menu-toggle:after {
      position: absolute;
      width: 20px;
      height: 1px;
      top: 59px;
      left: 35%;
      content: "";
      background: #fff;
      transition: all 0.3s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .header .menu-toggle:after {
          top: 44px;
          left: 36%;
          width: 15px; } }
    .header .menu-toggle:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 100%;
      content: "";
      background: #0D375A;
      transition: all 0.3s; }
    .header .menu-toggle:hover:before {
      bottom: 0; }
    .header .menu-toggle:hover:after {
      width: 30px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .header .menu-toggle:hover:after {
          width: 22px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .header .menu-toggle {
        height: 80px;
        width: 80px;
        margin-left: auto; } }
    .header .menu-toggle .menu-toggle-icon:after {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 1px;
      top: 50px;
      content: "";
      background: #fff;
      transition: all 0.3s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .header .menu-toggle .menu-toggle-icon:after {
          top: 37px;
          width: 22px; } }
    .header .menu-toggle .menu-toggle-icon:before {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 1px;
      top: 41px;
      content: "";
      background: #fff;
      transition: all 0.3s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .header .menu-toggle .menu-toggle-icon:before {
          top: 30px;
          width: 22px; } }
  .header .primary-nav-wrapper {
    width: calc(100% - 105px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    height: 0; }
    @media (min-width: 1366px) {
      .header .primary-nav-wrapper {
        opacity: 1;
        pointer-events: auto;
        height: auto;
        width: calc(100% - 90px); } }
    @media (min-width: 1680px) {
      .header .primary-nav-wrapper {
        width: calc(100% - 105px); } }
    .header .primary-nav-wrapper .header-navigation {
      display: flex;
      justify-content: flex-start; }
      .header .primary-nav-wrapper .header-navigation > li {
        position: relative;
        flex: 1 0 auto; }
        .header .primary-nav-wrapper .header-navigation > li.no-link > a {
          pointer-events: none; }
        .header .primary-nav-wrapper .header-navigation > li > a {
          display: block;
          text-decoration: none;
          color: #fff;
          font: 500 20px/1 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          position: relative;
          z-index: 0;
          text-align: center; }
          @media (min-width: 1024px) {
            .header .primary-nav-wrapper .header-navigation > li > a {
              padding: 32px 12px;
              font-size: 16px; } }
          @media (min-width: 1680px) {
            .header .primary-nav-wrapper .header-navigation > li > a {
              font-size: 20px;
              padding: 40px 22px; } }
          .header .primary-nav-wrapper .header-navigation > li > a:after {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 100%;
            content: "";
            background: #1A6CAF;
            z-index: -1;
            transition: bottom 0.3s; }
        .header .primary-nav-wrapper .header-navigation > li:focus > a, .header .primary-nav-wrapper .header-navigation > li:focus-within > a, .header .primary-nav-wrapper .header-navigation > li:hover > a {
          text-decoration: underline; }
          .header .primary-nav-wrapper .header-navigation > li:focus > a:after, .header .primary-nav-wrapper .header-navigation > li:focus-within > a:after, .header .primary-nav-wrapper .header-navigation > li:hover > a:after {
            bottom: -1px; }
        .header .primary-nav-wrapper .header-navigation > li:focus .drop-holder, .header .primary-nav-wrapper .header-navigation > li:focus-within .drop-holder, .header .primary-nav-wrapper .header-navigation > li:hover .drop-holder {
          transform: scaleY(1); }
        .header .primary-nav-wrapper .header-navigation > li .drop-holder {
          z-index: 1;
          position: absolute;
          top: calc(100% + 1px);
          left: 0;
          right: 0;
          background: #fff;
          text-align: center;
          transform: scaleY(0);
          transform-origin: top;
          transition: transform 0.3s;
          padding: 40px 15px; }
          .header .primary-nav-wrapper .header-navigation > li .drop-holder ul {
            font-size: 16px; }
            @media (min-width: 1366px) {
              .header .primary-nav-wrapper .header-navigation > li .drop-holder ul {
                font-size: 12px; } }
            @media (min-width: 1680px) {
              .header .primary-nav-wrapper .header-navigation > li .drop-holder ul {
                font-size: 16px; } }
            .header .primary-nav-wrapper .header-navigation > li .drop-holder ul li {
              margin: 0 0 28px; }
              .header .primary-nav-wrapper .header-navigation > li .drop-holder ul li:last-child {
                margin: 0; }
              .header .primary-nav-wrapper .header-navigation > li .drop-holder ul li a {
                text-decoration: none;
                color: #151515; }
                .header .primary-nav-wrapper .header-navigation > li .drop-holder ul li a:hover {
                  color: #999; }

#header-navigation-popup {
  position: relative !important; }

.nav-indicator {
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 0;
  right: 0;
  background-color: #1A6CAF;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1; }

.nav-active {
  overflow: hidden; }
  .nav-active.logged-in.admin-bar .popup-nav-holder {
    top: 133px; }
    @media (min-width: 1024px) {
      .nav-active.logged-in.admin-bar .popup-nav-holder {
        top: 113px; } }
    @media (min-width: 1680px) {
      .nav-active.logged-in.admin-bar .popup-nav-holder {
        top: 133px; } }
  .nav-active .nav-bootom-block {
    background: #0D375A;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 37px 0; }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .nav-active .nav-bootom-block {
        position: static !important; } }
    @media (min-width: 1024px) {
      .nav-active .nav-bootom-block {
        background: #151515;
        padding: 35px 0; } }
    @media (max-width: 1365px) {
      .nav-active .nav-bootom-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0; } }
    @media (min-height: 956px) {
      .nav-active .nav-bootom-block {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; } }
    .nav-active .nav-bootom-block .copyright {
      display: none; }
      @media (min-width: 1024px) {
        .nav-active .nav-bootom-block .copyright {
          display: block; } }
    .nav-active .nav-bootom-block .copyright-links li {
      margin: 0; }
  .nav-active .header {
    background: #0D375A; }
    .nav-active .header .menu-toggle:after {
      opacity: 0; }
    .nav-active .header .menu-toggle:before {
      background: #1A6CAF; }
    .nav-active .header .menu-toggle:hover:before {
      bottom: 0; }
    .nav-active .header .menu-toggle .menu-toggle-icon:after {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 50%) rotate(45deg);
      width: 30px;
      height: 1px;
      top: 50%;
      content: "";
      background: #fff; }
    .nav-active .header .menu-toggle .menu-toggle-icon:before {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 50%) rotate(-45deg);
      width: 30px;
      height: 1px;
      top: 50%;
      content: "";
      background: #fff; }
    .nav-active .header .primary-nav-wrapper {
      opacity: 0;
      position: relative;
      z-index: -2; }
  .nav-active .popup-nav-holder {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 102px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #0D375A;
    scrollbar-width: thin;
    scrollbar-color: #fff #0D375A; }
    @media (min-width: 1024px) {
      .nav-active .popup-nav-holder {
        height: calc(100vh - 81px);
        top: 81px; } }
    @media (min-width: 1680px) {
      .nav-active .popup-nav-holder {
        height: calc(100vh - 101px);
        top: 101px; } }
    .nav-active .popup-nav-holder::-webkit-scrollbar {
      width: 2px; }
    .nav-active .popup-nav-holder::-webkit-scrollbar-track {
      background: #0D375A; }
    .nav-active .popup-nav-holder::-webkit-scrollbar-thumb {
      background-color: #fff;
      border-radius: 10px; }
  .nav-active .header.header-clone.fixed-active {
    background-color: #0D375A; }
    .nav-active .header.header-clone.fixed-active .logo .custom-logo path {
      fill: #ffffff; }
      .nav-active .header.header-clone.fixed-active .logo .custom-logo path.decor-svg {
        fill: #00cffa; }
    .nav-active .header.header-clone.fixed-active .menu-toggle {
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
      .nav-active .header.header-clone.fixed-active .menu-toggle .menu-toggle-icon::after, .nav-active .header.header-clone.fixed-active .menu-toggle .menu-toggle-icon::before {
        background-color: #fff; }

.popup-nav-holder {
  display: none; }
  .popup-nav-holder .container {
    max-width: 100%;
    display: flex;
    padding: 20px 0;
    height: auto;
    margin: auto; }
    @media (min-width: 768px) {
      .popup-nav-holder .container {
        padding: 0;
        margin: 0;
        height: 100%; } }
    @media (min-width: 1024px) {
      .popup-nav-holder .container {
        padding: 0 80px; } }
    @media (min-width: 1440px) {
      .popup-nav-holder .container {
        padding: 0 80px 0 102px; } }
    @media (min-width: 1680px) {
      .popup-nav-holder .container {
        padding-right: 105px; } }
    @media (min-width: 1366px) {
      .popup-nav-holder .container {
        margin: 0 auto; } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .popup-nav-holder .container {
        height: auto; } }
  .popup-nav-holder .primary-nav-wrapper-popup {
    width: 100%;
    display: flex;
    position: relative;
    min-height: 475px;
    overflow-y: auto;
    padding-bottom: 130px; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .popup-nav-holder .primary-nav-wrapper-popup {
        overflow: unset; } }
    @media (min-width: 768px) {
      .popup-nav-holder .primary-nav-wrapper-popup {
        align-items: center;
        min-height: auto;
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
        .popup-nav-holder .primary-nav-wrapper-popup:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 33.333%;
          width: 1px;
          content: "";
          background: rgba(255, 255, 255, 0.3); }
        .popup-nav-holder .primary-nav-wrapper-popup:after {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 66.666%;
          width: 1px;
          content: "";
          background: rgba(255, 255, 255, 0.3); } }
    @media (min-width: 1024px) {
      .popup-nav-holder .primary-nav-wrapper-popup {
        width: 75%;
        padding-bottom: 0; } }
  .popup-nav-holder .holder-image-menu {
    position: relative;
    display: none; }
    @media (min-width: 1024px) {
      .popup-nav-holder .holder-image-menu {
        width: 25%;
        display: block; } }
    .popup-nav-holder .holder-image-menu img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-pocition: 50% 50%;
      height: 100%;
      width: 100%; }
  .popup-nav-holder .header-navigation-popup {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto; }
    @media (min-width: 768px) {
      .popup-nav-holder .header-navigation-popup {
        min-height: 550px;
        overflow-y: auto;
        display: grid;
        padding: 30px 0;
        grid-template-columns: repeat(3, 1fr);
        overflow: visible;
        margin-bottom: auto;
        row-gap: 30px; } }
    @media (max-height: 822px) {
      .popup-nav-holder .header-navigation-popup {
        border: 0; } }
    @media (min-width: 1024px) {
      .popup-nav-holder .header-navigation-popup {
        padding: 80px 0 67px; } }
    @media (min-width: 1680px) {
      .popup-nav-holder .header-navigation-popup {
        padding: 150px 0;
        row-gap: 0; } }
    @media (max-width: 767px) {
      .popup-nav-holder .header-navigation-popup {
        border: 0;
        position: relative; } }
    .popup-nav-holder .header-navigation-popup > li {
      padding: 18px 40px;
      text-align: center; }
      @media (min-width: 768px) {
        .popup-nav-holder .header-navigation-popup > li {
          padding: 25px 40px;
          text-align: left; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(1) {
            grid-column: 1;
            grid-row: 1; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(2) {
            grid-column: 1;
            grid-row: 2; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(3) {
            grid-column: 2;
            grid-row: 1; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(4) {
            grid-column: 2;
            grid-row: 2; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(5) {
            grid-column: 3;
            grid-row: 1; }
          .popup-nav-holder .header-navigation-popup > li:nth-child(6) {
            grid-column: 3;
            grid-row: 2; } }
      @media (min-width: 1024px) {
        .popup-nav-holder .header-navigation-popup > li {
          padding: 21px 20px; } }
      @media (min-width: 1440px) {
        .popup-nav-holder .header-navigation-popup > li {
          padding: 21px 42px; } }
      @media (min-width: 1680px) {
        .popup-nav-holder .header-navigation-popup > li {
          padding: 32px 42px; } }
      .popup-nav-holder .header-navigation-popup > li.no-link .level-over > a {
        text-decoration: none;
        color: #fff;
        pointer-events: none; }
      @media (max-width: 767px) {
        .popup-nav-holder .header-navigation-popup > li.menu-item-has-children.hover {
          padding: 55px 40px; }
          .popup-nav-holder .header-navigation-popup > li.menu-item-has-children.hover .level-over span:after {
            transform: rotate(180deg); }
          .popup-nav-holder .header-navigation-popup > li.menu-item-has-children.hover .drop-holder {
            display: block; }
        .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over {
          position: relative;
          padding-right: 26px;
          display: inline-block; }
          .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over:hover {
            color: #999; }
            .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over:hover span:after {
              border-color: #999 transparent transparent transparent; }
          .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over span {
            cursor: pointer;
            position: absolute;
            left: calc(100% - 26px);
            width: 40px;
            height: 40px;
            top: 40%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center; }
          .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over span:after {
            transition: all 0.3s;
            content: "";
            right: 0;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 9px 6px 0 6px;
            border-color: #FFF transparent transparent transparent;
            transform: rotate(0deg); } }
    @media (max-width: 767px) and (min-width: 768px) {
      .popup-nav-holder .header-navigation-popup > li.menu-item-has-children .level-over span:after {
        display: none; } }
      .popup-nav-holder .header-navigation-popup > li > a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 26px;
        line-height: 1.1;
        margin: 0 0 12px;
        position: relative; }
        @media (min-width: 1024px) {
          .popup-nav-holder .header-navigation-popup > li > a {
            font-size: 30px;
            margin: 0 0 20px; } }
        @media (min-width: 1200px) {
          .popup-nav-holder .header-navigation-popup > li > a {
            font-size: 36px; } }
        @media (min-width: 1680px) {
          .popup-nav-holder .header-navigation-popup > li > a {
            margin: 0 0 29px;
            font-size: 40px; } }
        .popup-nav-holder .header-navigation-popup > li > a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 100%;
          height: 1px;
          content: "";
          background: #fff;
          transition: right 0.3s; }
        .popup-nav-holder .header-navigation-popup > li > a:hover {
          color: #fff; }
          .popup-nav-holder .header-navigation-popup > li > a:hover:before {
            right: 0; }
      .popup-nav-holder .header-navigation-popup > li .level-over a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-size: 26px;
        line-height: 1.1;
        margin: 0 0 12px; }
        @media (min-width: 1024px) {
          .popup-nav-holder .header-navigation-popup > li .level-over a {
            font-size: 30px;
            margin: 0 0 29px; } }
        @media (min-width: 1200px) {
          .popup-nav-holder .header-navigation-popup > li .level-over a {
            font-size: 36px; } }
        @media (min-width: 1680px) {
          .popup-nav-holder .header-navigation-popup > li .level-over a {
            font-size: 40px; } }
        .popup-nav-holder .header-navigation-popup > li .level-over a:hover {
          color: #999; }
      @media (max-width: 767px) {
        .popup-nav-holder .header-navigation-popup > li .drop-holder {
          display: none;
          padding-top: 36px; } }
      .popup-nav-holder .header-navigation-popup > li ul li {
        margin: 0 0 18px; }
        @media (min-width: 1024px) {
          .popup-nav-holder .header-navigation-popup > li ul li {
            margin: 0 0 17px; } }
        .popup-nav-holder .header-navigation-popup > li ul li a {
          display: inline-block;
          text-decoration: none;
          color: #fff;
          font-weight: 300;
          font-size: 20px;
          position: relative;
          padding-right: 14px; }
          @media (min-width: 1024px) {
            .popup-nav-holder .header-navigation-popup > li ul li a {
              font-size: 16px; } }
          @media (min-width: 1680px) {
            .popup-nav-holder .header-navigation-popup > li ul li a {
              font-size: 20px; } }
          .popup-nav-holder .header-navigation-popup > li ul li a:hover:before {
            right: 0; }
          .popup-nav-holder .header-navigation-popup > li ul li a:hover:after {
            top: 40%;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent #fff;
            transform: rotate(0deg); }
          .popup-nav-holder .header-navigation-popup > li ul li a:after {
            position: absolute;
            right: 0;
            top: 45%;
            transform: translateY(-50%);
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 3px 0 3px 5px;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
            transform: rotate(0deg);
            transition: all 0.3s; }
          .popup-nav-holder .header-navigation-popup > li ul li a:before {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 100%;
            height: 1px;
            content: "";
            background: #fff;
            transition: right 0.3s; }

.header.header-clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
  .logged-in.admin-bar .header.header-clone {
    top: 32px; }
  .no-fixed-header .header.header-clone {
    display: none; }
  .header.header-clone .header-navigation > li > a {
    color: #151515; }
  .header.header-clone .header-navigation > li:hover > a {
    color: #fff; }
  .header.header-clone .logo .custom-logo path {
    fill: #151515; }
    .header.header-clone .logo .custom-logo path.decor-svg {
      fill: #00cffa; }
  .header.header-clone .menu-toggle {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .header.header-clone .menu-toggle::after {
      background-color: #151515; }
    .header.header-clone .menu-toggle::before {
      background: #1A6CAF; }
    .header.header-clone .menu-toggle .menu-toggle-icon::after, .header.header-clone .menu-toggle .menu-toggle-icon::before {
      background-color: #151515; }
    .header.header-clone .menu-toggle:hover::after {
      background-color: #fff; }
    .header.header-clone .menu-toggle:hover .menu-toggle-icon::after, .header.header-clone .menu-toggle:hover .menu-toggle-icon::before {
      background-color: #fff; }

.header-clone.fixed-active {
  transform: translateY(0); }

.footer {
  background: #0D375A;
  color: #fff; }
  .footer .container {
    max-width: 1776px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .footer .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .footer .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .footer .container {
        padding: 0 34px; } }

.footer-boxes .container {
  display: flex;
  flex-wrap: wrap; }
  .footer-boxes .container .col {
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    @media (min-width: 440px) {
      .footer-boxes .container .col {
        padding: 0 38px; } }
    @media (min-width: 1024px) {
      .footer-boxes .container .col {
        border-left: 0;
        padding: 90px 20px 58px; } }
    @media (min-width: 1366px) {
      .footer-boxes .container .col {
        padding: 90px 44px 58px; } }
    .footer-boxes .container .col.col-logo {
      width: 100%;
      text-align: center;
      position: relative;
      padding-top: 64px;
      padding-bottom: 74px; }
      @media (min-width: 1024px) {
        .footer-boxes .container .col.col-logo {
          border-left: 1px solid rgba(255, 255, 255, 0.3);
          width: 25%;
          padding-top: 90px;
          padding-bottom: 58px; }
          .footer-boxes .container .col.col-logo:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 250%;
            pointer-events: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cline x1='0' y1='0' x2='100' y2='100' stroke='rgba(255,255,255,0.3)' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 100% 100%; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .footer-boxes .container .col.col-logo {
          padding-top: 58px; } }
      @media (min-width: 1366px) {
        .footer-boxes .container .col.col-logo {
          width: 25.3%; } }
    .footer-boxes .container .col.col-nav {
      position: relative;
      width: 100%; }
      @media (min-width: 1024px) {
        .footer-boxes .container .col.col-nav {
          padding: 90px 0 31px;
          width: 50%; }
          .footer-boxes .container .col.col-nav:after {
            position: absolute;
            top: 0;
            left: 50%;
            bottom: 0;
            width: 1px;
            content: "";
            background: rgba(255, 255, 255, 0.3); } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .footer-boxes .container .col.col-nav {
          padding-top: 60px; } }
      @media (min-width: 1366px) {
        .footer-boxes .container .col.col-nav {
          width: 50.7%; } }
      @media (min-width: 1680px) {
        .footer-boxes .container .col.col-nav {
          padding: 90px 0 26px; } }
    .footer-boxes .container .col.col-links {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 70px; }
      @media (min-width: 1024px) {
        .footer-boxes .container .col.col-links {
          width: 25%;
          padding: 88px 20px 58px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .footer-boxes .container .col.col-links {
          padding: 64px 28px 46px; } }
      @media (min-width: 1366px) {
        .footer-boxes .container .col.col-links {
          width: 24%; } }
      @media (min-width: 1680px) {
        .footer-boxes .container .col.col-links {
          padding: 88px 38px 58px; } }

@media (min-width: 768px) {
  .footer-navigation {
    columns: 2;
    gap: 0; } }

.footer-navigation > li {
  margin: 0 0 50px; }
  @media (min-width: 1024px) {
    .footer-navigation > li {
      margin: 0 0 46px;
      padding: 0 20px; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .footer-navigation > li {
      padding: 0 33px; } }
  @media (min-width: 1680px) {
    .footer-navigation > li {
      padding: 0 44px; } }
  .footer-navigation > li.no-link > a {
    pointer-events: none; }
  .footer-navigation > li > a {
    font: 500 26px/1.1 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0 0 9px;
    position: relative; }
    @media (min-width: 1024px) {
      .footer-navigation > li > a {
        margin: 0 0 11px;
        font-size: 20px; } }
    @media (min-width: 1680px) {
      .footer-navigation > li > a {
        font-size: 26px;
        margin: 0 0 22px; } }
    .footer-navigation > li > a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 100%;
      height: 1px;
      content: "";
      background: #fff;
      transition: right 0.3s; }
    .footer-navigation > li > a:hover:before {
      right: 0; }
  .footer-navigation > li ul li {
    margin: 0 0 6px; }
    @media (min-width: 1024px) {
      .footer-navigation > li ul li {
        margin: 0 0 3px; } }
    @media (min-width: 1680px) {
      .footer-navigation > li ul li {
        margin: 0 0 14px; } }
    .footer-navigation > li ul li:last-child {
      margin: 0; }
  .footer-navigation > li ul a {
    font: 300 16px/1 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    text-decoration: none;
    position: relative; }
    @media (min-width: 1024px) {
      .footer-navigation > li ul a {
        font-size: 14px; } }
    @media (min-width: 1680px) {
      .footer-navigation > li ul a {
        font-size: 20px; } }
    .footer-navigation > li ul a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 100%;
      height: 1px;
      content: "";
      background: #fff;
      transition: right 0.3s; }
    .footer-navigation > li ul a:hover:before {
      right: 0; }

.footer-logo a {
  display: inline-block; }

.footer-logo img {
  width: 295px;
  height: 69px; }
  @media (min-width: 1366px) {
    .footer-logo img {
      width: 251px;
      height: 59px; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .footer-logo img {
      width: 137px;
      height: auto; } }

.footer-text {
  padding: 60px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font: 300 16px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .footer-text {
      padding: 52px 0 40px; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .footer-text {
      padding: 40px 0 27px;
      font-size: 12px; } }

.footer-info {
  font: 300 16px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1680px) {
    .footer-info {
      font-size: 20px; } }
  .footer-info h3 {
    font-size: 20px;
    margin: 0 0 21px; }
    @media (min-width: 1024px) {
      .footer-info h3 {
        margin-bottom: 15px; } }
    @media (min-width: 1680px) {
      .footer-info h3 {
        font-size: 26px;
        margin: 0 0 28px; } }
  .footer-info p {
    line-height: 1.4; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .footer-info p {
        font-size: 14px; } }
  .footer-info a {
    text-decoration: none;
    color: #fff; }
    .footer-info a:hover {
      color: #999; }

.footer-links {
  margin: 0 0 62px; }
  @media (min-width: 1024px) {
    .footer-links {
      margin-bottom: 46px; } }
  @media (min-width: 1680px) {
    .footer-links {
      margin: 0 0 53px; } }
  .footer-links li {
    margin: 0 0 20px;
    text-align: center; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .footer-links li {
        margin-bottom: 28px; } }
  .footer-links a {
    display: inline-flex;
    align-items: center;
    height: 70px;
    width: 100%;
    color: #fff;
    padding: 10px 70px 10px 30px;
    font: 500 20px/1 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 36px;
    position: relative;
    max-width: 294px; }
    @media (min-width: 1024px) {
      .footer-links a {
        max-width: none;
        font-size: 16px;
        padding: 10px 55px 10px 15px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .footer-links a {
        height: 62px; } }
    @media (min-width: 1680px) {
      .footer-links a {
        font-size: 20px;
        padding: 10px 70px 10px 30px; } }
    .footer-links a span {
      position: relative; }
      .footer-links a span:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #fff;
        content: "";
        opacity: 0;
        transition: all .8s ease; }
    .footer-links a:hover span:before {
      opacity: 1; }
    .footer-links a:hover:after {
      transform: translateY(-50%) rotate(-45deg); }
    .footer-links a:hover:before {
      transform: translateY(-50%) rotate(45deg); }
    .footer-links a:after {
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 50px;
      content: "\e901";
      font-family: 'icomoon';
      transform: translateY(-50%);
      transition: transform .8s ease; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .footer-links a:after {
          right: 5px; } }
    .footer-links a:before {
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 50px;
      content: "\e900";
      font-family: 'icomoon';
      transform: translateY(-50%);
      transition: transform .8s ease; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .footer-links a:before {
          right: 3px; } }

.nav-bootom-block,
.footer-bootom-block {
  padding: 35px 0;
  background: #151515;
  color: #fff;
  font: 300 16px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .nav-bootom-block,
    .footer-bootom-block {
      padding: 37px 0; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .nav-bootom-block,
    .footer-bootom-block {
      font-size: 12px;
      padding: 32px 0; } }
  .nav-bootom-block .container,
  .footer-bootom-block .container {
    max-width: 1776px;
    padding: 0 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between; }
    @media (min-width: 1024px) {
      .nav-bootom-block .container,
      .footer-bootom-block .container {
        flex-direction: row;
        justify-content: inherit; } }
    @media (min-width: 1440px) and (max-width: 1679px) {
      .nav-bootom-block .container,
      .footer-bootom-block .container {
        padding: 0 80px; } }
  .nav-bootom-block .copyright,
  .footer-bootom-block .copyright {
    text-align: center;
    max-width: 300px; }
    @media (min-width: 1024px) {
      .nav-bootom-block .copyright,
      .footer-bootom-block .copyright {
        text-align: left;
        max-width: none; } }
  .nav-bootom-block .copyright-links,
  .footer-bootom-block .copyright-links {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 1024px) {
      .nav-bootom-block .copyright-links,
      .footer-bootom-block .copyright-links {
        margin-left: auto;
        margin-right: 80px; } }
    @media (min-width: 1680px) {
      .nav-bootom-block .copyright-links,
      .footer-bootom-block .copyright-links {
        margin-right: 111px; } }
    .nav-bootom-block .copyright-links li,
    .footer-bootom-block .copyright-links li {
      padding: 0 18px;
      margin: 0 0 39px;
      position: relative; }
      @media (min-width: 1024px) {
        .nav-bootom-block .copyright-links li,
        .footer-bootom-block .copyright-links li {
          padding: 0 18px;
          margin: 0; } }
      .nav-bootom-block .copyright-links li:first-child:after,
      .footer-bootom-block .copyright-links li:first-child:after {
        display: none; }
      @media (min-width: 1024px) {
        .nav-bootom-block .copyright-links li:last-child,
        .footer-bootom-block .copyright-links li:last-child {
          padding-right: 0; } }
      .nav-bootom-block .copyright-links li:after,
      .footer-bootom-block .copyright-links li:after {
        position: absolute;
        top: 2px;
        left: 0;
        bottom: 2px;
        width: 1px;
        content: "";
        background: #fff; }
    .nav-bootom-block .copyright-links a,
    .footer-bootom-block .copyright-links a {
      text-decoration: none;
      color: #fff;
      position: relative;
      position: relative; }
      .nav-bootom-block .copyright-links a:before,
      .footer-bootom-block .copyright-links a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background: #fff;
        content: "";
        opacity: 0;
        transition: all .8s ease; }
      .nav-bootom-block .copyright-links a:hover,
      .footer-bootom-block .copyright-links a:hover {
        color: #fff; }
        .nav-bootom-block .copyright-links a:hover:before,
        .footer-bootom-block .copyright-links a:hover:before {
          right: 0;
          opacity: 1; }
  .nav-bootom-block .created-by a,
  .footer-bootom-block .created-by a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  /* &:after {
		content: '';
		display: block;
		clear: both;
	} */ }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.home .holder-hero-inner {
  display: none; }

.holder-hero-inner {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding-top: 101px; }
  @media (min-width: 768px) {
    .holder-hero-inner.decor-style-1:before {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 50%;
      width: 1px;
      content: "";
      background: rgba(255, 255, 255, 0.3);
      z-index: 1; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .holder-hero-inner.decor-style-1:before {
      top: 80px; } }
  .holder-hero-inner.decor-style-1 .over-decor {
    overflow: hidden; }
    .holder-hero-inner.decor-style-1 .over-decor::before {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 84px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-83.5px); }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .holder-hero-inner.decor-style-1 .over-decor::before {
          top: 80px; } }
    .holder-hero-inner.decor-style-1 .over-decor::after {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 216px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-215.5px); }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .holder-hero-inner.decor-style-1 .over-decor::after {
          top: 80px; } }
    @media (min-width: 768px) {
      .holder-hero-inner.decor-style-1 .over-decor:before {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 50%;
        width: 108px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-107.5px); }
      .holder-hero-inner.decor-style-1 .over-decor:after {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 50%;
        width: 108px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-0.5px); } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .holder-hero-inner.decor-style-1 .over-decor:before, .holder-hero-inner.decor-style-1 .over-decor:after {
        top: 80px; } }
  @media (min-width: 768px) {
    .holder-hero-inner.decor-style-2:before {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 50%;
      width: 1px;
      content: "";
      background: rgba(255, 255, 255, 0.3);
      z-index: 1; } }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .holder-hero-inner.decor-style-2:before {
      top: 80px; } }
  .holder-hero-inner.decor-style-2 .over-decor {
    overflow: hidden;
    display: flex;
    align-items: center; }
    .holder-hero-inner.decor-style-2 .over-decor::before {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 84px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-83.5px); }
    .holder-hero-inner.decor-style-2 .over-decor::after {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 216px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-215.5px); }
    @media (min-width: 768px) {
      .holder-hero-inner.decor-style-2 .over-decor:before {
        display: none; }
      .holder-hero-inner.decor-style-2 .over-decor:after {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 50%;
        width: 108px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-0.5px); } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .holder-hero-inner.decor-style-2 .over-decor:before, .holder-hero-inner.decor-style-2 .over-decor:after {
        top: 80px; } }
  .holder-hero-inner.decor-style-3 .over-decor {
    overflow: hidden; }
    .holder-hero-inner.decor-style-3 .over-decor::before {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 84px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-83.5px); }
    .holder-hero-inner.decor-style-3 .over-decor::after {
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 100%;
      width: 216px;
      content: "";
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
      background-repeat: no-repeat;
      transform: translateX(-215.5px); }
    @media (min-width: 768px) {
      .holder-hero-inner.decor-style-3 .over-decor::before {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 100%;
        width: 108px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-107.5px); }
      .holder-hero-inner.decor-style-3 .over-decor::after {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 100%;
        width: 277px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top left, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-276.5px); } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .holder-hero-inner.decor-style-3 .over-decor:before, .holder-hero-inner.decor-style-3 .over-decor:after {
        top: 80px; } }
  .holder-hero-inner:after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(13, 55, 90, 0.6); }
  .holder-hero-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  .holder-hero-inner .title {
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 27px 34px 35px;
    max-width: 1776px;
    margin: 0 auto;
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .holder-hero-inner .title {
        text-align: left;
        padding: 71px 34px;
        min-height: 0; } }
    @media (min-width: 1024px) {
      .holder-hero-inner .title {
        padding: 32px 34px 50px; } }
    @media (min-width: 1024px) {
      .holder-hero-inner .title {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1440px) {
      .holder-hero-inner .title {
        padding-left: 80px;
        padding-right: 80px; } }
    @media (min-width: 1920px) {
      .holder-hero-inner .title {
        padding: 71px 80px; } }
    @media (min-width: 1920px) {
      .holder-hero-inner .title {
        padding-left: 34px;
        padding-right: 34px; } }
    .holder-hero-inner .title h1 {
      font-family: "Ranade", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 1.1;
      font-weight: 300;
      margin: 0;
      letter-spacing: -3.2px; }
      @media (min-width: 440px) {
        .holder-hero-inner .title h1 {
          letter-spacing: -3px; } }
      @media (min-width: 1024px) {
        .holder-hero-inner .title h1 {
          letter-spacing: -1.5px; } }

@media (max-width: 1023px) {
  #content .company-card::before {
    display: none; } }

@media (max-width: 1023px) {
  #content .company-card img {
    filter: none; } }

@media (max-width: 1023px) {
  #content .company-card .company-description {
    opacity: 1;
    visibility: visible;
    color: #151515; } }

.tax-team_category #content,
.tax-case_study_category #content,
.tax-company_status #content,
.error404 #content,
.search #content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1780px;
  padding: 0 34px 67px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .tax-team_category #content,
    .tax-case_study_category #content,
    .tax-company_status #content,
    .error404 #content,
    .search #content {
      padding-bottom: 107px; } }
  .tax-team_category #content > .title,
  .tax-team_category #content .head,
  .tax-case_study_category #content > .title,
  .tax-case_study_category #content .head,
  .tax-company_status #content > .title,
  .tax-company_status #content .head,
  .error404 #content > .title,
  .error404 #content .head,
  .search #content > .title,
  .search #content .head {
    width: 100%;
    padding: 172px 0 71px;
    color: #fff;
    margin-bottom: 67px;
    position: relative; }
    .tax-team_category #content > .title:before,
    .tax-team_category #content .head:before,
    .tax-case_study_category #content > .title:before,
    .tax-case_study_category #content .head:before,
    .tax-company_status #content > .title:before,
    .tax-company_status #content .head:before,
    .error404 #content > .title:before,
    .error404 #content .head:before,
    .search #content > .title:before,
    .search #content .head:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #0D375A;
      z-index: -1; }
    @media (min-width: 1024px) {
      .tax-team_category #content > .title,
      .tax-team_category #content .head,
      .tax-case_study_category #content > .title,
      .tax-case_study_category #content .head,
      .tax-company_status #content > .title,
      .tax-company_status #content .head,
      .error404 #content > .title,
      .error404 #content .head,
      .search #content > .title,
      .search #content .head {
        margin-bottom: 107px; } }

.tax-team_category .case-studies,
.tax-case_study_category .case-studies,
.tax-company_status .case-studies,
.error404 .case-studies,
.search .case-studies {
  border: 1px solid #ABABAB;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 20px; }
  @media (min-width: 768px) {
    .tax-team_category .case-studies,
    .tax-case_study_category .case-studies,
    .tax-company_status .case-studies,
    .error404 .case-studies,
    .search .case-studies {
      width: 50%; } }
  @media (min-width: 1024px) {
    .tax-team_category .case-studies,
    .tax-case_study_category .case-studies,
    .tax-company_status .case-studies,
    .error404 .case-studies,
    .search .case-studies {
      width: 33.33%; } }
  .tax-team_category .case-studies img,
  .tax-case_study_category .case-studies img,
  .tax-company_status .case-studies img,
  .error404 .case-studies img,
  .search .case-studies img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
    margin-bottom: 20px;
    width: 100%; }
  .tax-team_category .case-studies a,
  .tax-case_study_category .case-studies a,
  .tax-company_status .case-studies a,
  .error404 .case-studies a,
  .search .case-studies a {
    color: inherit;
    text-decoration: none; }

.tax-team_category .navigation,
.tax-case_study_category .navigation,
.tax-company_status .navigation,
.error404 .navigation,
.search .navigation {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px 0; }
  .tax-team_category .navigation::before,
  .tax-case_study_category .navigation::before,
  .tax-company_status .navigation::before,
  .error404 .navigation::before,
  .search .navigation::before {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background: #ABABAB; }
  .tax-team_category .navigation .nav-links,
  .tax-case_study_category .navigation .nav-links,
  .tax-company_status .navigation .nav-links,
  .error404 .navigation .nav-links,
  .search .navigation .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .tax-team_category .navigation .page-numbers.next, .tax-team_category .navigation .page-numbers.prev,
  .tax-case_study_category .navigation .page-numbers.next,
  .tax-case_study_category .navigation .page-numbers.prev,
  .tax-company_status .navigation .page-numbers.next,
  .tax-company_status .navigation .page-numbers.prev,
  .error404 .navigation .page-numbers.next,
  .error404 .navigation .page-numbers.prev,
  .search .navigation .page-numbers.next,
  .search .navigation .page-numbers.prev {
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border: 1px solid #151515;
    border-radius: 50%;
    background: #fff;
    font-size: 0; }
    .tax-team_category .navigation .page-numbers.next::after, .tax-team_category .navigation .page-numbers.prev::after,
    .tax-case_study_category .navigation .page-numbers.next::after,
    .tax-case_study_category .navigation .page-numbers.prev::after,
    .tax-company_status .navigation .page-numbers.next::after,
    .tax-company_status .navigation .page-numbers.prev::after,
    .error404 .navigation .page-numbers.next::after,
    .error404 .navigation .page-numbers.prev::after,
    .search .navigation .page-numbers.next::after,
    .search .navigation .page-numbers.prev::after {
      transition: all 0.3s;
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 5px 9px 5px 0;
      border-color: transparent #151515 transparent transparent;
      transform: translate(-50%, -50%) rotate(0deg); }
    .tax-team_category .navigation .page-numbers.next:hover::after, .tax-team_category .navigation .page-numbers.prev:hover::after,
    .tax-case_study_category .navigation .page-numbers.next:hover::after,
    .tax-case_study_category .navigation .page-numbers.prev:hover::after,
    .tax-company_status .navigation .page-numbers.next:hover::after,
    .tax-company_status .navigation .page-numbers.prev:hover::after,
    .error404 .navigation .page-numbers.next:hover::after,
    .error404 .navigation .page-numbers.prev:hover::after,
    .search .navigation .page-numbers.next:hover::after,
    .search .navigation .page-numbers.prev:hover::after {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.6); }
  .tax-team_category .navigation .page-numbers.next::after,
  .tax-case_study_category .navigation .page-numbers.next::after,
  .tax-company_status .navigation .page-numbers.next::after,
  .error404 .navigation .page-numbers.next::after,
  .search .navigation .page-numbers.next::after {
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #151515; }

.error404 .post {
  width: 100%; }

.error404 .content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }

.search #content {
  padding-bottom: 0; }

.search article {
  width: 100%;
  border: 1px solid #ABABAB;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 20px; }
  @media (min-width: 768px) {
    .search article {
      width: 50%; } }
  @media (min-width: 1024px) {
    .search article {
      width: 33.33%; } }
  .search article.team-item {
    padding: 0; }
    .search article.team-item .holder-img {
      aspect-ratio: auto; }
      @media (min-width: 1024px) {
        .search article.team-item .holder-img {
          min-height: 507px; } }
  .search article.page, .search article.post, .search article.news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .search article.page a, .search article.post a, .search article.news-item a {
      color: inherit;
      text-decoration: none; }
      .search article.page a:hover, .search article.post a:hover, .search article.news-item a:hover {
        opacity: 0.8; }
  .search article .meta {
    margin-top: auto;
    padding-top: 20px; }

.page-template-template-text-content .holder-hero-inner {
  margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .page-template-template-text-content .holder-hero-inner {
      margin-bottom: 80px; } }
  @media (min-width: 1680px) {
    .page-template-template-text-content .holder-hero-inner {
      margin-bottom: 100px; } }

.page-template-template-text-content #content {
  padding-bottom: 50px;
  line-height: 1.4; }
  @media (min-width: 1024px) {
    .page-template-template-text-content #content {
      padding-bottom: 60px; } }
  @media (min-width: 1680px) {
    .page-template-template-text-content #content {
      padding-bottom: 70px; } }
  .page-template-template-text-content #content .container {
    max-width: 1315px; }
  .page-template-template-text-content #content .h3,
  .page-template-template-text-content #content h3 {
    font-weight: 600;
    margin-bottom: 25px; }
  .page-template-template-text-content #content .h2,
  .page-template-template-text-content #content h2 {
    font-weight: 400;
    margin-bottom: 3px;
    color: #000; }
  .page-template-template-text-content #content p {
    margin-bottom: 28px;
    color: #000; }
  .page-template-template-text-content #content .has-small-font-size {
    font-size: 16px !important;
    color: #000; }
  .page-template-template-text-content #content .wp-block-list {
    padding: 0; }
    .page-template-template-text-content #content .wp-block-list li {
      list-style: none;
      margin-bottom: 20px;
      align-items: flex-start;
      padding-left: 13px;
      margin-left: 13px;
      position: relative; }
      .page-template-template-text-content #content .wp-block-list li:last-child {
        margin-bottom: 0; }
      .page-template-template-text-content #content .wp-block-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #000;
        flex-shrink: 0;
        margin-right: 12px;
        margin-top: 13px; }
  .page-template-template-text-content #content .wp-block-table {
    margin: 0; }
    .page-template-template-text-content #content .wp-block-table.four-col table td {
      width: auto; }
      .page-template-template-text-content #content .wp-block-table.four-col table td:nth-child(1), .page-template-template-text-content #content .wp-block-table.four-col table td:nth-child(2) {
        width: 15.5%; }
      .page-template-template-text-content #content .wp-block-table.four-col table td:nth-child(3) {
        width: 46%; }
      .page-template-template-text-content #content .wp-block-table.four-col table td:nth-child(4) {
        width: 23%;
        padding: 8px 15px; }
    .page-template-template-text-content #content .wp-block-table.two-col td {
      width: 50%; }
    .page-template-template-text-content #content .wp-block-table.three-col table td {
      width: auto; }
      .page-template-template-text-content #content .wp-block-table.three-col table td:nth-child(1) {
        width: 15.5%; }
      .page-template-template-text-content #content .wp-block-table.three-col table td:nth-child(2) {
        width: 61.5%; }
      .page-template-template-text-content #content .wp-block-table.three-col table td:nth-child(3) {
        width: 23%; }
    .page-template-template-text-content #content .wp-block-table table {
      font-size: 20px;
      line-height: 1.4;
      min-width: 800px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .page-template-template-text-content #content .wp-block-table table {
          font-size: 16px; } }
      .page-template-template-text-content #content .wp-block-table table td {
        padding: 20px;
        vertical-align: middle; }

.btn {
  display: inline-flex;
  align-items: center;
  height: 70px;
  color: #151515;
  padding: 10px 85px 10px 30px;
  font: 500 20px/1 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  border-radius: 36px;
  position: relative;
  transition: color 0.8s ease; }
  @media (min-width: 1024px) {
    .btn {
      max-width: none;
      font-size: 16px;
      padding: 10px 85px 10px 20px; } }
  @media (min-width: 1500px) {
    .btn {
      font-size: 20px;
      padding: 10px 85px 10px 30px; } }
  .btn span {
    position: relative; }
    .btn span:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #151515;
      content: "";
      opacity: 0;
      transition: all .8s ease; }
  .btn:hover span:before {
    opacity: 1; }
  .btn:hover:after {
    transform: translateY(-50%) rotate(-45deg); }
  .btn:hover:before {
    transform: translateY(-50%) rotate(45deg); }
  .btn:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 50px;
    content: "\e901";
    font-family: 'icomoon';
    transform: translateY(-50%);
    transition: transform .8s ease; }
  .btn:before {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 50px;
    content: "\e900";
    font-family: 'icomoon';
    transform: translateY(-50%);
    transition: transform .8s ease; }
  .btn.btn-link-arrow {
    padding-left: 0; }

@media print {
  body {
    background: #fff;
    color: #151515;
    overflow: visible; }
  * {
    color: #151515 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.join-us-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  min-height: 508px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1024px) {
    .join-us-banner {
      min-height: 498px; } }
  @media (min-width: 1680px) {
    .join-us-banner {
      min-height: 665px; } }
  .join-us-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  .join-us-banner .container {
    position: relative;
    z-index: 1;
    max-width: 805px;
    padding: 0 30px; }
    @media (min-width: 1024px) {
      .join-us-banner .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .join-us-banner .container {
        padding: 0 100px; } }
    @media (min-width: 1680px) {
      .join-us-banner .container {
        padding: 0 30px; } }
  .join-us-banner .section-title {
    font: 400 26px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 32px; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .join-us-banner .section-title {
        font-size: 20px; } }
  .join-us-banner .section-text {
    font: 300 20px/1.2 "Figtree", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 28px; }
    @media (min-width: 1024px) {
      .join-us-banner .section-text {
        line-height: 1.4; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .join-us-banner .section-text {
        font-size: 16px; } }

.bg-pos-mobile-left img {
  object-position: center left; }

.bg-pos-mobile-center img {
  object-position: center center; }

.bg-pos-mobile-right img {
  object-position: center right; }

@media (min-width: 1024px) {
  .bg-pos-desktop-left img {
    object-position: center left; }
  .bg-pos-desktop-center img {
    object-position: center center; }
  .bg-pos-desktop-right img {
    object-position: center right; } }

.news-archive-container {
  padding: 70px 20px 55px;
  max-width: 1700px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .news-archive-container {
      padding: 80px 40px 80px; } }
  @media (min-width: 1440px) {
    .news-archive-container {
      padding: 80px 80px 40px; } }
  @media (min-width: 1680px) {
    .news-archive-container {
      padding: 107px 20px 60px; } }
  .news-archive-container .news-header {
    text-align: center;
    margin-bottom: 56px; }
    @media (min-width: 1024px) {
      .news-archive-container .news-header {
        margin-bottom: 38px; } }
    @media (min-width: 1680px) {
      .news-archive-container .news-header {
        margin-bottom: 66px; } }
  .news-archive-container .section-title {
    margin-bottom: 30px;
    font-weight: 400; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .news-archive-container .section-title {
        margin-bottom: 20px; } }
  .news-archive-container .section-text {
    line-height: 27px; }
  .news-archive-container .news-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 51px;
    justify-content: center; }
    @media (min-width: 1024px) {
      .news-archive-container .news-filters {
        margin-bottom: 30px; } }
    @media (min-width: 1440px) {
      .news-archive-container .news-filters {
        justify-content: space-between; } }
    @media (min-width: 1680px) {
      .news-archive-container .news-filters {
        margin-bottom: 40px; } }
  .news-archive-container .filter-group,
  .news-archive-container .reset-group {
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 26px; }
    @media (min-width: 1024px) {
      .news-archive-container .filter-group,
      .news-archive-container .reset-group {
        margin-bottom: 0; } }
    .news-archive-container .filter-group .label,
    .news-archive-container .reset-group .label {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      margin-right: 8px;
      margin-bottom: 12px; }
      @media (min-width: 768px) {
        .news-archive-container .filter-group .label,
        .news-archive-container .reset-group .label {
          display: inline-block;
          width: auto; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .news-archive-container .filter-group .label,
        .news-archive-container .reset-group .label {
          font-size: 14px; } }
    .news-archive-container .filter-group .holder,
    .news-archive-container .reset-group .holder {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .news-archive-container .filter-group button,
    .news-archive-container .reset-group button {
      transition: all 0.3s;
      display: flex;
      align-items: center;
      padding: 8px 16px 8px 16px;
      border-radius: 17px;
      background-color: transparent;
      border: 1px solid rgba(21, 21, 21, 0.3);
      margin: 0 4px 10px;
      font-size: 16px;
      font-weight: 300; }
      .news-archive-container .filter-group button::before,
      .news-archive-container .reset-group button::before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 6px;
        margin-right: 12px;
        background-color: #151515;
        border-radius: 50%; }
      @media (min-width: 1024px) {
        .news-archive-container .filter-group button,
        .news-archive-container .reset-group button {
          margin: 0 3px 10px; } }
      @media (min-width: 1440px) {
        .news-archive-container .filter-group button,
        .news-archive-container .reset-group button {
          padding: 7px 16px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .news-archive-container .filter-group button,
        .news-archive-container .reset-group button {
          font-size: 14px; } }
      .news-archive-container .filter-group button.active,
      .news-archive-container .reset-group button.active {
        background-color: #1A6CAF;
        color: #fff; }
        .news-archive-container .filter-group button.active::before,
        .news-archive-container .reset-group button.active::before {
          background-color: #fff; }
        .news-archive-container .filter-group button.active:hover,
        .news-archive-container .reset-group button.active:hover {
          background-color: #1A6CAF; }
      .news-archive-container .filter-group button:hover,
      .news-archive-container .reset-group button:hover {
        background-color: #EDF1F2; }
    .news-archive-container .filter-group.filter-group-year .holder,
    .news-archive-container .reset-group.filter-group-year .holder {
      flex-wrap: wrap; }
  .news-archive-container .reset-group {
    margin-right: 10px; }
  .news-archive-container .search-group {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .news-archive-container .search-group {
        width: auto; } }
    @media (min-width: 1024px) {
      .news-archive-container .search-group {
        margin-bottom: 10px; } }
    .news-archive-container .search-group::before {
      position: absolute;
      left: 16px;
      top: 10px;
      content: '';
      width: 16px;
      height: 16px;
      background-image: url(./images/icons/search.svg); }
    .news-archive-container .search-group input[type="search"] {
      height: auto !important;
      padding: 8px 16px 8px 42px !important;
      border-radius: 17px;
      background-color: transparent;
      border: 1px solid rgba(21, 21, 21, 0.3);
      font-size: 16px;
      font-weight: 300;
      min-width: 266px;
      width: 100%; }
      @media (min-width: 768px) {
        .news-archive-container .search-group input[type="search"] {
          width: auto; } }
      @media (min-width: 1200px) and (max-width: 1679px) {
        .news-archive-container .search-group input[type="search"] {
          min-width: 225px; } }
      .news-archive-container .search-group input[type="search"]::placeholder {
        color: #000; }
  .news-archive-container .no-news-found {
    margin: 15px 0;
    text-align: center; }
  .news-archive-container .load-more-container .btn-ajax {
    background: #1A6CAF;
    color: #fff; }
    @media (min-width: 1500px) {
      .news-archive-container .load-more-container .btn-ajax {
        padding-right: 105px; } }
    .news-archive-container .load-more-container .btn-ajax:hover span::before {
      background: #fff; }

.news-content-wrapper .news-grid {
  display: flex;
  flex-wrap: wrap; }
  .news-content-wrapper .news-grid .news-item {
    width: 100%;
    border: 1px solid #ABABAB;
    margin-right: -1px;
    margin-bottom: -1px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 480px) {
      .news-content-wrapper .news-grid .news-item {
        width: 50%; } }
    @media (min-width: 768px) {
      .news-content-wrapper .news-grid .news-item {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .news-content-wrapper .news-grid .news-item {
        width: 25%; } }

.news-content-wrapper .news-thumb {
  margin-bottom: 26px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  height: 252px; }
  @media (min-width: 1024px) {
    .news-content-wrapper .news-thumb {
      height: 185px;
      margin-bottom: 13px; } }
  @media (min-width: 1680px) {
    .news-content-wrapper .news-thumb {
      height: 252px;
      margin-bottom: 26px; } }
  .news-content-wrapper .news-thumb .holder-img {
    transform: scale(1);
    transition: all 0.8s; }
    .news-content-wrapper .news-thumb .holder-img::before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
  .news-content-wrapper .news-thumb img {
    display: block;
    object-fit: cover;
    height: 236px; }
    @media (min-width: 1024px) {
      .news-content-wrapper .news-thumb img {
        height: 171px; } }
    @media (min-width: 1680px) {
      .news-content-wrapper .news-thumb img {
        height: 236px; } }
  .news-content-wrapper .news-thumb .news-logo {
    position: absolute; }
    @media (min-width: 1024px) {
      .news-content-wrapper .news-thumb .news-logo {
        width: 191px; } }
    .news-content-wrapper .news-thumb .news-logo img {
      height: auto; }
      @media (min-width: 1024px) {
        .news-content-wrapper .news-thumb .news-logo img {
          width: 100%; } }

.news-content-wrapper a {
  text-decoration: none;
  color: #151515;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .news-content-wrapper a:not(:has(.news-thumb)) .news-meta {
    height: 100%; }
  .news-content-wrapper a:hover .holder-img {
    transform: scale(1.14); }

.news-content-wrapper .news-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100% - 278px);
  padding: 16px 35px 36px; }
  @media (min-width: 1024px) {
    .news-content-wrapper .news-meta {
      height: calc(100% - 185px);
      padding: 16px 30px 45px; } }
  @media (min-width: 1680px) {
    .news-content-wrapper .news-meta {
      height: calc(100% - 278px);
      padding: 16px 35px 36px; } }

.news-content-wrapper .news-date {
  display: block;
  font-size: 16px;
  color: #151515;
  font-weight: 300;
  margin-bottom: 36px;
  width: 100%; }
  @media (min-width: 1024px) {
    .news-content-wrapper .news-date {
      margin-bottom: 20px;
      font-size: 14px; } }
  @media (min-width: 1680px) {
    .news-content-wrapper .news-date {
      margin-bottom: 36px;
      font-size: 16px; } }

.news-content-wrapper h3 {
  color: #151515;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .news-content-wrapper h3 {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 6px; } }
  @media (min-width: 1680px) {
    .news-content-wrapper h3 {
      font-size: 20px; } }

.news-content-wrapper .holder-btn {
  margin-top: auto; }

.news-content-wrapper .btn-news {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px 8px 16px;
  border-radius: 17px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.3);
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-decoration: none; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .news-content-wrapper .btn-news {
      font-size: 14px;
      padding: 8px 23px; } }
  .news-content-wrapper .btn-news::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 16px;
    background-color: #151515;
    border-radius: 50%; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .news-content-wrapper .btn-news::before {
        margin-right: 13px; } }

.load-more-container {
  text-align: center;
  margin-top: 60px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .load-more-container {
      padding-top: 37px; } }
  .load-more-container .btn-ajax {
    transition: 0.3s all;
    background-color: transparent;
    border: 0; }

.news-archive-container {
  position: relative; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader svg {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }

.compass-needle {
  transform-origin: center;
  animation: spin-compass 1.2s linear infinite; }

@keyframes spin-compass {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(405deg); }
  100% {
    transform: rotate(360deg); } }

.holder-hero-inner-single {
  margin-bottom: 107px; }
  @media (min-width: 1024px) {
    .holder-hero-inner-single {
      margin-bottom: 80px; } }
  @media (min-width: 1680px) {
    .holder-hero-inner-single {
      margin-bottom: 107px; } }
  .holder-hero-inner-single:has(+ .team-single-article), .holder-hero-inner-single:has(+ .team-single-operating), .holder-hero-inner-single:has(+ .team-single-memoriam) {
    margin-bottom: 0; }

.single-news .container {
  max-width: 1344px;
  padding: 0 34px; }
  @media (min-width: 1024px) and (max-width: 1679px) {
    .single-news .container {
      max-width: 1220px;
      padding: 0 80px; } }

.single-news .type-news {
  padding-bottom: 86px; }
  .single-news .type-news .title {
    border-bottom: 1px solid #151515; }
    .single-news .type-news .title time,
    .single-news .type-news .title .author {
      display: block;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 32px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .single-news .type-news .title time,
        .single-news .type-news .title .author {
          font-size: 16px; } }
    .single-news .type-news .title h2 {
      margin-bottom: 32px;
      font-weight: 400; }
    .single-news .type-news .title .author {
      padding-bottom: 45px;
      margin-bottom: 7px; }
      @media (min-width: 1024px) {
        .single-news .type-news .title .author {
          padding-bottom: 25px; } }
  .single-news .type-news .content {
    font-size: 20px;
    font-weight: 300;
    margin-top: 61px;
    line-height: 27px; }
    @media (min-width: 1024px) {
      .single-news .type-news .content {
        margin-top: 76px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .single-news .type-news .content {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 40px; } }
    .single-news .type-news .content p {
      margin-bottom: 25px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .single-news .type-news .content p {
          margin-bottom: 18px; } }
    .single-news .type-news .content h3 {
      font-weight: 600;
      margin-bottom: 33px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .single-news .type-news .content h3 {
          font-size: 20px;
          margin-bottom: 20px; } }
  .single-news .type-news .news-bottom-text {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ABABAB;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #4f626b; }
    @media (min-width: 1024px) {
      .single-news .type-news .news-bottom-text {
        padding-top: 50px; } }
    @media (min-width: 1680px) {
      .single-news .type-news .news-bottom-text {
        font-size: 16px;
        padding-top: 75px;
        margin-top: 75px; } }
    .single-news .type-news .news-bottom-text p {
      margin: 0; }
  .single-news .type-news .wp-block-separator {
    border-width: 1px;
    margin: 80px 0; }
    @media (min-width: 1024px) {
      .single-news .type-news .wp-block-separator {
        margin: 50px 0 40px; } }
    @media (min-width: 1680px) {
      .single-news .type-news .wp-block-separator {
        margin: 74px 0; } }

.custom-post-navigation {
  width: 100vw;
  max-width: 100vw;
  transform: translate(-50%, 0%);
  left: 50%;
  position: relative; }
  @media (min-width: 1024px) {
    .custom-post-navigation {
      padding: 34px 20px;
      border-top: 1px solid #151515; } }
  @media (min-width: 1680px) {
    .custom-post-navigation {
      padding: 40px 40px; } }
  .custom-post-navigation .holder-post-navigation {
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
    flex-wrap: wrap;
    border: 1px solid #151515; }
    @media (min-width: 1024px) {
      .custom-post-navigation .holder-post-navigation {
        border: none;
        align-items: center; } }
  .custom-post-navigation .holder-btn-news-desktop,
  .custom-post-navigation .holder-btn-news-mobile {
    text-align: center;
    padding: 60px 10px; }
    @media (min-width: 1024px) {
      .custom-post-navigation .holder-btn-news-desktop,
      .custom-post-navigation .holder-btn-news-mobile {
        padding: 0 10px; } }
  .custom-post-navigation .holder-btn-news-desktop {
    display: none; }
    @media (min-width: 1024px) {
      .custom-post-navigation .holder-btn-news-desktop {
        display: block;
        width: 33.33%; } }
  .custom-post-navigation .holder-btn-center {
    margin: 0 auto; }
  .custom-post-navigation .holder-btn-news-mobile {
    width: 100%;
    display: block; }
    @media (min-width: 1024px) {
      .custom-post-navigation .holder-btn-news-mobile {
        display: none; } }
  .custom-post-navigation .btn-post {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    width: 50%;
    flex-wrap: wrap;
    padding: 25px 44px; }
    @media (min-width: 1024px) {
      .custom-post-navigation .btn-post {
        width: 33.33%;
        flex-wrap: nowrap;
        padding: 0 10px;
        align-items: center; } }
    .custom-post-navigation .btn-post .holder-text {
      max-width: 430px; }
      @media (max-width: 1023px) {
        .custom-post-navigation .btn-post .holder-text {
          width: 100%; } }
    .custom-post-navigation .btn-post .arrow {
      transition: all 0.3s;
      position: relative;
      z-index: 2;
      display: block;
      width: 64px;
      height: 64px;
      border: 1px solid #151515;
      border-radius: 50%;
      background: #fff;
      font-size: 0;
      margin-bottom: 19px;
      flex-shrink: 0; }
      @media (min-width: 1024px) {
        .custom-post-navigation .btn-post .arrow {
          margin-right: 20px;
          margin-bottom: 0;
          width: 60px;
          height: 60px; } }
      @media (min-width: 1680px) {
        .custom-post-navigation .btn-post .arrow {
          width: 64px;
          height: 64px;
          margin-right: 44px; } }
      .custom-post-navigation .btn-post .arrow::after {
        transition: all 0.3s;
        position: absolute;
        top: 50%;
        left: 50%;
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 9px 5px 0;
        border-color: transparent #151515 transparent transparent;
        transform: translate(-50%, -50%) rotate(0deg); }
        @media (min-width: 1024px) {
          .custom-post-navigation .btn-post .arrow::after {
            border-width: 5.5px 7.5px 5.5px 0; } }
        @media (min-width: 1680px) {
          .custom-post-navigation .btn-post .arrow::after {
            border-width: 5px 9px 5px 0; } }
    .custom-post-navigation .btn-post .nav-subtitle {
      display: block;
      font-size: 16px;
      color: #000000;
      margin-bottom: 14px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .custom-post-navigation .btn-post .nav-subtitle {
          font-size: 14px; } }
    .custom-post-navigation .btn-post .nav-title {
      display: block;
      font-size: 20px;
      font-weight: 500;
      color: #000000; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .custom-post-navigation .btn-post .nav-title {
          font-size: 20px; } }
    .custom-post-navigation .btn-post.prev-post {
      order: -2;
      border-right: 1px solid #151515;
      margin-right: auto; }
      @media (min-width: 1024px) {
        .custom-post-navigation .btn-post.prev-post {
          order: 0;
          border: none;
          margin-right: 0; } }
      .custom-post-navigation .btn-post.prev-post:hover .arrow:after {
        transform: translate(-50%, -50%) rotate(0deg) scale(1.6); }
    .custom-post-navigation .btn-post.next-post {
      justify-content: flex-end;
      order: -1;
      margin-left: auto; }
      @media (min-width: 1024px) {
        .custom-post-navigation .btn-post.next-post {
          order: 0;
          margin-left: 0; } }
      .custom-post-navigation .btn-post.next-post .holder-text {
        text-align: right; }
      .custom-post-navigation .btn-post.next-post .arrow {
        order: -1; }
        @media (min-width: 1024px) {
          .custom-post-navigation .btn-post.next-post .arrow {
            margin-left: 20px;
            margin-right: 0;
            order: 0; } }
        @media (min-width: 1680px) {
          .custom-post-navigation .btn-post.next-post .arrow {
            margin-left: 44px; } }
        .custom-post-navigation .btn-post.next-post .arrow::after {
          border-width: 5px 0 5px 9px;
          border-color: transparent transparent transparent #151515; }
          @media (min-width: 1024px) {
            .custom-post-navigation .btn-post.next-post .arrow::after {
              border-width: 5.5px 0 5.5px 7.5px; } }
          @media (min-width: 1680px) {
            .custom-post-navigation .btn-post.next-post .arrow::after {
              border-width: 5px 0 5px 9px; } }
      .custom-post-navigation .btn-post.next-post:hover .arrow:after {
        transform: translate(-50%, -50%) rotate(0deg) scale(1.6); }

.case-studies-archive-container {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 70px 0 90px; }
  @media (min-width: 1024px) {
    .case-studies-archive-container {
      padding: 80px 0; } }
  @media (min-width: 1680px) {
    .case-studies-archive-container {
      padding: 107px 0; } }
  .case-studies-archive-container .container {
    max-width: 1776px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .case-studies-archive-container .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .case-studies-archive-container .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .case-studies-archive-container .container {
        padding: 0 34px; } }
  .case-studies-archive-container .case-studies-header {
    max-width: 1473px;
    margin: 0 auto 26px; }
    @media (min-width: 1024px) {
      .case-studies-archive-container .case-studies-header {
        text-align: center;
        margin-bottom: 26px;
        padding: 0; } }
    @media (min-width: 1680px) {
      .case-studies-archive-container .case-studies-header {
        margin-bottom: 44px; } }
    .case-studies-archive-container .case-studies-header .section-title {
      font-weight: 400;
      margin-bottom: 32px;
      line-height: 1.1; }
      @media (min-width: 1024px) {
        .case-studies-archive-container .case-studies-header .section-title {
          margin-bottom: 26px; } }
    .case-studies-archive-container .case-studies-header .section-text {
      line-height: 1.4;
      font-weight: 300; }
    @media (max-width: 1023px) {
      .case-studies-archive-container .case-studies-header .line {
        text-align: left !important; } }
  .case-studies-archive-container .tabs-nav-wrapper {
    position: relative;
    margin: 0 -34px;
    font-size: 26px; }
    @media (min-width: 1024px) {
      .case-studies-archive-container .tabs-nav-wrapper::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        height: 1px;
        background: rgba(21, 21, 21, 0.5);
        z-index: 2; } }
    .case-studies-archive-container .tabs-nav-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: -9999px;
      left: -9999px;
      background: #fff;
      z-index: -1; }
    @media (min-width: 1024px) {
      .case-studies-archive-container .tabs-nav-wrapper {
        margin: 0; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .case-studies-archive-container .tabs-nav-wrapper {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .case-studies-archive-container .tabs-nav-wrapper.is-fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999; } }
    @media (min-width: 1024px) {
      .case-studies-archive-container .tabs-nav-wrapper .tabs-nav {
        display: flex;
        justify-content: center; } }
    .case-studies-archive-container .tabs-nav-wrapper .tab-trigger {
      background: transparent;
      padding: 20px;
      min-height: 100px;
      width: 100%;
      border-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 2px;
      text-decoration-color: transparent;
      transition: all 0.5s;
      position: relative;
      overflow: hidden;
      font-weight: 600;
      z-index: 1;
      border: solid rgba(21, 21, 21, 0.5);
      border-width: 1px 0 0; }
      .case-studies-archive-container .tabs-nav-wrapper .tab-trigger:last-child {
        border-width: 1px 0; }
        @media (min-width: 1024px) {
          .case-studies-archive-container .tabs-nav-wrapper .tab-trigger:last-child {
            border-width: 0; } }
      .case-studies-archive-container .tabs-nav-wrapper .tab-trigger::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 34px;
        right: 34px;
        background: #EDF1F2;
        transform: translateY(100%);
        z-index: -1;
        transition: all 0.5s; }
        @media (min-width: 1024px) {
          .case-studies-archive-container .tabs-nav-wrapper .tab-trigger::before {
            left: 0;
            right: 0; } }
      .case-studies-archive-container .tabs-nav-wrapper .tab-trigger::after {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 0px;
        height: 0px;
        border-style: solid;
        transition: border 0.5s;
        border-width: 8px 6px 0 6px;
        border-color: #151515 transparent transparent transparent;
        margin-left: 16px; }
        @media (min-width: 1024px) {
          .case-studies-archive-container .tabs-nav-wrapper .tab-trigger::after {
            margin-top: 3px; } }
        @media (min-width: 1024px) and (max-width: 1679px) {
          .case-studies-archive-container .tabs-nav-wrapper .tab-trigger::after {
            border-width: 7.5px 5px 0 5px; } }
      .case-studies-archive-container .tabs-nav-wrapper .tab-trigger:hover::before {
        transform: translateY(0); }
      @media (min-width: 1024px) {
        .case-studies-archive-container .tabs-nav-wrapper .tab-trigger {
          width: 20%;
          border-width: 0;
          max-width: 247px;
          min-height: 80px; } }
      @media (min-width: 1680px) {
        .case-studies-archive-container .tabs-nav-wrapper .tab-trigger {
          max-width: 323px;
          min-height: 100px; } }
      .case-studies-archive-container .tabs-nav-wrapper .tab-trigger.is-active {
        color: #fff;
        text-decoration-color: inherit;
        border-color: transparent; }
        .case-studies-archive-container .tabs-nav-wrapper .tab-trigger.is-active:last-child {
          border-color: transparent transparent rgba(21, 21, 21, 0.5); }
        .case-studies-archive-container .tabs-nav-wrapper .tab-trigger.is-active::before {
          background: #1A6CAF;
          transform: translateY(0); }
        .case-studies-archive-container .tabs-nav-wrapper .tab-trigger.is-active::after {
          border-width: 0 6px 8px 6px;
          border-color: transparent transparent #fff transparent; }
  .case-studies-archive-container .tabs-content-wrapper {
    overflow: hidden;
    position: relative; }
  .case-studies-archive-container .tab-pane {
    display: block !important;
    opacity: 1 !important;
    transition: all 0.5s;
    width: 100%;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff; }
    @media (min-width: 1024px) {
      .case-studies-archive-container .tab-pane {
        overflow: hidden;
        opacity: 1; } }
    .case-studies-archive-container .tab-pane.is-active {
      position: relative;
      z-index: 10; }
      .case-studies-archive-container .tab-pane.is-active .card-content,
      .case-studies-archive-container .tab-pane.is-active .card-image {
        opacity: 1;
        visibility: visible; }

.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 11px;
  padding-top: 29px; }
  @media (min-width: 1024px) {
    .case-studies-grid {
      gap: 15px;
      padding-top: 80px;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    .case-studies-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1680px) {
    .case-studies-grid {
      padding-top: 110px; } }
  .case-studies-grid .case-study-card {
    padding: 15px 16px 73px;
    min-height: 359px;
    border: solid #ABABAB;
    border-width: 0 0 1px;
    overflow: hidden;
    color: inherit;
    text-decoration: none; }
    @media (max-width: 767px) {
      .case-studies-grid .case-study-card:last-child {
        border-width: 0;
        padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover {
        color: #fff; } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .card-content::before {
        transform: translateX(0); } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .btn {
        color: #fff; } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .btn span:before {
        opacity: 1;
        background: #fff; } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .btn:after {
        transform: translateY(-50%) rotate(-45deg); } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .btn:before {
        transform: translateY(-50%) rotate(45deg); } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .card-image {
        transform: scale(1.1); } }
    @media (min-width: 1024px) {
      .case-studies-grid .case-study-card:hover .card-logo-overlay {
        transform: scale(0.9); } }
    @media (min-width: 768px) {
      .case-studies-grid .case-study-card {
        display: flex;
        padding: 9px;
        border-width: 1px;
        min-height: 278px; } }
    @media (min-width: 1680px) {
      .case-studies-grid .case-study-card {
        padding: 11px 13px;
        min-height: 359px; } }
    .case-studies-grid .case-study-card .card-content {
      font-weight: 300;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s, color 0.8s;
      padding: 40px 15px;
      line-height: 1.4;
      position: relative; }
      @media (min-width: 1024px) {
        .case-studies-grid .case-study-card .card-content:before {
          content: '';
          position: absolute;
          top: -11px;
          bottom: -11px;
          left: -13px;
          right: 0;
          background: #0D375A;
          transform: translateX(-100%);
          transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
          z-index: -1; } }
      @media (min-width: 480px) {
        .case-studies-grid .case-study-card .card-content {
          padding: 52px 25px 60px 48px; } }
      @media (min-width: 768px) {
        .case-studies-grid .case-study-card .card-content {
          width: 51%;
          padding: 30px;
          display: flex;
          flex-direction: column; } }
      @media (min-width: 1024px) {
        .case-studies-grid .case-study-card .card-content {
          padding: 32px 10px 18px; } }
      @media (min-width: 1280px) {
        .case-studies-grid .case-study-card .card-content {
          padding: 32px 21px 18px; } }
      @media (min-width: 1680px) {
        .case-studies-grid .case-study-card .card-content {
          padding: 53px 53px 37px; } }
    .case-studies-grid .case-study-card .card-title {
      font-weight: 600;
      margin-bottom: 26px;
      line-height: 1; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .case-studies-grid .case-study-card .card-title {
          font-size: 20px;
          margin-bottom: 20px; } }
    .case-studies-grid .case-study-card .card-excerpt {
      margin-bottom: 13px; }
      .case-studies-grid .case-study-card .card-excerpt p:last-child {
        margin-bottom: 0; }
    .case-studies-grid .case-study-card .card-action {
      margin-top: auto; }
      @media (min-width: 1280px) {
        .case-studies-grid .case-study-card .card-action {
          padding-left: 10px; } }
      @media (min-width: 1680px) {
        .case-studies-grid .case-study-card .card-action {
          padding-left: 0; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .case-studies-grid .case-study-card .card-action .btn {
          padding-right: 70px; } }
      .case-studies-grid .case-study-card .card-action .btn::before, .case-studies-grid .case-study-card .card-action .btn::after {
        transition: transform .8s ease, color 1.2s ease; }
      .case-studies-grid .case-study-card .card-action .btn span::before {
        transition: all .3s ease; }
    .case-studies-grid .case-study-card .card-image {
      position: relative;
      background: #0D375A;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      display: flex; }
      @media (max-width: 767px) {
        .case-studies-grid .case-study-card .card-image {
          aspect-ratio: 1/1; } }
      @media (min-width: 768px) {
        .case-studies-grid .case-study-card .card-image {
          width: 49%; } }
      .case-studies-grid .case-study-card .card-image > img {
        width: 100%;
        object-fit: cover;
        opacity: 0.5; }
    .case-studies-grid .case-study-card .card-logo-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
      .case-studies-grid .case-study-card .card-logo-overlay img {
        width: auto;
        max-width: 55%;
        margin: 0 auto; }

.case-study-article {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
  .case-study-article .container {
    max-width: 1776px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .case-study-article .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .case-study-article .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .case-study-article .container {
        padding: 0 34px; } }

.case-study-hero {
  position: relative;
  padding: 147px 0 45px;
  min-height: 352px; }
  .case-study-hero:after {
    position: absolute;
    inset: 0;
    content: "";
    background: #0d375a; }
  @media (min-width: 1024px) {
    .case-study-hero {
      padding: 100px 0 25px;
      min-height: 238px; } }
  @media (min-width: 1680px) {
    .case-study-hero {
      min-height: 352px;
      padding: 147px 0 45px; } }
  .case-study-hero .hero-bg {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden; }
    @media (min-width: 768px) {
      .case-study-hero .hero-bg:before {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 50%;
        width: 1px;
        content: "";
        background: rgba(237, 241, 242, 0.3);
        z-index: 1; } }
    @media (min-width: 768px) {
      .case-study-hero .hero-bg:after {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 50%;
        width: 108px;
        content: "";
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(to top right, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent 0);
        background-repeat: no-repeat;
        transform: translateX(-0.5px); } }
    .case-study-hero .hero-bg img {
      width: 100%;
      object-fit: cover;
      opacity: 0.15; }
  .case-study-hero .hero-content {
    position: relative;
    z-index: 2;
    color: #fff; }
    @media (min-width: 1024px) {
      .case-study-hero .hero-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; } }
  .case-study-hero .entry-title {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-family: "Tenor Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 480px) {
      .case-study-hero .entry-title {
        padding-right: 50px; } }
    @media (min-width: 1024px) {
      .case-study-hero .entry-title {
        font-weight: 300; } }
  .case-study-hero .hero-logo {
    max-width: 247px;
    padding-top: 30px; }
    @media (max-width: 1023px) {
      .case-study-hero .hero-logo {
        display: none; } }

.case-study-info-sections .info-row {
  padding: 60px 0 66px;
  position: relative; }
  .case-study-info-sections .info-row::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    z-index: -1; }
  .case-study-info-sections .info-row:nth-child(3n + 1)::before {
    background: #EDF1F2; }
  .case-study-info-sections .info-row:nth-child(3n) {
    color: #fff; }
    .case-study-info-sections .info-row:nth-child(3n)::before {
      background: #0D375A; }
  @media (min-width: 1024px) {
    .case-study-info-sections .info-row {
      display: flex;
      padding: 21px 0 23px; } }
  @media (min-width: 1024px) {
    .case-study-info-sections .info-row .col-title {
      width: 23.5%;
      padding: 59px 20px 59px 0;
      border: solid #ABABAB;
      border-width: 0 1px 0 0;
      margin-right: 42px;
      flex-shrink: 0; } }
  @media (min-width: 1200px) {
    .case-study-info-sections .info-row .col-title {
      margin-right: 130px; } }
  @media (min-width: 1680px) {
    .case-study-info-sections .info-row .col-title {
      padding: 88px 20px 88px 0;
      margin-right: 142px;
      width: 25.5%; } }
  .case-study-info-sections .info-row .row-title {
    font-weight: 400;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .case-study-info-sections .info-row .row-title {
        margin-bottom: 0; } }
  .case-study-info-sections .info-row .col-text {
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 20px; }
    .case-study-info-sections .info-row .col-text:last-child {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .case-study-info-sections .info-row .col-text {
        width: calc((74.5% - 42px) / 2);
        padding: 59px 0 52px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .case-study-info-sections .info-row .col-text {
        width: calc((74.5% - 142px) / 2); } }
    @media (min-width: 1680px) {
      .case-study-info-sections .info-row .col-text {
        padding: 88px 0 110px; } }
    @media (min-width: 1024px) {
      .case-study-info-sections .info-row .col-text.col-text-left {
        padding-right: 15px; } }
    @media (min-width: 1200px) {
      .case-study-info-sections .info-row .col-text.col-text-left {
        padding-right: 39px; } }
    @media (min-width: 1680px) {
      .case-study-info-sections .info-row .col-text.col-text-left {
        padding-right: 55px; } }
    @media (min-width: 1024px) {
      .case-study-info-sections .info-row .col-text.col-text-right {
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .case-study-info-sections .info-row .col-text.col-text-right {
        padding-left: 25px; } }
    @media (min-width: 1680px) {
      .case-study-info-sections .info-row .col-text.col-text-right {
        padding-right: 45px; } }
    .case-study-info-sections .info-row .col-text p:last-child {
      margin-bottom: 0; }

.case-study-review {
  padding: 90px 0 109px; }
  @media (min-width: 1024px) {
    .case-study-review {
      padding: 80px 0; } }
  @media (min-width: 1680px) {
    .case-study-review {
      padding: 110px 0 103px; } }
  .case-study-review .container {
    max-width: 1221px;
    padding: 0 33px; }
  .case-study-review .review-inner {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 1024px) {
      .case-study-review .review-inner {
        font-size: 20px;
        line-height: 1.1;
        max-width: 686px;
        margin: 0 auto; } }
    @media (min-width: 1680px) {
      .case-study-review .review-inner {
        max-width: 100%;
        padding: 0 79px 0 120px;
        font-size: 30px;
        margin: 0; } }
  @media (min-width: 1024px) {
    .case-study-review .quote-text {
      padding: 0 49px 0 44px; } }
  @media (min-width: 1680px) {
    .case-study-review .quote-text {
      padding: 0; } }
  .case-study-review .quote-icon,
  .case-study-review .quote-icon-end {
    width: 26px;
    height: 23px;
    background-position: 26px 23px;
    font-size: 0; }
  .case-study-review .quote-icon {
    background-image: url('data:image/svg+xml,<svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0187 13.1922L10.0187 23.2109L0 23.2109L9.63453e-07 12.1903C1.67874e-06 4.00834 0.834898 0.000838431 10.0187 0.000839233L10.0187 5.01021C5.34333 5.17719 5.34333 6.51302 5.34333 13.1922L10.0187 13.1922Z" fill="%231A6CAF"/><path d="M26.0002 13.1922L26.0002 23.2109L15.9814 23.2109L15.9814 12.1903C15.9814 4.00834 16.8163 0.000838431 26.0002 0.000839233L26.0002 5.01021C21.3248 5.17719 21.3248 6.51302 21.3248 13.1922L26.0002 13.1922Z" fill="%231A6CAF"/></svg>');
    margin-bottom: 22px; }
    @media (min-width: 1024px) {
      .case-study-review .quote-icon {
        margin-bottom: -20px; } }
    @media (min-width: 1680px) {
      .case-study-review .quote-icon {
        margin-bottom: 0;
        margin-left: -70px; } }
  .case-study-review .quote-icon-end {
    background-image: url('data:image/svg+xml,<svg width="26" height="24" viewBox="0 0 26 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.9805 13.1922L15.9805 23.2109L25.9992 23.2109L25.9992 12.1903C25.9992 4.00834 25.1643 0.000838431 15.9805 0.000839233L15.9805 5.01021C20.6559 5.17719 20.6559 6.51302 20.6559 13.1922L15.9805 13.1922Z" fill="%231A6CAF"/><path d="M1.15322e-06 13.1922L2.02909e-06 23.2109L10.0187 23.2109L10.0187 12.1903C10.0187 4.00834 9.18385 0.000838431 0 0.000839233L4.37931e-07 5.01021C4.67542 5.17719 4.67542 6.51302 4.67542 13.1922L1.15322e-06 13.1922Z" fill="%231A6CAF"/></svg>');
    margin-left: auto; }
    @media (min-width: 1024px) {
      .case-study-review .quote-icon-end {
        margin-top: -20px;
        margin-right: -45px; } }
    @media (min-width: 1680px) {
      .case-study-review .quote-icon-end {
        margin-top: -27px;
        margin-right: -30px; } }
  .case-study-review .review-author {
    padding-top: 70px;
    display: flex; }
    @media (min-width: 1024px) {
      .case-study-review .review-author {
        padding-top: 80px; } }
    @media (min-width: 1680px) {
      .case-study-review .review-author {
        padding-top: 67px; } }
    .case-study-review .review-author .author-photo {
      width: 116px;
      margin-right: 30px;
      background: #F2E9E4; }
      @media (min-width: 1024px) {
        .case-study-review .review-author .author-photo {
          width: 100px;
          margin-right: 20px; } }
      @media (min-width: 1680px) {
        .case-study-review .review-author .author-photo {
          width: 116px;
          margin-right: 30px; } }
      .case-study-review .review-author .author-photo img {
        object-fit: cover;
        object-position: 50% 0; }
    .case-study-review .review-author .author-details {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-bottom: 2px; }
      .case-study-review .review-author .author-details::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 83px;
        height: 1px;
        background: #1A6CAF;
        opacity: 0.5; }
      @media (min-width: 1680px) {
        .case-study-review .review-author .author-details {
          margin-bottom: -6px; } }
    .case-study-review .review-author .author-name {
      font-size: 26px;
      font-weight: 400;
      line-height: 1;
      margin-top: auto;
      margin-bottom: 16px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .case-study-review .review-author .author-name {
          font-size: 20px;
          margin-bottom: 10px; } }
    .case-study-review .review-author .author-position {
      font-size: 16px;
      font-weight: 300;
      line-height: 1; }
      @media (min-width: 1024px) {
        .case-study-review .review-author .author-position {
          font-size: 20px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .case-study-review .review-author .author-position {
          font-size: 14px; } }
  .case-study-review .review-bottom-text-wrapper {
    max-width: 1754px;
    margin: 0 auto;
    padding: 40px 34px 0; }
    @media (min-width: 1024px) {
      .case-study-review .review-bottom-text-wrapper {
        padding: 60px 40px 0; } }
    @media (min-width: 1680px) {
      .case-study-review .review-bottom-text-wrapper {
        padding: 116px 20px 0; } }
    .case-study-review .review-bottom-text-wrapper:only-child {
      padding-top: 0 !important; }
  .case-study-review .review-bottom-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #4f626b; }
    @media (min-width: 1680px) {
      .case-study-review .review-bottom-text {
        font-size: 16px; } }
    .case-study-review .review-bottom-text p {
      margin: 0; }

@media (min-width: 1024px) {
  .case-studies-navigation {
    padding-top: 58px;
    padding-bottom: 58px; } }

.case-studies-navigation .holder-btn-center-desktop {
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .case-studies-navigation .holder-btn-center-desktop {
      display: none; } }

.case-studies-navigation .holder-btn-center-mobile {
  text-align: center;
  padding: 57px 0; }
  @media (min-width: 1024px) {
    .case-studies-navigation .holder-btn-center-mobile {
      display: none; } }
  .case-studies-navigation .holder-btn-center-mobile .btn {
    padding-left: 9px; }

@media (max-width: 1023px) {
  .case-studies-navigation .btn-post {
    padding-top: 59px;
    padding-bottom: 59px; } }

@media (max-width: 1023px) {
  .case-studies-navigation .btn-post .holder-text {
    width: 100%; } }

.case-studies-navigation {
  border-color: #ABABAB; }

.team-archive-container {
  padding: 70px 34px;
  max-width: 1783px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .team-archive-container {
      padding: 80px 40px 80px; } }
  @media (min-width: 1440px) {
    .team-archive-container {
      padding: 80px; } }
  @media (min-width: 1680px) {
    .team-archive-container {
      padding: 107px 34px 40px; } }
  .team-archive-container .team-header-intro {
    max-width: 875px;
    margin: 0 auto 42px; }
    .team-archive-container .team-header-intro:has(+ .team-content-wrapper) {
      margin-bottom: 44px; }
      @media (min-width: 1024px) {
        .team-archive-container .team-header-intro:has(+ .team-content-wrapper) {
          margin-bottom: 55px; } }
    @media (min-width: 1024px) {
      .team-archive-container .team-header-intro {
        text-align: center; } }
    @media (min-width: 1366px) {
      .team-archive-container .team-header-intro {
        margin-bottom: 0; } }
  .team-archive-container .section-title {
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.1; }
  .team-archive-container .section-text {
    line-height: 1.4; }
    .team-archive-container .section-text p:last-child {
      margin-bottom: 0; }
    @media (max-width: 1023px) {
      .team-archive-container .section-text .line {
        text-align: left !important; } }
  .team-archive-container .team-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -25px 115px;
    justify-content: center;
    position: relative;
    padding-bottom: 41px; }
    .team-archive-container .team-filters:before {
      content: '';
      position: absolute;
      bottom: -57px;
      height: 1px;
      left: 24px;
      right: 24px;
      background: #ABABAB; }
      @media (min-width: 1024px) {
        .team-archive-container .team-filters:before {
          display: none; } }
    @media (min-width: 1024px) {
      .team-archive-container .team-filters {
        margin-bottom: 40px; } }
    @media (min-width: 1280px) {
      .team-archive-container .team-filters {
        margin: -7px 0 39px;
        padding-bottom: 0;
        padding-top: 67px;
        row-gap: 15px; } }
    @media (min-width: 1680px) {
      .team-archive-container .team-filters {
        justify-content: space-between; } }
  .team-archive-container .filter-group,
  .team-archive-container .reset-group {
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .team-archive-container .filter-group,
      .team-archive-container .reset-group {
        margin-bottom: 10px; } }
    @media (min-width: 1280px) {
      .team-archive-container .filter-group,
      .team-archive-container .reset-group {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        align-items: flex-start; } }
    .team-archive-container .filter-group .label,
    .team-archive-container .reset-group .label {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      margin-right: 8px;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .team-archive-container .filter-group .label,
        .team-archive-container .reset-group .label {
          margin-bottom: 8px;
          margin-right: 0;
          font-size: 14px;
          margin-left: 5px; } }
      @media (min-width: 1280px) {
        .team-archive-container .filter-group .label,
        .team-archive-container .reset-group .label {
          margin-top: 7px;
          display: inline-block;
          width: auto;
          margin-right: 8px; } }
    .team-archive-container .filter-group .holder,
    .team-archive-container .reset-group .holder {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .team-archive-container .filter-group button,
    .team-archive-container .reset-group button {
      transition: all 0.3s;
      display: flex;
      align-items: center;
      padding: 7px 16px;
      border-radius: 17px;
      background-color: transparent;
      border: 1px solid rgba(21, 21, 21, 0.3);
      margin: 0 3px 4px;
      font-size: 16px;
      font-weight: 300; }
      .team-archive-container .filter-group button:last-child,
      .team-archive-container .reset-group button:last-child {
        margin-right: 0; }
      .team-archive-container .filter-group button::before,
      .team-archive-container .reset-group button::before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 6px;
        margin-right: 12px;
        background-color: #151515;
        border-radius: 50%; }
      @media (min-width: 1024px) {
        .team-archive-container .filter-group button,
        .team-archive-container .reset-group button {
          margin: 0 3px 10px;
          padding: 7px 10px; } }
      @media (min-width: 1440px) {
        .team-archive-container .filter-group button,
        .team-archive-container .reset-group button {
          margin: 0 9px 10px;
          padding: 7px 16px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-archive-container .filter-group button,
        .team-archive-container .reset-group button {
          font-size: 14px; } }
      .team-archive-container .filter-group button.active,
      .team-archive-container .reset-group button.active {
        background: #151515;
        color: #fff;
        border-color: #151515; }
        .team-archive-container .filter-group button.active::before,
        .team-archive-container .reset-group button.active::before {
          background-color: #fff; }
        .team-archive-container .filter-group button.active:hover,
        .team-archive-container .reset-group button.active:hover {
          background: #151515;
          border-color: #151515;
          border-color: #1A6CAF; }
      .team-archive-container .filter-group button:hover,
      .team-archive-container .reset-group button:hover {
        background-color: #EDF1F2; }
    .team-archive-container .filter-group.filter-group-year .holder,
    .team-archive-container .reset-group.filter-group-year .holder {
      flex-wrap: wrap; }
  .team-archive-container .reset-group {
    width: 100%;
    display: flex;
    justify-content: center; }
    @media (min-width: 1280px) {
      .team-archive-container .reset-group {
        width: auto;
        max-width: 20%;
        display: block;
        margin-right: 10px; } }
    @media (min-width: 1280px) {
      .team-archive-container .reset-group button:first-child {
        margin-left: 0; } }
    .team-archive-container .reset-group button.active {
      background-color: #1A6CAF;
      border-color: #1A6CAF; }
      .team-archive-container .reset-group button.active:hover {
        background-color: #1A6CAF; }
  .team-archive-container .filter-group {
    width: 100%; }
    @media (min-width: 1280px) {
      .team-archive-container .filter-group:last-child {
        margin: 0; } }
    @media (min-width: 1280px) {
      .team-archive-container .filter-group {
        width: auto;
        margin: 0 auto; } }
    @media (min-width: 1920px) {
      .team-archive-container .filter-group {
        width: auto;
        margin: 0 auto; } }
  .team-archive-container #memoriam-btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    background: #EDF1F2;
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      .team-archive-container #memoriam-btn {
        right: 0;
        transform: translateX(0);
        top: 0;
        bottom: auto; } }
    .team-archive-container #memoriam-btn:hover {
      background: #fff; }
    .team-archive-container #memoriam-btn.active {
      background: #151515; }
  .team-archive-container .advisor-footer-note {
    font-weight: 300;
    color: #151515 !important;
    line-height: 1; }
    @media (min-width: 1024px) {
      .team-archive-container .advisor-footer-note {
        font-size: 16px !important; } }
  .team-archive-container .load-more-container .btn-ajax {
    background: #1A6CAF;
    color: #fff; }
    @media (min-width: 1500px) {
      .team-archive-container .load-more-container .btn-ajax {
        padding-right: 105px; } }
    .team-archive-container .load-more-container .btn-ajax:hover span::before {
      background: #fff; }

.team-content-wrapper {
  position: relative; }
  .team-content-wrapper .team-grid {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s; }

.team-item {
  position: relative;
  width: 100%;
  border: 1px solid #ABABAB;
  margin-right: -1px;
  margin-bottom: -1px;
  display: flex;
  transition: all 0.5s; }
  @media (min-width: 768px) {
    .team-item {
      width: 50%; } }
  @media (min-width: 1024px) {
    .team-item {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .team-item {
      width: 25%; } }
  .team-item a {
    padding: 20px;
    text-decoration: none;
    display: flex;
    transition: all 0.5s;
    color: #fff; }
    .team-item a:hover {
      padding: 0; }
      .team-item a:hover .team-thumb::before {
        opacity: 0; }
      .team-item a:hover .holder-img {
        filter: none; }
  .team-item .team-thumb {
    position: relative;
    display: flex; }
    .team-item .team-thumb::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(13, 55, 90, 0.2);
      z-index: 1;
      transition: opacity 0.5s; }
    .team-item .team-thumb::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(21, 21, 21, 0) 55%, rgba(21, 21, 21, 0.34) 75%, #151515 100%);
      z-index: 2; }
  .team-item .holder-img {
    filter: grayscale(85%) brightness(114%) saturate(0%);
    transition: filter 0.5s;
    width: 100%;
    aspect-ratio: 333/320; }
    .team-item .holder-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .team-item .team-info,
  .team-item .advisor-info-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 30px 27px 24px;
    z-index: 2; }
    @media (min-width: 1200px) and (max-width: 1679px) {
      .team-item .team-info,
      .team-item .advisor-info-overlay {
        padding: 20px 15px; } }
    .team-item .team-info .team-name,
    .team-item .advisor-info-overlay .team-name {
      margin-bottom: 16px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .team-item .team-info .team-name,
        .team-item .advisor-info-overlay .team-name {
          margin-bottom: 16px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-item .team-info .team-name,
        .team-item .advisor-info-overlay .team-name {
          font-size: 20px;
          margin-bottom: 10px; } }
    .team-item .team-info .team-role,
    .team-item .team-info .team-sector,
    .team-item .advisor-info-overlay .team-role,
    .team-item .advisor-info-overlay .team-sector {
      font-size: 16px;
      font-weight: 300;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 1.1;
      max-height: calc(1.1em * 3);
      overflow: hidden; }
      @media (min-width: 1024px) {
        .team-item .team-info .team-role,
        .team-item .team-info .team-sector,
        .team-item .advisor-info-overlay .team-role,
        .team-item .advisor-info-overlay .team-sector {
          font-size: 20px;
          line-height: 1.4;
          max-height: calc(1.4em * 3); } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-item .team-info .team-role,
        .team-item .team-info .team-sector,
        .team-item .advisor-info-overlay .team-role,
        .team-item .advisor-info-overlay .team-sector {
          font-size: 14px; } }

.team-single-article,
.team-single-operating {
  background: #EDF1F2;
  padding: 70px 0 0; }
  @media (min-width: 1024px) {
    .team-single-article,
    .team-single-operating {
      padding: 80px 0 0; } }
  @media (min-width: 1680px) {
    .team-single-article,
    .team-single-operating {
      padding: 107px 0 0; } }
  .team-single-article .container,
  .team-single-operating .container {
    max-width: 1776px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .team-single-article .container,
      .team-single-operating .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .team-single-article .container,
      .team-single-operating .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .team-single-article .container,
      .team-single-operating .container {
        padding: 0 34px; } }
  @media (min-width: 1024px) {
    .team-single-article .team-profile-wrapper,
    .team-single-operating .team-profile-wrapper {
      display: flex; } }
  .team-single-article .team-col-left,
  .team-single-operating .team-col-left {
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .team-single-article .team-col-left,
      .team-single-operating .team-col-left {
        width: 256px;
        margin-bottom: 0; } }
    @media (min-width: 1680px) {
      .team-single-article .team-col-left,
      .team-single-operating .team-col-left {
        width: 341px; } }
  .team-single-article .member-photo-holder,
  .team-single-operating .member-photo-holder {
    position: relative;
    max-width: 380px;
    width: 100%; }
    .team-single-article .member-photo-holder:has(.member-social-overlay)::after,
    .team-single-operating .member-photo-holder:has(.member-social-overlay)::after {
      display: block; }
    .team-single-article .member-photo-holder::after,
    .team-single-operating .member-photo-holder::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(180deg, rgba(21, 21, 21, 0) 55%, rgba(21, 21, 21, 0.34) 75%, #151515 100%);
      z-index: 2;
      display: none; }
    @media (min-width: 1024px) {
      .team-single-article .member-photo-holder,
      .team-single-operating .member-photo-holder {
        width: 256px; } }
    @media (min-width: 1680px) {
      .team-single-article .member-photo-holder,
      .team-single-operating .member-photo-holder {
        width: 341px; } }
    .team-single-article .member-photo-holder img,
    .team-single-operating .member-photo-holder img {
      width: 100%; }
  .team-single-article .member-social-overlay,
  .team-single-operating .member-social-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 25px 31px;
    margin: 0 -16px; }
    @media (min-width: 1024px) {
      .team-single-article .member-social-overlay,
      .team-single-operating .member-social-overlay {
        padding: 22px 32px;
        margin: 0 -18px; } }
    .team-single-article .member-social-overlay .social-icon,
    .team-single-operating .member-social-overlay .social-icon {
      text-decoration: none;
      color: #fff;
      padding: 0 17px;
      position: relative;
      font-size: 20px; }
      .team-single-article .member-social-overlay .social-icon:last-child::after,
      .team-single-operating .member-social-overlay .social-icon:last-child::after {
        display: none; }
      .team-single-article .member-social-overlay .social-icon::after,
      .team-single-operating .member-social-overlay .social-icon::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-50%, -50%);
        height: 20px;
        width: 1px;
        background: #fff; }
      @media (min-width: 1024px) {
        .team-single-article .member-social-overlay .social-icon,
        .team-single-operating .member-social-overlay .social-icon {
          padding: 0 18px; } }
  @media (min-width: 1024px) {
    .team-single-article .team-col-right,
    .team-single-operating .team-col-right {
      width: calc(100% - 256px);
      display: flex;
      flex-wrap: wrap;
      padding-left: 18px; } }
  @media (min-width: 1024px) {
    .team-single-article .team-col-right,
    .team-single-operating .team-col-right {
      padding-left: 30px; } }
  @media (min-width: 1680px) {
    .team-single-article .team-col-right,
    .team-single-operating .team-col-right {
      padding-left: 38px;
      width: calc(100% - 341px); } }
  .team-single-article .member-header,
  .team-single-operating .member-header {
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 60px; }
    @media (min-width: 1024px) {
      .team-single-article .member-header,
      .team-single-operating .member-header {
        margin-bottom: 40px; } }
    @media (min-width: 1366px) {
      .team-single-article .member-header,
      .team-single-operating .member-header {
        width: 25%;
        margin-bottom: 0; } }
    .team-single-article .member-header .member-name,
    .team-single-operating .member-header .member-name {
      font-weight: 400;
      line-height: 1.1;
      margin-bottom: 7px; }
      @media (min-width: 1366px) {
        .team-single-article .member-header .member-name,
        .team-single-operating .member-header .member-name {
          margin-bottom: 33px; } }
    .team-single-article .member-header .member-role,
    .team-single-operating .member-header .member-role {
      margin-bottom: 0;
      font-size: 16px; }
      @media (min-width: 1024px) {
        .team-single-article .member-header .member-role,
        .team-single-operating .member-header .member-role {
          font-size: 20px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-single-article .member-header .member-role,
        .team-single-operating .member-header .member-role {
          font-size: 18px; } }
  @media (min-width: 1366px) {
    .team-single-article .member-bio,
    .team-single-article .member-stats-grid,
    .team-single-article .advisor-stats-grid,
    .team-single-operating .member-bio,
    .team-single-operating .member-stats-grid,
    .team-single-operating .advisor-stats-grid {
      width: 75%;
      padding-left: 9px; } }
  .team-single-article .member-bio,
  .team-single-operating .member-bio {
    line-height: 1.4;
    font-weight: 300;
    padding-right: 1px;
    margin-bottom: 36px; }
    @media (min-width: 1024px) {
      .team-single-article .member-bio,
      .team-single-operating .member-bio {
        margin-bottom: 0;
        padding-right: 10px; } }
    @media (min-width: 1680px) {
      .team-single-article .member-bio,
      .team-single-operating .member-bio {
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .team-single-article .member-bio p,
      .team-single-operating .member-bio p {
        margin-right: -11px; } }
  .team-single-article .member-stats-grid,
  .team-single-article .advisor-stats-grid,
  .team-single-operating .member-stats-grid,
  .team-single-operating .advisor-stats-grid {
    gap: 20px; }
    @media (min-width: 768px) {
      .team-single-article .member-stats-grid,
      .team-single-article .advisor-stats-grid,
      .team-single-operating .member-stats-grid,
      .team-single-operating .advisor-stats-grid {
        display: flex; } }
    @media (min-width: 1024px) {
      .team-single-article .member-stats-grid,
      .team-single-article .advisor-stats-grid,
      .team-single-operating .member-stats-grid,
      .team-single-operating .advisor-stats-grid {
        gap: 8px;
        margin-left: auto;
        padding-top: 32px; } }
    @media (min-width: 1680px) {
      .team-single-article .member-stats-grid,
      .team-single-article .advisor-stats-grid,
      .team-single-operating .member-stats-grid,
      .team-single-operating .advisor-stats-grid {
        padding-top: 8px;
        gap: 35px; } }
    .team-single-article .member-stats-grid .stat-col,
    .team-single-article .advisor-stats-grid .stat-col,
    .team-single-operating .member-stats-grid .stat-col,
    .team-single-operating .advisor-stats-grid .stat-col {
      padding: 21px 10px 21px 38px;
      min-height: 189px;
      border-left: 1px solid #ABABAB;
      width: 100%;
      margin-bottom: 20px; }
      .team-single-article .member-stats-grid .stat-col:last-child,
      .team-single-article .advisor-stats-grid .stat-col:last-child,
      .team-single-operating .member-stats-grid .stat-col:last-child,
      .team-single-operating .advisor-stats-grid .stat-col:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .team-single-article .member-stats-grid .stat-col,
        .team-single-article .advisor-stats-grid .stat-col,
        .team-single-operating .member-stats-grid .stat-col,
        .team-single-operating .advisor-stats-grid .stat-col {
          width: 50%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .team-single-article .member-stats-grid .stat-col,
        .team-single-article .advisor-stats-grid .stat-col,
        .team-single-operating .member-stats-grid .stat-col,
        .team-single-operating .advisor-stats-grid .stat-col {
          padding: 21px 20px 7px 27px;
          min-height: 195px;
          width: 33.33%; } }
      @media (min-width: 1680px) {
        .team-single-article .member-stats-grid .stat-col,
        .team-single-article .advisor-stats-grid .stat-col,
        .team-single-operating .member-stats-grid .stat-col,
        .team-single-operating .advisor-stats-grid .stat-col {
          padding: 25px 20px 7px 38px;
          min-height: 203px; } }
    .team-single-article .member-stats-grid .stat-label,
    .team-single-article .advisor-stats-grid .stat-label,
    .team-single-operating .member-stats-grid .stat-label,
    .team-single-operating .advisor-stats-grid .stat-label {
      font-size: 26px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 41px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-single-article .member-stats-grid .stat-label,
        .team-single-article .advisor-stats-grid .stat-label,
        .team-single-operating .member-stats-grid .stat-label,
        .team-single-operating .advisor-stats-grid .stat-label {
          font-size: 20px; } }
    .team-single-article .member-stats-grid ul,
    .team-single-article .advisor-stats-grid ul,
    .team-single-operating .member-stats-grid ul,
    .team-single-operating .advisor-stats-grid ul {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
      .team-single-article .member-stats-grid ul li,
      .team-single-article .advisor-stats-grid ul li,
      .team-single-operating .member-stats-grid ul li,
      .team-single-operating .advisor-stats-grid ul li {
        list-style: none;
        margin-bottom: 21px;
        display: flex;
        align-items: flex-start; }
        .team-single-article .member-stats-grid ul li:last-child,
        .team-single-article .advisor-stats-grid ul li:last-child,
        .team-single-operating .member-stats-grid ul li:last-child,
        .team-single-operating .advisor-stats-grid ul li:last-child {
          margin-bottom: 0; }
        .team-single-article .member-stats-grid ul li::before,
        .team-single-article .advisor-stats-grid ul li::before,
        .team-single-operating .member-stats-grid ul li::before,
        .team-single-operating .advisor-stats-grid ul li::before {
          content: '';
          display: inline-block;
          vertical-align: top;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #151515;
          flex-shrink: 0;
          margin-right: 12px;
          margin-top: 9px; }
  .team-single-article .team-investments-wrapper,
  .team-single-operating .team-investments-wrapper {
    padding-top: 69px; }
    @media (min-width: 1024px) {
      .team-single-article .team-investments-wrapper,
      .team-single-operating .team-investments-wrapper {
        padding-top: 40px; } }
    @media (min-width: 1680px) {
      .team-single-article .team-investments-wrapper,
      .team-single-operating .team-investments-wrapper {
        padding-top: 60px; } }
    .team-single-article .team-investments-wrapper .section-title,
    .team-single-operating .team-investments-wrapper .section-title {
      font-weight: 400;
      font-size: 40px;
      line-height: 1.1;
      margin-bottom: 60px; }
      @media (min-width: 1024px) {
        .team-single-article .team-investments-wrapper .section-title,
        .team-single-operating .team-investments-wrapper .section-title {
          margin-bottom: 34px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-single-article .team-investments-wrapper .section-title,
        .team-single-operating .team-investments-wrapper .section-title {
          font-size: 36px;
          margin-bottom: 40px; } }
  .team-single-article .investment-row,
  .team-single-operating .investment-row {
    border: solid #ABABAB;
    border-width: 1px 0 0;
    padding: 44px 0 94px; }
    @media (min-width: 1024px) {
      .team-single-article .investment-row,
      .team-single-operating .investment-row {
        display: flex;
        padding: 24px 0 22px; } }
    @media (min-width: 1024px) {
      .team-single-article .investment-row.exited-investments,
      .team-single-operating .investment-row.exited-investments {
        padding: 21px 0 24px; } }
    .team-single-article .investment-row.exited-investments .row-label,
    .team-single-operating .investment-row.exited-investments .row-label {
      margin-bottom: 31px; }
      @media (min-width: 1024px) {
        .team-single-article .investment-row.exited-investments .row-label,
        .team-single-operating .investment-row.exited-investments .row-label {
          margin-bottom: 0; } }
    .team-single-article .investment-row .row-label,
    .team-single-operating .investment-row .row-label {
      font-size: 26px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 66px; }
      @media (min-width: 1024px) {
        .team-single-article .investment-row .row-label,
        .team-single-operating .investment-row .row-label {
          margin-bottom: 0;
          text-align: left;
          width: 20%;
          padding: 15px 44px 20px 0;
          border-right: 1px solid #ABABAB; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .team-single-article .investment-row .row-label,
        .team-single-operating .investment-row .row-label {
          font-size: 20px; } }
      @media (min-width: 1680px) {
        .team-single-article .investment-row .row-label,
        .team-single-operating .investment-row .row-label {
          padding: 20px 44px; } }
    @media (min-width: 1024px) {
      .team-single-article .investment-row .row-content,
      .team-single-operating .investment-row .row-content {
        width: 80%;
        padding: 20px 44px;
        margin: 0 auto; } }
    .team-single-article .investment-row .logos-grid,
    .team-single-operating .investment-row .logos-grid {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 1fr;
      gap: 78px 50px;
      text-align: center; }
      @media (min-width: 768px) {
        .team-single-article .investment-row .logos-grid,
        .team-single-operating .investment-row .logos-grid {
          padding: 0 0 0 30px;
          grid-template-columns: repeat(2, 1fr);
          gap: 72px 50px; } }
      @media (min-width: 1024px) {
        .team-single-article .investment-row .logos-grid,
        .team-single-operating .investment-row .logos-grid {
          padding: 32px 0 50px 14px;
          padding: 32px 0 50px 30px; } }
      @media (min-width: 1366px) {
        .team-single-article .investment-row .logos-grid,
        .team-single-operating .investment-row .logos-grid {
          grid-template-columns: repeat(4, 1fr); } }
      @media (min-width: 1680px) {
        .team-single-article .investment-row .logos-grid,
        .team-single-operating .investment-row .logos-grid {
          padding: 32px 32px 50px 71px;
          padding: 32px 0 50px 38px; } }
      .team-single-article .investment-row .logos-grid .company-item,
      .team-single-operating .investment-row .logos-grid .company-item {
        position: relative; }
        .team-single-article .investment-row .logos-grid .company-item:nth-child(2) img,
        .team-single-operating .investment-row .logos-grid .company-item:nth-child(2) img {
          width: 178px; }
        .team-single-article .investment-row .logos-grid .company-item:nth-child(3) img,
        .team-single-operating .investment-row .logos-grid .company-item:nth-child(3) img {
          width: 165px; }
          @media (min-width: 1024px) {
            .team-single-article .investment-row .logos-grid .company-item:nth-child(3) img,
            .team-single-operating .investment-row .logos-grid .company-item:nth-child(3) img {
              width: 143px; } }
          @media (min-width: 1680px) {
            .team-single-article .investment-row .logos-grid .company-item:nth-child(3) img,
            .team-single-operating .investment-row .logos-grid .company-item:nth-child(3) img {
              width: 135px; } }
        @media (min-width: 1024px) {
          .team-single-article .investment-row .logos-grid .company-item,
          .team-single-operating .investment-row .logos-grid .company-item {
            text-align: center; } }
      .team-single-article .investment-row .logos-grid img,
      .team-single-operating .investment-row .logos-grid img {
        height: 65px;
        width: 225px; }
    .team-single-article .investment-row .pills-grid,
    .team-single-operating .investment-row .pills-grid {
      display: grid;
      align-items: start;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: 1fr;
      gap: 20px 50px; }
      @media (min-width: 768px) {
        .team-single-article .investment-row .pills-grid,
        .team-single-operating .investment-row .pills-grid {
          grid-template-columns: repeat(2, 1fr);
          padding: 23px 0 24px 30px;
          gap: 20px 30px; } }
      @media (min-width: 1366px) {
        .team-single-article .investment-row .pills-grid,
        .team-single-operating .investment-row .pills-grid {
          grid-template-columns: repeat(4, 1fr); } }
      @media (min-width: 1680px) {
        .team-single-article .investment-row .pills-grid,
        .team-single-operating .investment-row .pills-grid {
          padding: 23px 0 24px 38px;
          gap: 20px 50px; } }
  .team-single-article .company-holder,
  .team-single-operating .company-holder {
    position: relative;
    display: block;
    cursor: pointer; }
    @media (min-width: 1024px) {
      .team-single-article .company-holder:hover .company-tooltip,
      .team-single-operating .company-holder:hover .company-tooltip {
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        z-index: 10; } }
    @media (min-width: 1024px) {
      .team-single-article .company-holder:hover .company-tooltip *,
      .team-single-operating .company-holder:hover .company-tooltip * {
        transform: scale(1) translate(0, 0); } }
    @media (min-width: 1024px) {
      .team-single-article .company-holder:hover .company-tooltip .tooltip-inner,
      .team-single-operating .company-holder:hover .company-tooltip .tooltip-inner {
        padding-bottom: 18px; } }
  .team-single-article .company-tooltip,
  .team-single-operating .company-tooltip {
    position: absolute;
    transition: opacity 0.8s, padding 0.8s, visibility 0.8s;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    top: 55px; }
    @media (min-width: 1024px) {
      .team-single-article .company-tooltip,
      .team-single-operating .company-tooltip {
        top: 35px;
        right: 0;
        left: auto;
        padding-top: 40px;
        transform: translateX(0%); } }
    @media (min-width: 1880px) {
      .team-single-article .company-tooltip,
      .team-single-operating .company-tooltip {
        left: 90px;
        right: auto; } }
    .team-single-article .company-tooltip .tooltip-inner,
    .team-single-operating .company-tooltip .tooltip-inner {
      width: 295px;
      background: #fff;
      border-radius: 17px;
      padding: 18px;
      color: #151515;
      text-align: left;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.4;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
      border: 1px solid #ABABAB;
      transition: padding 0.8s; }
      @media (min-width: 1024px) {
        .team-single-article .company-tooltip .tooltip-inner,
        .team-single-operating .company-tooltip .tooltip-inner {
          padding: 18px 18px 0; } }
      @media (min-width: 1024px) {
        .team-single-article .company-tooltip .tooltip-inner *,
        .team-single-operating .company-tooltip .tooltip-inner * {
          transform: scale(0.85) translate(-23px, 0);
          transition: transform 0.8s; } }
    .team-single-article .company-tooltip .tooltip-title,
    .team-single-operating .company-tooltip .tooltip-title {
      font-weight: 600;
      font-size: inherit; }
  .team-single-article .company-pill,
  .team-single-operating .company-pill {
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    border: 1px solid rgba(21, 21, 21, 0.3);
    border-radius: 17px;
    width: 100%; }
    .team-single-article .company-pill::before,
    .team-single-operating .company-pill::before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #151515;
      flex-shrink: 0;
      margin-right: 12px;
      margin-top: 6px; }
    @media (min-width: 1024px) {
      .team-single-article .company-pill,
      .team-single-operating .company-pill {
        font-size: 14px;
        padding: 8px 16px; } }
    @media (min-width: 1680px) {
      .team-single-article .company-pill,
      .team-single-operating .company-pill {
        font-size: 16px;
        padding: 8px 16px; } }

.team-navigation {
  border-color: #ABABAB; }
  .team-navigation .holder-post-navigation {
    border-color: #ABABAB; }
  .team-navigation .btn-post {
    padding: 58px 44px;
    border-color: #ABABAB; }
    @media (min-width: 1024px) {
      .team-navigation .btn-post {
        padding: 0 10px; } }
    .team-navigation .btn-post.prev-post, .team-navigation .btn-post.next-post {
      border-color: #ABABAB; }
  .team-navigation .holder-btn-center {
    text-align: center;
    padding: 54px 10px;
    border-top: 1px solid #ABABAB;
    margin: 0;
    width: 100%; }
    @media (min-width: 1024px) {
      .team-navigation .holder-btn-center {
        padding: 0 10px;
        border-width: 0;
        margin: 0 auto;
        width: auto; } }
    .team-navigation .holder-btn-center .btn {
      padding-left: 10px; }

.team-single-operating .advisor-stats-grid {
  gap: 0; }
  @media (min-width: 1024px) {
    .team-single-operating .advisor-stats-grid .stat-col {
      width: 50%; } }
  @media (min-width: 1200px) {
    .team-single-operating .advisor-stats-grid .stat-col {
      width: 31.5%; } }
  @media (min-width: 1024px) {
    .team-single-operating .advisor-stats-grid .stat-col.experience-col {
      width: 50%;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .team-single-operating .advisor-stats-grid .stat-col.experience-col {
      width: 68.5%; } }
  .team-single-operating .advisor-stats-grid .stat-col.experience-col .stat-value {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 21px 35px; }
    @media (min-width: 1200px) {
      .team-single-operating .advisor-stats-grid .stat-col.experience-col .stat-value {
        grid-template-columns: repeat(2, 1fr);
        margin-right: -30px; } }

.team-single-operating .stat-value .exp-item {
  display: flex;
  align-items: flex-start; }
  .team-single-operating .stat-value .exp-item::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #151515;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 9px; }

.team-single-operating .stat-value p {
  margin: 0; }

.team-single-memoriam {
  padding: 70px 0;
  background: #EDF1F2; }
  @media (min-width: 1024px) {
    .team-single-memoriam {
      padding: 131px 0 100px; } }
  .team-single-memoriam .container {
    max-width: 1201px;
    padding: 0 34px; }
  .team-single-memoriam .memoriam-card-wrapper {
    border: 1px solid #ABABAB;
    border-radius: 6px; }
    @media (min-width: 768px) {
      .team-single-memoriam .memoriam-card-wrapper {
        display: flex; } }
  .team-single-memoriam .memoriam-photo-col {
    border-radius: 6px;
    overflow: hidden;
    background: #000;
    padding: 30px; }
    @media (min-width: 768px) {
      .team-single-memoriam .memoriam-photo-col {
        width: 49%;
        padding: 52px 72px 92px; } }
    .team-single-memoriam .memoriam-photo-col img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .team-single-memoriam .memoriam-content-col {
    padding: 40px 30px;
    text-align: center;
    font-weight: 300;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .team-single-memoriam .memoriam-content-col {
        width: 51%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 1024px) {
      .team-single-memoriam .memoriam-content-col {
        padding: 63px 63px 78px; } }
  .team-single-memoriam .memoriam-label {
    font-size: 16px;
    margin-bottom: 30px;
    display: block; }
    @media (min-width: 1024px) {
      .team-single-memoriam .memoriam-label {
        margin-bottom: 42px; } }
  .team-single-memoriam .memoriam-name {
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative; }
    .team-single-memoriam .memoriam-name:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 98px;
      height: 1px;
      background: #4F626B; }
    @media (min-width: 1024px) {
      .team-single-memoriam .memoriam-name {
        padding-bottom: 52px;
        margin-bottom: 46px; } }
  .team-single-memoriam .memoriam-text p:last-child {
    margin-bottom: 0; }

.companies-archive-container {
  padding: 70px 0;
  position: relative; }
  @media (min-width: 1024px) {
    .companies-archive-container {
      padding: 80px 0; } }
  @media (min-width: 1680px) {
    .companies-archive-container {
      padding: 107px 0 85px; } }
  .companies-archive-container .container {
    max-width: 1780px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .companies-archive-container .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .companies-archive-container .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .companies-archive-container .container {
        padding: 0 34px; } }
  .companies-archive-container .companies-header-intro {
    max-width: 1006px;
    margin: 0 auto 41px; }
    @media (min-width: 1024px) {
      .companies-archive-container .companies-header-intro {
        text-align: center;
        margin-bottom: 40px;
        padding: 0; } }
    @media (min-width: 1680px) {
      .companies-archive-container .companies-header-intro {
        max-width: 735px;
        margin-bottom: 60px; } }
    .companies-archive-container .companies-header-intro .section-title {
      font-weight: 400;
      margin-bottom: 32px;
      line-height: 1.1; }
      @media (min-width: 1024px) {
        .companies-archive-container .companies-header-intro .section-title {
          margin-bottom: 32px; } }
    .companies-archive-container .companies-header-intro .section-text {
      line-height: 1.4;
      font-weight: 300; }
    @media (max-width: 1023px) {
      .companies-archive-container .companies-header-intro .line {
        text-align: left !important; } }
  .companies-archive-container .filters-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
    justify-content: center; }
    @media (min-width: 1024px) {
      .companies-archive-container .filters-row {
        margin-bottom: 32px; } }
    @media (min-width: 1680px) {
      .companies-archive-container .filters-row {
        justify-content: space-between; } }
  .companies-archive-container .filter-group,
  .companies-archive-container .reset-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 26px;
    width: 100%; }
    @media (min-width: 1024px) {
      .companies-archive-container .filter-group,
      .companies-archive-container .reset-group {
        margin: 0 10px 0 0;
        width: auto; } }
    .companies-archive-container .filter-group .label,
    .companies-archive-container .reset-group .label {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .companies-archive-container .filter-group .label,
        .companies-archive-container .reset-group .label {
          display: inline-block;
          width: auto;
          margin-right: 10px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .companies-archive-container .filter-group .label,
        .companies-archive-container .reset-group .label {
          font-size: 14px; } }
    .companies-archive-container .filter-group .holder,
    .companies-archive-container .reset-group .holder {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .companies-archive-container .filter-group button,
    .companies-archive-container .reset-group button {
      transition: all 0.3s;
      display: flex;
      align-items: center;
      padding: 7px 16px 7px 16px;
      border-radius: 17px;
      background-color: transparent;
      border: 1px solid rgba(21, 21, 21, 0.3);
      margin: 0 2px 10px;
      font-size: 16px;
      font-weight: 300; }
      .companies-archive-container .filter-group button:last-child,
      .companies-archive-container .reset-group button:last-child {
        margin-right: 0; }
      .companies-archive-container .filter-group button::before,
      .companies-archive-container .reset-group button::before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 6px;
        margin-right: 12px;
        background-color: #151515;
        border-radius: 50%; }
      @media (min-width: 1024px) {
        .companies-archive-container .filter-group button,
        .companies-archive-container .reset-group button {
          margin: 0 3px 10px;
          padding: 7px 10px; } }
      @media (min-width: 1440px) {
        .companies-archive-container .filter-group button,
        .companies-archive-container .reset-group button {
          margin: 0 9px 10px;
          padding: 7px 16px; } }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .companies-archive-container .filter-group button,
        .companies-archive-container .reset-group button {
          font-size: 14px; } }
      .companies-archive-container .filter-group button.active,
      .companies-archive-container .reset-group button.active {
        background-color: #1A6CAF;
        color: #fff; }
        .companies-archive-container .filter-group button.active::before,
        .companies-archive-container .reset-group button.active::before {
          background-color: #fff; }
        .companies-archive-container .filter-group button.active:hover,
        .companies-archive-container .reset-group button.active:hover {
          background-color: #1A6CAF; }
      .companies-archive-container .filter-group button:hover,
      .companies-archive-container .reset-group button:hover {
        background-color: #EDF1F2; }
    .companies-archive-container .filter-group.filter-group-year .holder,
    .companies-archive-container .reset-group.filter-group-year .holder {
      flex-wrap: wrap; }
  .companies-archive-container .filter-group {
    width: 100%; }
    @media (min-width: 1280px) {
      .companies-archive-container .filter-group:last-child {
        margin: 0; } }
    @media (min-width: 1280px) {
      .companies-archive-container .filter-group {
        width: auto;
        margin: 0 auto; } }
    @media (min-width: 1920px) {
      .companies-archive-container .filter-group {
        width: auto;
        margin: 0 auto; } }
  .companies-archive-container .reset-group {
    width: 100%; }
    @media (min-width: 1024px) {
      .companies-archive-container .reset-group {
        margin-right: 10px;
        width: auto;
        margin-left: 0; } }
    .companies-archive-container .reset-group button:first-child {
      margin-left: 0; }
  .companies-archive-container .holder-link {
    text-align: center;
    padding-top: 40px; }
    @media (min-width: 1024px) {
      .companies-archive-container .holder-link {
        padding-top: 85px; } }
    .companies-archive-container .holder-link .btn {
      padding-left: 30px;
      background: #1A6CAF;
      color: #fff; }
      .companies-archive-container .holder-link .btn:hover span::before {
        background: #fff; }

.companies-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.company-card {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ABABAB;
  margin-right: -1px;
  margin-bottom: -1px;
  position: relative;
  aspect-ratio: 1/0.97;
  overflow: hidden;
  cursor: pointer;
  padding: 30px 20px; }
  .company-card:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: #1A6CAF;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, background 0.5s ease-out;
    z-index: -1; }
  .company-card:hover::before {
    transform: translateY(0); }
  .company-card:hover .bg-image {
    transform: translateY(0); }
  .company-card:hover .logo-holder img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%); }
  @media (min-width: 1024px) {
    .company-card:hover .company-description {
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 768px) {
    .company-card {
      width: 50%; } }
  @media (min-width: 1024px) {
    .company-card {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .company-card {
      width: 25%; } }
  @media (min-width: 1500px) {
    .company-card {
      width: 25%; } }
  .company-card.active:before {
    background: #EDF1F2;
    transform: translateY(0); }
  .company-card.active:hover .logo-holder img {
    filter: none; }
  .company-card.active:has(.bg-image):hover .logo-holder img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%); }
  .company-card.active:has(.bg-image) .logo-holder img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(12%) hue-rotate(103deg) brightness(105%) contrast(105%); }
  .company-card.active:has(.bg-image) .bg-image {
    opacity: 1;
    transform: translateY(0); }
  .company-card.active .company-description {
    opacity: 0;
    visibility: hidden; }
  .company-card .company-description {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    color: #fff;
    padding: 0 20px;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    overflow: hidden; }
    @media (min-width: 1366px) {
      .company-card .company-description {
        padding: 0 46px;
        bottom: 38px; } }
  .company-card .card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .company-card .logo-holder {
    position: relative;
    z-index: 10;
    width: 60%;
    max-height: 45%;
    display: flex;
    justify-content: center; }
    .company-card .logo-holder img {
      transition: filter 0.3s ease-out; }
  .company-card .bg-image {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1A6CAF;
    transform: translateY(-100%);
    transition: opacity 0.5s ease-out;
    opacity: 0; }
    .company-card .bg-image img {
      width: 100%;
      object-fit: cover; }

.company-details-row {
  width: 100%;
  position: relative;
  margin-bottom: 34px; }
  @media (min-width: 1366px) {
    .company-details-row:has(.modal-layout-active) .company-intro {
      width: 50%; } }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .company-details-row:has(.modal-layout-active) .meta-col:nth-child(2n + 2) {
      border-left-width: 0; } }
  @media (min-width: 1366px) {
    .company-details-row:has(.modal-layout-active) .meta-col:nth-child(4n) {
      border-left-width: 0; } }
  .company-details-row:has(.modal-layout-active) .meta-col:last-child::before {
    display: none; }
  .company-details-row:has(.modal-layout-active) .details-close-btn svg path {
    stroke: #fff; }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .company-details-row:has(.modal-layout-exited) .meta-col:nth-child(2n + 2) {
      border-left-width: 0; } }
  @media (min-width: 1366px) {
    .company-details-row:has(.modal-layout-exited) .meta-col:nth-child(4n + 2) {
      border-left-width: 0; } }
  @media (min-width: 768px) {
    .company-details-row {
      margin-right: 1px;
      margin-bottom: 18px; } }
  @media (min-width: 1024px) {
    .company-details-row {
      margin: 0 2px 18px 0; } }
  @media (min-width: 1366px) {
    .company-details-row {
      margin: 0 3px 18px 0; } }
  @media (min-width: 1680px) {
    .company-details-row {
      margin-bottom: 36px; } }
  .company-details-row .details-content-inner {
    transition: all 0.5s ease-out; }
  .company-details-row .company-modal-inner {
    background: #0D375A;
    color: #fff;
    position: relative;
    padding: 36px 35px 50px;
    transition: all 0.5s ease-out; }
    @media (min-width: 1024px) {
      .company-details-row .company-modal-inner {
        padding: 40px 0 15px; } }
    @media (min-width: 1680px) {
      .company-details-row .company-modal-inner {
        padding: 56px 0 30px; } }
    .company-details-row .company-modal-inner.modal-layout-exited {
      background: #EDF1F2;
      color: #151515; }
      .company-details-row .company-modal-inner.modal-layout-exited .meta-col,
      .company-details-row .company-modal-inner.modal-layout-exited .company-intro {
        border-color: rgba(21, 21, 21, 0.3); }
      .company-details-row .company-modal-inner.modal-layout-exited .company-intro {
        width: 100%; }
        .company-details-row .company-modal-inner.modal-layout-exited .company-intro::before {
          background: rgba(21, 21, 21, 0.3); }
      .company-details-row .company-modal-inner.modal-layout-exited .meta-col::before {
        background: rgba(21, 21, 21, 0.3); }
      .company-details-row .company-modal-inner.modal-layout-exited ul li::before {
        background: #151515; }
      .company-details-row .company-modal-inner.modal-layout-exited .btn,
      .company-details-row .company-modal-inner.modal-layout-exited .team-link {
        color: #151515; }
  .company-details-row .details-close-btn {
    background: transparent;
    border-width: 0;
    padding: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    .company-details-row .details-close-btn svg {
      width: 19px;
      height: 19px; }
  .company-details-row .company-intro {
    margin-bottom: 49px;
    line-height: 1.4;
    font-weight: 300;
    position: relative; }
    @media (min-width: 1024px) {
      .company-details-row .company-intro::before {
        content: '';
        position: absolute;
        left: 35px;
        right: 35px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.3);
        height: 1px; } }
    @media (min-width: 1680px) {
      .company-details-row .company-intro::before {
        right: 44px;
        left: 44px; } }
    @media (min-width: 1024px) {
      .company-details-row .company-intro {
        margin-bottom: 26px;
        padding-bottom: 74px;
        padding: 0 40px 35px 35px; } }
    @media (min-width: 1680px) {
      .company-details-row .company-intro {
        padding: 0 44px 50px; } }
  .company-details-row .company-title {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 32px; }
  .company-details-row p:last-child {
    margin-bottom: 0; }
  .company-details-row .modal-body {
    display: flex;
    flex-wrap: wrap; }
  .company-details-row .company-description {
    position: static;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    line-height: 1.4;
    padding: 0; }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .company-details-row .company-description {
        font-size: 16px; } }
  .company-details-row .company-meta-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 300; }
  .company-details-row .meta-col {
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 23px 38px;
    margin-bottom: 34px;
    position: relative;
    min-height: 246px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px; }
    .company-details-row .meta-col:first-child {
      border-left-width: 0;
      padding-left: 0; }
      .company-details-row .meta-col:first-child:before {
        left: 0; }
    @media (min-width: 1024px) {
      .company-details-row .meta-col::before {
        content: '';
        position: absolute;
        left: 34px;
        right: 34px;
        bottom: 0;
        background: rgba(255, 255, 255, 0.3);
        height: 1px; } }
    @media (min-width: 1680px) {
      .company-details-row .meta-col::before {
        left: 35px;
        right: 40px; } }
    @media (min-width: 1024px) {
      .company-details-row .meta-col {
        width: 50%;
        margin-bottom: 26px;
        min-height: 155px;
        padding: 15px 34px;
        display: block;
        font-size: 14px; } }
    @media (min-width: 1366px) {
      .company-details-row .meta-col {
        width: 25%; } }
    @media (min-width: 1680px) {
      .company-details-row .meta-col {
        padding: 23px 44px;
        font-size: 16px;
        min-height: 206px;
        padding: 15px 40px 35px 35px; } }
    .company-details-row .meta-col.btn-col {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1023px) {
        .company-details-row .meta-col.btn-col {
          padding: 0;
          border-width: 0;
          min-height: auto;
          margin-bottom: 0; } }
  .company-details-row .meta-label {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 54px; }
    @media (min-width: 1024px) {
      .company-details-row .meta-label {
        margin-bottom: 34px; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .company-details-row .meta-label {
        font-size: 20px; } }
    @media (min-width: 1680px) {
      .company-details-row .meta-label {
        margin-bottom: 46px; } }
  .company-details-row ul {
    margin: 0;
    padding: 0; }
    .company-details-row ul li {
      list-style: none;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start; }
      .company-details-row ul li:last-child {
        margin-bottom: 0; }
      .company-details-row ul li::before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        flex-shrink: 0;
        margin-right: 12px;
        margin-top: 6px; }
      @media (min-width: 1024px) {
        .company-details-row ul li {
          margin-bottom: 13px; } }
  .company-details-row .btn {
    color: #fff;
    padding-left: 10px; }
  .company-details-row .team-list {
    display: flex;
    flex-wrap: wrap; }
  .company-details-row .team-link {
    display: block;
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
    margin-bottom: 27px; }
    .company-details-row .team-link:last-child {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .company-details-row .team-link {
        width: 50%;
        margin-bottom: 32px; } }

.resize-active * {
  transition: none !important; }

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