@charset "UTF-8";
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Regular.woff2") format("woff2"), url("../fonts/InstrumentSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Medium.woff2") format("woff2"), url("../fonts/InstrumentSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Bold.woff2") format("woff2"), url("../fonts/InstrumentSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans Condensed";
  src: url("../fonts/InstrumentSansCondensed-SemiBold.woff2") format("woff2"), url("../fonts/InstrumentSansCondensed-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Palast Web";
  src: url("../fonts/Palast-Web-Display-Regular.woff2") format("woff2"), url("../fonts/Palast-Web-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InglesaCaps";
  src: url("../fonts/InglesaCapsRegular.eot");
  src: url("../fonts/InglesaCapsRegular.eot") format("embedded-opentype"), url("../fonts/InglesaCapsRegular.woff2") format("woff2"), url("../fonts/InglesaCapsRegular.woff") format("woff"), url("../fonts/InglesaCapsRegular.ttf") format("truetype"), url("../fonts/InglesaCapsRegular.svg#InglesaCapsRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.campaign-single-article .subsectors-list, .campaign-single-article .target-business-characteristics, .campaign-single-article .industry-merits-list, .companies-archive-container .company-details-content .details-columns .col-list ul, .company-panel-content .col-list ul, .single-people-container .people-details .detail-block ul, .single-news .article-footer .post-share-list, .campaigns-hero .anchor-container ul,
.holder-hero .anchor-container ul,
.news-hero .anchor-container ul,
.people-hero .anchor-container ul,
.companies-hero .anchor-container ul, .footer-main .footer-navigation, .footer-main .row .footer-col .footer-socials, .copyright-links ul, .holder-header .header-navigation, .listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.single-news .article-footer .back-to-news .holder-svg:before, .single-news .article-footer .post-share-item a:before, .news-grid .news-card-link .news-card,
.latest-updates-grid .news-card-link .news-card, .news-grid .card-footer,
.latest-updates-grid .card-footer, .btn, .footer-main .firm-overview-link:before, .footer-main .footer-navigation li a, .footer-main .row .footer-col .footer-socials li a:before, .footer-main .footer-buttons a, .footer-main .footer-buttons a:before, .copyright-links ul li a, .holder-header .logo a svg path, .holder-header .holder-main-menu, .holder-header .header-navigation li a, .holder-header .header-navigation li a::before, .nav-opener, .section.comments input[type=submit],
.section.respond input[type=submit], .section.comments a,
.section.respond a, input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=text]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=tel]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=email]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=search]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=password]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital textarea::placeholder, .nice-select .current,
.gfield--type-select .nice-select .current {
  transition: all 0.3s ease-in-out;
}

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

.btn {
  display: inline-block;
  vertical-align: top;
}

.single-news .article-footer .back-to-news .holder-svg:before, .single-news .article-footer .post-share-item a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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: 0.5em;
  margin-left: 1.2em;
}

th, td {
  border: 1px solid #999;
  padding: 0.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: 0.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,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=text],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=tel],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=email],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=search],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=password],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital textarea {
  height: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-bottom-color: #34414A;
  padding: 3px 10px 15px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 12.8px;
  letter-spacing: 0.64px;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=text]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=tel]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=email]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=search]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=password]::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital textarea::placeholder {
  color: #73818B;
  font-size: 16px;
  text-transform: uppercase;
}
input[type=text]:hover::placeholder,
input[type=tel]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=search]:hover::placeholder,
input[type=password]:hover::placeholder,
textarea:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=text]:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=tel]:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=email]:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=search]:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=password]:hover::placeholder,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital textarea:hover::placeholder {
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=text]:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=tel]:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=email]:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=search]:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=password]:focus,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.nice-select,
.gfield--type-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid transparent;
  border-bottom-color: #34414A;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  height: 56px;
  line-height: 47px;
  outline: 0;
  padding-left: 0px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  color: #73818B;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .nice-select,
  .gfield--type-select .nice-select {
    height: 48px;
  }
}
.nice-select:after,
.gfield--type-select .nice-select:after {
  width: 10px;
  height: 10px;
  border-color: #20272D;
  margin-top: -9px;
}
.nice-select:focus,
.gfield--type-select .nice-select:focus {
  outline: none;
  border: 1px solid #000;
}
.nice-select:hover,
.gfield--type-select .nice-select:hover {
  border-color: transparent;
  border-bottom-color: #34414A;
}
.nice-select:hover .current,
.gfield--type-select .nice-select:hover .current {
  color: #000 !important;
}
.nice-select .list,
.gfield--type-select .nice-select .list {
  background-color: #0B0D0F;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  width: 100%;
  padding: 12px;
  text-transform: capitalize;
  max-height: 309px;
  overflow: auto;
}
.nice-select .list li,
.gfield--type-select .nice-select .list li {
  margin-bottom: 10px;
}
.nice-select .list li:last-child,
.gfield--type-select .nice-select .list li:last-child {
  margin-bottom: 0;
}
.nice-select .list li:hover,
.gfield--type-select .nice-select .list li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nice-select .list::-webkit-scrollbar,
.gfield--type-select .nice-select .list::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
.nice-select .list::-webkit-scrollbar-track,
.gfield--type-select .nice-select .list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.nice-select .list::-webkit-scrollbar-thumb,
.gfield--type-select .nice-select .list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 8px;
}
.nice-select .list::-webkit-scrollbar-thumb:hover,
.gfield--type-select .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #FDFDFD;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit],
button .btn.btn-primary,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital button,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=button],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=reset],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=file],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=submit],
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform-button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  padding: 18px 20px 18px 20px;
  border-radius: 4px;
  background: linear-gradient(to top, rgba(175, 180, 173, 0.12) 50%, transparent 50%), #2D4329;
  transition: background-position 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 100% 200%;
  background-position: top;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover,
button .btn.btn-primary:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital button:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=button]:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=reset]:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=file]:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital input[type=submit]:hover,
.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital .gform-button:hover {
  background-position: bottom;
}

@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%;
  }
  #wrapper {
    display: table-cell;
    margin: 0 auto;
  }
  #footer {
    overflow: hidden; /*for FF on Windows 7*/
    display: table-footer-group;
    height: 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 input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 2em;
}
.search-form input[type=search] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  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: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 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 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: #000;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.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: #000;
  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: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #999;
  max-width: 100%;
  clear: both;
  padding: 0.4em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.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 #000;
  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;
}

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: 30px;
  font-family: "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-family: "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 42px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
  }
}

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

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

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

p {
  margin: 0 0 1em;
}

a {
  text-decoration: none;
  color: #39f;
}
a:hover, a:focus {
  text-decoration: none;
}

.header {
  background: linear-gradient(-180deg, #FFF 31.77%, rgba(255, 255, 255, 0) 97.73%);
  padding: 18px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 1024px) {
  .header {
    padding: 32px 0;
  }
}
.header .container {
  max-width: 1856px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .header .container {
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .header .container {
    padding: 0 20px;
  }
}

.holder-header {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.holder-header .logo {
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  .holder-header .logo {
    width: 20%;
  }
}
.holder-header .logo a {
  display: block;
}
.holder-header .logo a img,
.holder-header .logo a svg {
  display: block;
  max-width: 172px;
  width: 100%;
}
@media (min-width: 1024px) {
  .holder-header .logo a img,
  .holder-header .logo a svg {
    max-width: 260px;
  }
}
.holder-header .holder-main-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  left: auto;
  transform: translateX(105%);
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  background-color: #2E5334;
  padding: 100px 20px 10px;
  z-index: 9;
}
@media (min-width: 650px) {
  .holder-header .holder-main-menu {
    width: 348px;
  }
}
@media (min-width: 1024px) {
  .holder-header .holder-main-menu {
    align-items: center;
    position: static;
    transform: none;
    min-height: auto;
    height: auto;
    padding: 0;
    top: auto;
    background: transparent;
    text-align: left;
    box-shadow: none;
    display: block;
    position: relative;
    width: 60%;
    overflow: visible;
  }
}
.holder-header .primary-nav-wrapper {
  margin-bottom: 15px;
  overflow-y: auto;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .holder-header .primary-nav-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .holder-header .header-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1400px) {
  .holder-header .header-navigation {
    gap: 60px;
  }
}
.holder-header .header-navigation li {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .holder-header .header-navigation li {
    margin-bottom: 0;
  }
}
.holder-header .header-navigation li a {
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}
@media (min-width: 1024px) {
  .holder-header .header-navigation li a {
    color: rgba(52, 65, 74, 0.8);
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
  }
}
@media (min-width: 1024px) {
  .holder-header .header-navigation li a::before {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 13px);
    border-radius: 50%;
    opacity: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #34414A;
  }
}
.holder-header .header-navigation li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  .holder-header .header-navigation li a:hover {
    color: #34414A;
  }
}
.holder-header .header-navigation li a:hover::before {
  opacity: 1;
  transform: translate(-50%, 0px);
}
.holder-header .holder-btn-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .holder-header .holder-btn-desktop {
    display: block;
    width: 20%;
    text-align: right;
  }
}
.holder-header .holder-btn-mobile {
  display: block;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .holder-header .holder-btn-mobile {
    display: none;
  }
}
.holder-header .holder-btn-mobile .btn.btn-header {
  background-color: #2E5334;
  color: #fff;
  border-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  padding: 23px 16px 23px 20px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.holder-header .holder-btn-mobile .btn.btn-header i {
  margin-left: auto;
}

.nav-opener {
  display: block;
  position: fixed;
  right: 20px;
  top: auto;
}
@media (min-width: 768px) {
  .nav-opener {
    right: 60px;
  }
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener {
  z-index: 1001;
  float: right;
  color: #EAEFEF;
  background: #2E5334;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.nav-opener:before {
  position: absolute;
  content: "";
  top: 17px;
  bottom: auto;
  left: 22px;
  right: 16px;
}
.nav-opener:after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 17px;
  left: 19px;
  right: 16px;
}
.nav-opener:before, .nav-opener:after,
.nav-opener .icn-bar {
  height: 2px;
  transition: inherit;
  background-color: currentColor;
}
.nav-opener:hover, .nav-opener:focus {
  color: #EAEFEF;
}
.nav-opener .icn-bar {
  left: 15px;
  right: 16px;
  top: 23px;
  position: absolute;
}
.nav-active .nav-opener {
  color: #2D4329;
  background-color: #fff;
}
.nav-active .nav-opener:hover {
  color: #EAEFEF;
}
.nav-active .nav-opener:before {
  transform: rotate(225deg) translate(-3px, -3px);
  left: 15px;
  right: 15px;
  top: 18px;
  background-color: #2D4329;
}
.nav-active .nav-opener:after {
  transform: rotate(-225deg) translate(-8px, 8px);
  left: 15px;
  right: 15px;
  bottom: 12px;
  background-color: #2D4329;
}
.nav-active .nav-opener .icn-bar {
  opacity: 0;
  visibility: hidden;
  background-color: #2D4329;
}

.nav-active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-active .header .holder-main-menu {
  transform: translateX(0%);
}
@media (max-width: 650px) {
  .nav-active .custom-logo.replaced-svg path {
    fill: #fff;
  }
}

@media (max-width: 1024px) {
  .admin-bar .holder-header .holder-main-menu {
    padding: 8px 20px 10px;
  }
}

.site-footer .holder-footer {
  position: relative;
  background: #34414A;
  overflow: hidden;
}
.site-footer .holder-footer:before {
  position: absolute;
  bottom: -71px;
  right: -71px;
  content: "";
  background-image: url("../images/footer.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 780px;
  height: 438px;
}
@media (min-width: 768px) {
  .site-footer .holder-footer:before {
    right: -250px;
  }
}
@media (min-width: 1024px) {
  .site-footer .holder-footer:before {
    right: -77px;
  }
}
.site-footer .container {
  max-width: 1635px;
  padding: 42px 20px 325px;
}
@media (min-width: 768px) {
  .site-footer .container {
    padding: 50px 30px 200px;
  }
}
@media (min-width: 1024px) {
  .site-footer .container {
    padding: 100px 30px 280px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container {
    padding: 100px 30px 139px;
  }
}
@media (min-width: 1500px) {
  .site-footer .container {
    padding: 100px 20px 139px;
  }
}

.footer-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px 15px;
}
@media (min-width: 1024px) {
  .footer-main {
    margin: 0 -20px 67px;
  }
}
.footer-main .footer-col {
  padding: 0 20px;
}
.footer-main .footer-col.footer-col-brand, .footer-main .footer-col.footer-col-actions {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-main .footer-col.footer-col-brand, .footer-main .footer-col.footer-col-actions {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-col.footer-col-brand, .footer-main .footer-col.footer-col-actions {
    width: 25%;
  }
}
.footer-main .footer-col.footer-col-nav {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-main .footer-col.footer-col-nav {
    width: 60%;
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-col.footer-col-nav {
    width: 44.5%;
  }
}
.footer-main .footer-nav-wrapper {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .footer-main .footer-nav-wrapper {
    margin-bottom: 70px;
  }
}
.footer-main .footer-logo {
  margin-bottom: 41px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-main .footer-logo {
    text-align: left;
    margin-bottom: 63px;
  }
}
.footer-main .footer-logo a {
  display: inline-block;
}
.footer-main .footer-logo img {
  display: block;
  width: 100%;
  max-width: 211px;
}
@media (min-width: 1024px) {
  .footer-main .footer-logo img {
    max-width: 260px;
  }
}
.footer-main .firm-overview-link {
  position: relative;
  color: #FDFDFD;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding-bottom: 15px;
  max-width: 215px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer-main .firm-overview-link {
    margin: 0;
    max-width: 211px;
  }
}
.footer-main .firm-overview-link:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-main .firm-overview-link:before {
    bottom: 0px;
  }
}
.footer-main .firm-overview-link svg {
  margin-left: 24px;
}
.footer-main .firm-overview-link:hover:before {
  height: 4px;
}
.footer-main .footer-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 44px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer-main .footer-navigation {
    column-gap: 24px;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-navigation {
    column-gap: 15px;
  }
}
@media (min-width: 1300px) {
  .footer-main .footer-navigation {
    column-gap: 24px;
  }
}
@media (min-width: 1600px) {
  .footer-main .footer-navigation {
    column-gap: 44px;
  }
}
.footer-main .footer-navigation li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.footer-main .footer-navigation li a:hover {
  color: #fff;
}
.footer-main .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: space-between;
}
.footer-main .row .footer-col {
  padding: 0 20px;
  width: 100%;
  color: #fff;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .footer-main .row .footer-col {
    width: 37%;
    margin-bottom: 0;
  }
}
.footer-main .row .footer-col:last-child {
  margin-bottom: 0;
}
.footer-main .row .footer-col .footer-widget-title {
  color: rgba(208, 208, 208, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 12.8px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-main .row .footer-col .footer-widget-content {
  color: #FDFDFD;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.8px;
  letter-spacing: -0.2px;
  margin-bottom: 27px;
}
@media (min-width: 1024px) {
  .footer-main .row .footer-col .footer-widget-content {
    margin-bottom: 28px;
  }
}
.footer-main .row .footer-col .footer-widget-content a {
  color: #FDFDFD;
}
.footer-main .row .footer-col .footer-widget-content a:hover {
  text-decoration: underline;
}
.footer-main .row .footer-col .footer-socials li {
  margin-bottom: 15px;
}
.footer-main .row .footer-col .footer-socials li:last-child {
  margin-bottom: 0;
}
.footer-main .row .footer-col .footer-socials li a {
  display: inline-block;
  position: relative;
  color: #FDFDFD;
  font-size: 20px;
  font-weight: 400;
  line-height: 30.8px;
  letter-spacing: -0.2px;
  padding-bottom: 16px;
}
.footer-main .row .footer-col .footer-socials li a:hover:before {
  height: 4px;
}
.footer-main .row .footer-col .footer-socials li a:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}
.footer-main .row .footer-col .footer-socials li a i {
  margin-right: 24px;
}
.footer-main .footer-buttons {
  text-align: right;
}
.footer-main .footer-buttons a {
  overflow: hidden;
  position: relative;
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  padding: 20px 50px;
  border-radius: 4px;
  border: 1px solid #FDFDFD;
  min-width: 210px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer-main .footer-buttons a {
    margin-bottom: 17px;
  }
}
.footer-main .footer-buttons a:nth-child(2n) {
  border: 1px solid #FDFDFD;
  background: #FDFDFD;
  color: #34414A;
}
.footer-main .footer-buttons a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.footer-main .footer-buttons a:hover {
  background-color: transparent;
}
.footer-main .footer-buttons a:hover:before {
  transform: translateY(0);
  z-index: 0;
}
.footer-main .footer-buttons a:hover:nth-child(2n) {
  border: 1px solid #FDFDFD;
  background: #FDFDFD;
  color: #34414A;
}
.footer-main .footer-buttons a:hover:nth-child(2n)::before {
  background-color: rgba(45, 67, 41, 0.12);
  color: #34414A;
}
.footer-main .footer-buttons.footer-buttons-mobile {
  display: block;
  margin: 40px auto 50px;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .footer-main .footer-buttons.footer-buttons-mobile {
    margin: 36px 0 0 0;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer-main .footer-buttons.footer-buttons-mobile {
    display: none;
  }
}
.footer-main .footer-buttons.footer-buttons-mobile a {
  display: block;
  width: 100%;
}

.footer-buttons-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .footer-buttons-desktop {
    display: block;
  }
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #73818B;
  padding-top: 38px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-bottom {
    gap: 20px;
    padding-top: 30px;
    border: none;
    padding-top: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-bottom {
    max-width: 72.5%;
  }
}

.copyright-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  width: 100%;
}
@media (min-width: 900px) {
  .copyright-text {
    width: auto;
  }
}
.copyright-text p {
  margin-bottom: 0;
}

.copyright-links {
  width: 100%;
  order: -1;
  margin-bottom: 38px;
}
@media (min-width: 900px) {
  .copyright-links {
    width: auto;
    order: 0;
    margin-bottom: 0;
  }
}
.copyright-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .copyright-links ul {
    justify-content: flex-start;
  }
}
.copyright-links ul li {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .copyright-links ul li {
    margin-bottom: 0;
  }
}
.copyright-links ul li:after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
  color: rgba(255, 255, 255, 0.5);
  margin: 0 30px;
  font-size: 16px;
}
.copyright-links ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}
.copyright-links ul li a:hover {
  color: #fff;
}
.copyright-links ul li:last-child::after {
  display: none;
}

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

.container {
  width: 100%;
  max-width: 1630px;
  padding: 0 20px;
  margin: 0 auto;
}
.container: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);
}
@media (min-width: 768px) {
  .container .container {
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .container .container {
    padding: 0 20px;
  }
}

.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);
}

body.archive .archive-block {
  padding: 150px 0 80px;
}
body.search #main, body.search-results #main, body.error404 #main {
  padding: 150px 0 80px;
}
body.search .navigation.pagination, body.search-results .navigation.pagination, body.error404 .navigation.pagination {
  padding-top: 50px;
  text-align: center;
  width: 100%;
}
body .block-result {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  body .block-result {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .block-result article {
  padding: 20px 30px;
  border-radius: 8px;
  background: #E9EBED;
  overflow: hidden;
}
body .block-result article a {
  color: #000;
}
body .block-result article a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.campaigns-hero,
.holder-hero,
.news-hero,
.people-hero,
.companies-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  min-height: 272px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 50px;
}
@media (min-width: 1024px) {
  .campaigns-hero,
  .holder-hero,
  .news-hero,
  .people-hero,
  .companies-hero {
    min-height: 420px;
    padding: 157px 20px 120px;
  }
}
.campaigns-hero.with-anchor,
.holder-hero.with-anchor,
.news-hero.with-anchor,
.people-hero.with-anchor,
.companies-hero.with-anchor {
  min-height: 352px;
}
@media (min-width: 1024px) {
  .campaigns-hero.with-anchor,
  .holder-hero.with-anchor,
  .news-hero.with-anchor,
  .people-hero.with-anchor,
  .companies-hero.with-anchor {
    min-height: 420px;
  }
}
.campaigns-hero.with-anchor .title,
.holder-hero.with-anchor .title,
.news-hero.with-anchor .title,
.people-hero.with-anchor .title,
.companies-hero.with-anchor .title {
  margin-bottom: 82px;
}
@media (min-width: 768px) {
  .campaigns-hero.with-anchor .title,
  .holder-hero.with-anchor .title,
  .news-hero.with-anchor .title,
  .people-hero.with-anchor .title,
  .companies-hero.with-anchor .title {
    margin-bottom: 0;
  }
}
.campaigns-hero .title,
.holder-hero .title,
.news-hero .title,
.people-hero .title,
.companies-hero .title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 750px;
}
@media (min-width: 768px) {
  .campaigns-hero .title,
  .holder-hero .title,
  .news-hero .title,
  .people-hero .title,
  .companies-hero .title {
    margin-bottom: 0;
  }
}
.campaigns-hero h1,
.holder-hero h1,
.news-hero h1,
.people-hero h1,
.companies-hero h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  font-family: "Palast Var";
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}
@media (min-width: 1024px) {
  .campaigns-hero h1,
  .holder-hero h1,
  .news-hero h1,
  .people-hero h1,
  .companies-hero h1 {
    font-size: 48px;
    line-height: 57.6px;
  }
}
.campaigns-hero img,
.holder-hero img,
.news-hero img,
.people-hero img,
.companies-hero img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.campaigns-hero .anchor-container,
.holder-hero .anchor-container,
.news-hero .anchor-container,
.people-hero .anchor-container,
.companies-hero .anchor-container {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.campaigns-hero .anchor-container ul,
.holder-hero .anchor-container ul,
.news-hero .anchor-container ul,
.people-hero .anchor-container ul,
.companies-hero .anchor-container ul {
  padding: 0 20px;
  max-width: 1654px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .campaigns-hero .anchor-container ul,
  .holder-hero .anchor-container ul,
  .news-hero .anchor-container ul,
  .people-hero .anchor-container ul,
  .companies-hero .anchor-container ul {
    flex-wrap: wrap;
  }
}
.campaigns-hero .anchor-container ul li,
.holder-hero .anchor-container ul li,
.news-hero .anchor-container ul li,
.people-hero .anchor-container ul li,
.companies-hero .anchor-container ul li {
  width: 100%;
  text-align: center;
  padding: 2px 0 0;
  max-width: 538px;
}
@media (min-width: 768px) {
  .campaigns-hero .anchor-container ul li,
  .holder-hero .anchor-container ul li,
  .news-hero .anchor-container ul li,
  .people-hero .anchor-container ul li,
  .companies-hero .anchor-container ul li {
    padding: 0 8px;
  }
}
@media (min-width: 1024px) {
  .campaigns-hero .anchor-container ul li,
  .holder-hero .anchor-container ul li,
  .news-hero .anchor-container ul li,
  .people-hero .anchor-container ul li,
  .companies-hero .anchor-container ul li {
    padding: 0 12px;
  }
}
.campaigns-hero .anchor-container ul .btn,
.holder-hero .anchor-container ul .btn,
.news-hero .anchor-container ul .btn,
.people-hero .anchor-container ul .btn,
.companies-hero .anchor-container ul .btn {
  display: block;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  color: #fff;
  text-align: left;
  border: 0;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  padding: 15px 60px 15px 16px;
}
@media (min-width: 1024px) {
  .campaigns-hero .anchor-container ul .btn,
  .holder-hero .anchor-container ul .btn,
  .news-hero .anchor-container ul .btn,
  .people-hero .anchor-container ul .btn,
  .companies-hero .anchor-container ul .btn {
    padding: 21px 80px 21px 32px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .campaigns-hero .anchor-container ul .btn,
  .holder-hero .anchor-container ul .btn,
  .news-hero .anchor-container ul .btn,
  .people-hero .anchor-container ul .btn,
  .companies-hero .anchor-container ul .btn {
    font-size: 20px;
  }
}
.campaigns-hero .anchor-container ul .btn:hover,
.holder-hero .anchor-container ul .btn:hover,
.news-hero .anchor-container ul .btn:hover,
.people-hero .anchor-container ul .btn:hover,
.companies-hero .anchor-container ul .btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
.campaigns-hero .anchor-container ul .btn:after,
.holder-hero .anchor-container ul .btn:after,
.news-hero .anchor-container ul .btn:after,
.people-hero .anchor-container ul .btn:after,
.companies-hero .anchor-container ul .btn:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 1024px) {
  .campaigns-hero .anchor-container ul .btn:after,
  .holder-hero .anchor-container ul .btn:after,
  .news-hero .anchor-container ul .btn:after,
  .people-hero .anchor-container ul .btn:after,
  .companies-hero .anchor-container ul .btn:after {
    right: 32px;
  }
}

@media (min-width: 768px) {
  .holder-hero .anchor-container.is-fixed {
    position: fixed;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
.video-logo-slider-section {
  background: #fff;
  position: relative;
  padding: 59px 0;
}
@media (min-width: 768px) {
  .video-logo-slider-section {
    padding: 84px 0 160px;
  }
}
.video-logo-slider-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(212, 219, 223, 0.3) 0%, rgba(212, 219, 223, 0) 100%);
}
.video-logo-slider-section .section-header-top,
.video-logo-slider-section .video-logo-swiper {
  position: relative;
  z-index: 1;
}
.video-logo-slider-section .section-header-top .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .video-logo-slider-section .section-header-top .container {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .video-logo-slider-section .section-header-top .container {
    padding: 0 20px;
  }
}
.video-logo-slider-section .section-header-top .text-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .video-logo-slider-section .section-header-top .text-content {
    margin: 0 0 36px;
    text-align: left;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .video-logo-slider-section .section-header-top .text-content {
    width: calc(100% - 170px);
  }
}
.video-logo-slider-section .section-header-top .slider-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .video-logo-slider-section .section-header-top .slider-navigation {
    width: 170px;
    margin: 0;
  }
}
.video-logo-slider-section .section-title {
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 0 0 23px;
  color: #20272D;
}
@media (min-width: 768px) {
  .video-logo-slider-section .section-title {
    font-size: 32px;
    text-align: left;
    width: 47.4%;
  }
}
@media (min-width: 1024px) {
  .video-logo-slider-section .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .video-logo-slider-section .section-title {
    font-size: 42px;
    padding-right: 150px;
  }
}
.video-logo-slider-section .section-description {
  color: #20272D;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .video-logo-slider-section .section-description {
    width: 52.6%;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .video-logo-slider-section .section-description {
    padding-right: 80px;
    font-size: 24px;
    padding-left: 122px;
  }
}
.video-logo-slider-section .video-logo-swiper {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .video-logo-slider-section .video-logo-swiper {
    padding: 0 0 155px;
  }
}
.video-logo-slider-section .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  height: 532px;
}
@media (min-width: 768px) {
  .video-logo-slider-section .swiper-slide {
    width: 662px;
    height: 397px;
  }
}
.video-logo-slider-section .swiper-slide.swiper-slide-active .slide-background:after {
  opacity: 0;
}
.video-logo-slider-section .swiper-slide.swiper-slide-active .company-logo-overlay {
  opacity: 1;
}
.video-logo-slider-section .swiper-slide .slide-video-link {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.video-logo-slider-section .swiper-slide .slide-video-link:hover .play-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .video-logo-slider-section .swiper-slide .slide-video-link:hover .play-icon {
    width: 90px;
    height: 90px;
  }
}
.video-logo-slider-section .swiper-slide .play-icon {
  transition: all 1.2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .video-logo-slider-section .swiper-slide .play-icon {
    width: 80px;
    height: 80px;
  }
}
.video-logo-slider-section .swiper-slide .play-icon svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .video-logo-slider-section .swiper-slide .play-icon svg {
    width: 24px;
    height: 24px;
  }
}
.video-logo-slider-section .swiper-slide .slide-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.video-logo-slider-section .swiper-slide .slide-background:after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.video-logo-slider-section .swiper-slide .company-logo-overlay {
  transition: all 0.8s ease;
  border-radius: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  left: 8px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
}
@media (min-width: 1024px) {
  .video-logo-slider-section .swiper-slide .company-logo-overlay {
    transform: translate3d(50%, 50%, 0px);
    height: 200px;
    width: 200px;
    left: auto;
  }
}
.video-logo-slider-section .swiper-btn {
  margin: 0 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #D4DBDF;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .video-logo-slider-section .swiper-btn {
    margin: 0 10px;
    width: 59px;
    height: 59px;
  }
}
.video-logo-slider-section .swiper-btn:hover {
  background: #D4DBDF;
}
.video-logo-slider-section .swiper-btn svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .video-logo-slider-section .swiper-btn svg {
    width: 27px;
    height: 27px;
  }
}
.video-logo-slider-section .swiper-pagination-video {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  bottom: 38px;
}
@media (max-width: 767px) {
  .video-logo-slider-section .swiper-pagination-video {
    display: none;
  }
}
.video-logo-slider-section .swiper-pagination-video span {
  opacity: 1;
}
.video-logo-slider-section .swiper-pagination-video span.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}
.video-logo-slider-section .swiper-pagination-video span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.video-logo-slider-section .swiper-pagination-video span.swiper-pagination-bullet-active, .video-logo-slider-section .swiper-pagination-video span.next-bullet, .video-logo-slider-section .swiper-pagination-video span.prev-bullet {
  width: 8px;
  height: 8px;
}

.video-logo-swiper .swiper-slide {
  transition: transform 0.8s cubic-bezier(0.25, 1.25, 0.5, 1);
  opacity: 0.7;
  transform-origin: top !important;
  margin: 0;
}
@media (min-width: 1024px) {
  .video-logo-swiper .swiper-slide {
    margin: 0 75px !important;
  }
}
.video-logo-swiper .swiper-slide.is-active {
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 2;
}
@media (min-width: 1024px) {
  .video-logo-swiper .swiper-slide.is-active {
    transform: scale(1.38) !important;
  }
}
.video-logo-swiper .swiper-slide.is-active .company-logo-overlay {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.video-logo-swiper .swiper-slide.is-active .play-icon {
  opacity: 1;
}
.video-logo-swiper .swiper-wrapper {
  transition: all 0.5s ease;
}

.page-template-template-password-recovery .header .holder-header,
.page-template-template-agm-page .header .holder-header,
.page-template-template-agm-login-page .header .holder-header {
  justify-content: center;
}

.login-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-hero .holder-bg-page {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.login-hero .holder-bg-page:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 336px;
  content: "";
  background: linear-gradient(177.27deg, #FFFFFF 31.77%, rgba(255, 255, 255, 0) 82.73%);
}
.login-hero img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.login-hero .block {
  width: 100%;
  padding: 100px 20px;
}
@media (min-width: 768px) {
  .login-hero .block {
    padding: 130px 60px;
  }
}
@media (min-width: 1500px) {
  .login-hero .block {
    padding: 130px 20px;
  }
}
.login-hero .container {
  max-width: 1136px;
  background: #fff;
  padding: 22px 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .login-hero .container {
    padding: 52px 114px;
  }
}
.login-hero .page-title h1 {
  text-align: center;
  text-transform: uppercase;
  font: 400 32px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #000;
  max-width: 670px;
  letter-spacing: -0.2px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .login-hero .page-title h1 {
    margin: 0 auto 88px;
    font-size: 38px;
  }
}
@media (min-width: 1500px) {
  .login-hero .page-title h1 {
    font-size: 48px;
  }
}
.login-hero .login-title {
  color: #0B0D0F;
  margin: 0 0 5px;
  font: 500 22px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .login-hero .login-title {
    font-size: 26px;
  }
}
.login-hero .login-subtitle {
  margin: 0 0 60px;
  color: #0B0D0F;
  font: 400 18px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .login-hero .login-subtitle {
    font-size: 20px;
  }
}
.login-hero .login-contact-info {
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: -0.2px;
  font: 400 16px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #34414A;
}
.login-hero .login-contact-info a {
  color: #2E5334;
  text-decoration: none;
}
.login-hero .login-contact-info a:hover {
  text-decoration: underline;
}
.login-hero .login-back a,
.login-hero .login-links a {
  color: #2E5334;
  text-decoration: underline;
}
.login-hero .login-back a:hover,
.login-hero .login-links a:hover {
  text-decoration: none;
}
.login-hero #custom-lost-password-form .row,
.login-hero #custom-login-form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
}
@media (min-width: 768px) {
  .login-hero #custom-lost-password-form .row,
  .login-hero #custom-login-form .row {
    margin: 0 -15px 64px;
  }
}
.login-hero #custom-lost-password-form .row .col,
.login-hero #custom-login-form .row .col {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .login-hero #custom-lost-password-form .row .col,
  .login-hero #custom-login-form .row .col {
    width: 50%;
    margin: 0;
  }
}
.login-hero #custom-lost-password-form .row input,
.login-hero #custom-login-form .row input {
  background: #fff !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #34414A;
  width: 100%;
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.login-hero #custom-lost-password-form .row input::placeholder,
.login-hero #custom-login-form .row input::placeholder {
  color: #73818B;
}
.login-hero #custom-lost-password-form .row .over,
.login-hero #custom-login-form .row .over {
  position: relative;
}
.login-hero #custom-lost-password-form .row .over .toggle-pass,
.login-hero #custom-login-form .row .over .toggle-pass {
  position: absolute;
  right: 5px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: none;
  border: 0;
}
.login-hero #custom-lost-password-form .row .over .toggle-pass.is-active svg,
.login-hero #custom-login-form .row .over .toggle-pass.is-active svg {
  opacity: 0.5;
}
.login-hero #custom-lost-password-form .row .over .toggle-pass svg,
.login-hero #custom-login-form .row .over .toggle-pass svg {
  opacity: 1;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}
.login-hero #custom-lost-password-form label,
.login-hero #custom-login-form label {
  display: none;
}
.login-hero #custom-lost-password-form .login-submit,
.login-hero #custom-login-form .login-submit {
  max-width: 454px;
  margin: 0 auto 28px;
}
.login-hero #custom-lost-password-form .login-submit input,
.login-hero #custom-login-form .login-submit input {
  border: 0;
  font-weight: 500;
  font-size: 18px;
  height: 68px;
  width: 100%;
}
.login-hero #custom-lost-password-form input[type=text] {
  width: 300px;
  font-size: 14px;
}

.fancybox__slide.has-vimeo .f-button {
  position: absolute;
  top: 0;
  right: 28px;
  width: 56px;
  height: 56px;
  background: rgba(11, 13, 15, 0.4);
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  z-index: 100;
}
.fancybox__slide.has-vimeo .f-button:hover {
  background: rgba(255, 255, 255, 0.4);
}
.fancybox__slide.has-vimeo .f-html {
  max-width: none;
  max-height: none;
}

.page-template-template-agm-page .header .custom-logo,
.page-template-template-agm-login-page .header .custom-logo {
  margin: 0 auto;
}
.page-template-template-agm-page .holder-hero .title,
.page-template-template-agm-login-page .holder-hero .title {
  margin-bottom: 0;
  max-width: 380px;
}
@media (min-width: 1024px) {
  .page-template-template-agm-page .holder-hero .title,
  .page-template-template-agm-login-page .holder-hero .title {
    max-width: 580px;
  }
}
.page-template-template-agm-page .login-hero .page-title,
.page-template-template-agm-login-page .login-hero .page-title {
  max-width: 390px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .page-template-template-agm-page .login-hero .page-title,
  .page-template-template-agm-login-page .login-hero .page-title {
    max-width: 459px;
  }
}
@media (min-width: 1500px) {
  .page-template-template-agm-page .login-hero .page-title,
  .page-template-template-agm-login-page .login-hero .page-title {
    max-width: 651px;
  }
}

body.single-post .post-holder {
  padding: 150px 0;
}

.back-to-top {
  background-color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 44px;
  height: 44px;
}
@media (min-width: 1024px) {
  .back-to-top {
    width: 59px;
    height: 59px;
  }
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 83, 52, 0.12);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 1;
}
.back-to-top svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.back-to-top svg rect:first-child {
  fill: transparent;
  transition: fill 0.3s ease;
}
@media (min-width: 1024px) {
  .back-to-top:hover::before {
    transform: scale(1);
  }
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top.stopped {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

body.nav-active .back-to-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.disclaimer-custom-page,
.terms-of-use-custom-page {
  padding: 0 0 80px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #20272D;
  letter-spacing: -0.2px;
}
@media (min-width: 1200px) {
  .disclaimer-custom-page,
  .terms-of-use-custom-page {
    padding: 0 0 120px;
  }
}
.disclaimer-custom-page .holder-hero,
.terms-of-use-custom-page .holder-hero {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .disclaimer-custom-page .holder-hero,
  .terms-of-use-custom-page .holder-hero {
    margin-bottom: 120px;
  }
}
.disclaimer-custom-page .container,
.terms-of-use-custom-page .container {
  max-width: 1174px;
}
.disclaimer-custom-page h2.wp-block-heading,
.terms-of-use-custom-page h2.wp-block-heading {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #0B0D0F;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .disclaimer-custom-page h2.wp-block-heading,
  .terms-of-use-custom-page h2.wp-block-heading {
    margin: 0 0 60px;
    letter-spacing: 0.5px;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .disclaimer-custom-page h2.wp-block-heading,
  .terms-of-use-custom-page h2.wp-block-heading {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .disclaimer-custom-page h2.wp-block-heading,
  .terms-of-use-custom-page h2.wp-block-heading {
    font-size: 42px;
  }
}
.disclaimer-custom-page h3,
.terms-of-use-custom-page h3 {
  margin: 40px 0 24px;
  font: 500 24px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0B0D0F;
}
@media (min-width: 768px) {
  .disclaimer-custom-page h3,
  .terms-of-use-custom-page h3 {
    margin: 40px 0 28px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .disclaimer-custom-page h3,
  .terms-of-use-custom-page h3 {
    font-size: 28px;
  }
}
.disclaimer-custom-page p,
.terms-of-use-custom-page p {
  margin: 0 0 16px;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer,
.terms-of-use-custom-page .wp-block-list.list-disclaimer {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: level1;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
  counter-increment: level1;
}
@media (min-width: 768px) {
  .disclaimer-custom-page .wp-block-list.list-disclaimer > li,
  .terms-of-use-custom-page .wp-block-list.list-disclaimer > li {
    padding-left: 40px;
    margin-bottom: 24px;
  }
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li:before,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li:before {
  content: counter(level1);
  position: absolute;
  left: 0;
  top: 0;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > strong,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > strong {
  color: #0B0D0F;
  font: 500 24px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .disclaimer-custom-page .wp-block-list.list-disclaimer > li > strong,
  .terms-of-use-custom-page .wp-block-list.list-disclaimer > li > strong {
    font-size: 28px;
  }
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li a,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li a {
  text-decoration: underline;
  color: #2E5334;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li a:hover,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li a:hover {
  text-decoration: none;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0 0;
  counter-reset: level2;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li {
  counter-increment: level2;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li,
  .terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li {
    padding-left: 38px;
  }
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li:before,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li:before {
  content: counter(level2, lower-alpha);
  position: absolute;
  left: 0;
  top: 0;
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list {
  list-style: none;
  padding: 0;
  margin: 13px 0 28px 0;
  counter-reset: level3;
}
@media (min-width: 768px) {
  .disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list,
  .terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list {
    margin: 16px 0 28px 0;
  }
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li {
  counter-increment: level3;
  position: relative;
  padding-left: 26px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li,
  .terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li {
    padding-left: 44px;
  }
}
.disclaimer-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li:before,
.terms-of-use-custom-page .wp-block-list.list-disclaimer > li > ul.wp-block-list > li > .wp-block-list > li:before {
  content: counter(level3, upper-roman);
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  position: relative;
  background: transparent;
  color: #20272D;
  border-radius: 4px;
  padding: 15px 26px;
  text-decoration: none;
  border: 1px solid #34414A;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
}
.btn:hover {
  background-color: #C8CDC9;
  color: #2D4329;
}
.btn.btn-green {
  background: #2D4329;
  padding: 23px;
  min-width: 340px;
  border: 1px solid #2D4329;
  color: #fff;
}
.btn.btn-green:before {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background-color: rgba(71, 104, 76, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.btn.btn-green:hover:before {
  transform: translateY(0);
  z-index: 0;
}
.btn.btn-header {
  font-size: 14px;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .btn.btn-header {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.btn.btn-header i {
  margin-left: 15px;
}
.btn.btn-header:before {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background-color: rgba(46, 83, 52, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.btn.btn-header:hover {
  background-color: transparent;
}
.btn.btn-header:hover:before {
  transform: translateY(0);
  z-index: 0;
}
.btn.btn-primary {
  padding: 20px 30px;
  border: 1px solid #2D4329;
  background: #fff;
  color: #2D4329;
}
@media (min-width: 1200px) {
  .btn.btn-primary {
    padding: 20px 52px;
  }
}
.btn.btn-primary:before {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background-color: rgba(46, 83, 52, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.btn.btn-primary:hover:before {
  transform: translateY(0);
  z-index: 0;
}
.btn.btn-secondary {
  padding: 20px 30px;
  border: 1px solid #2D4329;
  background: #2D4329;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1200px) {
  .btn.btn-secondary {
    padding: 20px 52px;
  }
}
.btn.btn-secondary:before {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  background-color: #475a43;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: -1;
}
.btn.btn-secondary:hover:before {
  transform: translateY(0);
}

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible;
  }
  * {
    color: #000 !important;
    background: none !important;
  }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important;
  }
}
.js-scale-on-scroll .image-holder {
  overflow: hidden;
}
.js-scale-on-scroll .image-holder img {
  transform: scale(1.1);
  transition: transform 1s linear;
  object-fit: cover;
}
.js-scale-on-scroll.is-in-viewport .image-holder img {
  transform: scale(1);
}

.js-scale-on-scroll-page {
  overflow: hidden;
}
.js-scale-on-scroll-page img {
  transform: scale(1.2);
  transition: transform 1.5s ease-in-out;
  object-fit: cover;
}
.js-scale-on-scroll-page.is-in-viewport img {
  transform: scale(1);
}

.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.site-preloader.force-hide {
  display: none !important;
}
.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.home.run-intro .wrapp-header {
  transform: translateY(-160%);
  opacity: 0;
  transition: none;
  visibility: hidden;
}

body.home.header-anim-start .wrapp-header {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s ease;
}

body.home.run-intro .hero-section .hero-video-holder {
  transition: none;
  opacity: 0;
  transform: translateY(50px);
}
@media (min-width: 1024px) {
  body.home.run-intro .hero-section .hero-video-holder {
    transform: translateY(100px);
  }
}
body.home.run-intro .hero-section .hero-content .hero-title,
body.home.run-intro .hero-section .hero-content .hero-text,
body.home.run-intro .hero-section .hero-content .button-holder {
  transition: none;
  opacity: 0;
  transform: translateY(100px);
}

body.home .hero-section.hero-anim-start .hero-video-holder {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s ease;
}
body.home .hero-section.hero-anim-start .hero-content .hero-title,
body.home .hero-section.hero-anim-start .hero-content .hero-text,
body.home .hero-section.hero-anim-start .hero-content .button-holder {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease-out, opacity 1s ease-out;
}
body.home .hero-section.hero-anim-start .hero-content .hero-title {
  transition-delay: 0.1s;
}
body.home .hero-section.hero-anim-start .hero-content .hero-text {
  transition-delay: 0.3s;
}
body.home .hero-section.hero-anim-start .hero-content .button-holder {
  transition-delay: 0.5s;
}

.article-footer {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .article-footer {
    padding-bottom: 120px;
  }
}
.article-footer .row {
  border-top: 1px solid #34414A;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .article-footer .row {
    margin: 0;
  }
}
.single-news .article-footer .row {
  border-top: 0;
}
.article-footer .back-to-archive {
  width: 100%;
  border-bottom: 1px solid #34414A;
}
@media (min-width: 1024px) {
  .article-footer .back-to-archive {
    width: 43%;
    border-bottom: 0;
  }
}
.article-footer .back-to-archive a {
  display: inline-flex;
}
.article-footer .back-to-archive a .holder-svg {
  padding: 33px 30px 27px 26px;
  border-right: 1px solid #34414A;
}
@media (min-width: 768px) {
  .article-footer .back-to-archive a .holder-svg {
    padding: 34px 30px 30px 17px;
  }
}
.article-footer .back-to-archive a .text {
  align-self: center;
  color: #34414A;
  padding-left: 20px;
  letter-spacing: 0.5px;
  font: 500 16px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.article-footer .post-pagination {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .article-footer .post-pagination {
    width: 57%;
  }
}
@media (max-width: 767px) {
  .article-footer .post-pagination.company-pagination {
    flex-direction: column-reverse;
  }
}
.article-footer .post-pagination.company-pagination .nav-btn.nav-next,
.article-footer .post-pagination.company-pagination .nav-btn.nav-previous {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .article-footer .post-pagination.company-pagination .nav-btn.nav-next,
  .article-footer .post-pagination.company-pagination .nav-btn.nav-previous {
    padding: 7px 30px 40px;
  }
}
@media (max-width: 767px) {
  .article-footer .post-pagination.company-pagination .nav-btn.nav-next {
    width: auto;
    padding-bottom: 46px;
  }
  .article-footer .post-pagination.company-pagination .nav-btn.nav-previous {
    width: auto;
    padding-bottom: 46px;
  }
  .article-footer .post-pagination.company-pagination .nav-btn.nav-previous .holder-text {
    padding-left: 20px;
  }
}
.article-footer .post-pagination .nav-btn {
  width: 100%;
  border-bottom: 1px solid #34414A;
}
@media (min-width: 768px) {
  .article-footer .post-pagination .nav-btn {
    min-height: 240px;
    padding-top: 125px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .article-footer .post-pagination .nav-btn.nav-previous {
    padding: 33px 33px 38px;
    margin-right: 20px;
    border-right: 1px solid #34414A;
  }
}
@media (max-width: 767px) {
  .article-footer .post-pagination .nav-btn.nav-next {
    padding: 33px 33px 38px;
    margin-left: 20px;
  }
}
.article-footer .post-pagination .nav-btn:last-child {
  border-left: 1px solid #34414A;
  padding-left: 30px;
}
.article-footer .post-pagination .nav-btn .holder-text {
  display: flex;
  flex-direction: column;
}
.article-footer .post-pagination .nav-btn .holder-text .nav-logo {
  margin: 0 0 7px;
}
@media (min-width: 768px) {
  .article-footer .post-pagination .nav-btn .holder-text .nav-logo {
    margin: 0 0 40px;
  }
}
.article-footer .post-pagination .nav-btn .holder-text .nav-logo img {
  width: auto;
  max-height: 120px;
}
.article-footer .post-pagination .nav-btn .txt {
  text-transform: uppercase;
  font: 400 16px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.5px;
  padding-left: 15px;
  position: relative;
  color: #34414A;
  display: inline-block;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .article-footer .post-pagination .nav-btn .txt {
    margin-bottom: 16px;
  }
}
.article-footer .post-pagination .nav-btn .txt:before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: #34414A;
  border-radius: 50%;
}
.article-footer .post-pagination .nav-btn .title-post {
  color: #0B0D0F;
  text-transform: uppercase;
  font: 400 26px/1 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.news-archive-container {
  padding: 40px 20px 80px;
}
@media (min-width: 768px) {
  .news-archive-container {
    padding: 70px 30px;
  }
}
@media (min-width: 1500px) {
  .news-archive-container {
    padding: 118px 20px;
  }
}
.news-archive-container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 80px;
}
@media (min-width: 1024px) {
  .news-archive-container .row {
    margin: 0 -20px 60px;
  }
}
.news-archive-container .col {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .news-archive-container .col {
    width: 50%;
  }
}
.news-archive-container .col.col-form {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .news-archive-container .col.col-form {
    margin-top: 85px;
  }
}
.news-archive-container .section-title {
  color: #20272D;
  font-size: 28px;
  font-weight: 388;
  line-height: 33.6px;
  letter-spacing: 0.58px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .news-archive-container .section-title {
    font-size: 42px;
    line-height: 50.4px;
    margin-bottom: 34px;
  }
}
.news-archive-container .text {
  color: #34414A;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.24px;
}
@media (min-width: 1024px) {
  .news-archive-container .text {
    font-size: 24px;
    line-height: 36px;
  }
}
.news-archive-container .news-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news-archive-container .filter-group--select {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .news-archive-container .filter-group--select {
    width: 50%;
    margin-bottom: 44px;
  }
}
.news-archive-container .filter-group--search {
  width: 100%;
  padding: 0 10px;
  position: relative;
}
.news-archive-container .filter-group--search input {
  width: 100%;
  padding: 21px 30px 21px 0 !important;
}
@media (min-width: 1024px) {
  .news-archive-container .filter-group--search input {
    padding: 15px 30px 15px 0 !important;
  }
}
.news-archive-container .filter-group--search .search-submit {
  background-color: transparent !important;
  padding: 0 !important;
  position: absolute;
  top: 22px;
  right: 9px;
  border: none !important;
  width: auto !important;
}
.news-archive-container .filter-group--search .search-submit:hover {
  opacity: 0.8;
  background: transparent !important;
}
.news-archive-container .filter-group--search .search-submit svg {
  height: 20px;
  width: 20px;
}
.news-archive-container .load-more-container {
  text-align: center;
}
.news-archive-container .load-more-container .btn {
  margin-top: 19px;
  padding: 22px 20px 22px 20px !important;
  min-width: 250px;
  width: 100%;
  font-size: 18px !important;
}
@media (min-width: 1024px) {
  .news-archive-container .load-more-container .btn {
    margin-top: 45px;
    min-width: 338px;
    width: auto;
  }
}

.news-grid,
.latest-updates-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news-grid .news-card-link,
.latest-updates-grid .news-card-link {
  display: block;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-grid .news-card-link,
  .latest-updates-grid .news-card-link {
    width: 50%;
  }
}
.news-grid .news-card-link .news-card,
.latest-updates-grid .news-card-link .news-card {
  overflow: hidden;
  position: relative;
  display: flex;
  height: 100%;
  padding: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background: #E9EBED;
}
@media (min-width: 1024px) {
  .news-grid .news-card-link .news-card,
  .latest-updates-grid .news-card-link .news-card {
    min-height: 280px;
  }
}
.news-grid .news-card-link .news-card::before,
.latest-updates-grid .news-card-link .news-card::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 8px;
  height: 8px;
  background-color: #2D4329;
  border-radius: 50%;
}
.news-grid .news-card-link .news-card .hover-item,
.latest-updates-grid .news-card-link .news-card .hover-item {
  display: none;
}
@media (min-width: 1024px) {
  .news-grid .news-card-link .news-card .hover-item,
  .latest-updates-grid .news-card-link .news-card .hover-item {
    display: block;
    overflow: hidden;
    transition: transform 450ms cubic-bezier(0.2, 0.8, 0.4, 1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-color: #2D4329;
    transform: translateY(100%);
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .news-grid .news-card-link .news-card .hover-item::after,
  .latest-updates-grid .news-card-link .news-card .hover-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -41px;
    background-image: url(../images/footer.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 466px;
    height: 260px;
  }
}
.news-grid .news-card-link .news-card:hover .hover-item,
.latest-updates-grid .news-card-link .news-card:hover .hover-item {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .news-grid .news-card-link .news-card:hover .card-date,
  .latest-updates-grid .news-card-link .news-card:hover .card-date {
    background: rgba(122, 149, 133, 0.5);
  }
}
.news-grid .card-content,
.latest-updates-grid .card-content {
  padding: 14px 9px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .news-grid .card-content,
  .latest-updates-grid .card-content {
    padding: 20px 28px;
  }
}
.news-grid .card-content .card-title,
.latest-updates-grid .card-content .card-title {
  color: #0B0D0F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .news-grid .card-content .card-title,
  .latest-updates-grid .card-content .card-title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.news-grid .card-footer,
.latest-updates-grid .card-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}
@media (min-width: 768px) {
  .news-grid .card-footer,
  .latest-updates-grid .card-footer {
    height: 150px;
  }
}
.news-grid .card-footer .card-date,
.latest-updates-grid .card-footer .card-date {
  padding: 8px 16px;
  background: #566068;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  border-radius: 4px;
}

.single-news .single-news-container {
  max-width: 1174px;
}
@media (min-width: 768px) {
  .single-news .single-news-container {
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .single-news .single-news-container {
    padding: 0 20px;
  }
}
.single-news .single-news-container .news-article {
  padding: 40px 0 54px;
}
@media (min-width: 1024px) {
  .single-news .single-news-container .news-article {
    padding: 120px 0 120px;
  }
}
.single-news .single-news-container .article-title {
  margin-bottom: 26px;
  color: #0B0D0F;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .single-news .single-news-container .article-title {
    font-size: 42px;
    line-height: 50.4px;
    margin-bottom: 32px;
  }
}
.single-news .single-news-container .article-meta {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
  .single-news .single-news-container .article-meta {
    padding-bottom: 57px;
    margin-bottom: 60px;
  }
}
.single-news .single-news-container .article-meta .post-date {
  display: flex;
  align-items: center;
  color: #20272D;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.24px;
}
@media (min-width: 1024px) {
  .single-news .single-news-container .article-meta .post-date {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.single-news .single-news-container .article-meta .post-date::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2D4329;
  border-radius: 50%;
  margin-right: 8px;
}
.single-news .single-news-container .article-content {
  color: #20272D;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.single-news .single-news-container .article-content p {
  margin-bottom: 21px;
}
.single-news .single-news-container .article-content a {
  color: #20272D;
}
.single-news .single-news-container .article-content a:hover {
  text-decoration: underline;
}
.single-news .single-news-container h3 {
  color: #0B0D0F;
  font-family: "Instrument Sans";
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .single-news .single-news-container h3 {
    margin-bottom: 32px;
  }
}
.single-news .article-footer {
  margin-bottom: 81px;
}
@media (min-width: 1024px) {
  .single-news .article-footer {
    margin-bottom: 52px;
  }
}
.single-news .article-footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #34414A;
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .single-news .article-footer .row {
    margin: 0;
  }
}
.single-news .article-footer .back-to-news {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #34414A;
}
@media (min-width: 1024px) {
  .single-news .article-footer .back-to-news {
    width: auto;
    border: none;
  }
}
.single-news .article-footer .back-to-news a {
  color: #34414A;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.single-news .article-footer .back-to-news a:hover .holder-svg:before {
  opacity: 1;
}
.single-news .article-footer .back-to-news .holder-svg {
  position: relative;
  margin-right: 27px;
}
.single-news .article-footer .back-to-news .holder-svg:before {
  opacity: 0;
  content: "";
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: rgba(46, 83, 52, 0.12);
}
.single-news .article-footer .back-to-news .holder-svg svg {
  width: 27px;
  height: 27px;
}
.single-news .article-footer .back-to-news .text {
  padding: 25px 20px 30px 25px;
  display: block;
  position: relative;
}
.single-news .article-footer .back-to-news .text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #34414A;
}
.single-news .article-footer .post-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  padding: 30px 0 18px;
}
@media (min-width: 768px) {
  .single-news .article-footer .post-share {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .single-news .article-footer .post-share {
    width: auto;
    justify-content: flex-start;
  }
}
.single-news .article-footer .post-share-title {
  color: #34414A;
  font-size: 16px;
  font-weight: 400;
  line-height: 12.8px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .single-news .article-footer .post-share-title {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
.single-news .article-footer .post-share-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .single-news .article-footer .post-share-list {
    margin-left: 31px;
    padding: 19px 16px 19px 17px;
    justify-content: flex-start;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .single-news .article-footer .post-share-list::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #34414A;
  }
}
.single-news .article-footer .post-share-item {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .single-news .article-footer .post-share-item {
    padding: 0 16px;
  }
}
.single-news .article-footer .post-share-item a {
  display: block;
  position: relative;
}
.single-news .article-footer .post-share-item a:before {
  opacity: 0;
  content: "";
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: rgba(46, 83, 52, 0.12);
}
.single-news .article-footer .post-share-item a:hover:before {
  opacity: 1;
}
.single-news .article-footer .post-share-item img {
  display: block;
  width: 36px;
  height: 36px;
}

@media (min-width: 768px) {
  .latest-updates-section .container {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .latest-updates-section .container {
    padding: 0 20px;
  }
}
.latest-updates-section .section-title {
  font-family: "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #20272D;
  font-size: 28px;
  font-weight: 388;
  line-height: 33.6px;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 29px;
  text-align: center;
}
@media (min-width: 1024px) {
  .latest-updates-section .section-title {
    text-align: left;
    margin-bottom: 52px;
  }
}
.latest-updates-section .latest-updates-grid {
  margin-bottom: 59px;
}
@media (min-width: 1024px) {
  .latest-updates-section .latest-updates-grid {
    margin-bottom: 100px;
  }
}

.people-archive-container {
  background: #fdfdfd;
  padding: 40px 20px 48px;
}
@media (min-width: 768px) {
  .people-archive-container {
    padding: 70px 30px;
  }
}
@media (min-width: 1500px) {
  .people-archive-container {
    padding: 120px 20px 60px;
  }
}
.people-archive-container .team-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px 83px;
}
@media (min-width: 768px) {
  .people-archive-container .team-header {
    margin: 0 -10px 63px;
  }
}
.people-archive-container .team-header .col {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .people-archive-container .team-header .col {
    width: 50%;
  }
}
.people-archive-container .team-header .section-title {
  color: #0B0D0F;
  margin: 0 0 25px;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .people-archive-container .team-header .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .people-archive-container .team-header .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .people-archive-container .team-header .section-title {
    font-size: 42px;
    margin: 0 0 32px;
  }
}
.people-archive-container .team-header .text {
  margin: 0 0 36px;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1200px) {
  .people-archive-container .team-header .text {
    margin: 0;
    font-size: 24px;
  }
}
.people-archive-container .team-header .people-filters {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -3px;
}
.people-archive-container .team-header .filter-group {
  width: 384px;
}
.people-archive-container .team-header .filter-group .nice-select:after {
  right: 5px;
}
@media (min-width: 1024px) {
  .people-archive-container .team-header .filter-group .nice-select {
    height: 60px;
  }
}
.people-archive-container .people-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .people-archive-container .people-grid {
    margin: 0 -10px;
  }
}
.people-archive-container .people-grid .col {
  width: 50%;
  margin: 0 0 13px;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .people-archive-container .people-grid .col {
    margin: 0 0 42px;
    padding: 0 10px;
    width: 33.333%;
  }
}
@media (min-width: 1024px) {
  .people-archive-container .people-grid .col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .people-archive-container .people-grid .col {
    width: 20%;
  }
}
.people-archive-container .people-card {
  display: block;
  color: #000;
}
.people-archive-container .people-card:hover .people-card-image img {
  transform: scale(1.05);
}
.people-archive-container .people-card .people-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .people-archive-container .people-card .people-card-image {
    border-radius: 8px;
    margin: 0 0 24px;
  }
}
.people-archive-container .people-card .people-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.5s;
}
.people-archive-container .people-card .people-card-name {
  font: 500 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .people-archive-container .people-card .people-card-name {
    margin: 0 0 10px;
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .people-archive-container .people-card .people-card-name {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .people-archive-container .people-card .people-card-name {
    font-size: 26px;
  }
}
.people-archive-container .people-card .people-card-position {
  font: 400 18px/1.4 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .people-archive-container .people-card .people-card-position {
    line-height: 1.2;
  }
}

.single-people-container {
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .single-people-container {
    padding: 0 30px 160px;
  }
}
@media (min-width: 1500px) {
  .single-people-container {
    padding: 0 20px 160px;
  }
}
.single-people-container .people-content-grid {
  display: flex;
  flex-wrap: wrap;
}
.single-people-container .people-content-grid .col-sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .single-people-container .people-content-grid .col-sidebar {
    width: 28%;
  }
}
.single-people-container .people-content-grid .col-main-content {
  width: 100%;
}
@media (min-width: 768px) {
  .single-people-container .people-content-grid .col-main-content {
    width: 72%;
    padding-left: 46px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .single-people-container .people-content-grid .col-main-content {
    padding-left: 186px;
    padding-top: 121px;
  }
}
.single-people-container .people-portrait {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  max-width: 382px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto 18px;
}
@media (min-width: 768px) {
  .single-people-container .people-portrait {
    margin: -113px 0 39px;
  }
}
.single-people-container .people-portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.single-people-container .btn-vcard {
  color: #0B0D0F;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .single-people-container .btn-vcard {
    font-size: 13px;
  }
  .single-people-container .btn-vcard svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .single-people-container .btn-vcard {
    font-size: 20px;
  }
  .single-people-container .btn-vcard svg {
    width: 36px;
    height: 36px;
  }
}
.single-people-container .btn-vcard:hover {
  opacity: 0.8;
}
.single-people-container .btn-vcard:hover .txt {
  text-decoration: none;
}
.single-people-container .btn-vcard .txt {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .single-people-container .btn-vcard .txt {
    text-decoration: none;
  }
}
.single-people-container .btn-vcard .icon {
  margin-right: 15px;
}
.single-people-container .over-people-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 53px;
}
@media (min-width: 768px) {
  .single-people-container .over-people-links {
    margin-bottom: 0;
  }
}
.single-people-container .people-socials a {
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 0;
  font-size: 16px;
  margin: 0 4px;
  transition: all 0.3s;
}
.single-people-container .people-socials a:hover {
  opacity: 0.7;
}
.single-people-container .article-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0B0D0F;
  margin: 0 0 5px;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .single-people-container .article-title {
    margin: 0;
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .single-people-container .article-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .single-people-container .article-title {
    font-size: 42px;
  }
}
.single-people-container .article-position {
  color: #34414A;
  font: 400 24px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .single-people-container .article-position {
    margin: 0 0 60px;
  }
}
.single-people-container .article-content {
  padding: 0 0 41px;
  border-bottom: 1px solid #000;
  color: #34414A;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-people-container .people-details {
  padding-top: 21px;
}
@media (min-width: 768px) {
  .single-people-container .people-details {
    padding-top: 0;
  }
}
.single-people-container .people-details .detail-block {
  overflow: hidden;
  padding-top: 37px;
  color: #20272D;
  font: 400 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-people-container .people-details .detail-block .detail-title {
  color: #34414A;
  margin: 0 0 15px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font: 400 16px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .single-people-container .people-details .detail-block .detail-title {
    margin: 0 0 23px;
  }
}
.single-people-container .people-details .detail-block .detail-title-position {
  display: inline-block;
  color: #20272D;
  margin: 12px 0 40px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font: 400 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
}
.single-people-container .people-details .detail-block .detail-title-position:after {
  position: absolute;
  top: 11px;
  left: calc(100% + 40px);
  height: 1px;
  background: #34414A;
  content: "";
  right: -9999px;
}
.single-people-container .people-details .detail-block ul {
  margin-left: 13px;
}
.single-people-container .people-details .detail-block ul li {
  padding-left: 16px;
  margin: 0 0 12px;
  position: relative;
}
.single-people-container .people-details .detail-block ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  background: #20272D;
}
.single-people-container .people-details .detail-block .board-positions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .single-people-container .people-details .detail-block .board-positions-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.single-people-container .people-details .detail-block .board-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #97A4AC;
  border-radius: 4px;
  transition: all 0.4s;
  padding: 10px;
}
.single-people-container .people-details .detail-block .board-logo-item img {
  max-height: 120px;
}
.single-people-container .people-details .detail-block .board-logo-item:hover {
  background: #2E5334;
}
.single-people-container .people-details .detail-block .board-logo-item:hover img {
  filter: brightness(0) invert(1);
}

.companies-archive-container {
  background: #fdfdfd;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .companies-archive-container {
    padding: 70px 30px;
  }
}
@media (min-width: 1500px) {
  .companies-archive-container {
    padding: 120px 20px 35px;
  }
}
.companies-archive-container .portfolio-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px 27px;
}
@media (min-width: 768px) {
  .companies-archive-container .portfolio-header {
    margin: 0 -10px 68px;
  }
}
.companies-archive-container .portfolio-header .col {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .companies-archive-container .portfolio-header .col {
    width: 50%;
  }
}
.companies-archive-container .portfolio-header .section-title {
  color: #0B0D0F;
  margin: 0 0 23px;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .companies-archive-container .portfolio-header .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .companies-archive-container .portfolio-header .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .companies-archive-container .portfolio-header .section-title {
    font-size: 42px;
    margin: 0 0 32px;
  }
}
.companies-archive-container .portfolio-header .text {
  margin: 0 0 40px;
  max-width: 530px;
  letter-spacing: -0.2px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1200px) {
  .companies-archive-container .portfolio-header .text {
    margin: 0;
  }
}
.companies-archive-container .companies-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 8px;
}
.companies-archive-container .companies-filters .filter-group {
  padding: 0 10px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .companies-archive-container .companies-filters .filter-group {
    margin: 0;
  }
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox {
  width: 100%;
  position: relative;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .companies-archive-container .companies-filters .filter-group.filter-group--checkbox {
    width: 226px;
  }
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox input[type=checkbox] {
  position: absolute;
  z-index: -2;
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox label input:checked + span:after {
  opacity: 1;
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox label span {
  font-size: 16px;
  padding-left: 42px;
  position: relative;
  letter-spacing: 0.5px;
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox label span:before {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #000;
  content: "";
  left: 0;
  top: -3px;
}
@media (min-width: 768px) {
  .companies-archive-container .companies-filters .filter-group.filter-group--checkbox label span:before {
    top: -1px;
  }
}
.companies-archive-container .companies-filters .filter-group.filter-group--checkbox label span:after {
  transition: all 0.3s;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2D4329;
  content: "";
  left: 5px;
  top: 2px;
  opacity: 0;
}
@media (min-width: 768px) {
  .companies-archive-container .companies-filters .filter-group.filter-group--checkbox label span:after {
    top: 4px;
  }
}
.companies-archive-container .companies-filters .filter-group.filter-group--select {
  width: 100%;
}
@media (min-width: 768px) {
  .companies-archive-container .companies-filters .filter-group.filter-group--select {
    width: calc(50% - 113px);
  }
}
.companies-archive-container .companies-filters .filter-group .nice-select:after {
  right: 4px;
}
@media (min-width: 1024px) {
  .companies-archive-container .companies-filters .filter-group .nice-select {
    height: 60px;
  }
}
.companies-archive-container .companies-content-wrapper {
  padding-top: 23px;
}
.companies-archive-container .company-group-title {
  font: 400 20px/0.8 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  padding-left: 19px;
  position: relative;
  margin: 0 0 26px;
}
@media (min-width: 768px) {
  .companies-archive-container .company-group-title {
    margin: 0 0 30px;
  }
}
.companies-archive-container .company-group-title:before {
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #0B0D0F;
}
.companies-archive-container .company-logo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .companies-archive-container .company-logo-grid {
    margin: 0 -10px;
  }
}
.companies-archive-container .company-logo-grid .col {
  width: 50%;
  padding: 6px;
}
@media (min-width: 768px) {
  .companies-archive-container .company-logo-grid .col {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .companies-archive-container .company-logo-grid .col {
    width: 25%;
  }
}
.companies-archive-container .company-logo-item {
  position: relative;
}
.companies-archive-container .company-logo-item:before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  content: "";
  background: transparent;
}
.companies-archive-container .company-logo-item.hover-active a {
  background: #2D4329;
}
.companies-archive-container .company-logo-item.hover-active a img {
  filter: brightness(0) invert(1);
}
.companies-archive-container .company-logo-item a {
  border: 1px solid #97A4AC;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 154/112;
  background: #fff;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .companies-archive-container .company-logo-item a {
    aspect-ratio: 382/290;
    border-radius: 8px;
  }
}
.companies-archive-container .company-logo-item a:hover {
  background: #2D4329;
}
.companies-archive-container .company-logo-item a:hover img {
  filter: brightness(0) invert(1);
}
.companies-archive-container .company-logo-item a img {
  max-width: 75%;
}
.companies-archive-container .company-details-hover {
  background: #2D4329;
  width: 100%;
  padding: 27px 20px;
  color: #E9EBED;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-hover {
    border-radius: 8px;
    padding: 39px 38px;
  }
}
.companies-archive-container .company-details-content .col-title {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.companies-archive-container .company-details-content h3 {
  margin: 0 0 32px;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content h3 {
    margin: 0;
    font-size: 36px;
  }
}
.companies-archive-container .company-details-content .btn-learn-more {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.companies-archive-container .company-details-content .btn-learn-more span {
  display: inline-block;
  transform: rotate(-45deg);
}
.companies-archive-container .company-details-content .btn-learn-more:hover {
  background: rgba(255, 255, 255, 0.4);
}
.companies-archive-container .company-details-content .details-columns .col-list {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .details-columns .col-list {
    display: flex;
    padding: 32px 0 31px;
  }
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .details-columns .col-list .title-list {
    width: 20%;
  }
}
.companies-archive-container .company-details-content .details-columns .col-list h4 {
  margin: 0 0 20px;
  font: 500 24px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .details-columns .col-list h4 {
    max-width: 180px;
    font-size: 18px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .companies-archive-container .company-details-content .details-columns .col-list h4 {
    font-size: 24px;
  }
}
.companies-archive-container .company-details-content .details-columns .col-list ul {
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .details-columns .col-list ul {
    width: 80%;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .companies-archive-container .company-details-content .details-columns .col-list ul {
    font-size: 20px;
  }
}
.companies-archive-container .company-details-content .details-columns .col-list ul li {
  width: 100%;
  margin: 0 0 20px;
}
.companies-archive-container .company-details-content .details-columns .col-list ul li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .companies-archive-container .company-details-content .details-columns .col-list ul li {
    margin: 0;
    width: 33.333%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .companies-archive-container .company-details-content .details-columns .col-list ul li {
    padding: 0 40px 0 68px;
  }
}
.companies-archive-container .company-details-content .details-columns .col-list ul li span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.companies-archive-container .company-group-wrap {
  margin: 0 0 73px;
}
@media (min-width: 768px) {
  .companies-archive-container .company-group-wrap {
    margin: 0 0 70px;
  }
}
.companies-archive-container .company-addons-cta {
  padding: 50px 0;
  max-width: 1362px;
  margin: 0 auto;
  border-top: 1px solid #34414A;
  display: flex;
  flex-wrap: wrap;
}
.companies-archive-container .company-addons-cta .text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .companies-archive-container .company-addons-cta .text {
    margin: 0;
    line-height: 1.4;
    width: 75%;
    padding-right: 100px;
  }
}
.companies-archive-container .company-addons-cta .btn-holder {
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .companies-archive-container .company-addons-cta .btn-holder {
    width: 25%;
  }
}
.companies-archive-container .company-addons-cta .btn-holder .btn {
  width: 100%;
  font-size: 18px;
  padding: 23px 52px;
  max-width: 320px;
}

body.company-panel-open {
  overflow: hidden;
}

.company-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.company-panel-overlay.active {
  opacity: 1;
  visibility: visible;
}

.company-slide-out-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #2D4329;
  z-index: 1001;
  overflow-y: auto;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .company-slide-out-panel {
    width: 320px;
  }
}

.company-slide-out-panel.active {
  transform: translateX(0);
}

.close-panel-btn {
  position: absolute;
  top: 23px;
  right: 20px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  line-height: 0;
  padding: 0;
}

.company-panel-content {
  padding: 30px 20px 40px 20px;
}
.company-panel-content .btn-learn-more {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 9px 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  margin-bottom: 40px;
}
.company-panel-content .btn-learn-more span {
  display: inline-block;
  transform: rotate(-45deg);
}
.company-panel-content .btn-learn-more:hover {
  background: rgba(255, 255, 255, 0.4);
}
.company-panel-content h3 {
  margin: 0 0 32px;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.company-panel-content .col-list {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.company-panel-content .col-list h4 {
  margin: 0 0 20px;
  font: 500 24px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.company-panel-content .col-list ul {
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
}
.company-panel-content .col-list ul li {
  width: 100%;
  margin: 0 0 20px;
}
.company-panel-content .col-list ul li:last-child {
  margin: 0;
}
.company-panel-content .col-list ul li span {
  display: block;
  font-size: 17px;
  margin: 8px 0 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.company-panel-content .btn-investor-login {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 26px;
  text-align: center;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-panel-content .btn-investor-login span {
  margin-left: 10px;
  line-height: 0;
}
.company-panel-content .btn-investor-login:hover {
  background: rgba(255, 255, 255, 0.1);
}

.company-intro-box {
  max-width: 1630px;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .company-intro-box {
    padding: 0 30px 120px;
  }
}
@media (min-width: 1500px) {
  .company-intro-box {
    padding: 0 20px 140px;
  }
}
.company-intro-box .company-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.company-intro-box .company-content-wrapper .left-col {
  width: 100%;
}
@media (min-width: 768px) {
  .company-intro-box .company-content-wrapper .left-col {
    width: 32%;
    padding-left: 20px;
  }
}
@media (min-width: 1600px) {
  .company-intro-box .company-content-wrapper .left-col {
    padding-left: 114px;
  }
}
.company-intro-box .company-content-wrapper .right-col {
  width: 100%;
}
@media (min-width: 768px) {
  .company-intro-box .company-content-wrapper .right-col {
    width: 68%;
    padding-left: 46px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-content-wrapper .right-col {
    padding-top: 121px;
  }
}
@media (min-width: 1600px) {
  .company-intro-box .company-content-wrapper .right-col {
    padding-left: 173px;
  }
}
.company-intro-box .logo-holder {
  width: 100%;
  margin: 0 auto 18px;
}
@media (min-width: 768px) {
  .company-intro-box .logo-holder {
    margin: -100px 0 45px;
  }
}
.company-intro-box .logo-holder .logo-link-wrap {
  display: block;
  position: relative;
  aspect-ratio: 382/290;
  max-width: 382px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #97A4AC;
}
.company-intro-box .logo-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  padding: 10px;
}
.company-intro-box .link-website {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #0B0D0F;
  font: 500 20px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.company-intro-box .link-website span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .company-intro-box .link-website {
    display: none;
  }
}
.company-intro-box .company-details-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .company-intro-box .company-details-meta {
    margin-bottom: 31px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta {
    flex-wrap: nowrap;
  }
}
.company-intro-box .company-details-meta .meta-item {
  width: 100%;
  padding: 36px 32px 35px 0;
  border-top: 1px solid #34414A;
  border-right: 1px solid #34414A;
}
@media (min-width: 768px) {
  .company-intro-box .company-details-meta .meta-item {
    width: 50%;
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta .meta-item {
    padding: 20px 16px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .meta-item {
    padding: 36px 32px 30px;
  }
}
.company-intro-box .company-details-meta .meta-item.meta-item-sector_tax {
  padding-left: 0;
  order: 0;
}
@media (max-width: 767px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-sector_tax {
    border-top: 0;
    padding-top: 11px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-sector_tax {
    width: 23%;
  }
}
.company-intro-box .company-details-meta .meta-item.meta-item-status_tax {
  order: 2;
}
@media (min-width: 768px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-status_tax {
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-status_tax {
    width: 16.5%;
  }
}
.company-intro-box .company-details-meta .meta-item.meta-item-initial-investment-date {
  order: 1;
}
@media (min-width: 768px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-initial-investment-date {
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-initial-investment-date {
    width: 33.5%;
  }
}
.company-intro-box .company-details-meta .meta-item.meta-item-headquarters, .company-intro-box .company-details-meta .meta-item.meta-item-exit-date {
  order: 3;
}
@media (min-width: 768px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-headquarters, .company-intro-box .company-details-meta .meta-item.meta-item-exit-date {
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-headquarters, .company-intro-box .company-details-meta .meta-item.meta-item-exit-date {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .meta-item.meta-item-headquarters, .company-intro-box .company-details-meta .meta-item.meta-item-exit-date {
    width: 27%;
  }
}
.company-intro-box .company-details-meta .label {
  text-transform: uppercase;
  color: #34414A;
  font: 400 18px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-left: 18px;
  position: relative;
  display: block;
  margin-bottom: 14px;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta .label {
    margin-bottom: 23px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .label {
    font-size: 16px;
  }
}
.company-intro-box .company-details-meta .label:before {
  background: #34414A;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  content: "";
  width: 8px;
  height: 8px;
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta .label:before {
    top: 3px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .label:before {
    top: 6px;
  }
}
.company-intro-box .company-details-meta .value {
  color: #000;
  font: 400 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 1024px) {
  .company-intro-box .company-details-meta .value {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .company-details-meta .value {
    font-size: 20px;
  }
}
.company-intro-box .company-main-content p {
  letter-spacing: -0.2px;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1500px) {
  .company-intro-box .company-main-content p {
    font-size: 24px;
  }
}
.company-intro-box .partnership-video-wrapper {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  height: 532px;
  background-position: 50% 50%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .company-intro-box .partnership-video-wrapper {
    aspect-ratio: 908/570;
    height: auto;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .company-intro-box .partnership-video-wrapper {
    padding: 50px 65px 50px 87px;
    margin: 60px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .company-intro-box .partnership-video-wrapper {
    margin: 60px 0 0 0;
  }
}
.company-intro-box .partnership-video-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.company-intro-box .partnership-video-content {
  position: relative;
  z-index: 2;
}
.company-intro-box .quote-text {
  color: #fdfdfd;
  position: relative;
  font: 400 18px/1.3 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 0;
  padding: 0;
  margin: 0 0 19px;
}
@media (min-width: 1200px) {
  .company-intro-box .quote-text {
    margin: 0 0 62px;
    line-height: 1.5;
    font-size: 28px;
  }
}
.company-intro-box .quote-text:before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "“";
  color: #fdfdfd;
  font-size: 30px;
  font-family: "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 1200px) {
  .company-intro-box .quote-text:before {
    font-size: 80px;
    top: -48px;
    left: -46px;
  }
}
.company-intro-box .bottom-over {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .company-intro-box .bottom-over {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.company-intro-box .play-video-link {
  display: flex;
  align-items: center;
}
.company-intro-box .play-video-link:hover .play-icon:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.company-intro-box .play-video-link .play-icon {
  width: 52px;
  height: 52px;
  background: #fdfdfd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .company-intro-box .play-video-link .play-icon {
    margin-right: 24px;
    width: 80px;
    height: 80px;
  }
}
.company-intro-box .play-video-link .play-icon svg {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 17px;
}
@media (min-width: 1200px) {
  .company-intro-box .play-video-link .play-icon svg {
    width: 17px;
    height: 20px;
  }
}
.company-intro-box .play-video-link .play-icon:after {
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  background: #e3dede;
  content: "";
  transition: all 0.3s;
  z-index: 0;
}
.company-intro-box .play-video-link .play-button-text {
  color: #fdfdfd;
  font-family: "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  letter-spacing: 0.7px;
}
.company-intro-box .author-details {
  color: #fdfdfd;
  font: 400 18px/1.3 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.2px;
  margin: 0 0 27px;
}
@media (min-width: 1200px) {
  .company-intro-box .author-details {
    font-size: 24px;
    margin: 0 0 7px;
  }
}
.company-intro-box .author-details .author-name {
  display: block;
  font-weight: 500;
}

.add-on-acquisitions-section {
  padding: 58px 0 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .add-on-acquisitions-section {
    padding: 50px 0;
  }
}
.add-on-acquisitions-section:before {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  content: "";
  background: #34414A;
}
@media (min-width: 768px) {
  .add-on-acquisitions-section:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .add-on-acquisitions-section .container {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .add-on-acquisitions-section .container {
    padding: 0 20px;
  }
}
.add-on-acquisitions-section .section-subtitle {
  text-transform: uppercase;
  color: #20272D;
  font: 400 20px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-left: 16px;
  position: relative;
  letter-spacing: 1.6px;
  margin: 0 0 29px;
}
@media (min-width: 768px) {
  .add-on-acquisitions-section .section-subtitle {
    margin-bottom: 58px;
  }
}
.add-on-acquisitions-section .section-subtitle:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #34414A;
}
.add-on-acquisitions-section .acquisitions-logos-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .add-on-acquisitions-section .acquisitions-logos-grid {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.add-on-acquisitions-section .logo-item {
  aspect-ratio: 154/112;
  border: 1px solid #97A4AC;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .add-on-acquisitions-section .logo-item {
    border-radius: 8px;
    aspect-ratio: 382/290;
  }
}
.add-on-acquisitions-section .logo-item:hover {
  background: #2D4329;
  border-color: #2D4329;
}
.add-on-acquisitions-section .logo-item:hover img {
  filter: brightness(0) invert(1);
}
.add-on-acquisitions-section .logo-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.add-on-acquisitions-section .logo-item img {
  filter: unset;
  max-width: 80%;
  transition: filter 0.3s;
}

.related-news-section {
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .related-news-section {
    padding: 75px 0 100px;
  }
}
@media (min-width: 1024px) {
  .related-news-section {
    padding: 109px 0 156px;
  }
}
@media (min-width: 768px) {
  .related-news-section .container {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .related-news-section .container {
    padding: 0 20px;
  }
}
.related-news-section .section-subtitle {
  text-transform: uppercase;
  color: #20272D;
  font: 400 20px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-left: 16px;
  position: relative;
  letter-spacing: 1.6px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .related-news-section .section-subtitle {
    margin-bottom: 58px;
  }
}
.related-news-section .section-subtitle:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #34414A;
}
@media (min-width: 768px) {
  .related-news-section .news-list-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-news-section .news-item {
  border-radius: 8px;
  background: #E9EBED;
  padding: 20px 20px 54px;
  position: relative;
  min-height: 150px;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .related-news-section .news-item {
    padding: 28px 36px 54px;
    min-height: 280px;
    margin: 0;
  }
}
.related-news-section .news-item:hover:after {
  top: 50%;
  bottom: 0;
}
.related-news-section .news-item:hover .news-date {
  background: rgba(122, 149, 133, 0.5);
}
.related-news-section .news-item:before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #2D4329;
}
@media (min-width: 1200px) {
  .related-news-section .news-item:before {
    top: 16px;
    right: 16px;
  }
}
.related-news-section .news-item:after {
  transition: all 0.4s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -50%;
  content: "";
  background-color: #2D4329;
  background-image: url("../images/footer.svg");
  background-position: 100% 8px;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .related-news-section .news-item:after {
    background-position: 100% 13px;
  }
}
@media (min-width: 1024px) {
  .related-news-section .news-item:after {
    background-position: 100% -30px;
  }
}
@media (min-width: 1200px) {
  .related-news-section .news-item:after {
    background-position: 100% 13px;
  }
}
@media (min-width: 1440px) {
  .related-news-section .news-item:after {
    background-position: 100% -13px;
  }
}
@media (min-width: 1600px) {
  .related-news-section .news-item:after {
    background-position: 100% 56%;
  }
}
.related-news-section .news-item a {
  text-decoration: none;
}
.related-news-section .news-item a:after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 2;
}
.related-news-section .news-item a h4 {
  transition: all 0.4s;
  font: 400 20px/1.4 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #0B0D0F;
}
@media (min-width: 1200px) {
  .related-news-section .news-item a h4 {
    font-size: 28px;
  }
}
.related-news-section .news-item .news-date {
  transition: all 0.4s;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: inline-block;
  color: #fff;
  background: #566068;
  padding: 10px 31px;
  border-radius: 4px;
  font: 400 18px/1 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.campaign-single-article {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .campaign-single-article {
    padding: 120px 0 95px;
  }
}
.campaign-single-article .campaign-columns-wrapper,
.campaign-single-article .campaign-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.campaign-single-article .campaign-columns-wrapper .col,
.campaign-single-article .campaign-header .col {
  width: 100%;
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .campaign-single-article .campaign-columns-wrapper .col,
  .campaign-single-article .campaign-header .col {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .campaign-single-article .campaign-columns-wrapper .col.col-right,
  .campaign-single-article .campaign-header .col.col-right {
    display: none;
  }
}
.campaign-single-article .img-mobile {
  display: block;
  margin: 0 0 22px;
}
@media (min-width: 1024px) {
  .campaign-single-article .img-mobile {
    display: none;
  }
}
.campaign-single-article .campaign-header {
  margin-bottom: 60px;
}
.campaign-single-article .campaign-subtitle {
  color: #000;
  text-transform: uppercase;
  font: 500 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 32px;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .campaign-single-article .campaign-subtitle {
    font-size: 42px;
    line-height: 0.8;
    letter-spacing: 0;
    font-family: "InglesaCaps", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  }
}
.campaign-single-article .campaign-text {
  padding-top: 24px;
  border-top: 1px solid #34414A;
  font: 400 20px/1.5 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #20272D;
  letter-spacing: -0.2px;
  margin: 0 0 23px;
}
@media (min-width: 1024px) {
  .campaign-single-article .campaign-text {
    margin: 0 0 46px;
    padding-top: 32px;
    line-height: 1.4;
  }
}
.campaign-single-article .campaign-text br {
  margin-bottom: 20px;
}
.campaign-single-article .subsectors-title {
  overflow: hidden;
  color: #20272D;
  margin: 0 0 31px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font: 400 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 480px) {
  .campaign-single-article .subsectors-title {
    line-height: 1.4;
    margin: 0 0 24px;
  }
}
.campaign-single-article .subsectors-title span {
  position: relative;
  display: inline-block;
  max-width: 51%;
}
@media (min-width: 480px) {
  .campaign-single-article .subsectors-title span {
    max-width: none;
    display: inline;
  }
}
.campaign-single-article .subsectors-title span:after {
  position: absolute;
  top: 12px;
  left: calc(100% + 8px);
  right: -9999px;
  height: 1px;
  content: "";
  background: #34414A;
}
@media (min-width: 480px) {
  .campaign-single-article .subsectors-title span:after {
    top: 50%;
  }
}
.campaign-single-article .subsectors-list {
  font: 400 20px/1.4 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.2px;
  color: #0B0D0F;
}
.campaign-single-article .subsectors-list li {
  margin: 0 0 20px;
  padding-left: 18px;
  position: relative;
}
.campaign-single-article .subsectors-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #0B0D0F;
}
.campaign-single-article .campaign-block-title {
  color: #000;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: 0 0 32px;
  letter-spacing: 0.4px;
}
@media (min-width: 1024px) {
  .campaign-single-article .campaign-block-title {
    font: 500 42px/0.8 "InglesaCaps", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    letter-spacing: 0;
  }
}
.campaign-single-article .representative-investments {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .campaign-single-article .representative-investments {
    padding-top: 100px;
  }
}
.campaign-single-article .representative-investments .campaign-block-title {
  font: 400 20px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 18px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .campaign-single-article .representative-investments .campaign-block-title {
    margin: 0 0 40px;
  }
}
.campaign-single-article .representative-investments .campaign-block-title:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #0B0D0F;
}
.campaign-single-article .representative-investments .investment-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .campaign-single-article .representative-investments .investment-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.campaign-single-article .representative-investments .investment-logos .investment-logo-link {
  background: #fff;
  border: 1px solid #97A4AC;
  border-radius: 5px;
  aspect-ratio: 238/186;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.campaign-single-article .representative-investments .investment-logos .investment-logo-link img {
  transition: all 0.4s;
}
.campaign-single-article .representative-investments .investment-logos .investment-logo-link:hover {
  border-color: #2D4329;
  background: #2D4329;
}
.campaign-single-article .representative-investments .investment-logos .investment-logo-link:hover img {
  filter: brightness(0) invert(1);
}
.campaign-single-article .campaign-image-box img {
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .campaign-single-article .campaign-image-box img {
    width: 100%;
  }
}
.campaign-single-article .target-business {
  padding-top: 58px;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business {
    padding-top: 0;
  }
}
.campaign-single-article .target-business-counters {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters {
    margin-top: 0;
    border-top: 1px solid #34414A;
  }
}
.campaign-single-article .target-business-counters .counter-item {
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid #34414A;
  border-bottom: 1px solid #34414A;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters .counter-item {
    padding: 46px 17px 50px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .campaign-single-article .target-business-counters .counter-item {
    padding: 46px 10px 50px 40px;
  }
}
@media (max-width: 767px) {
  .campaign-single-article .target-business-counters .counter-item:first-child {
    padding: 12px 0 36px;
  }
}
@media (max-width: 767px) {
  .campaign-single-article .target-business-counters .counter-item:last-child {
    border-bottom: 0;
    padding: 30px 0 5px;
  }
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters .counter-item:nth-child(even) {
    border-right: 0;
  }
}
.campaign-single-article .target-business-counters .counter-item .counter-separator {
  position: relative;
  top: -2px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters .counter-item .counter-separator {
    top: -2px;
  }
}
@media (min-width: 1600px) {
  .campaign-single-article .target-business-counters .counter-item .counter-separator {
    top: -6px;
    font-size: 36px;
  }
}
.campaign-single-article .target-business-counters .counter-item .counter-title {
  display: block;
  position: relative;
  letter-spacing: 1.5px;
  font: 400 18px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters .counter-item .counter-title {
    margin: 0 0 28px;
  }
}
.campaign-single-article .target-business-counters .counter-item .counter-title:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #0B0D0F;
}
.campaign-single-article .target-business-counters .counter-item .counter-part {
  color: #0B0D0F;
  letter-spacing: -3px;
  text-transform: uppercase;
  font: 400 28px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-counters .counter-item .counter-part {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .campaign-single-article .target-business-counters .counter-item .counter-part {
    font-size: 48px;
  }
}
.campaign-single-article .target-business-characteristics {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-characteristics {
    padding-top: 39px;
  }
}
.campaign-single-article .target-business-characteristics li {
  margin: 0 0 10px;
  display: flex;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-characteristics li {
    margin: 0 0 20px;
  }
}
.campaign-single-article .target-business-characteristics li svg {
  width: 44px;
  height: 44px;
}
@media (max-width: 767px) {
  .campaign-single-article .target-business-characteristics li svg {
    display: none;
  }
}
.campaign-single-article .target-business-characteristics li span {
  padding-left: 17px;
  padding-top: 10px;
  letter-spacing: -0.2px;
  position: relative;
  line-height: 1.4;
}
.campaign-single-article .target-business-characteristics li span:before {
  position: absolute;
  top: 22px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #0B0D0F;
}
@media (min-width: 768px) {
  .campaign-single-article .target-business-characteristics li span {
    width: calc(100% - 44px);
    line-height: 1.2;
  }
  .campaign-single-article .target-business-characteristics li span:before {
    display: none;
  }
}
.campaign-single-article .industry-merits-list {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .campaign-single-article .industry-merits-list {
    padding-top: 0;
  }
}
.campaign-single-article .industry-merits-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 20px 34px 0;
  border-top: 1px solid #34414A;
  border-right: 1px solid #34414A;
}
@media (max-width: 767px) {
  .campaign-single-article .industry-merits-list li:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .campaign-single-article .industry-merits-list li {
    border-right: 0;
    padding: 32px 0;
  }
}
.campaign-single-article .industry-merits-list li strong {
  padding: 0 30px 0 18px;
  position: relative;
  letter-spacing: 1.5px;
  font: 400 18px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin: 6px 0 17px;
  width: 100%;
}
@media (min-width: 768px) {
  .campaign-single-article .industry-merits-list li strong {
    margin: 6px 0 18px;
    width: 43%;
  }
  .campaign-single-article .industry-merits-list li strong:only-child {
    width: 100%;
  }
}
.campaign-single-article .industry-merits-list li strong:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: #0B0D0F;
}
.campaign-single-article .industry-merits-list li span {
  font-size: 20px;
  line-height: 1.5;
  width: 100%;
}
@media (min-width: 768px) {
  .campaign-single-article .industry-merits-list li span {
    width: 57%;
    line-height: 1.4;
  }
  .campaign-single-article .industry-merits-list li span:only-child {
    width: 100%;
  }
}

.campaign-footer-navigation .campaign-nav-slider-wrapper {
  width: 100%;
}
.campaign-footer-navigation .campaign-nav-inner {
  padding: 0;
  width: 100%;
}
.campaign-footer-navigation .campaign-nav-slider-wrapper {
  width: 100%;
}
.campaign-footer-navigation .campaign-nav-holder {
  position: relative;
  padding: 84px 0 0;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .campaign-nav-holder {
    border-top: 1px solid #34414A;
    border-bottom: 1px solid #34414A;
    padding: 0 80px;
  }
}
@media (min-width: 1400px) {
  .campaign-footer-navigation .campaign-nav-holder:after {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 10px;
    content: "";
    background: #fff;
    z-index: 2;
    right: 112px;
  }
}
@media (min-width: 1400px) {
  .campaign-footer-navigation .campaign-nav-holder:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: 119px;
    content: "";
    background: #34414A;
    z-index: 3;
  }
}
@media (min-width: 1400px) {
  .campaign-footer-navigation .campaign-nav-holder {
    padding: 0 115px;
  }
}
.campaign-footer-navigation .campaign-nav-item {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 28px 20px 27px;
  font: 400 24px/1.2 "Palast Web", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #0B0D0F;
  text-transform: uppercase;
  height: auto;
  border-top: 1px solid #34414A;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .campaign-nav-item {
    border-top: 0;
    border-right: 1px solid #34414A;
    width: 50%;
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .campaign-footer-navigation .campaign-nav-item {
    width: 33.333%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .campaign-footer-navigation .campaign-nav-item {
    padding: 50px 25px;
  }
}
@media (min-width: 1400px) {
  .campaign-footer-navigation .campaign-nav-item {
    width: calc((100% - 4px) / 4);
    padding: 72px 34px 72px 34px;
  }
}
@media (min-width: 1600px) {
  .campaign-footer-navigation .campaign-nav-item {
    font-size: 28px;
  }
}
.campaign-footer-navigation .campaign-nav-item:after {
  position: absolute;
  top: calc(100% - 10px);
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  background: #E9EBED;
  z-index: -1;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .campaign-nav-item:after {
    top: 100%;
    bottom: 0;
  }
}
.campaign-footer-navigation .campaign-nav-item:hover:after {
  top: 10px;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .campaign-nav-item:hover:after {
    top: 0;
  }
}
.campaign-footer-navigation .swiper-camp-button-prev {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: calc(50% + 14px);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .swiper-camp-button-prev {
    width: 59px;
    height: 59px;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.campaign-footer-navigation .swiper-camp-button-prev svg {
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .swiper-camp-button-prev svg {
    width: 59px;
    height: 59px;
  }
}
.campaign-footer-navigation .swiper-camp-button-prev:hover svg rect:first-child {
  fill: rgba(0, 0, 0, 0.12);
}
.campaign-footer-navigation .swiper-camp-button-next {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 20px;
  border-radius: 50%;
  left: calc(50% + 14px);
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .swiper-camp-button-next {
    width: 59px;
    height: 59px;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
  }
}
.campaign-footer-navigation .swiper-camp-button-next:hover svg path:first-child {
  fill: rgba(0, 0, 0, 0.12);
}
.campaign-footer-navigation .swiper-camp-button-next svg {
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .campaign-footer-navigation .swiper-camp-button-next svg {
    width: 59px;
    height: 59px;
  }
}
.campaign-footer-navigation .swiper-wrapper {
  display: flex;
}

.campaign-footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px 80px;
}
@media (min-width: 768px) {
  .campaign-footer-links {
    margin: 0 0 120px;
  }
}
.campaign-footer-links > a {
  width: 100%;
  display: flex;
  border-top: 1px solid #34414A;
}
@media (min-width: 768px) {
  .campaign-footer-links > a {
    border-top: 0;
    width: 50%;
  }
}
.campaign-footer-links > a .txt {
  display: flex;
  align-items: center;
  width: calc(100% - 93px);
  color: #34414A;
  letter-spacing: 1px;
  padding: 0 22px;
  font: 500 16px/1.2 "Instrument Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .campaign-footer-links > a .txt {
    width: calc(100% - 81px);
  }
}
@media (min-width: 1400px) {
  .campaign-footer-links > a .txt {
    width: calc(100% - 120px);
  }
}
.campaign-footer-links > a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  width: 93px;
}
@media (min-width: 768px) {
  .campaign-footer-links > a .icon {
    width: 81px;
  }
}
@media (min-width: 1400px) {
  .campaign-footer-links > a .icon {
    width: 120px;
  }
}
.campaign-footer-links .back-to-focus-link:hover .icon:after {
  opacity: 1;
}
.campaign-footer-links .back-to-focus-link .txt {
  width: calc(100% - 83px);
}
@media (min-width: 1400px) {
  .campaign-footer-links .back-to-focus-link .txt {
    width: calc(100% - 73px);
  }
}
.campaign-footer-links .back-to-focus-link .icon {
  width: 83px;
  border-right: 1px solid #34414A;
  position: relative;
}
@media (min-width: 768px) {
  .campaign-footer-links .back-to-focus-link .icon {
    width: 73px;
  }
}
.campaign-footer-links .back-to-focus-link .icon:after {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59px;
  height: 59px;
  border-radius: 50%;
  overflow: hidden;
  content: "";
  background: rgba(0, 0, 0, 0.12);
}
.campaign-footer-links .download-campaigns-link {
  text-align: right;
  position: relative;
}
.campaign-footer-links .download-campaigns-link:hover:after {
  bottom: 0;
}
@media (min-width: 1024px) {
  .campaign-footer-links .download-campaigns-link:hover .txt {
    padding-left: 60px;
  }
}
.campaign-footer-links .download-campaigns-link:after {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  bottom: 100%;
  right: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.12);
}
.campaign-footer-links .download-campaigns-link .txt {
  text-align: left;
  font-size: 18px;
  transition: all 0.4s;
  justify-content: center;
}
.campaign-footer-links .download-campaigns-link .icon {
  border-left: 1px solid #34414A;
}

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