@charset "UTF-8";
/**
 * 01 - Settings
 */
/*
Theme Name: Orbit Startups
Author: Cohere Studio
Author URI: http://www.coherestudio.com/
Description: 
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orbit-startups
Tags: best, theme, ever

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/**
 * 02 - Tools
 */
:root {
  --bph-ze: 0px;
  --bph-sm: 576px;
  --bph-md: 768px;
  --bph-lg: 1200px;
  --bph-xl: 1320px;
  --primary: #ffed00;
  --secondary: #10123b;
  --white: #fff;
  --black: #000;
  --darkergray: #1c1c1c;
  --darkgray: #636363;
  --lightgray: #909090;
  --lighergray: #f4f2f2;
  --lightestgray: #efefef;
  --links-color: #ffed00;
}

:root {
  --header-content-height: 75px;
  --header-height: 125px;
  --promotion-bar-height: 0px;
  --header-total-height: calc(var(--header-height) + var(--promotion-bar-height));
}

/**
 * 03 - Generic
 */
html {
  font-family: "Mulish", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

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

.hide {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

a {
  color: #ffed00;
}

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

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

.format-last-line-underline .last-line-row {
  padding-bottom: 10px;
  border-bottom: 7px solid var(--primary);
}

.format-underline {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-decoration-color: var(--primary);
  text-decoration-skip-ink: none;
  text-underline-offset: 0.36em;
}

/**
 * 04 - Blocks
 */
.cohere-max-width {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cohere-max-width.has-text-align-center {
  align-items: center;
}
.cohere-max-width.has-text-align-right {
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cohere-max-width .entry-content {
    padding: 0;
  }
}

.cohere-max-width__inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-button .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.33em;
  height: 2.38em;
  font-size: 18px;
  border-radius: 0px !important;
  transition: all 0.3s ease;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: black;
}
.wp-block-button .wp-block-button__link:not(.has-text-color):hover {
  color: black;
}
.wp-block-button {
  /*
    Sizes
  */
  /*
    Colors
  */
}
.wp-block-button .wp-block-button__link.has-primary-color {
  color: #ffed00 !important;
  --color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-primary-background-color {
  background-color: #ffed00 !important;
  --background-color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-primary-color:hover, .wp-block-button .wp-block-button__link.has-primary-color:focus {
  color: #ffed00 !important;
  --color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-secondary-color {
  color: #10123b !important;
  --color: #10123b;
}
.wp-block-button .wp-block-button__link.has-secondary-background-color {
  background-color: #10123b !important;
  --background-color: #10123b;
}
.wp-block-button .wp-block-button__link.has-secondary-color:hover, .wp-block-button .wp-block-button__link.has-secondary-color:focus {
  color: #10123b !important;
  --color: #10123b;
}
.wp-block-button .wp-block-button__link.has-white-color {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #fff !important;
  --background-color: #fff;
}
.wp-block-button .wp-block-button__link.has-white-color:hover, .wp-block-button .wp-block-button__link.has-white-color:focus {
  color: #fff !important;
  --color: #fff;
}
.wp-block-button .wp-block-button__link.has-black-color {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #000 !important;
  --background-color: #000;
}
.wp-block-button .wp-block-button__link.has-black-color:hover, .wp-block-button .wp-block-button__link.has-black-color:focus {
  color: #000 !important;
  --color: #000;
}
.wp-block-button .wp-block-button__link.has-darkergray-color {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkergray-background-color {
  background-color: #1c1c1c !important;
  --background-color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkergray-color:hover, .wp-block-button .wp-block-button__link.has-darkergray-color:focus {
  color: #1c1c1c !important;
  --color: #1c1c1c;
}
.wp-block-button .wp-block-button__link.has-darkgray-color {
  color: #636363 !important;
  --color: #636363;
}
.wp-block-button .wp-block-button__link.has-darkgray-background-color {
  background-color: #636363 !important;
  --background-color: #636363;
}
.wp-block-button .wp-block-button__link.has-darkgray-color:hover, .wp-block-button .wp-block-button__link.has-darkgray-color:focus {
  color: #636363 !important;
  --color: #636363;
}
.wp-block-button .wp-block-button__link.has-lightgray-color {
  color: #909090 !important;
  --color: #909090;
}
.wp-block-button .wp-block-button__link.has-lightgray-background-color {
  background-color: #909090 !important;
  --background-color: #909090;
}
.wp-block-button .wp-block-button__link.has-lightgray-color:hover, .wp-block-button .wp-block-button__link.has-lightgray-color:focus {
  color: #909090 !important;
  --color: #909090;
}
.wp-block-button .wp-block-button__link.has-lighergray-color {
  color: #f4f2f2 !important;
  --color: #f4f2f2;
}
.wp-block-button .wp-block-button__link.has-lighergray-background-color {
  background-color: #f4f2f2 !important;
  --background-color: #f4f2f2;
}
.wp-block-button .wp-block-button__link.has-lighergray-color:hover, .wp-block-button .wp-block-button__link.has-lighergray-color:focus {
  color: #f4f2f2 !important;
  --color: #f4f2f2;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color {
  color: #efefef !important;
  --color: #efefef;
}
.wp-block-button .wp-block-button__link.has-lightestgray-background-color {
  background-color: #efefef !important;
  --background-color: #efefef;
}
.wp-block-button .wp-block-button__link.has-lightestgray-color:hover, .wp-block-button .wp-block-button__link.has-lightestgray-color:focus {
  color: #efefef !important;
  --color: #efefef;
}
.wp-block-button .wp-block-button__link.has-links-color-color {
  color: #ffed00 !important;
  --color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-links-color-background-color {
  background-color: #ffed00 !important;
  --background-color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-links-color-color:hover, .wp-block-button .wp-block-button__link.has-links-color-color:focus {
  color: #ffed00 !important;
  --color: #ffed00;
}
.wp-block-button .wp-block-button__link.has-gradient-white-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-white-gradient-background:focus {
  background: linear-gradient(90deg, #dddddd 0%, #e6e6e6 100%);
}
.wp-block-button .wp-block-button__link.has-gradient-white-v-gradient-background:hover, .wp-block-button .wp-block-button__link.has-gradient-white-v-gradient-background:focus {
  background: linear-gradient(90deg, #dddddd 0%, #e6e6e6 100%);
}

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

.cohere-media__inner {
  display: flex;
}
@media (max-width: 768px) {
  .cohere-media__inner {
    flex-direction: column;
    gap: 34px;
  }
}

/** Image position **/
.cohere-media--reverse .cohere-media__inner {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cohere-media--reverse .cohere-media__inner {
    flex-direction: column;
  }
}
.cohere-media--reverse .cohere-media__image {
  margin-right: unset;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .cohere-media--reverse .cohere-media__image {
    margin-left: 0;
  }
}

/** Image size **/
.cohere-media--image-size-medium .cohere-media__image {
  min-width: calc( 50% - 30px );
}
@media (max-width: 768px) {
  .cohere-media--image-size-medium .cohere-media__image {
    min-width: 100%;
  }
}

.cohere-media--image-size-small .cohere-media__image {
  min-width: calc( 40% - 30px );
}
@media (max-width: 768px) {
  .cohere-media--image-size-small .cohere-media__image {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

.cohere-media--image-size-large .cohere-media__image {
  min-width: calc( 60% - 30px );
}
@media (max-width: 768px) {
  .cohere-media--image-size-large .cohere-media__image {
    min-width: 100%;
    margin-bottom: 20px;
  }
}

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

.cohere-media__image {
  margin-right: 60px;
  min-width: 400px;
}
@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
  }
}
.cohere-media__image .cohere-media__image-inner {
  position: relative;
  padding-top: 62%;
}
.cohere-media__image .cohere-media__image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding-top: 50px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.21) 42%, rgba(0, 0, 0, 0.71));
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.cohere-media__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cohere-media__image {
    min-width: 100%;
    margin: 0;
  }
}

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

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

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

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

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

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

.cohere-statistics__item {
  flex: 1;
  margin: 0 15px;
}
.cohere-statistics__item-number {
  font-size: 64px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: -3.97px;
  text-align: center;
  color: var(--primary);
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}

.cohere-statistics__item-label {
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: var(--primary);
}
@media (max-width: 1200px) {
  .cohere-statistics__item-label {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-label {
    font-size: 14px;
  }
}

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

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

.filtered-listing {
  padding-bottom: 100px;
}
.filtered-listing__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.filtered-listing__header-title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  margin: 0;
  color: var(--primary);
}

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

.filtered-listing__header-search .facetwp-facet-search {
  margin: 0;
}
.filtered-listing__header-search .facetwp-input-wrap {
  display: flex;
}
.filtered-listing__header-search .facetwp-icon {
  right: 20px;
}
.filtered-listing__header-search .facetwp-search {
  flex: 1;
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  padding: 0 0 0 27px !important;
  border: solid 1px #295fd2;
  outline: none;
}
.filtered-listing__header-search .facetwp-search::placeholder {
  color: var(--primary);
}
.filtered-listing__header-search .facetwp-search:focus {
  border: solid 1px #295fd2;
}

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

.filtered-listing__container {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .filtered-listing__container {
    display: flex;
    flex-direction: column;
  }
}

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

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

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

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

.filtered-listing__filters-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.filtered-listing__search .facetwp-input-wrap {
  width: 100%;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-search {
  min-width: 100px;
}
.filtered-listing__search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.filtered-listing__search input[type=text] {
  opacity: 0.81;
  border-radius: 19.5px;
  background-color: #000000;
  padding: 8px 32px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  outline: none;
}
.filtered-listing__search input[type=submit] {
  display: none;
}

.filtered-listing__filter:not(:first-child), .filtered-listing__filters-header:not(:first-child) {
  margin-top: 30px;
}
.filtered-listing__filter > h5, .filtered-listing__filters-header > h5 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  margin: 0;
  min-height: 46px;
  display: flex;
  align-items: center;
}

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

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

.filtered-listing__item {
  padding: 23px 0;
  background-color: #ffffff;
  display: flex;
  border-top: solid 1px #85c2ff;
}
.filtered-listing__item:not(:last-child) {
  margin-bottom: 10px;
}

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

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

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

.filtered-listing__item-details {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

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

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

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

.filtered-listing__item-cohort a {
  display: inline-block;
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 74%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

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

.filtered-listing__item-title > a {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #303d58;
  text-decoration: none;
  display: block;
}
@media (max-width: 1200px) {
  .filtered-listing__item-title > a {
    font-size: 32px;
  }
}

.filtered-listing__item-subtitle .filtered-listing__item-category {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}
.filtered-listing__item-subtitle [data-taxonomy] {
  text-decoration: none;
}

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

.filtered-listing__item-date {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0px;
  color: var(--darkgray);
  text-transform: uppercase;
}

.filtered-listing__wrapper--events .filtered-listing__item-date {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: var(--darkgray);
  text-transform: uppercase;
}

.filtered-listing__item-content p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.3px;
  color: #000;
}

.filtered-listing__item-terms {
  margin-top: 20px;
}
.filtered-listing__item-terms a {
  background: var(--primary);
  height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: var(--white);
  margin-right: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cohere-hero__inner {
  position: relative;
  z-index: 6;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns {
  margin-left: unset;
  margin-right: unset;
  margin-top: unset;
  margin-bottom: unset;
  justify-content: space-between;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
  margin-left: unset;
  margin-right: unset;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:first-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:first-child {
  margin-top: 0;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:last-child, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:last-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column > *:last-child, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column:not(:first-child), .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column:not(:first-child), .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column:not(:first-child), .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column:not(:first-child) {
  padding-left: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-separator {
  width: 100%;
  max-width: calc(100% + 60px);
  padding: 0;
  height: 1px !important;
  margin: 50px 0;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border: none;
}
.wp-block-separator.has-primary-color {
  background: #ffed00;
}
.wp-block-separator.has-secondary-color {
  background: #10123b;
}
.wp-block-separator.has-white-color {
  background: #fff;
}
.wp-block-separator.has-black-color {
  background: #000;
}
.wp-block-separator.has-darkergray-color {
  background: #1c1c1c;
}
.wp-block-separator.has-darkgray-color {
  background: #636363;
}
.wp-block-separator.has-lightgray-color {
  background: #909090;
}
.wp-block-separator.has-lighergray-color {
  background: #f4f2f2;
}
.wp-block-separator.has-lightestgray-color {
  background: #efefef;
}
.wp-block-separator.has-links-color-color {
  background: #ffed00;
}

.wp-block-quote {
  border-left: 0;
  padding: 24px;
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 1200px) {
  .wp-block-quote {
    padding: 24px 0;
  }
}
.wp-block-quote, .wp-block-quote p {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.6px;
}
@media (max-width: 1200px) {
  .wp-block-quote, .wp-block-quote p {
    font-size: 32px;
  }
}
.wp-block-quote *:first-child {
  margin-top: 0;
}
.wp-block-quote *:last-child {
  margin-bottom: 0;
}
.wp-block-quote::before, .wp-block-quote::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 7px;
  left: 0;
  background: var(--primary);
}
.wp-block-quote::before {
  top: -4px;
}
.wp-block-quote::after {
  bottom: -4px;
}

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

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

.cohere-blockquote__content {
  margin-bottom: 24px;
}
.cohere-blockquote__content *:first-child {
  margin-top: 0;
}
.cohere-blockquote__content *:last-child {
  margin-bottom: 0;
}
.cohere-blockquote__content p {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--secondary);
}

.cohere-blockquote__author {
  display: flex;
  align-items: center;
}

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

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

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

.gform_wrapper.gravity-theme {
  text-align: left;
  /** Turn to flexbox */
  /** Turn to flexbox */
}
.gform_wrapper.gravity-theme .text-center {
  text-align: center;
}
@media (min-width: 1201px) {
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gform_fields {
    position: relative;
    padding-right: 106px;
  }
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gfield.gfield_submit {
    position: absolute;
    right: 0;
  }
  .gform_wrapper.gravity-theme.gform_wrapper--custom-submit-absolute .gfield.gfield_submit .submit-button {
    width: 90px;
  }
}
.gform_wrapper.gravity-theme.gform_wrapper--custom-submit .gform_footer input[type=submit] {
  visibility: hidden;
  position: fixed;
  left: -100vw;
}
.gform_wrapper.gravity-theme .gfield_html {
  font-size: 12px;
  text-align: left;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0 !important;
  padding-left: 40px !important;
  border: none;
  background: none;
  text-align: left;
  box-shadow: none;
  position: relative;
  left: -20px;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  padding: 0 !important;
  border: none;
  background: none;
}

.cohere-section {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-top: 70px;
  padding-bottom: 70px;
  background-size: cover !important;
  background-position: center !important;
  --padding-top: 70px;
  --padding-bottom: 70px;
}
.cohere-section[data-align=full], .cohere-section.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.cohere-section:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.cohere-section:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.cohere-section > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.cohere-section > *.wp-block-separator {
  max-width: 1360px;
}
.cohere-section > *[data-align=wide], .cohere-section > *.alignwide {
  max-width: 1300px;
}
.cohere-section > *[data-align=full], .cohere-section > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .cohere-section {
    padding-top: 35px;
    padding-bottom: 35px;
    --padding-top: 35px;
    --padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .cohere-section {
    max-width: unset !important;
    width: unset !important;
    padding-top: 30px;
    padding-bottom: 30px;
    --padding-top: 30px;
    --padding-bottom: 30px;
  }
  .cohere-section .cohere-max-width .entry-content {
    padding: 0;
  }
}

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

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

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

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

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

.trend-boxes__list {
  display: flex;
  margin-left: -40px;
  margin-right: -40px;
  width: auto !important;
}
@media (max-width: 1200px) {
  .trend-boxes__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.trend-boxes__list .owl-stage {
  display: flex;
  padding-bottom: 40px;
}
@media (min-width: 1201px) {
  .trend-boxes__list .owl-item {
    transition: transform 0.2s;
    transform: translate3d(-40px, 0, 0) !important;
  }
  .trend-boxes__list .owl-item.active, .trend-boxes__list .owl-item.active + .owl-item.active {
    transform: translate3d(0, 0, 0) !important;
  }
  .trend-boxes__list .owl-item.active ~ .owl-item {
    transform: translate3d(40px, 0, 0) !important;
  }
}
@media (max-width: 1200px) {
  .trend-boxes__list {
    flex-wrap: wrap;
  }
}
.trend-boxes__list .owl-nav .owl-next, .trend-boxes__list .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 24px;
  height: 44px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media (max-width: 1200px) {
  .trend-boxes__list .owl-nav .owl-next, .trend-boxes__list .owl-nav .owl-prev {
    display: none;
  }
}
.trend-boxes__list .owl-nav .owl-next span, .trend-boxes__list .owl-nav .owl-prev span {
  display: none;
}
.trend-boxes__list .owl-nav .owl-next.disabled, .trend-boxes__list .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.trend-boxes__list .owl-nav .owl-next {
  right: -30px;
  background-image: url("./assets/images/carousel-next.svg") !important;
}
.trend-boxes__list .owl-nav .owl-prev {
  left: -30px;
  background-image: url("./assets/images/carousel-prev.svg") !important;
}

.trend-boxes__item {
  height: 100%;
}

.trend-boxes__item-inner {
  height: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.trend-boxes__item-title {
  font-size: 39px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .trend-boxes__item-title {
    font-size: 32px;
  }
}

.trend-boxes__item-excerpt {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 1200px) {
  .trend-boxes__item-excerpt {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

.latest-news-tax__list {
  border: solid 2px #e3e3e3;
}

.latest-news-tax__item {
  padding: 30px 30px;
}
.latest-news-tax__item:not(:last-child) {
  border-bottom: solid 1px #dadada;
}
.latest-news-tax__item a {
  text-decoration: none;
}

.latest-news-tax__item-date {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--darkgray);
  margin-bottom: 5px;
}

.latest-news-tax__item-title {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-decoration: underline;
}

.latest-news-tax__footer {
  margin-top: 30px;
}
.latest-news-tax__footer a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  text-decoration: none;
}

.program-boxes__list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}
@media (max-width: 1200px) {
  .program-boxes__list {
    margin: -14px -14px 0;
  }
}
@media (max-width: 768px) {
  .program-boxes__list {
    margin: -11px -11px 0;
  }
}

.program-boxes__item {
  width: 33.3%;
  min-width: 33.3%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 1200px) {
  .program-boxes__item {
    width: 50%;
    min-width: 50%;
    padding: 14px;
  }
}
@media (max-width: 768px) {
  .program-boxes__item {
    width: 100%;
    min-width: 100%;
    padding: 11px;
  }
}

.program-boxes__item--blocks .program-boxes__item-inner {
  padding: 38px 45px 35px 45px;
  background-image: linear-gradient(to left, #00f9fc, #00fe76 100%);
  box-shadow: none;
  justify-content: center;
}
.program-boxes__item--blocks .program-boxes__item-inner a {
  color: #446baf;
}
.program-boxes__item--blocks .program-boxes__item-inner > * {
  margin: 5px 0;
}
.program-boxes__item--blocks .program-boxes__item-inner *:first-child {
  margin-top: 0;
}
.program-boxes__item--blocks .program-boxes__item-inner *:last-child {
  margin-bottom: 0;
}

.program-boxes__item-inner {
  padding: 38px 21px 35px 24px;
  object-fit: contain;
  box-shadow: 2px 12px 29px 0 rgba(61, 255, 191, 0.7);
  background-image: linear-gradient(to bottom, var(--black), #28457e 94%), linear-gradient(to bottom, rgba(62, 88, 140, 0.8), rgba(62, 88, 140, 0.8));
  display: flex;
  flex-direction: column;
}

.program-boxes__item-logo {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.program-boxes__item-logo img {
  max-height: 100%;
  width: auto;
}

.program-boxes__item-excerpt {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 23px;
}
.program-boxes__item-excerpt p:first-child {
  margin-top: 0;
}
.program-boxes__item-excerpt p:last-child {
  margin-bottom: 0;
}

.program-boxes__item-actions a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--secondary);
}
.program-boxes__item-actions a:not(:last-child) {
  margin-right: 30px;
}
.program-boxes__item-actions .has-arrow-color:after {
  width: 1.2em;
  height: 1.2em;
}

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

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

.companies-carousel__item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 27px 30px;
}

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

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

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

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

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

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

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

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

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

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

.founders-spotlight__wrapper {
  background: var(--black);
  color: white;
  position: relative;
  overflow: hidden;
}

.founders-spotlight__items .owl-stage {
  display: flex;
}
.founders-spotlight__items .founders-spotlight__item, .founders-spotlight__items .founders-spotlight__item-inner {
  height: 100%;
}
.founders-spotlight__items .owl-dots {
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 65px;
  right: 65px;
  gap: 16px;
}
@media (max-width: 768px) {
  .founders-spotlight__items .owl-dots {
    gap: 5px;
    bottom: 7px;
  }
}
.founders-spotlight__items .owl-dots .owl-dot {
  height: 9px;
  flex: 1;
  background-color: var(--primary);
  opacity: 0.26;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .founders-spotlight__items .owl-dots .owl-dot {
    height: 5px;
  }
}
.founders-spotlight__items .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .founders-spotlight__items .owl-nav {
    display: none;
  }
}
.founders-spotlight__items .owl-nav .owl-next, .founders-spotlight__items .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 44px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s;
  z-index: 10;
}
.founders-spotlight__items .owl-nav .owl-next span, .founders-spotlight__items .owl-nav .owl-prev span {
  display: none;
}
.founders-spotlight__items .owl-nav .owl-next.disabled, .founders-spotlight__items .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.founders-spotlight__items .owl-nav .owl-next {
  right: 30px;
  background-image: url("./assets/images/carousel-next-white.svg") !important;
}
@media (max-width: 1200px) {
  .founders-spotlight__items .owl-nav .owl-next {
    right: 5px;
  }
}
.founders-spotlight__items .owl-nav .owl-prev {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("./assets/images/carousel-next-white.svg") !important;
}
@media (max-width: 1200px) {
  .founders-spotlight__items .owl-nav .owl-prev {
    left: 5px;
  }
}

.founders-spotlight__item {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding: 0 85px;
  position: relative;
  overflow: hidden;
}
.founders-spotlight__item[data-align=full], .founders-spotlight__item.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.founders-spotlight__item:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.founders-spotlight__item:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.founders-spotlight__item > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.founders-spotlight__item > *.wp-block-separator {
  max-width: 1360px;
}
.founders-spotlight__item > *[data-align=wide], .founders-spotlight__item > *.alignwide {
  max-width: 1300px;
}
.founders-spotlight__item > *[data-align=full], .founders-spotlight__item > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .founders-spotlight__item {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item {
    padding: 0 20px;
  }
}

.founders-spotlight__item-inner {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .founders-spotlight__item-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.founders-spotlight__item-content {
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .founders-spotlight__item-content {
    width: 100%;
    background: none;
    padding-top: 23px;
  }
}

.founders-spotlight__item-founders-title {
  font-size: 17px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.founders-spotlight__item-founders {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-founders {
    font-size: 22px;
  }
}

.founders-spotlight__item-founders-position {
  opacity: 0.59;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.62;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-founders-position {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item-founders-position {
    margin-bottom: 30px;
  }
}

.founders-spotlight__item-title {
  font-size: 44px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #fff;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-title {
    font-size: 32px;
    letter-spacing: -0.44px;
  }
}

.founders-spotlight__item-description {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  color: #fff;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-description {
    font-size: 18px;
    line-height: normal;
  }
}

.founders-spotlight__item-image {
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .founders-spotlight__item-image {
    height: 346px;
    margin: 0 -20px;
  }
}
@media (min-width: 769px) {
  .founders-spotlight__item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc((var(--viewportWidth) - 100%) / -2);
    left: 160px;
  }
}

.cover-image-carousel__wrapper {
  position: relative;
}

@media (max-width: 1200px) {
  .cover-image-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.cover-image-carousel__items .owl-dots {
  position: absolute;
  width: 500px;
  display: flex;
  bottom: 32px;
  left: 50px;
}
.cover-image-carousel__items .owl-dots .owl-dot {
  height: 6px;
  flex: 1;
  background-color: var(--secondary);
  margin-right: 7px;
  opacity: 0.26;
  transition: all 0.2s;
  max-width: 120px;
}
.cover-image-carousel__items .owl-dots .owl-dot.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .cover-image-carousel__items .owl-dots .owl-dot {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .cover-image-carousel__items .owl-dots {
    bottom: unset;
    width: unset;
    top: 325px;
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .cover-image-carousel__items .owl-nav {
    display: none;
  }
}
.cover-image-carousel__items .owl-nav .owl-next, .cover-image-carousel__items .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 72px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s;
  z-index: 10;
}
.cover-image-carousel__items .owl-nav .owl-next span, .cover-image-carousel__items .owl-nav .owl-prev span {
  display: none;
}
.cover-image-carousel__items .owl-nav .owl-next.disabled, .cover-image-carousel__items .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.cover-image-carousel__items .owl-nav .owl-next {
  right: 30px;
  background-image: url("./assets/images/cover-carousel-next.svg") !important;
}
.cover-image-carousel__items .owl-nav .owl-prev {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("./assets/images/cover-carousel-next.svg") !important;
}

.cover-image-carousel__item {
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 70px 50px;
  box-sizing: border-box;
  background-color: var(--black);
}
@media (max-width: 1200px) {
  .cover-image-carousel__item {
    height: 584px;
  }
}
@media (max-width: 768px) {
  .cover-image-carousel__item {
    padding: 0;
    height: auto;
    padding-bottom: 80px;
  }
}

.cover-image-carousel__item-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .cover-image-carousel__item-background {
    position: relative;
    height: 346px;
    width: 100%;
  }
}

.cover-image-carousel__item-content {
  width: 500px;
  max-width: 100%;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  white-space: pre-line;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .cover-image-carousel__item-content {
    font-size: 18px;
    padding: 30px;
    box-sizing: border-box;
  }
}

.cover-image-carousel__follow {
  position: absolute;
  bottom: -1px;
  background: white;
  right: -1px;
  border-radius: 30px 0 0 0;
  display: flex;
  align-items: flex-end;
  height: 59px;
  padding: 0 40px 0 50px;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 1200px) {
  .cover-image-carousel__follow {
    display: none;
  }
}
@media (max-width: 768px) {
  .cover-image-carousel__follow {
    display: flex;
    right: -20px;
  }
}

.cover-image-carousel__follow-inner {
  display: flex;
  align-items: center;
}

.cover-image-carousel__follow-title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  margin-right: 24px;
}

.cover-image-carousel__follow-items a {
  filter: brightness(0%);
}
.cover-image-carousel__follow-items a img {
  vertical-align: bottom;
}

.cover-image-carousel__follow-items {
  display: flex;
}
.cover-image-carousel__follow-items > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
}
.cover-image-carousel__follow-items > a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}

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

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

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

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

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

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

.cover-image-carousel__follow-items-icon--youtube::after {
  background-image: url("assets/images/social/youtube-icon.svg");
}

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

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

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

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

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

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

.founder-cards__wrapper {
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 50px;
  padding-bottom: 22px;
  padding-top: 22px;
}

.founder-cards__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.founder-cards__item {
  width: 50%;
  max-width: 50%;
  padding: 22px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .founder-cards__item {
    width: 100%;
    max-width: 100%;
  }
}

.founder-cards__item-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
.founder-cards__item-image::after {
  content: "";
  width: 100%;
  display: block;
  height: 8px;
  bottom: 0;
  background-image: linear-gradient(to left, #00f9fc, #00fe76 100%);
}

.founder-cards__item-title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  color: var(--secondary);
  margin-bottom: 8px;
}

.founder-cards__item-description {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  color: var(--secondary);
}

.globe-carousel__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .globe-carousel__inner {
    flex-direction: column-reverse;
  }
}

.globe-carousel__card {
  min-width: 40%;
  width: 40%;
  box-shadow: 11px 7px 23px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .globe-carousel__card {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .globe-carousel__card {
    min-width: 100%;
    width: 100%;
    margin-top: -100px;
  }
}

.globe-carousel__image-items {
  position: relative;
}
.globe-carousel__image-items::after {
  content: "";
  display: block;
  width: 60px;
  height: 80px;
  background: url("./assets/images/corner-mask.svg");
  background-position: bottom right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.globe-carousel__image-items .owl-nav .owl-next, .globe-carousel__image-items .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 59px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  transition: all 0.3s;
  z-index: 10;
}
.globe-carousel__image-items .owl-nav .owl-next span, .globe-carousel__image-items .owl-nav .owl-prev span {
  display: none;
}
.globe-carousel__image-items .owl-nav .owl-next.disabled, .globe-carousel__image-items .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.globe-carousel__image-items .owl-nav .owl-next {
  right: 20px;
  background-image: url("./assets/images/carousel-next-white-thin.svg") !important;
}
.globe-carousel__image-items .owl-nav .owl-prev {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("./assets/images/carousel-next-white-thin.svg") !important;
}

.globe-carousel__image-item-image {
  padding-top: 65%;
  background-size: cover;
  background-position: center;
}

.globe-carousel__content-item-content {
  padding: 33px 80px 43px 30px;
}
@media (max-width: 1200px) {
  .globe-carousel__content-item-content {
    padding: 33px 20px 43px 20px;
  }
}

.globe-carousel__content-item-title {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: var(--black);
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .globe-carousel__content-item-title {
    font-size: 32px;
  }
}

.globe-carousel__content-item-location {
  background-image: linear-gradient(to left, #00c6bc 61%, #01dc67 -2%);
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -0.5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .globe-carousel__content-item-location {
    font-size: 20px;
  }
}
.globe-carousel__content-item-location::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  width: 13px;
  height: 18px;
  margin-right: 5px;
  background: url("./assets/images/location-icon.svg") no-repeat center;
  background-size: contain;
}

.globe-carousel__content-item-description {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .globe-carousel__content-item-description {
    font-size: 20px;
  }
}

.globe-carousel__content-item-actions {
  margin-top: 25px;
}

.globe-carousel__globe-inner {
  --image-overlap: 50px;
  text-align: center;
}
.globe-carousel__globe-inner img {
  max-width: 85%;
}
@media (min-width: 769px) {
  .globe-carousel__globe-inner img {
    max-width: calc(100% + var(--image-overlap));
    margin-left: calc(var(--image-overlap) * -1);
    margin-right: 0;
  }
}

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

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

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

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

.wp-block-columns.is-style-no-gap {
  gap: 0 !important;
}
.wp-block-columns.is-style-small-gap {
  gap: 20px !important;
}
.wp-block-columns.is-style-connected-columns {
  gap: 50px !important;
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-connected-columns {
    gap: 30px !important;
  }
}
.wp-block-columns.is-style-connected-columns .wp-block-column {
  position: relative;
  margin-top: 0 !important;
}
.wp-block-columns.is-style-connected-columns .wp-block-column.has-background {
  padding: 30px !important;
}
.wp-block-columns.is-style-connected-columns .wp-block-column:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  width: 0;
  border: 25px solid transparent;
  border-left-color: var(--background-color);
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-connected-columns .wp-block-column:not(:last-child):after {
    width: auto;
    left: 0;
    right: 0;
    bottom: -30px;
    top: unset;
    border: 15px solid transparent;
    border-top-color: var(--background-color);
  }
}
.wp-block-columns.is-style-connected-columns .wp-block-column:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  width: 0;
  border: 25px solid transparent;
  border-right-color: var(--background-color);
}
@media (max-width: 768px) {
  .wp-block-columns.is-style-connected-columns .wp-block-column:not(:first-child):before {
    width: auto;
    left: 0;
    right: 0;
    top: -30px;
    bottom: unset;
    border: 15px solid transparent;
    border-bottom-color: var(--background-color);
  }
}
.wp-block-column.has-background {
  padding: 36px;
}
@media (max-width: 768px) {
  .wp-block-column.has-background {
    padding: 20px !important;
  }
}
.wp-block-button .wp-block-button__link {
  background: var(--primary);
  --background-color: var(--primary);
}
.wp-block-button {
  /*
    Sizes
  */
  /*
    Colors
  */
}
.wp-block-button[class*=-no-style] .wp-block-button__link {
  height: 2em !important;
  padding: 0;
}
.wp-block-button[class*=-no-style] .wp-block-button__link, .wp-block-button[class*=-no-style] .wp-block-button__link:hover, .wp-block-button[class*=-no-style] .wp-block-button__link:focus {
  background: none !important;
  color: var(--primary);
}
.wp-block-button[class*=-no-style][class*=-arrow] .wp-block-button__link {
  padding-right: 11px;
}
.wp-block-button[class*=-no-style][class*=-arrow] .wp-block-button__link:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: 1em;
  -webkit-mask-size: 1em;
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-color: currentColor;
  margin-left: 0.5em;
}
.wp-block-button[class*=-outline] .wp-block-button__link {
  border: 2px solid var(--background-color);
}
.wp-block-button[class*=-outline] .wp-block-button__link, .wp-block-button[class*=-outline] .wp-block-button__link:hover, .wp-block-button[class*=-outline] .wp-block-button__link:focus {
  background: none !important;
  color: var(--background-color);
}
.wp-block-button[class*=-outline][class*=-arrow] .wp-block-button__link {
  padding-right: 11px;
}
.wp-block-button[class*=-outline][class*=-arrow] .wp-block-button__link:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: 1em;
  -webkit-mask-size: 1em;
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-color: currentColor;
  margin-left: 1em;
}
.wp-block-button[class*=-fill][class*=-arrow] .wp-block-button__link {
  padding-right: 11px;
}
.wp-block-button[class*=-fill][class*=-arrow] .wp-block-button__link:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: 0.88em;
  -webkit-mask-size: 0.88em;
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background-color: var(--background-color);
  margin-left: 1em;
}
.wp-block-button[class*=-fill][class*=-arrow] .wp-block-button__link:before {
  content: "";
  order: 10;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  margin-left: -1.5em;
}
.wp-block-button[class*=-fill][class*=-arrow][class*=-big] .wp-block-button__link:after, .wp-block-button[class*=-fill][class*=-arrow][class*=-big] .wp-block-button__link:before {
  width: 1.68em;
  height: 1.68em;
}
.wp-block-button[class*=-fill][class*=-arrow][class*=-big] .wp-block-button__link:before {
  margin-left: -1.68em;
}
.wp-block-button[class*=-big] .wp-block-button__link {
  height: 2.81em;
  font-size: 1.22em;
}
.cohere-statistics__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 90px;
  grid-row-gap: 40px;
}
@media (max-width: 1200px) {
  .cohere-statistics__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .cohere-statistics__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

.cohere-statistics__item {
  margin: 0;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
}
.cohere-statistics__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 4.5px );
  height: 12px;
  border-bottom: solid 3px #fff;
  border-right: solid 4.5px #fff;
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .cohere-statistics__item {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
  }
}

.cohere-statistics__item-number {
  font-size: 61px;
  font-weight: bold;
  line-height: 0.98;
  letter-spacing: -3.05px;
  color: var(--white);
  min-width: 140px;
  max-width: 200px;
  margin-right: 25px;
  text-align: left;
}
@media (max-width: 1200px) {
  .cohere-statistics__item-number {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .cohere-statistics__item-number {
    margin: 0;
    min-width: 0;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -2.5px;
  }
}

.cohere-statistics__item-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  color: var(--white);
  text-decoration: underline;
  text-transform: uppercase;
  text-align: left;
  flex: 1;
}
@media (max-width: 768px) {
  .cohere-statistics__item-label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
    color: #fff;
  }
}

.cohere-media.is-style-block + .is-style-block {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .cohere-media.is-style-block + .is-style-block {
    margin-top: 0;
  }
}

.is-style-overlap .cohere-media__inner {
  min-height: 460px;
}

@media (max-width: 768px) {
  .cohere-media__inner {
    gap: 0;
  }
}

/** Image position **/
.is-style-overlap.cohere-media--reverse .cohere-media__image img {
  right: unset;
  left: -260px;
  object-position: left top;
}
@media (max-width: 768px) {
  .is-style-overlap.cohere-media--reverse .cohere-media__image img {
    left: 20px;
  }
}

/** Image size **/
.is-style-block.cohere-media--image-size-medium .cohere-media__image {
  min-width: 50%;
}

.cohere-media--image-size-small .cohere-media__image {
  min-width: calc( 44% - 30px );
}
.is-style-block.cohere-media--image-size-small .cohere-media__image {
  min-width: 45%;
}

.is-style-block.cohere-media--image-size-large .cohere-media__image {
  min-width: 55%;
}

/** Image style **/
.is-style-block .cohere-media__image {
  margin-right: 0;
}

.is-style-overlap .cohere-media__image {
  display: flex;
}

.is-style-block .cohere-media__image .cohere-media__image-inner {
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}
.is-style-block .cohere-media__image .cohere-media__image-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
  z-index: 3;
}

.is-style-overlap .cohere-media__image .cohere-media__image-inner {
  padding-top: 0;
  flex: 1;
}
@media (max-width: 768px) {
  .is-style-overlap .cohere-media__image .cohere-media__image-inner {
    padding-top: 75%;
  }
}

.is-style-overlap .cohere-media__image img {
  right: -260px;
  width: calc(100% + 260px);
  max-width: calc(100% + 260px);
  object-position: right top;
}
@media (max-width: 768px) {
  .is-style-overlap .cohere-media__image img {
    left: unset;
    right: 20px;
    width: 100%;
    max-width: 100%;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%);
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 30%);
  }
}

.cohere-media:not([class*=is-style]) .cohere-media__image img {
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
}

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

.cohere-media--is-video .cohere-media__image-inner::before {
  width: 114px;
  height: 114px;
  background-image: url(./assets/images/play.svg);
  background-size: 58px;
  background-position: calc(50% - 5px) center;
  background-color: var(--primary);
  border-radius: 200px;
}
@media (max-width: 768px) {
  .cohere-media--is-video .cohere-media__image-inner::before {
    background-size: 45px;
    width: 90px;
    height: 90px;
  }
}

.is-style-block .cohere-media__content {
  padding: 39px 34px 60px 34px;
}
@media (max-width: 768px) {
  .is-style-block .cohere-media__content {
    padding: 21px 20px 38px 20px;
  }
}

.is-style-overlap .cohere-media__content {
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .is-style-overlap .cohere-media__content {
    margin-top: -80px;
  }
}

div.gform_wrapper.gravity-theme {
  /** Turn to flexbox */
  /** Turn to flexbox */
}
div.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 3px;
  grid-row-gap: 8px;
}
div.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(./assets/images/caret-down.svg) no-repeat calc(100% - 35px) 50%;
  background-size: 16px;
  background-color: #efefef;
  border: none;
  padding-right: 40px;
}
div.gform_wrapper.gravity-theme .gfield input, div.gform_wrapper.gravity-theme .gfield textarea, div.gform_wrapper.gravity-theme .gfield select, div.gform_wrapper.gravity-theme .gfield button {
  height: 96px;
  padding: 14px 0;
  background-color: #efefef;
  border: none;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
div.gform_wrapper.gravity-theme .gfield input:after, div.gform_wrapper.gravity-theme .gfield textarea:after, div.gform_wrapper.gravity-theme .gfield select:after, div.gform_wrapper.gravity-theme .gfield button:after {
  mask: url(./assets/images/caret-right.svg) no-repeat left 50%;
  -webkit-mask: url(./assets/images/caret-right.svg) no-repeat left 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  content: "";
  width: 26px;
  height: 20px;
  display: inline-block;
  background-color: currentColor;
  margin-left: 1.5em;
  margin-top: -3px;
  vertical-align: middle;
}
div.gform_wrapper.gravity-theme .gfield input::placeholder, div.gform_wrapper.gravity-theme .gfield textarea::placeholder, div.gform_wrapper.gravity-theme .gfield select::placeholder, div.gform_wrapper.gravity-theme .gfield button::placeholder {
  color: #000;
}
div.gform_wrapper.gravity-theme .gfield input.gform-button, div.gform_wrapper.gravity-theme .gfield textarea.gform-button, div.gform_wrapper.gravity-theme .gfield select.gform-button, div.gform_wrapper.gravity-theme .gfield button.gform-button {
  background-color: #000;
  color: var(--primary);
  text-align: center !important;
}
div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield input, div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield textarea, div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield select, div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield button {
  height: 69px;
  text-align: left;
  padding: 14px 35px;
}
div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield_html {
  order: 100;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield_html *:first-child {
  margin-top: 0;
}
div.gform_wrapper.gravity-theme#gform_wrapper_2 .gfield_html *:last-child {
  margin-bottom: 0;
}
div.gform_wrapper.gravity-theme .gfield_html {
  opacity: 0.7;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  color: #000;
}
blockquote.wp-block-quote {
  background-image: url("./assets/images/quote.svg"), url("./assets/images/quote-rotated.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 47px, 47px;
  background-position: calc(100% - 2px) calc(100% - 30px), 2px 30px;
  padding: 40px 7%;
  position: relative;
  position: relative;
}
@media (max-width: 768px) {
  blockquote.wp-block-quote {
    background-image: url("./assets/images/quote-rotated.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    background-position: center 28px;
    padding: 85px 0 30px 0;
  }
}
blockquote.wp-block-quote, blockquote.wp-block-quote p {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  blockquote.wp-block-quote, blockquote.wp-block-quote p {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
}
blockquote.wp-block-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: calc( 100% - 10px - 6px );
  height: 12px;
  border-top: solid 4px var(--primary);
  border-left: solid 6px var(--primary);
  transform: skew(-45deg);
}
blockquote.wp-block-quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 6px );
  height: 12px;
  border-bottom: solid 4px var(--primary);
  border-right: solid 6px var(--primary);
  transform: skew(-45deg);
}
blockquote.wp-block-quote::before {
  background: none;
}
blockquote.wp-block-quote::after {
  background: none;
}

/** Our blockquote **/
.filtered-listing__header {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .filtered-listing__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.filtered-listing__header-title {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -3px;
  color: #fff;
}
@media (max-width: 768px) {
  .filtered-listing__header-title {
    font-size: 36px;
    line-height: 1.06;
    letter-spacing: normal;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .filtered-listing__header-info {
    flex-grow: 1;
    width: 100%;
  }
  .filtered-listing__header-info select {
    width: 100%;
  }
}

.filtered-listing__header-search .facetwp-input-wrap {
  gap: 3px;
}
.filtered-listing__header-search .facetwp-icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  opacity: 1;
  position: relative;
  right: 0;
  order: 2;
}
.filtered-listing__header-search .facetwp-search {
  min-width: 0 !important;
  height: 62px;
  padding: 0 8.1px 0 18.9px !important;
  border: none;
  color: var(--black);
}
.filtered-listing__header-search .facetwp-search::placeholder {
  color: var(--black);
}
.filtered-listing__header-search .facetwp-search:focus {
  border: none;
}

@media (max-width: 768px) {
  .filtered-listing__header-sort {
    width: 100%;
  }
}
.filtered-listing__header-sort select {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 4px solid var(--primary);
  border-top: 1px solid rgba(151, 151, 151, 0.2980392157);
  height: 67px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  background-image: url(./assets/images/caret-down--yellow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
}
.filtered-listing__header-sort select:focus {
  border: none;
  border-bottom: 4px solid var(--primary);
  border-top: 1px solid #979797;
}

.filtered-listing__sidebar-content {
  margin-top: 14px;
}
.filtered-listing__sidebar-content > *:last-child {
  margin-bottom: 14px;
}

.filtered-listing__pagination {
  margin-top: 25px;
}
.filtered-listing__pagination button {
  height: 62px;
  background-color: var(--primary);
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  border: none;
  width: 100%;
}
@media (max-width: 768px) {
  .filtered-listing__pagination button {
    font-size: 16px;
    letter-spacing: 2px;
    height: 47px;
  }
}

@media (max-width: 768px) {
  .filtered-listing__filters-header {
    display: flex;
    gap: 7px;
  }
  .filtered-listing__filters-header .filtered-listing__header-search {
    flex: 1;
    min-width: 0;
  }
  .filtered-listing__filters-header .filtered-listing__header-search input {
    padding-left: 62px !important;
  }
  .filtered-listing__filters-header .filtered-listing__header-search .facetwp-icon {
    position: absolute;
    left: 0;
    background-color: transparent;
  }
  .filtered-listing__filters-header .filtered-listing__filters-mobile-open {
    width: auto;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    opacity: 1;
    position: relative;
    right: 0;
    order: 2;
    padding: 0 40px;
  }
  .filtered-listing__filters-header .filtered-listing__filters-mobile-open:after {
    content: "Filters";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    margin-left: 10px;
  }
  .filtered-listing__filters-header .filtered-listing__filters-mobile-open img {
    filter: saturate(0) brightness(0);
  }
}

.filtered-listing__filter:not(:first-child), .filtered-listing__filters-header:not(:first-child) {
  margin-top: 14px;
}
.filtered-listing__filter > h5, .filtered-listing__filters-header > h5 {
  background: var(--black);
  color: var(--white);
  padding: 0 20px;
}

.filtered-listing__filter-options {
  margin-top: 1px;
  background: var(--black);
  color: var(--white);
}
.filtered-listing__filter-options .facetwp-type-checkboxes {
  padding: 10px 17px 0 20px;
  margin-bottom: 0;
}
.filtered-listing__filter-options .facetwp-checkbox {
  padding: 7px 24px 7px 0;
  box-sizing: border-box;
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #fff;
  text-transform: uppercase;
}
.filtered-listing__filter-options .facetwp-checkbox .facetwp-counter {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: right;
  color: var(--white);
}
.filtered-listing__filter-options .facetwp-checkbox:before {
  width: 19px;
  height: 19px;
  border-color: #5e5e5e;
}
.filtered-listing__filter-options .facetwp-checkbox.checked .facetwp-counter {
  color: var(--white);
}
.filtered-listing__filter-options .facetwp-checkbox.checked:before {
  width: 19px;
  height: 19px;
  border-color: #5e5e5e;
}
.filtered-listing__filter-options .facetwp-checkbox.checked:after {
  width: 21px;
  height: 21px;
  left: 0;
  background-color: var(--primary);
  background-image: url(./assets/images/tick.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.filtered-listing__item {
  padding: 0;
  border: none;
  background-color: var(--black);
}
.filtered-listing__item:not(:last-child) {
  margin-bottom: 24px;
}

.filtered-listing__item-image {
  position: relative;
}
.filtered-listing__wrapper--companies .filtered-listing__item-image {
  min-width: 240px;
}

.filtered-listing__wrapper--mentors .filtered-listing__item-image img {
  background: rgb(127, 127, 127);
  filter: grayscale(100%);
}

.filtered-listing__item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
  z-index: 3;
}
@media (max-width: 768px) {
  .filtered-listing__item-details {
    padding: 20px;
  }
}

.filtered-listing__item-title > a {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}
@media (max-width: 768px) {
  .filtered-listing__wrapper--events .filtered-listing__item-title > a {
    font-size: 32px;
  }
}

.filtered-listing__wrapper--companies .filtered-listing__item-title > a {
  font-size: 44px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .filtered-listing__wrapper--companies .filtered-listing__item-title > a {
    font-size: 32px;
  }
}

.filtered-listing__wrapper--mentors .filtered-listing__item-title > a {
  font-size: 44px;
}
@media (max-width: 768px) {
  .filtered-listing__wrapper--mentors .filtered-listing__item-title > a {
    font-size: 32px;
  }
}

.filtered-listing__item-subtitle {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .filtered-listing__item-subtitle {
    margin-bottom: 5px;
  }
}
.filtered-listing__item-subtitle .filtered-listing__item-category {
  height: 18px;
  padding: 0 9px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: var(--black);
}
.filtered-listing__wrapper--mentors .filtered-listing__item-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  color: var(--primary);
}
@media (max-width: 768px) {
  .filtered-listing__wrapper--mentors .filtered-listing__item-subtitle {
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 2.33px;
  }
}

.filtered-listing__item-subtitle [data-taxonomy] {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  color: var(--primary);
}
@media (max-width: 768px) {
  .filtered-listing__item-subtitle [data-taxonomy] {
    font-size: 14px;
    line-height: 1.93;
    letter-spacing: 2.33px;
  }
}

.filtered-listing__item-date {
  font-size: 11px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.22px;
  color: var(--primary);
}

.filtered-listing__wrapper--events .filtered-listing__item-date {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #ffed00;
}

.filtered-listing__item-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--white);
}
@media (max-width: 768px) {
  .filtered-listing__item-content p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
  }
}

.filtered-listing__item-terms {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .filtered-listing__item-terms {
    margin-top: 20px;
  }
}
.filtered-listing__item-terms a {
  min-width: 130px;
  justify-content: center;
  box-sizing: border-box;
  min-height: 27px;
  height: auto;
  padding: 5px 20px;
  border: solid 1px rgba(255, 237, 0, 0.38);
  background-color: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: var(--primary);
  text-transform: uppercase;
}

.facetwp-facet.facetwp-facet-reset {
  margin-bottom: 0px;
}
.facetwp-facet.facetwp-facet-reset button {
  width: 100%;
  min-height: 49px;
  padding: 17px 18px 17px 18px;
  background-color: #000;
  border: none;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #ffed00;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .filtered-listing__filters-mobile {
    background-color: var(--darkergray);
  }
  .filtered-listing__filters-mobile-header {
    background-color: var(--black);
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .filtered-listing__filters-mobile-close {
    background: var(--primary);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filtered-listing__filters-mobile-close img {
    filter: saturate(0) brightness(0);
    width: 22px;
    height: 22px;
  }
  .filtered-listing__filters-mobile-scroll {
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .filtered-listing__item-image {
    padding-top: 50%;
    width: auto;
    margin-bottom: 0;
  }
  .filtered-listing__wrapper--mentors .filtered-listing__item-image {
    margin: 20px 20px 0 20px;
    padding-top: 78%;
  }
}
.main-news__item-header {
  margin-bottom: 14px;
}

.main-news__item-category {
  height: 18px;
  padding: 0 9px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: var(--black);
}

.main-news__item-date {
  display: none;
}

.main-news__item-title {
  font-family: Mulish;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: var(--black);
  background-color: var(--white);
  display: inline;
  text-shadow: unset;
  text-transform: uppercase;
  padding: 4px 0;
  box-shadow: 9px 0 0 var(--white), -9px 0 0 var(--white);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin-left: 9px;
}
@media (max-width: 768px) {
  .main-news__item-title {
    font-size: 22px;
    line-height: 1.41;
    letter-spacing: -0.28px;
  }
}

.main-news__item-excerpt {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2.16px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .main-news__item-excerpt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.73px;
  }
}

.latest-news__item {
  border-top: solid 1px rgba(255, 255, 255, 0.35);
  margin: 0;
  padding: 7px 0 18px 0;
}
.latest-news__item--pinned {
  border-top: none;
}
.latest-news__item--pinned .latest-news__item-title {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
  text-transform: uppercase;
  background: var(--black);
  display: inline;
  padding: 4px 0;
  box-shadow: 6px 0 0 var(--black), -6px 0 0 var(--black);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .latest-news__item--pinned .latest-news__item-title {
    font-size: 20px;
  }
}

.latest-news__item-header {
  margin: 0;
}
.latest-news__item-header > * {
  margin-bottom: 9px;
}

.latest-news__item-date {
  display: none;
}

.latest-news__item-category {
  height: 18px;
  padding: 0 9px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: var(--black);
}

.latest-news__item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2.16px;
  color: #fff;
}
@media (max-width: 768px) {
  .latest-news__item-title {
    font-size: 16px;
    letter-spacing: 1.92px;
  }
}

.cohere-hero {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.cohere-hero[data-align=full], .cohere-hero.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.cohere-hero:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.cohere-hero:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.cohere-hero > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.cohere-hero > *.wp-block-separator {
  max-width: 1360px;
}
.cohere-hero > *[data-align=wide], .cohere-hero > *.alignwide {
  max-width: 1300px;
}
.cohere-hero > *[data-align=full], .cohere-hero > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.cohere-hero.is-style-gradient .cohere-hero__background {
  mask: linear-gradient(to top, rgba(28, 15, 59, 0), rgba(28, 15, 59, 0.9) 50%);
  -webkit-mask: linear-gradient(to top, rgba(28, 15, 59, 0), rgba(28, 15, 59, 0.9) 50%);
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns {
  margin-left: unset;
  margin-right: unset;
}
.cohere-hero__inner:not(.cohere-preview) > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner:not(.cohere-preview) > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns:not(.cohere-preview) > .wp-block-column, .cohere-hero__inner.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-columns.cohere-preview > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-column {
  margin-left: unset;
  margin-right: unset;
}
@media (max-width: 768px) {
  .trend-boxes__list {
    margin-right: 0;
    margin-left: 0;
    gap: 27px;
    margin-bottom: 30px;
  }
}
.trend-boxes__list .owl-nav .owl-next, .trend-boxes__list .owl-nav .owl-prev {
  width: 18px;
  height: 36px;
}
.trend-boxes__list .owl-nav .owl-next {
  right: 0px;
}
.trend-boxes__list .owl-nav .owl-prev {
  left: 0px;
  background-image: url(./assets/images/carousel-next.svg) !important;
  transform-origin: center center;
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 769px) {
  .trend-boxes__item {
    padding-top: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .trend-boxes__item {
    width: 100%;
  }
}

.trend-boxes__item-inner {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .trend-boxes__item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .trend-boxes__item-inner {
    min-height: 280px;
  }
}
.trend-boxes__item-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.trend-boxes__item-link {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: var(--white);
}
.trend-boxes__item-link::after {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--primary) url("./assets/images/arrow-right.svg") no-repeat center center;
  background-size: 29px;
  z-index: 3;
}
.trend-boxes__item-link > * {
  position: relative;
  z-index: 2;
}

.trend-boxes__item-title {
  margin-bottom: 0;
  font-family: Mulish;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.09;
  letter-spacing: -0.05em;
  color: #fff;
}
.trend-boxes__item-title + .trend-boxes__item-excerpt {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .trend-boxes__item-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
}

.trend-boxes__item-excerpt {
  padding-right: 30px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .trend-boxes__item-excerpt {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 1200px) {
  .companies-carousel__list {
    margin: 0 -30px;
  }
}
.companies-carousel__list .owl-stage {
  padding-bottom: 0;
}
.companies-carousel__list .owl-dots {
  display: none;
}
.companies-carousel__list .owl-nav .owl-next, .companies-carousel__list .owl-nav .owl-prev {
  filter: invert(93%) sepia(10%) saturate(6189%) hue-rotate(358deg) brightness(104%) contrast(106%);
  height: 60px;
  width: 30px;
}
.companies-carousel__list .owl-nav .owl-next.disabled, .companies-carousel__list .owl-nav .owl-prev.disabled {
  filter: invert(100%);
}
.companies-carousel__list .owl-nav .owl-next {
  right: -10px;
  background-image: url("./assets/images/carousel-right.svg") !important;
}
.companies-carousel__list .owl-nav .owl-prev {
  left: -10px;
  background-image: url("./assets/images/carousel-right.svg") !important;
  transform-origin: center;
  transform: translateY(-50%) rotateZ(180deg);
}

.companies-carousel__item {
  border: 3px solid var(--primary);
  overflow: hidden;
  position: relative;
}

.companies-carousel__item-inner {
  padding-top: 110%;
}

.companies-carousel__item-logo-inner {
  padding-top: unset;
  position: unset;
}
.companies-carousel__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 70px;
  background: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.companies-carousel__item-title {
  margin-bottom: 15px;
}
.companies-carousel__item-title, .companies-carousel__item-title a {
  font-size: 36px;
  font-weight: 800;
  line-height: 0.81;
  color: var(--white);
}
.companies-carousel__item-excerpt {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.accordion__item {
  border-top: 3px solid #3a3a3a;
}
@media (max-width: 768px) {
  .accordion__item {
    border-width: 2px;
  }
}
.accordion__item:last-child {
  border-bottom: 3px solid #3a3a3a;
}
@media (max-width: 768px) {
  .accordion__item:last-child {
    border-width: 2px;
  }
}

.accordion__item-header {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: #fff;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .accordion__item-header {
    font-size: 22px;
    line-height: 1.06;
    letter-spacing: normal;
    min-height: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .accordion__item-header {
    font-size: 18px;
    line-height: 1.06;
    letter-spacing: normal;
    min-height: 53px;
    padding-right: 40px;
  }
}
.accordion__item-header:after {
  width: 46px;
  height: 46px;
  border-radius: 500px;
  border: 2px solid var(--primary);
  background-size: 28px;
  top: 18px;
}
@media (max-width: 1200px) {
  .accordion__item-header:after {
    width: 34px;
    height: 34px;
    background-size: 22px;
    top: 12px;
  }
}
@media (max-width: 768px) {
  .accordion__item-header:after {
    width: 25px;
    height: 25px;
    background-size: 16px;
    top: 27px;
  }
}

.accordion__item.open .accordion__item-header:after {
  background-color: var(--primary);
}

.accordion__item-content {
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .accordion__item-content {
    font-size: calc(14px + 4 * ((100vw - 576px) / 524));
  }
}
@media screen and (min-width: 1100px) {
  .accordion__item-content {
    font-size: 18px;
  }
}

.accordion__item-content-inner * {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .accordion__item-content-inner * {
    font-size: 14px;
    line-height: 1.79;
  }
}
.upcoming-events__featured-item {
  background-image: linear-gradient(to left, #857c00 0%, #27261f 30%, #262624 100%);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item {
    background-image: linear-gradient(to top, #857c00 0%, #27261f 30%, #262624 100%);
  }
}

.upcoming-events__featured-item-inner {
  display: flex;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-inner {
    flex-direction: column;
  }
}

.upcoming-events__featured-item-image {
  flex: 1;
  min-width: 50%;
  position: relative;
  mask-image: linear-gradient(to right, #262624 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to right, #262624 70%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-image {
    padding-top: 80%;
    mask-image: linear-gradient(to bottom, #262624 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, #262624 70%, rgba(0, 0, 0, 0) 100%);
  }
}
.upcoming-events__featured-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.upcoming-events__featured-item-details {
  position: relative;
  z-index: 1;
  min-height: 400px;
  padding: 40px 50px 60px 0;
  box-sizing: border-box;
  margin-left: -50px;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-details {
    padding: 20px;
    margin-left: 0;
    min-height: 0;
    margin-top: -50px;
  }
}

.upcoming-events__featured-badge {
  height: 29px;
  padding: 0 20px 0 20px;
  border: solid 1px rgba(255, 255, 255, 0.38);
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.upcoming-events__featured-item-cta {
  margin: 30px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-cta {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .upcoming-events__featured-item-cta-button {
    display: none;
  }
}

.upcoming-events__featured-item-date {
  display: flex;
  align-items: center;
}
.upcoming-events__featured-item-date .date-line, .upcoming-events__featured-item-date .date-lines {
  padding: 0 15px;
  min-height: 55px;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-date .date-line, .upcoming-events__featured-item-date .date-lines {
    padding: 0 10px;
  }
}
.upcoming-events__featured-item-date .date-line:not(:first-child), .upcoming-events__featured-item-date .date-lines:not(:first-child) {
  border-left: solid 1px #b3b3b3;
}
.upcoming-events__featured-item-date .date-line:first-child, .upcoming-events__featured-item-date .date-lines:first-child {
  padding-left: 0;
}
.upcoming-events__featured-item-date .date-line:last-child, .upcoming-events__featured-item-date .date-lines:last-child {
  margin-left: 25px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-date .date-line:last-child, .upcoming-events__featured-item-date .date-lines:last-child {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
.upcoming-events__featured-item-date .date-line {
  font-size: 59px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: -2.95px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
.upcoming-events__featured-item-date .date-lines {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
}
.upcoming-events__featured-item-date .date--dash {
  border-left: none !important;
  position: relative;
  margin-left: 20px;
}
.upcoming-events__featured-item-date .date--dash:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  font-size: 59px;
  font-weight: 200;
  height: 20px;
  line-height: 10px;
}
.upcoming-events__featured-item-date .date-lines--mid {
  font-size: 40px;
  line-height: 1;
}

.upcoming-events__featured-item-title *, .upcoming-events__featured-item-title a {
  font-size: 44px;
  font-weight: bold;
  line-height: 0.98;
  letter-spacing: -1.89px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-title *, .upcoming-events__featured-item-title a {
    font-size: 24px;
    letter-spacing: -0.9px;
  }
}

.upcoming-events__featured-item-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .upcoming-events__featured-item-content {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.64px;
  }
}

.upcoming-events__button {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .upcoming-events__button {
    display: none;
  }
}

.featured-events__items .owl-nav .owl-next, .featured-events__items .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #000 !important;
  border-radius: 200px;
}
@media (max-width: 1200px) {
  .featured-events__items .owl-nav .owl-next, .featured-events__items .owl-nav .owl-prev {
    width: 80px;
    height: 80px;
  }
}
.featured-events__items .owl-nav .owl-next:after, .featured-events__items .owl-nav .owl-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url("./assets/images/carousel-right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center;
  filter: invert(92%) sepia(20%) saturate(3086%) hue-rotate(359deg) brightness(104%) contrast(101%);
}
@media (max-width: 1200px) {
  .featured-events__items .owl-nav .owl-next:after, .featured-events__items .owl-nav .owl-prev:after {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .featured-events__items .owl-nav .owl-next, .featured-events__items .owl-nav .owl-prev {
    display: none;
  }
}
.featured-events__items .owl-nav .owl-next span, .featured-events__items .owl-nav .owl-prev span {
  display: none;
}
.featured-events__items .owl-nav .owl-next.disabled, .featured-events__items .owl-nav .owl-prev.disabled {
  filter: saturate(0) brightness(0.6);
}
.featured-events__items .owl-nav .owl-next {
  right: -110px;
}
@media (max-width: 1200px) {
  .featured-events__items .owl-nav .owl-next {
    right: -40px;
  }
}
.featured-events__items .owl-nav .owl-prev {
  left: -110px;
}
.featured-events__items .owl-nav .owl-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1200px) {
  .featured-events__items .owl-nav .owl-prev {
    left: -40px;
  }
}

@media (max-width: 768px) {
  .featured-events__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.featured-events__item-inner {
  display: flex;
  background-color: #f0f0f0;
  color: var(--black);
}
@media (max-width: 768px) {
  .featured-events__item-inner {
    flex-direction: column;
  }
}

.featured-events__item-image {
  max-width: 53%;
  flex: 2;
  position: relative;
  min-height: 300px;
}
@media (max-width: 768px) {
  .featured-events__item-image {
    max-width: 100%;
    flex: 1;
    min-height: 200px;
  }
}
.featured-events__item-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  height: 100% !important;
  width: 100% !important;
}

.featured-events__item-details {
  position: relative;
  flex: 1;
  padding: 13px 75px 0 33px;
  display: flex;
  flex-direction: column;
  --dot-size: 17px;
  --dot-size-half: calc(var(--dot-size) / 2);
  --dot-spacing-default: 26px;
}
@media (max-width: 768px) {
  .featured-events__item-details {
    padding: 11px 16px 0 20px;
  }
}
@media (max-width: 768px) {
  .featured-events__item-details {
    --dot-size: 14px;
    --dot-spacing-default: 20px;
  }
}
.featured-events__wrapper--count-1 .featured-events__item-details {
  padding: 13px 33px 0 33px;
}

.featured-events__item-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background-image: radial-gradient(ellipse, #000 calc(var(--dot-size-half) - 1px), #000 var(--dot-size-half), transparent calc(var(--dot-size-half) + 1px));
  background-size: var(--dots-spacing, var(--dot-spacing-default)) var(--dots-spacing, var(--dot-spacing-default));
  background-position: center calc(var(--dots-spacing, var(--dot-spacing-default)) / -2);
  background-repeat: repeat-y;
}
@media (max-width: 768px) {
  .featured-events__item-details::before {
    height: 40px;
    width: 100%;
    top: -20px;
    left: 0;
    background-repeat: repeat-x;
    background-position: calc(var(--dots-spacing, var(--dot-spacing-default)) / -2) center;
  }
}

.featured-events__item-name {
  font-size: 43px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -2.15px;
  color: var(--black);
  margin: 0;
}
@media (max-width: 1200px) {
  .featured-events__item-name {
    font-size: 36px;
    line-height: 1.17;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 768px) {
  .featured-events__item-name {
    font-size: 32px;
    line-height: normal;
    letter-spacing: -1.6px;
  }
}

.featured-events__item-featured-tag span {
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: #000;
  text-transform: uppercase;
  height: 18px;
  padding: 2px 9px 2px 7px;
  background-color: #ffed00;
  box-sizing: border-box;
}

.featured-events__item-detail-items {
  margin-top: 18px;
  margin-bottom: 18px;
}
.featured-events__item-detail-items > * {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 0;
  min-height: 40px;
  border-top: solid 2px var(--black);
}
.featured-events__item-detail-items > * svg {
  vertical-align: middle;
  margin-right: 20px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .featured-events__item-detail-items > * svg {
    margin-right: 10px;
  }
}
.featured-events__item-detail-items > *:last-child {
  border-bottom: solid 2px var(--black);
}

.featured-events__item-date, .featured-events__item-location {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.78px;
  color: var(--black);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .featured-events__item-date, .featured-events__item-location {
    font-size: 14px;
    letter-spacing: 1.56px;
  }
}

.featured-events__item-description {
  margin-bottom: 30px;
}
.featured-events__item-description, .featured-events__item-description * {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 1.6px;
  color: var(--black);
}
@media (max-width: 768px) {
  .featured-events__item-description, .featured-events__item-description * {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
  }
}
.featured-events__item-description > *:first-child {
  margin-top: 0;
}
.featured-events__item-description > *:last-child {
  margin-bottom: 0;
}

.featured-events__item-spacing {
  flex: 1;
}

.featured-events__item-learn-more {
  height: 90px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 -75px 0 -33px;
  padding-left: 33px;
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  background: var(--primary);
  box-sizing: border-box;
}
.featured-events__wrapper--count-1 .featured-events__item-learn-more {
  margin: 0 -33px 0 -33px;
}

@media (max-width: 1200px) {
  .featured-events__item-learn-more {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .featured-events__item-learn-more {
    padding: 18px 21px 17px 21px;
    margin: 0 -16px 0 -20px;
    font-size: 14px;
    height: 53px;
  }
}
.featured-events__item-learn-more::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 12px;
  background-image: url("./assets/images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 14px;
}

@media (max-width: 1200px) {
  .cover-image-carousel {
    margin: 0;
  }
}

.cover-image-carousel__items {
  background-color: #000;
}
.cover-image-carousel__item {
  height: 0;
  padding: 0;
  padding-top: 40%;
}
@media (max-width: 768px) {
  .cover-image-carousel__item-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    height: initial;
    width: initial;
  }
}

.owl-carousel.cover-image-carousel__caption-items {
  background-color: #000;
  --corner-size: 45px;
  clip-path: polygon(0 -200px, 100% -200px, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0 100%);
  position: relative;
}
@media (max-width: 1200px) {
  .owl-carousel.cover-image-carousel__caption-items {
    --corner-size: 35px;
  }
}
@media (max-width: 768px) {
  .owl-carousel.cover-image-carousel__caption-items {
    --corner-size: 25px;
  }
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav {
  position: absolute;
  bottom: 100%;
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next, .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background-color: #000;
  color: var(--primary);
}
@media (max-width: 768px) {
  .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next, .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
  }
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next > *, .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev > * {
  display: none;
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next:after, .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev:after {
  content: "";
  width: 29px;
  height: 19px;
  background-color: currentColor;
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
}
@media (max-width: 768px) {
  .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next:after, .owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev:after {
    width: 20px;
    height: 13px;
  }
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-prev:after {
  transform: rotate(180deg);
}
.owl-carousel.cover-image-carousel__caption-items .owl-nav .owl-next {
  right: 0;
  color: #000;
  background-color: var(--primary);
}

.cover-image-carousel__caption-item {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #fff;
  min-height: 90px;
  box-sizing: border-box;
  padding: 18px 60px 18px 44px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .cover-image-carousel__caption-item {
    font-size: 16px;
    padding: 18px 40px 18px 30px;
  }
}
@media (max-width: 768px) {
  .cover-image-carousel__caption-item {
    font-size: 14px;
    padding: 18px 20px 18px 20px;
  }
}

@media (min-width: 769px) {
  .cohere-quotes-hero .owl-stage {
    display: flex;
  }
  .cohere-quotes-hero .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
  .cohere-quotes-hero .cohere-quotes-hero__item {
    height: 100%;
  }
  .cohere-quotes-hero .cohere-quotes-hero__author {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .cohere-quotes-hero__slider .owl-stage {
    display: flex;
  }
  .cohere-quotes-hero__slider .owl-stage .owl-item {
    display: flex;
  }
  .cohere-quotes-hero__slider .owl-stage .owl-item .cohere-quotes-hero__item {
    display: flex;
    flex: 1;
  }
  .cohere-quotes-hero__slider .owl-stage .owl-item .cohere-quotes-hero__author-image {
    flex-basis: auto;
  }
  .cohere-quotes-hero__slider .owl-stage .owl-item .cohere-quotes-hero__content-wrapper {
    flex: 1;
    justify-content: flex-start;
    padding: 0 4px;
  }
}
.cohere-quotes-hero__slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: var(--content-wrapper-x);
  width: var(--content-wrapper-width);
  height: 9px;
  display: flex;
  gap: 9px;
}
@media (max-width: 768px) {
  .cohere-quotes-hero__slider .owl-dots {
    bottom: 15px;
  }
}
.cohere-quotes-hero__slider .owl-dots .owl-dot {
  max-width: 220px;
  flex: 1;
  display: block;
  height: 9px;
  background: var(--primary);
  opacity: 0.18;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .cohere-quotes-hero__slider .owl-dots .owl-dot {
    max-width: unset;
  }
}
.cohere-quotes-hero__slider .owl-dots .owl-dot.active {
  opacity: 1;
}
.cohere-quotes-hero__slider .owl-nav .owl-next, .cohere-quotes-hero__slider .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 18px;
  height: 30px;
  display: block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__slider .owl-nav .owl-next, .cohere-quotes-hero__slider .owl-nav .owl-prev {
    display: none;
  }
}
.cohere-quotes-hero__slider .owl-nav .owl-next span, .cohere-quotes-hero__slider .owl-nav .owl-prev span {
  display: none;
}
.cohere-quotes-hero__slider .owl-nav .owl-next.disabled, .cohere-quotes-hero__slider .owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.cohere-quotes-hero__slider .owl-nav .owl-next {
  right: -30px;
  background-image: url("./assets/images/carousel-next.svg") !important;
}
.cohere-quotes-hero__slider .owl-nav .owl-prev {
  left: -30px;
  background-image: url(./assets/images/carousel-next.svg) !important;
  transform-origin: center center;
  transform: translateY(-50%) rotate(180deg);
}

.cohere-quotes-hero__item {
  overflow: hidden;
}

.cohere-quotes-hero__author {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .cohere-quotes-hero__author {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.cohere-quotes-hero__author-image {
  width: 40%;
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .cohere-quotes-hero__author-image {
    order: 2;
    width: 80%;
    flex: 0 0 80%;
  }
}

.cohere-quotes-hero__author-image-inner {
  padding-top: 100%;
  position: relative;
}
.cohere-quotes-hero__author-image-inner:after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary);
  z-index: 1;
}
.cohere-quotes-hero__author-image-inner img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  z-index: 2;
}

.cohere-quotes-hero__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cohere-quotes-hero__content {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 0.5px;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__content {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__content {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
    margin-bottom: 0px;
    order: 2;
  }
}
.cohere-quotes-hero__content:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -100px;
  width: 67px;
  height: 65px;
  background-image: url(./assets/images/quote-hero.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__content:before {
    height: 50px;
    width: 50px;
    left: -80px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__content:before {
    display: none;
  }
}

.cohere-quotes-hero__headline {
  font-size: 60px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -4.09px;
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__headline {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__headline {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: normal;
  }
}

.cohere-quotes-hero__author-details {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__author-details {
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: normal;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__author-details {
    font-size: 16px;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
  }
}
.cohere-quotes-hero__author-details:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 67px;
  height: 65px;
  background-image: url(./assets/images/quote-hero.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__author-details:after {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__author-details:after {
    height: 42px;
    width: 42px;
    top: 0;
    left: 0;
    right: unset;
    transform: rotate(0deg);
  }
}

.cohere-quotes-hero__author-name {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
}
@media (max-width: 1200px) {
  .cohere-quotes-hero__author-name {
    font-size: 22px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .cohere-quotes-hero__author-name {
    font-size: 16px;
    font-weight: bold;
  }
}

.founders-spotlight__wrapper {
  background-image: linear-gradient(to left, #615f45, #1f1f1f 100%);
}

.founders-spotlight__items .owl-stage .owl-item {
  min-width: calc(100% / var(--items));
}
@media (max-width: 768px) {
  .founders-spotlight__items .owl-dots {
    left: 23px;
    right: 23px;
  }
}
.founders-spotlight__item {
  padding: 0 0 0 65px;
  background-image: radial-gradient(circle at 85% 60%, rgba(255, 247, 0, 0.6), rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 768px) {
  .founders-spotlight__item {
    padding: 0 23px 0 23px;
    background-image: radial-gradient(circle at 50% 80%, rgba(255, 247, 0, 0.6), rgba(0, 0, 0, 0) 50%);
  }
}

@media (max-width: 768px) {
  .founders-spotlight__item-inner {
    flex-direction: column;
  }
}

.founders-spotlight__item-content {
  width: 60%;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .founders-spotlight__item-content {
    width: 100%;
    padding-bottom: 0px;
  }
}

.founders-spotlight__item-founders-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  color: #ffed00;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-founders-title {
    font-size: 14px;
    letter-spacing: 2.33px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item-founders-title {
    font-size: 14px;
    letter-spacing: 2.33px;
    margin-bottom: 16px;
  }
}

.founders-spotlight__item-founders-position {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  opacity: 1;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-founders-position {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item-founders-position {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.founders-spotlight__item-title {
  display: inline-block;
  text-decoration: none;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 5px;
  }
}

.founders-spotlight__item-description {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 1200px) {
  .founders-spotlight__item-description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .founders-spotlight__item-description {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
}

.founders-spotlight__item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  width: 45%;
}
@media (max-width: 768px) {
  .founders-spotlight__item-image {
    position: relative;
    width: 100% !important;
    margin: 0;
    height: 300px;
  }
}
.founders-spotlight__item-image:after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -40px;
  width: 107%;
  height: 0;
  padding-top: 107%;
  border-radius: 50%;
  background: var(--primary);
  z-index: 1;
}
@media (max-width: 768px) {
  .founders-spotlight__item-image:after {
    width: min(300px, 80%);
    padding-top: min(300px, 80%);
    right: 50%;
    transform: translateX(50%);
  }
}
.founders-spotlight__item-image img {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: unset;
  right: 0;
  width: 100%;
  height: calc(100% + 1px);
  object-fit: contain;
  object-position: bottom right;
  z-index: 2;
}
@media (max-width: 768px) {
  .founders-spotlight__item-image img {
    object-position: center bottom;
    right: 0;
  }
}
.cohere-section--listing {
  z-index: 30;
}

.cohere-section__inner {
  position: relative;
  z-index: 1;
}

/* Header */
.cohere-section__decoration {
  position: absolute;
  top: calc(var(--padding-top) + var(--decoration-top, 0));
  left: 50%;
  transform: translateX(-50%);
  opacity: var(--decoration-opacity, 0.1);
}
@media (max-width: 1200px) {
  .cohere-section__decoration {
    top: calc(var(--padding-top) + var(--decoration-top, 0) / 2);
  }
}
@media (max-width: 768px) {
  .cohere-section__decoration {
    top: calc(var(--padding-top) + var(--decoration-top, 0) / 3);
  }
}

.cohere-section__decoration__text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 120px;
  line-height: 0.8em;
  white-space: nowrap;
  color: var(--decoration-color, #000);
}
@media (max-width: 768px) {
  .cohere-section__decoration__text {
    font-size: 100px;
  }
}
.cohere-section__decoration--outline .cohere-section__decoration__text {
  text-shadow: 1px 1px 0 var(--decoration-outline-color), -1px 1px 0 var(--decoration-outline-color), -1px -1px 0 var(--decoration-outline-color), 1px -1px 0 var(--decoration-outline-color);
}

/* Body */
/**
 * 05 - Components
 */
/*

<header id="masthead" class="site-header">
   <div class="site-header__inner">

      <!-- Mobile menu toggle -->
      <div class="site-header__menu-toggle">
         <button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
         <img class="hamburger-icon" src="https://new-hax.local/wp-content/themes/hax/assets/images/menu.svg">	
         <img class="close-icon" src="https://new-hax.local/wp-content/themes/hax/assets/images/close-menu.svg">
         </button>
      </div>
      <!-- / Mobile menu toggle -->

      <!-- Header Logo -->
      <div class="site-header__brand">
         <a href="https://new-hax.local"><img src="https://new-hax.local/wp-content/themes/hax/assets/images/logo.png" alt="SOSV logo" rel="home"></a>
      </div>
      <!-- / Header Logo -->

      <!-- Main Menu -->
      <nav id="site-navigation" class="main-navigation">
         <div class="menu-main-menu-container">
            <ul id="primary-menu" class="menu nav-menu" aria-expanded="false">
               <li id="menu-item-5" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-2 current_page_item menu-item-5"><a href="https://new-hax.local/?page_id=2" aria-current="page">Sample Page</a></li>
            </ul>
         </div>
         <div class="site-header__copyright">
            ...
         </div>
      </nav>
      <!-- #site-navigation -->
      <!-- Main Menu -->

      <!-- Header Actions -->
      <div class="site-header__actions">
         <form autocomplete="off" action="https://new-hax.local" class="site-header__search">
            <label class="site-header__search-inner">
               <input autocomplete="off" type="text" name="s" class="site-header__search-input"> 
               <div class="site-header__search-icon">
                  <svg width="23" height="22" viewBox="0 0 23 22" xmlns="http://www.w3.org/2000/svg">
                    ...
                  </svg>
               </div>
            </label>
         </form>
      </div>
      <!-- / Header Actions -->

   </div>
   <!-- #masthead -->
</header>

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

@media (max-width: 1200px) {
  .site-header__menu-toggle, .site-header__brand, .site-header__actions {
    transform: translateY(calc(var(--mobile-menu-scroll) * -1));
  }
}
.site-header {
  z-index: 10;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  /***
    * Header Search
    **/
  /***
    * / Header Search
    **/
  /**
   * ------------------------------------------
   * ------------------------------------------
   * 
   * Mobile
   * 
   * ------------------------------------------
   * ------------------------------------------
   **/
  /**
   * ------------------------------------------
   * ------------------------------------------
   * 
   * Desktop
   * 
   * ------------------------------------------
   * ------------------------------------------
   **/
}
.site-header[data-align=full], .site-header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.site-header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.site-header > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.site-header > *.wp-block-separator {
  max-width: 1360px;
}
.site-header > *[data-align=wide], .site-header > *.alignwide {
  max-width: 1300px;
}
.site-header > *[data-align=full], .site-header > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.site-header .site-header__inner {
  box-sizing: border-box;
  position: relative;
  transition: top 0.3s;
  top: 0;
  height: var(--header-height);
  padding-bottom: 30px;
  display: flex;
  align-items: flex-end;
}
.site-header .site-header__brand img {
  width: 131px;
  vertical-align: top;
}
.site-header .site-header__actions {
  height: var(--header-content-height);
  display: inline-flex;
  align-items: center;
}
.site-header .site-header__search {
  position: relative;
  height: 47px;
  width: 39px;
}
.site-header .site-header__search.open .site-header__search-inner input {
  padding: 0 39px 0 50px;
  width: 250px;
  opacity: 1;
  background: white;
  border-color: gray;
  color: black;
}
.site-header .site-header__search-inner {
  position: absolute;
  right: 0;
  top: -3px;
  transition: all 0.4s;
}
.site-header .site-header__search-inner input {
  opacity: 0;
  max-width: calc(var(--viewportWidth) - 30px);
  border-radius: 30px;
  border: 1px solid transparent;
  width: 41px;
  height: 47px;
  outline: none;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.4s;
}
.site-header .site-header__search-inner svg * {
  transition: all 0.4s;
}
.site-header .site-header__search-inner .site-header__search-icon {
  position: absolute;
  height: 39px;
  width: 39px;
  left: 5px;
  top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.site-header .site-header__search-inner .site-header__search-icon svg, .site-header .site-header__search-inner .site-header__search-icon svg * {
  stroke: black;
}
.site-header .main-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
  flex: 1;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-header .site-header__menu-toggle .menu-toggle {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  vertical-align: bottom;
  width: 34px;
  display: flex;
  justify-content: center;
}
.site-header .site-header__menu-toggle .menu-toggle svg * {
  stroke: black;
}
.site-header .site-header__mobile-search {
  display: none;
}
.site-header .site-header__copyright {
  padding: 30px;
  margin-bottom: calc(var(--header-total-height));
  opacity: 0.55;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #abd2ff;
}
.site-header .site-header__social {
  display: none;
  margin-top: 20px;
  margin-bottom: 34px;
}
.site-header .site-header__social-links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.site-header .site-header__social-links > a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-header .site-header__social-icon--twitter::after {
  background-image: url("assets/images/social/twitter-icon.svg");
}
.site-header .site-header__social-icon--facebook::after {
  background-image: url("assets/images/social/facebook-icon.svg");
}
.site-header .site-header__social-icon--linkedin::after {
  background-image: url("assets/images/social/linkedin-icon.svg");
}
.site-header .site-header__social-icon--angelco::after {
  background-image: url("assets/images/social/angelco-icon.svg");
}
.site-header .site-header__social-icon--crunchbase::after {
  background-image: url("assets/images/social/crunchbase-icon.svg");
}
.site-header .site-header__social-icon--medium::after {
  background-image: url("assets/images/social/medium-icon.svg");
}
.site-header .site-header__social-icon--youtube::after {
  background-image: url("assets/images/social/youtube-icon.svg");
}
@media (max-width: 1200px) {
  .site-header {
    /* Small menu. */
    background-color: rgba(0, 0, 0, 0.43);
  }
  .site-header .site-header__social {
    display: flex;
  }
  :root {
    --header-height: 50px;
    --header-content-height: 50px;
  }
  .site-header .site-header__mobile-search {
    display: block;
  }
  .site-header .site-header__inner {
    align-items: center;
    padding-bottom: 0;
  }
  .site-header .site-header__inner .site-header__actions {
    height: 40px;
  }
  .site-header .site-header__menu-toggle {
    display: block;
  }
  .site-header .site-header__menu-toggle img {
    vertical-align: bottom;
  }
  .site-header .site-header__brand {
    flex: 1;
    text-align: center;
  }
  .site-header .site-header__brand img {
    height: 32px;
    width: auto !important;
  }
  .site-header .site-header__inner > * {
    z-index: 2;
    position: relative;
  }
  .site-header .hamburger-icon {
    display: none;
  }
  .site-header:not(.toggled) .main-navigation {
    height: 0;
    padding-top: 0px;
  }
  .site-header:not(.toggled) .site-header__menu-toggle .close-icon {
    display: none;
  }
  .site-header:not(.toggled) .site-header__menu-toggle .hamburger-icon {
    display: block;
  }
  .site-header .main-navigation {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    display: flex;
    background: rgba(55, 55, 55, 0.95);
    margin: 0;
    max-width: unset;
    padding-top: calc(var(--header-total-height));
    transition: all 0.4s;
    overflow: hidden;
    box-sizing: border-box;
  }
  .admin-bar .site-header .main-navigation {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
  .site-header .main-navigation__inner {
    flex: 1;
    overflow: hidden;
    overflow-y: auto;
    min-height: calc(100vh - var(--header-total-height) - var(--wp-admin--admin-bar--height, 0px));
    display: flex;
    flex-direction: column;
  }
  .site-header .menu-main-menu-container {
    flex: 1;
  }
  .site-header #primary-menu > li {
    border-top: solid 1px rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .site-header #primary-menu > li {
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .site-header #primary-menu > li {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .site-header #primary-menu > li > .sub-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header #primary-menu > li .sub-menu {
    list-style: none;
    padding: 20px 30px;
    padding-top: 0;
    margin: 0;
  }
  .site-header #primary-menu > li .sub-menu > li > a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
    color: #979797;
    text-decoration: none;
    margin-bottom: 2px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .site-header #primary-menu > li .sub-menu > li > a {
    color: white;
    font-size: 16px;
    display: block;
  }
}
@media (min-width: 1201px) {
  .site-header .site-header__menu-toggle {
    display: none;
  }
  .site-header .site-header__copyright {
    display: none;
  }
  .site-header #primary-menu > li {
    height: 87px;
    display: inline-flex;
    align-items: flex-end;
  }
  .site-header #primary-menu > li > a {
    height: var(--header-content-height);
    font-size: 17px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: black;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px;
  }
  .site-header .main-navigation ul ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: calc((var(--viewportWidth) - 100%) / -2);
    right: calc((var(--viewportWidth) - 100%) / -2);
    display: none;
    height: 38;
    align-items: center;
    justify-content: center;
  }
  .site-header #primary-menu > li.current-menu-item > ul {
    display: flex !important;
    border-top: 1px solid #10123b;
    border-bottom: 1px solid #10123b;
  }
  .site-header #primary-menu > li.current-menu-item > ul a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--secondary);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 20px;
    transition: all 0.3s;
  }
}

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

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

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

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

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

.cohere-section.company-disclaimer-section {
  position: relative;
  padding-top: 50px;
}
.cohere-section.company-disclaimer-section::before {
  content: "";
  width: 1300px;
  max-width: calc(100% - 20px);
  display: block;
  height: 6px;
  bottom: 0;
  background-image: linear-gradient(to left, #00f9fc, #00fe76 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.company-disclaimer p {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.3px;
  color: var(--black);
  margin: 9px 0;
}
.company-disclaimer strong {
  font-size: 17px;
}

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

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

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

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

.has-primary-background-color {
  background-color: #ffed00;
  --background-color: #ffed00;
}

.has-secondary-color {
  color: #10123b;
  --color: #10123b;
}

.has-secondary-background-color {
  background-color: #10123b;
  --background-color: #10123b;
}

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

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

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

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

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

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

.has-darkgray-color {
  color: #636363;
  --color: #636363;
}

.has-darkgray-background-color {
  background-color: #636363;
  --background-color: #636363;
}

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

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

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

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

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

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

.has-links-color-color {
  color: #ffed00;
  --color: #ffed00;
}

.has-links-color-background-color {
  background-color: #ffed00;
  --background-color: #ffed00;
}

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

.has-gradient-white-gradient-background {
  background: linear-gradient(90deg, #f6f6f6 0%, #ffffff 100%);
}

.has-gradient-white-v-gradient-background {
  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-footer__nav-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__nav-inner #footer-menu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu {
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}
.site-footer__nav-inner #footer-menu > li {
  width: 242px;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li {
    width: 100%;
    margin-top: -1px;
  }
  .site-footer__nav-inner #footer-menu > li:last-child {
    border-bottom: solid 1px #4d508b;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #10123b;
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
    transition: all 0.2s;
    transform-origin: 5px 2.5px;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children.sub-menu--open > a:after {
    transform: rotate(180deg);
  }
}
.site-footer__nav-inner #footer-menu > li > a {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .site-footer__nav-inner #footer-menu > li > a {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li > a {
    font-size: 24px;
    border-top: solid 1px #4d508b;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li:first-child {
    margin-top: 15px;
  }
  .site-footer__nav-inner #footer-menu .sub-menu > li:last-child {
    margin-bottom: 15px;
  }
}
.site-footer__nav-inner #footer-menu .sub-menu > li > a {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li > a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li > a {
    font-size: 16px;
    padding: 0 20px;
    display: block;
  }
}

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

.site-footer__info {
  flex: 1;
}

.site-footer__copyright {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  opacity: 0.55;
}
@media (max-width: 1200px) {
  .site-footer__copyright {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .site-footer__copyright-link {
    margin: 0 -5px;
  }
}
.site-footer__copyright-link ul, .site-footer__copyright-link li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__copyright-link li {
  display: inline-block;
}
.site-footer__copyright-link a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .site-footer__copyright-link a {
    font-size: 12px;
    text-decoration: none;
    margin: 0 5px;
  }
}

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

.site-footer__social {
  display: flex;
}

.site-footer__social-links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.site-footer__social-links > a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

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

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

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

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

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

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

.site-footer__social-icon--youtube::after {
  background-image: url("assets/images/social/youtube-icon.svg");
}

body.page-header-style-fill .site-header {
  background: black;
}

.site-header {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  /***
    * Header Search
    **/
  /***
    * / Header Search
    **/
  /**
   * ------------------------------------------
   * ------------------------------------------
   * 
   * Mobile
   * 
   * ------------------------------------------
   * ------------------------------------------
   **/
  /**
   * ------------------------------------------
   * ------------------------------------------
   * 
   * Desktop
   * 
   * ------------------------------------------
   * ------------------------------------------
   **/
}
.site-header[data-align=full], .site-header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.site-header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.site-header > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.site-header > *.wp-block-separator {
  max-width: 1360px;
}
.site-header > *[data-align=wide], .site-header > *.alignwide {
  max-width: 1300px;
}
.site-header > *[data-align=full], .site-header > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.site-header .site-header__brand img {
  width: 176px;
}
.site-header .site-header__search.open .site-header__search-inner svg, .site-header .site-header__search.open .site-header__search-inner svg * {
  fill: black;
}
.site-header .site-header__search-inner .site-header__search-icon svg, .site-header .site-header__search-inner .site-header__search-icon svg * {
  stroke: initial;
}
.site-header .main-navigation ul {
  white-space: nowrap;
}
.site-header .site-header__menu-toggle .menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.site-header .site-header__menu-toggle .menu-toggle:before, .site-header .site-header__menu-toggle .menu-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transition: transform 0.3s ease;
  transform-origin: center center;
  transform: rotate(0deg);
}
.site-header .site-header__menu-toggle .menu-toggle:before {
  top: 10px;
}
.site-header .site-header__menu-toggle .menu-toggle:after {
  bottom: 10px;
}
.site-header.toggled .menu-toggle:before {
  transform: translate(0px, 4px) rotate(45deg);
}
.site-header.toggled .menu-toggle:after {
  transform: translate(0px, -4px) rotate(-45deg);
}
.site-header #mobile-header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-header #mobile-header-menu > li > a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header #mobile-header-menu > li.item-type-button {
  padding-left: 15px;
}
.site-header #mobile-header-menu > li.item-type-button > a {
  display: flex;
  align-items: center;
  height: 29px;
  padding: 0 13px 0 14px;
  border: solid 2px #ffed00;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: right;
  color: #ffed00;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .site-header__social {
  width: 100%;
  border: solid 1px #979797;
}
.site-header .site-header__social-inner {
  flex: 1;
  display: flex;
}
.site-header .site-header__social-title {
  flex: 1;
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: #f2f2f2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 4px 12px;
}
.site-header .site-header__social-links {
  display: flex;
}
.site-header .site-header__social-links > a {
  border-left: solid 1px #979797;
  margin: 0;
  padding: 10px;
  width: 28px;
  height: 28px;
}
.site-header .site-header__social-links > a:after {
  width: 28px;
  height: 28px;
  filter: invert(92%) sepia(20%) saturate(3086%) hue-rotate(359deg) brightness(104%) contrast(101%);
}
.site-header #mobile-header-menu {
  display: none;
}
@media (max-width: 1200px) {
  .site-header {
    /* Small menu. */
  }
  .site-header #mobile-header-menu {
    display: flex;
  }
  .site-header .site-header__mobile-search {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 24px;
    box-sizing: border-box;
  }
  .site-header .site-header__mobile-search-inner {
    position: relative;
  }
  .site-header .site-header__mobile-search-input {
    background: transparent;
    border: none;
    border-bottom: solid 1px #545454;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
    color: #aeaeae;
    height: 42px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
  }
  .site-header .site-header__mobile-search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .site-header__mobile-search-icon svg {
    width: 17px;
    height: 17px;
  }
  .site-header .site-header__mobile-search-icon svg, .site-header .site-header__mobile-search-icon svg * {
    fill: var(--primary);
  }
  .site-header .site-header__inner {
    justify-content: space-between;
  }
  .site-header .site-header__inner .site-header__menu-toggle, .site-header .site-header__inner .site-header__actions {
    position: relative;
    z-index: 10;
  }
  .site-header .site-header__inner .site-header__actions .site-header__search {
    display: none;
  }
  .site-header .site-header__brand {
    position: absolute;
    width: 100%;
  }
  .site-header .main-navigation {
    background-image: linear-gradient(to bottom, #000, #373737);
  }
  .site-header .main-navigation__inner {
    padding: 0 10%;
  }
  .site-header .menu-main-menu-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .site-header #primary-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .site-header #primary-menu > li {
    border: none;
  }
  .site-header #primary-menu > li.menu-button:last-child {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .site-header #primary-menu > li.menu-button:last-child > a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    background-color: var(--primary);
  }
  .site-header #primary-menu > li.menu-button:last-child > a::before {
    content: "";
    order: 10;
    width: 30px;
    height: 30px;
    background-color: currentColor;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header #primary-menu > li.menu-button:last-child > a::after {
    mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
    -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
    mask-size: 0.88em;
    -webkit-mask-size: 0.88em;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: var(--primary);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .site-header #primary-menu > li > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.94;
    letter-spacing: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-header #primary-menu > li.current-menu-item > a {
    color: var(--primary);
  }
  .site-header #primary-menu > li.current-menu-item > a:before {
    mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
    -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
    mask-size: 17px;
    -webkit-mask-size: 17px;
    content: "";
    width: 17px;
    height: 11px;
    display: inline-block;
    background-color: currentColor;
    margin-right: 8px;
  }
}
@media (min-width: 1201px) {
  .site-header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%);
  }
  body.single:not(.single-case_studies) .site-header {
    background-color: black;
  }
  .site-header #primary-menu > li > a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
  }
  .site-header #primary-menu > li.item-type-button {
    padding-left: 15px;
  }
  .site-header #primary-menu > li.item-type-button > a {
    height: 49px;
    padding: 0 16px 0 24px;
    border: solid 2px #ffed00;
    box-sizing: border-box;
  }
  .site-header #primary-menu > li.item-type-button > a:after {
    content: "";
    display: inline-block;
    background-image: url("./assets/images/double-caret.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 15px;
    margin-left: 20px;
  }
  .site-header .main-navigation {
    text-align: right;
    margin-right: 20px;
  }
}

.site-footer {
  --social-icons-width: 115px;
  background: var(--black);
  position: relative;
  padding: 45px 0;
}
@media (max-width: 1200px) {
  .site-footer {
    --social-icons-width: 90px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    --social-icons-width: 70px;
  }
}

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

@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu {
    margin: 0;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li:last-child {
    border-bottom: solid 1px #5f5f5f;
  }
  .site-footer__nav-inner #footer-menu > li.menu-item-has-children > a:after {
    border: none;
    width: 16px;
    height: 10px;
    mask-image: url(./assets/images/caret-down.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(./assets/images/caret-down.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: var(--white);
    top: calc(50% - 8px);
    transform-origin: center;
    right: 0;
  }
}
.site-footer__nav-inner #footer-menu > li > a {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.81;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu > li > a {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    height: 50px;
    border-top: solid 1px #5f5f5f;
    margin-bottom: 0;
    padding: 0;
  }
}
.site-footer__nav-inner #footer-menu > li:first-child a {
  border-top: none;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li:first-child {
    margin-top: 5px;
  }
}
.site-footer__nav-inner #footer-menu .sub-menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 3;
  letter-spacing: normal;
  color: var(--primary);
}
.site-footer__nav-inner #footer-menu .sub-menu > li > a:after {
  content: "";
  width: 17px;
  height: 11px;
  background-image: url(./assets/images/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -4px;
  filter: invert(73%) sepia(92%) saturate(463%) hue-rotate(2deg) brightness(104%) contrast(110%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .site-footer__nav-inner #footer-menu .sub-menu > li > a {
    font-size: 12px;
    line-height: 2.75;
    letter-spacing: normal;
    padding: 0;
  }
  .site-footer__nav-inner #footer-menu .sub-menu > li > a:after {
    width: 14px;
    height: 9px;
    margin-top: -2px;
  }
}

.site-footer__footer {
  gap: 40px;
  position: relative;
  padding-top: 30px;
  margin-top: 60px;
}
.site-footer__footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 100%) / -2);
  right: calc((100vw - 100%) / -2);
  height: 1px;
  background: #4c4c4c;
}
@media (max-width: 768px) {
  .site-footer__footer:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-footer__footer {
    gap: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .site-footer__brand {
    order: 1;
  }
}
.site-footer__brand img {
  height: 34px;
  width: auto;
}

.site-footer__copyright {
  font-size: 12px;
  line-height: 1.5;
  color: var(--lightgray);
}
.site-footer__copyright-link {
  font-size: 12px;
}
.site-footer__copyright-link a {
  font-size: 12px;
  line-height: 1;
  color: var(--lightgray);
}
/** Social Icons **/
.site-footer__social {
  position: absolute;
  background-color: var(--primary);
  right: 0;
  top: 0;
  height: 100%;
  width: var(--social-icons-width);
}
.site-footer__social-title {
  font-size: 11px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.22px;
  color: #000;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 45px 0 26px 0;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}
@media (max-width: 1200px) {
  .site-footer__social-title {
    padding: 45px 0 26px 0;
  }
}
@media (max-width: 768px) {
  .site-footer__social-title {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
  }
}

.site-footer__social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .site-footer__social-links {
    gap: 20px;
  }
}
.site-footer__social-links > a {
  margin-right: 0;
  width: 42px;
  height: 42px;
}
@media (max-width: 1200px) {
  .site-footer__social-links > a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .site-footer__social-links > a {
    width: 24px;
    height: 24px;
  }
}
.site-footer__social-links > a:after {
  width: 42px;
  height: 42px;
}
@media (max-width: 1200px) {
  .site-footer__social-links > a:after {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 768px) {
  .site-footer__social-links > a:after {
    width: 24px;
    height: 24px;
  }
}

.site-footer__social-inner {
  width: 100%;
}

.yellow-boxes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .yellow-boxes__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .yellow-boxes__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.yellow-boxes__item {
  display: block;
}

.yellow-boxes__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.yellow-boxes__image-wrapper {
  position: relative;
  padding-top: 62%;
}
.yellow-boxes__image-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
  z-index: 3;
}

.yellow-boxes__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.yellow-boxes__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yellow-boxes__content {
  background-color: var(--primary);
  padding: 0px 35px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  position: relative;
  z-index: 3;
}

.yellow-boxes__content-inner {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.yellow-boxes__icon-wrapper {
  position: relative;
  height: 30px;
  margin-bottom: 15px;
}

.yellow-boxes__icon {
  width: 170px;
  height: 140px;
  position: absolute;
  bottom: 0;
}
.yellow-boxes__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.yellow-boxes__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-transform: uppercase;
}
.has-full-style .yellow-boxes__title {
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: none;
}

.yellow-boxes__text {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-transform: uppercase;
}
.has-full-style .yellow-boxes__text {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.4px;
}

.yellow-boxes__arrow {
  background-color: var(--primary);
  height: 40px;
  border-top: 1px solid var(--black);
  color: var(--black);
  padding: 0 35px;
  display: flex;
  align-items: center;
}
.yellow-boxes__arrow img, .yellow-boxes__arrow svg {
  width: 28px;
  height: auto;
}

.members-component {
  --border-width: 5px;
  --corner-size: 40px;
  --title-color: var(--white);
  --position-color: var(--primary);
  --border-color: var(--primary);
  --content-bg-color: var(--white);
  --title-hover-color: var(--black);
  --position-hover-color: var(--black);
}
.is-style-members-gray .members-component, .members-component.is-style-gray {
  --title-color: var(--black);
  --position-color: var(--black);
  --border-color: #d8d8d8;
  --content-bg-color: var(--black);
  --title-hover-color: var(--white);
  --position-hover-color: var(--white);
}

.is-style-members-black .members-component, .members-component.is-style-black {
  --title-color: var(--black);
  --position-color: var(--black);
  --border-color: var(--black);
  --content-bg-color: var(--black);
  --title-hover-color: var(--white);
  --position-hover-color: var(--white);
}

@media (max-width: 1200px) {
  .members-component {
    --border-width: 4px;
    --corner-size: 36px;
  }
}
@media (max-width: 768px) {
  .members-component {
    --border-width: 2px;
    --corner-size: 24px;
  }
}

.members-component__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .members-component__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .members-component__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

.members-component__item {
  text-decoration: none;
}
.members-component__item:hover .members-component__name {
  color: var(--title-hover-color);
}
.members-component__item:hover .members-component__position {
  color: var(--position-hover-color);
}
.members-component__item:hover .members-component__content-inner {
  background-color: var(--content-bg-color);
}

.members-component__item-inner {
  display: flex;
  flex-direction: column;
}

.members-component__image {
  padding-top: 105%;
  position: relative;
}
.members-component__image:after {
  content: "";
  position: absolute;
  background-color: #d8d8d8;
  inset: 0;
  bottom: -1px;
  top: 37px;
  clip-path: polygon(0 var(--corner-size), var(--corner-size) 0, 100% 0, 100% 100%, 0 100%);
}
.members-component__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 73%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
  z-index: 2;
}

.members-component__content {
  position: relative;
}
.members-component__content:after {
  content: "";
  position: absolute;
  background-color: var(--border-color);
  inset: 0;
  clip-path: polygon(0 calc(100% - var(--border-width)), calc(100% - var(--corner-size) - var(--border-width) / 2) calc(100% - var(--border-width)), calc(100% - var(--border-width)) calc(100% - var(--corner-size) - var(--border-width) / 2), calc(100% - var(--border-width)) 0, 100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0 100%);
}

.members-component__content-inner {
  padding: 20px 30px 30px 16px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0 100%);
}
@media (max-width: 768px) {
  .members-component__content-inner {
    padding: 13px 30px 16px 10px;
  }
}

.members-component__name {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: normal;
  color: var(--title-color);
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .members-component__name {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .members-component__name {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 2px;
  }
}

.members-component__position {
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.33px;
  color: var(--position-color);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .members-component__position {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media (max-width: 768px) {
  .members-component__position {
    font-size: 8px;
    letter-spacing: 0.78px;
  }
}

.promotion-bar {
  background-color: var(--primary);
}

.promotion-bar__inner, .promotion-bar__inner p {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2.63px;
  text-align: center;
  color: #0c0b1d;
}
.promotion-bar__inner strong {
  font-weight: 900;
}
.promotion-bar__inner a {
  text-decoration: underline;
}

/**
 * 06 - Pages
 */
.not-found__hero {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height) + 80px);
  background-image: linear-gradient(to bottom, #28457e 7%, #fff 73%);
  padding-bottom: 70px;
}
.not-found__hero[data-align=full], .not-found__hero.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.not-found__hero:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.not-found__hero:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.not-found__hero > * {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.not-found__hero > *.wp-block-separator {
  max-width: 1030px;
}
.not-found__hero > *[data-align=wide], .not-found__hero > *.alignwide {
  max-width: 1300px;
}
.not-found__hero > *[data-align=full], .not-found__hero > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.not-found__hero-title {
  width: 730px;
  max-width: 100%;
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--primary);
  text-align: center;
  margin: 0 auto 17px auto;
}
@media (max-width: 1200px) {
  .not-found__hero-title {
    font-size: 44px;
  }
}

.not-found__hero-content {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: var(--secondary);
  margin-bottom: 5px;
}

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

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

.not-found__content-not-found {
  text-align: center;
  margin-bottom: 250px;
}
.not-found__content-not-found img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-company__hero {
  height: 522px;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height));
  position: relative;
  background-size: cover;
  background-position: 50% 20%;
}
@media (max-width: 1200px) {
  .single-company__hero {
    height: 360px;
  }
  .single-company__hero::after {
    content: "";
    position: absolute;
    inset: 0;
  }
}

.single-company__content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.single-company__content[data-align=full], .single-company__content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-company__content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-company__content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-company__content > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-company__content > *.wp-block-separator {
  max-width: 1360px;
}
.single-company__content > *[data-align=wide], .single-company__content > *.alignwide {
  max-width: 1300px;
}
.single-company__content > *[data-align=full], .single-company__content > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  .single-company__content {
    margin-top: -200px;
  }
}

.single-company__content-inner {
  display: flex;
}

.single-company__content-left {
  max-width: 40%;
  padding-right: 10px;
  flex: 1;
}
@media (max-width: 1200px) {
  .single-company__content-left {
    display: none;
  }
}

.single-company__content-right {
  max-width: 60%;
  padding-left: 70px;
  flex: 1;
}
@media (max-width: 1200px) {
  .single-company__content-right {
    max-width: 100%;
    padding-left: 0;
  }
}

/* Statistics */
.single-company__statistics {
  margin-top: 0;
}

/* Header */
.single-company-header {
  padding: 21px 70px 37px 70px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: rgba(216, 216, 216, 0.38);
}
@media (max-width: 1200px) {
  .single-company-header {
    padding: 21px 20px 37px 20px;
  }
}
@media (max-width: 1200px) {
  .single-company-header {
    margin-bottom: 50px;
  }
}

.single-company-header__logo {
  width: 212px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(216, 216, 216, 0.38);
}

.single-company-header__logo-inner {
  padding-top: 60%;
  position: relative;
}
.single-company-header__logo-inner img {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  object-fit: contain;
  object-position: center center;
}

.single-company-header__title {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .single-company-header__title {
    font-size: 32px;
  }
}

.single-company-header__tagline {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .single-company-header__tagline {
    font-size: 18px;
    max-width: 320px;
    margin: 0 auto;
  }
}

.single-company-header__actions {
  margin-top: 30px;
  margin-bottom: 20px;
}

.single-company-header__website a {
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-decoration: none;
}

.single-company-header__social {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.single-company-header__social > a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 10px;
  position: relative;
}

.single-company-header__social-icon--twitter {
  background-image: url("assets/images/social/twitter-icon.svg");
}

.single-company-header__social-icon--facebook {
  background-image: url("assets/images/social/facebook-icon.svg");
}

.single-company-header__social-icon--linkedin {
  background-image: url("assets/images/social/linkedin-icon.svg");
}

.single-company-header__social-icon--angelco {
  background-image: url("assets/images/social/angelco-icon.svg");
}

.single-company-header__social-icon--crunchbase {
  background-image: url("assets/images/social/crunchbase-icon.svg");
}

.single-company-header__social-icon--medium {
  background-image: url("assets/images/social/medium-icon.svg");
}

/* Section */
.single-company-section {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .single-company-section {
    margin-bottom: 30px;
  }
}

.single-company-section__title {
  font-size: 44px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .single-company-section__title {
    font-size: 32px;
  }
}

.single-company-section__footer {
  margin-top: 30px;
}

/* Team */
.single-company-team {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: -30px;
}

.single-company-team__item {
  max-width: 50%;
  min-width: 50%;
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (max-width: 450px) {
  .single-company-team__item {
    max-width: 100%;
    min-width: 100%;
  }
}

.single-company-team__item-image {
  position: relative;
  padding-top: 100%;
}
.single-company-team__item-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-company-team__item-name {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
}

.single-company-team__item-position {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
}

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

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

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

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

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

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

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

/* Jobs */
.single-company-jobs__item {
  display: block;
  padding: 13px 0 13px 0;
  border-top: solid 2px var(--secondary);
  text-decoration: none;
}
.single-company-jobs__item:last-child {
  border-bottom: solid 2px var(--secondary);
}

.single-company-jobs__item-title {
  font-size: 26px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  margin: 0 0 0px 0;
}
.single-company-jobs__item-title:after {
  mask: url(./assets/images/arrow-circle.svg) no-repeat 50% 50%;
  content: "";
  display: inline-block;
  mask-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-color: currentColor;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.single-company-jobs__item-location {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--darkgray);
}

/* Details */
.single-company-details__content p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
@media (max-width: 1200px) {
  .single-company-details__content p {
    font-size: 18px;
  }
}

/* NEws */
.single-company-news__item {
  margin-bottom: 20px;
  padding: 22px 20px 22px 21px;
  border: solid 2px #e3e3e3;
  display: flex;
  flex-direction: column-reverse;
  min-height: 100px;
  box-sizing: border-box;
  text-decoration: none;
}
.single-company-news__item-details {
  flex: 1;
}
@media (max-width: 768px) {
  .single-company-news__item-details {
    padding-left: 0px;
    margin-top: 10px;
  }
}

.single-company-news__item-title {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  margin: 0 0;
}

.single-company-news__item-excerpt {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
}

.single-company-news__item-meta {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.single-company-news__item-date {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--darkgray);
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .single-company-news__item-date {
    white-space: nowrap;
  }
}

.single-company-news__item-location {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  text-transform: uppercase;
  margin-right: 10px;
}
.single-company-news__item-location:empty {
  display: none;
}
.single-member-inner {
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height) + 36px);
}

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

.single-member__header-inner {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .single-member__header-inner {
    flex-direction: column;
    position: relative;
    margin: 50px 0;
    gap: 16px;
  }
}

.single-member__header-image {
  max-width: 45%;
  width: 45%;
  align-self: flex-start;
  min-width: 45%;
}
@media (max-width: 768px) {
  .single-member__header-image {
    max-width: 100%;
    width: 100%;
    min-width: none;
  }
}

.single-member__header-image-inner {
  padding-top: 100%;
  position: relative;
}
.single-member__header-image-inner img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  object-position: center;
  object-fit: cover;
}

@media (min-width: 769px) {
  .single-member__header-details-mobile {
    display: none;
  }
}
.single-member__header-details-mobile .single-member__header-title {
  border-bottom: 7px solid var(--primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-member__header-details-mobile .single-member__header-position {
  border: none;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single-member__header-details .single-member__header-position, .single-member__header-details .single-member__header-title {
    display: none;
  }
}

.single-member__header-details {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .single-member__header-details {
    position: static;
  }
}

.single-member__header-actions {
  position: absolute;
  top: 0px;
}

.single-member__header-title {
  flex: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 76px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--black);
}
@media (max-width: 1200px) {
  .single-member__header-title {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .single-member__header-title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .single-member__header-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

.single-member__header-position {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .single-member__header-position {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-member__header-position {
    font-size: 18px;
  }
}

.single-member__content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 80px !important;
  color: var(--secondary);
}
.single-member__content[data-align=full], .single-member__content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-member__content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-member__content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-member__content > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-member__content > *.wp-block-separator {
  max-width: 1360px;
}
.single-member__content > *[data-align=wide], .single-member__content > *.alignwide {
  max-width: 1300px;
}
.single-member__content > *[data-align=full], .single-member__content > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.single-member__header-terms {
  margin-top: 24px;
}
.single-member__header-terms a {
  background-color: var(--primary);
  color: var(--black);
}

.single-member__header-social {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  margin-top: -16px;
}
@media (max-width: 1200px) {
  .single-member__header-social {
    margin-top: -12px;
  }
}
@media (max-width: 768px) {
  .single-member__header-social {
    margin-top: -6px;
  }
}
.single-member__header-social > a {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-right: 16px;
}
@media (max-width: 1200px) {
  .single-member__header-social > a {
    width: 42px;
    height: 42px;
    margin-top: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .single-member__header-social > a {
    width: 34px;
    height: 34px;
    margin-top: 6px;
    margin-right: 6px;
  }
}
.single-member__header-social > a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}
@media (max-width: 1200px) {
  .single-member__header-social > a:after {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .single-member__header-social > a:after {
    width: 26px;
    height: 26px;
  }
}

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

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

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

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

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

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

.single-member__header-social-icon--youtube::after {
  background-image: url("assets/images/social/youtube-icon.svg");
}

.single-member__header-social-icon--quora::after {
  background-image: url("assets/images/social/quora-icon.svg");
}

.apply-page__inner {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height) + 36px);
  padding-bottom: 60px;
  background: url("./assets/images/apply-page/hax-background.jpg") no-repeat top center;
  background-size: contain;
  background-size: 100% auto !important;
}
.apply-page__inner[data-align=full], .apply-page__inner.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.apply-page__inner:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.apply-page__inner:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.apply-page__inner > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.apply-page__inner > *.wp-block-separator {
  max-width: 1360px;
}
.apply-page__inner > *[data-align=wide], .apply-page__inner > *.alignwide {
  max-width: 1300px;
}
.apply-page__inner > *[data-align=full], .apply-page__inner > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.apply-page__logo {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
.apply-page__logo img {
  width: 235px;
}

.apply-page__form.apply-page__form--newsletter {
  width: 760px;
  max-width: 100%;
  margin-bottom: 80px;
}
.apply-page__form.apply-page__form--newsletter .gform_wrapper.gravity-theme .gsection_title {
  color: var(--secondary);
}
.apply-page__form.apply-page__form--newsletter .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html {
  padding-left: 0;
}
.apply-page__form.apply-page__form--newsletter .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .submit-button {
  background-image: none;
  background-color: black;
  color: white;
}
.apply-page__form.apply-page__form--newsletter .gform_wrapper.gravity-theme .gfield_html {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--black);
}

.apply-page__form .cohere-max-width__inner {
  background: white;
  color: black;
}
.apply-page__form .gform_confirmation_wrapper {
  text-align: center;
  padding: 100px 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-page__form .apply-page__form-inner {
  background-color: #fff;
  border-radius: 30px 8px 0 0;
  min-height: 20vh;
  clip-path: polygon(0% 32px, 2px 28px, 4px 25px, 25px 4px, 28px 2px, 32px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection_title {
  font-size: 66px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection_description {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--black);
  padding-right: 22%;
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection.form-footer + .gfield_html {
  padding-left: 0;
  display: block;
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection.form-footer + .gfield_html .form-footer-description {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 0.26px;
  color: var(--darkgray);
  margin-left: 0;
  margin-top: 20px;
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection.form-footer + .gfield_html .form-footer-description [data-collapse] {
  display: none;
  margin: 10px 0;
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection.form-footer + .gfield_html .form-footer-description [data-collapse] > *:first-child {
  margin-top: 0;
}
.apply-page__form .gform_wrapper.gravity-theme.invest-form_wrapper .gsection.form-footer + .gfield_html .form-footer-description [data-collapse] > *:last-child {
  margin-bottom: 0;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield--hidden {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: 0 10% !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 80%;
}
.apply-page__form .gform_wrapper.gravity-theme .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -var(--viewportWidth);
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html {
  display: flex;
  opacity: 1;
}
@media (max-width: 768px) {
  .apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html {
    flex-direction: column;
  }
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .submit-button {
  width: unset;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffed00;
  white-space: nowrap;
  height: 67px;
  padding: 0 24px 0 51px;
  background-color: #000;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .submit-button {
    justify-content: center;
  }
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .submit-button::after {
  width: 22px;
  height: 19px;
  -webkit-mask: url("./assets/images/double-caret.svg") no-repeat center;
  mask: url("./assets/images/double-caret.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .form-footer-description {
  margin-left: 40px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  .apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .form-footer-description {
    margin-left: 0;
    margin-top: 20px;
  }
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.form-footer + .gfield_html .form-footer-description.light {
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.26px;
  color: #6c6c6c;
}
.apply-page__form .gform_wrapper.gravity-theme .field-count {
  padding-left: 74px;
  position: relative;
  counter-increment: field;
}
.apply-page__form .gform_wrapper.gravity-theme .field-count .ginput_container {
  margin-bottom: 20px;
}
.apply-page__form .gform_wrapper.gravity-theme .field-count.field-count--start {
  counter-reset: field;
}
.apply-page__form .gform_wrapper.gravity-theme .field-count:not(.field-count--end)::after {
  content: "";
  display: block;
  position: absolute;
  left: 27.5px;
  top: 75px;
  width: 1px;
  bottom: -10px;
  background-image: repeating-linear-gradient(to bottom, var(--secondary) 0px, var(--secondary) 5px, white 6px, white 12px);
}
.apply-page__form .gform_wrapper.gravity-theme .field-count::before {
  content: counter(field);
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  border: solid 1px var(--secondary);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator {
  margin: 6px 0;
  font-size: 0px;
  opacity: 1;
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator[data-repeater2-repeatid="1"] .gf_repeater2_remove {
  display: none !important;
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator .gf_repeater2_remove {
  display: inline-block !important;
  margin: 0;
  padding: 1px;
  margin-bottom: 16px;
  background-color: transparent;
  border: 1px solid black;
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator .gf_repeater2_remove span {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 24px 0 25px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator .gf_repeater2_remove span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./assets/images/repeater-x.svg") no-repeat;
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}
.apply-page__form .gform_wrapper.gravity-theme .founder-separator::after {
  content: "";
  display: block;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #979797 0px, #979797 8px, white 9px, white 15px);
}
.apply-page__form .gform_wrapper.gravity-theme .gf_repeater2_add {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
  padding: 21px 24px 23px 25px;
  background-color: #ffed00;
  cursor: pointer;
  padding: 0 24px 0 25px;
  height: 67px;
  border-radius: 4px;
  background-color: var(--primary);
  display: inline-flex;
  align-items: center;
}
.apply-page__form .gform_wrapper.gravity-theme .gf_repeater2_add::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./assets/images/repeater-add.svg") no-repeat;
  background-size: contain;
  margin-left: 20px;
  vertical-align: middle;
}
.apply-page__form .gform_wrapper.gravity-theme .gf_repeater2_add + .gf_repeater2_remove {
  display: none !important;
}
.apply-page__form .gform_wrapper.gravity-theme .social-profile:not(.social-profile--show) {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice {
  padding: 5px;
  width: 100%;
  max-width: 100%;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice input, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice input {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice label, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice label {
  position: relative;
  padding: 70px 20% 20px 25px;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #fff, #fff) padding-box, linear-gradient(to bottom, #c6d1e6, #c6d1e6) border-box;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.08px;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice label::before, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: solid 2px #cfd8ea;
  top: 23px;
  left: 25px;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice label::after, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice label::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 65px;
  height: 34px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice input:checked + label, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice input:checked + label {
  background: linear-gradient(to bottom, #fff, #fff) padding-box, linear-gradient(to bottom, #4c94ec, #04c52c) border-box;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice input:checked + label::before, .apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_checkbox .gchoice input:checked + label::before {
  border: none;
  background: var(--primary) url("./assets/images/tick.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice input + label::before {
  border-radius: 500px;
}
.apply-page__form .gform_wrapper.gravity-theme .radio-images .gfield_radio .gchoice input:checked + label::before {
  background: url("./assets/images/radio-checked.svg") no-repeat;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-field {
  margin-top: 40px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-field .gfield_label {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.55px;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-field .gfield_description {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.35px;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-field textarea {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .form-checkboxes {
  padding: 0 25px;
  margin-bottom: 20px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield_checkbox--columns-2 {
  column-count: 2;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice {
  margin: 7px 0;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice br, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice br {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice input[type=text], .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice input[type=text] {
  margin: 0;
  height: 40px;
  margin-left: 12px;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice .gfield-choice-input, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice .gfield-choice-input {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice label, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice label {
  position: relative;
  padding: 0 0 0 33px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice label::before, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice label::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background-color: #efefef;
  top: calc(50% - 11px);
  left: 0;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_checkbox .gchoice input:checked + label::before, .apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice input:checked + label::before {
  border: none;
  background: var(--primary) url("./assets/images/tick.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice label::before {
  border-radius: 100px;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_container_radio .gchoice input:checked + label::before {
  border-radius: 0px;
  background: url("./assets/images/radio-checked.png") no-repeat;
  background-size: contain;
}
.apply-page__form .gform_wrapper.gravity-theme .choices--col-4 {
  margin-right: 0 !important;
}
.apply-page__form .gform_wrapper.gravity-theme .choices--col-4 .gfield_checkbox {
  display: grid;
  grid-column-gap: 0;
  -ms-grid-columns: 1fr 0 [4];
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  width: 100%;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-sections {
  grid-column: span 12;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-arrows {
  position: absolute;
  right: 10px;
  top: 20px;
  display: flex;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-arrows > * {
  width: 23px;
  height: 29px;
  background: url("./assets/images/orderable-arrow.png") no-repeat;
  cursor: pointer;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-arrows .orderable-arrows--prev {
  transform: rotate(180deg);
  margin-right: 10px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section {
  position: relative;
  padding: 20px 0;
  grid-column: span 12;
  border-top: dashed 1px var(--darkgray);
  border-bottom: dashed 1px var(--darkgray);
  grid-row-gap: 40px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section:first-child .orderable-arrows--prev {
  pointer-events: none;
  opacity: 0.5;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section:last-child .orderable-arrows--next {
  pointer-events: none;
  opacity: 0.5;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .field-count:not(.field-count--end)::after {
  bottom: -35px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gfield_html {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.36px;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child {
  display: none;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child + .gfield .ginput_container_checkbox .gchoice label {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child + .gfield .ginput_container_checkbox .gchoice input:checked + label {
  background-image: linear-gradient(to left, #15c629 0%, #14bad8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child + .gfield ~ .gfield {
  margin-left: 33px;
  margin-right: 110px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child + .gfield ~ .gfield:last-child {
  margin-bottom: 40px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section .gsection:first-child + .gfield + .gfield {
  margin-top: -30px;
}
.apply-page__form .gform_wrapper.gravity-theme .orderable-section + .orderable-section {
  border-top: none;
}
.apply-page__form .gform_wrapper.gravity-theme .m_section {
  grid-column: span 12;
  grid-row-gap: 14px;
  grid-column-gap: 14px;
  padding: 30px 0;
}
.apply-page__form .gform_wrapper.gravity-theme .m_section:not(:last-child) {
  border-bottom: solid 9px var(--primary);
}
.apply-page__form .gform_wrapper.gravity-theme .gsection {
  margin-bottom: 0px;
  border: none;
}
.apply-page__form .gform_wrapper.gravity-theme .gsection_title {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: black;
  margin: 0;
}
.apply-page__form .gform_wrapper.gravity-theme .gsection_description {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.section-large .gsection_title {
  font-size: 66px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: var(--secondary);
}
.apply-page__form .gform_wrapper.gravity-theme .gsection.section-large .gsection_description {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--black);
}
.apply-page__form .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield .remove-field {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin-left: 5px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield .remove-field::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("./assets/images/repeater-x.svg") no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.apply-page__form .gform_wrapper.gravity-theme .form-top-separator {
  border-top: solid 1px #dfdfdf;
  padding-top: 30px;
}
.apply-page__form .gform_wrapper.gravity-theme .form-top-separator legend {
  width: 100%;
  float: left;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield input, .apply-page__form .gform_wrapper.gravity-theme .gfield textarea, .apply-page__form .gform_wrapper.gravity-theme .gfield select, .apply-page__form .gform_wrapper.gravity-theme .gfield button {
  height: 69px;
  text-align: left;
  padding: 14px 35px;
}
.apply-page__form .gform_wrapper.gravity-theme .ginput_counter {
  padding: 0 25px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  text-transform: uppercase;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield_description {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  padding: 0 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield input, .apply-page__form .gform_wrapper.gravity-theme .gfield select, .apply-page__form .gform_wrapper.gravity-theme .gfield textarea {
  background-color: #efefef;
  font-size: 18px;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--black);
  text-transform: none;
  padding: 0 14px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield input::placeholder, .apply-page__form .gform_wrapper.gravity-theme .gfield select::placeholder, .apply-page__form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  color: var(--black);
  text-transform: uppercase;
  padding-right: 10%;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield select {
  background-image: url("./assets/images/apply-select-caret.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 14px !important;
  padding-right: 14px !important;
  text-transform: uppercase;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield input, .apply-page__form .gform_wrapper.gravity-theme .gfield select {
  height: 69px;
}
.apply-page__form .gform_wrapper.gravity-theme .gfield textarea {
  padding: 14px;
}

body.error404 {
  background-color: var(--darkergray);
}

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

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

.not-found__content-inner {
  text-align: center;
}

.not-found__content-image {
  margin: 0 auto;
  max-width: 680px;
  position: relative;
}
.not-found__content-image .not-found-404 {
  max-width: 100%;
  position: relative;
  z-index: 3;
  padding: 40px 0;
}
.not-found__content-image .not-found__content-image-gradient {
  position: absolute;
  width: 98.5294117647%;
  height: 154.3778801843%;
  top: -26.9585253456%;
  left: 3.8235294118%;
  background-image: radial-gradient(circle at 50% 50%, #ffed00 0%, #5e5914 36%, #27261b 62%, #1c1c1c 70%);
  z-index: 1;
}
.not-found__content-image .not-found-bg {
  position: absolute;
  width: 211.7647058824%;
  height: 137.0967741935%;
  top: -28.3410138249%;
  left: -51.4705882353%;
  object-fit: cover;
  z-index: 2;
}
.not-found__content-image .not-found-astronaut {
  position: absolute;
  width: 53.8235294118%;
  height: 113.8248847926%;
  top: 2.3041474654%;
  left: 20.5882352941%;
  object-fit: cover;
  z-index: 3;
}
.not-found__content-image > *[class*=not-found-rock] {
  position: absolute;
  object-fit: cover;
  z-index: 4;
  -webkit-animation: slide 2s linear infinite;
  -moz-animation: slide 2s linear infinite;
  animation: slide 2s linear infinite;
}
.not-found__content-image .not-found-rock-1 {
  width: 25%;
  height: 52.0737327189%;
  top: 52.9953917051%;
  left: -34.1176470588%;
}
.not-found__content-image .not-found-rock-2 {
  width: 6.9117647059%;
  height: 11.5207373272%;
  top: 9.2165898618%;
  left: -9.1176470588%;
}
.not-found__content-image .not-found-rock-3 {
  width: 4.5588235294%;
  height: 6.4516129032%;
  top: 1.1520737327%;
  left: 5.5882352941%;
}
.not-found__content-image .not-found-rock-4 {
  width: 8.6764705882%;
  height: 13.8248847926%;
  top: 79.2626728111%;
  left: 33.2352941176%;
}
.not-found__content-image .not-found-rock-5 {
  width: 6.6176470588%;
  height: 8.7557603687%;
  top: 2.0737327189%;
  left: 83.3823529412%;
}
.not-found__content-image .not-found-rock-6 {
  width: 12.5%;
  height: 23.5023041475%;
  top: 74.6543778802%;
  left: 103.8235294118%;
}
.not-found__content-image .not-found-rock-7 {
  width: 20.1470588235%;
  height: 32.7188940092%;
  top: -3.4562211982%;
  left: 113.6764705882%;
}

.not-found__content-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -3px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .not-found__content-title {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.06;
  }
}
@media (max-width: 768px) {
  .not-found__content-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: normal;
  }
}

.not-found__content-content {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .not-found__content-content {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: normal;
  }
}

.not-found__content-actions {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.not-found__content-actions a {
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ffed00;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .not-found__content-actions a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .not-found__content-actions a {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.42;
  }
}

body.page-background-color-gray {
  background-color: var(--darkergray);
  color: var(--white);
}

body.page-background-color-black {
  background-color: var(--black);
  color: var(--white);
}

body.page-background-style-gradient_right {
  position: relative;
}
body.page-background-style-gradient_right::before {
  content: "";
  background-image: linear-gradient(18deg, rgba(255, 237, 0, 0) 55%, #ffed00 100%);
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
body.page-background-style-gradient_right > * {
  z-index: 2;
  position: relative;
}

body.page-background-style-gradient_left {
  position: relative;
}
body.page-background-style-gradient_left::before {
  content: "";
  background-image: linear-gradient(-18deg, rgba(255, 237, 0, 0) 55%, #ffed00 100%);
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
body.page-background-style-gradient_left > * {
  z-index: 2;
  position: relative;
}

.single-post-wrapper .single-post-inner {
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height));
}

.addtoany_shortcode {
  background: var(--primary);
}
.addtoany_shortcode .addtoany_list {
  height: 61px;
  display: flex;
  align-items: center;
  padding: 0 6px;
}
.addtoany_shortcode .addtoany_list > * {
  margin: 0;
  padding: 4px 17px;
}
.addtoany_shortcode .addtoany_list > *:not(:first-child) {
  border-left: solid 1px #bcb555;
}
/** Header */
.single-post__header {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.single-post__header[data-align=full], .single-post__header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post__header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-post__header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-post__header > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-post__header > *.wp-block-separator {
  max-width: 1360px;
}
.single-post__header > *[data-align=wide], .single-post__header > *.alignwide {
  max-width: 1300px;
}
.single-post__header > *[data-align=full], .single-post__header > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}

.single-post__header-title-wrapper {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  position: relative;
}
.single-post__header-title-wrapper::after {
  content: "";
  position: absolute;
  width: 202px;
  height: 9px;
  background-color: var(--primary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .single-post__header-title-wrapper::after {
    left: 0;
    transform: none;
    width: 70%;
  }
}

.single-post__header-title {
  font-size: 44px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
  max-width: 1130px;
}
@media (max-width: 1200px) {
  .single-post__header-title {
    font-size: 56px;
    text-align: left;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .single-post__header-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
}

.single-post__header-details {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 62px;
  max-width: 1130px;
}
@media (max-width: 1200px) {
  .single-post__header-details {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .single-post__header-details {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.single-post__header-details.single-post__header-details--top {
  margin-top: 0px;
}
.single-post__header-details.single-post__header-details--top .single-post__header-details-left {
  margin-right: 20px;
}
@media (min-width: 1201px) {
  .single-post__header-details.single-post__header-details--top {
    display: none;
  }
}
@media (max-width: 1200px) {
  .single-post__header-details.single-post__header-details--top {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .single-post__header-details.single-post__header-details--top {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .single-post__header-details.single-post__header-details--bottom .single-post__header-details-left, .single-post__header-details.single-post__header-details--bottom .single-post__header-details-right {
    display: none;
  }
}

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

.single-post__header-back {
  margin-top: 30px;
}
.single-post__header-back a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-post__header-back a {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
  }
}
.single-post__header-back a:before {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background-color: currentColor;
  margin-right: 1em;
  transform: rotate(180deg);
  vertical-align: middle;
}

.single-post__header-details-top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

.single-post__header-author-name, .single-post__header-author-date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  text-align: center;
  color: #5d5d5d;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-post__header-author-name, .single-post__header-author-date {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.38);
    text-align: left;
  }
}

.single-post__header-author-name::before {
  content: "BY ";
  display: inline-block;
}

.single-post__header-author-name + .single-post__header-author-date::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  object-fit: contain;
  background-color: #ffed00;
  vertical-align: middle;
  margin: 0 10px 0 14px;
  position: relative;
  top: -1px;
}
@media (max-width: 768px) {
  .single-post__header-author-name + .single-post__header-author-date::before {
    display: none;
  }
}

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

/** / Header */
.single-post__content-inner {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.single-post__content-inner[data-align=full], .single-post__content-inner.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post__content-inner:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-post__content-inner:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-post__content-inner > * {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.single-post__content-inner > *.wp-block-separator {
  max-width: 1190px;
}
.single-post__content-inner > *[data-align=wide], .single-post__content-inner > *.alignwide {
  max-width: 1300px;
}
.single-post__content-inner > *[data-align=full], .single-post__content-inner > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.single-post__content-inner > *:not(.alignfull) {
  margin-bottom: 70px;
}

.single-post__content {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
}
.single-post__content .wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .single-post__content .wp-block-image {
    margin: 50px -40px;
  }
}
@media (max-width: 1200px) {
  .single-post__content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-post__content p {
    font-size: 14px;
    font-weight: 600;
  }
}

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

.single-case-study-wrapper {
  background-color: #f4f2f2;
}

.single-case-study__hero {
  height: 688px;
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  background-position: 50% 20%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .single-case-study__hero {
    height: 400px;
  }
}

.single-case-study-wrapper .single-case-study-inner {
  margin-top: calc(var(--header-total-height) * -1) !important;
  padding-top: calc(var(--header-total-height));
}

.addtoany_shortcode {
  background: var(--primary);
}
.addtoany_shortcode .addtoany_list {
  height: 61px;
  display: flex;
  align-items: center;
  padding: 0 6px;
}
@media (max-width: 1200px) {
  .addtoany_shortcode .addtoany_list {
    height: 54px;
  }
}
@media (max-width: 768px) {
  .addtoany_shortcode .addtoany_list {
    height: 47px;
  }
}
.addtoany_shortcode .addtoany_list > * {
  margin: 0;
  padding: 4px 17px;
}
@media (max-width: 1200px) {
  .addtoany_shortcode .addtoany_list > * {
    padding: 4px 14px;
  }
}
@media (max-width: 768px) {
  .addtoany_shortcode .addtoany_list > * {
    padding: 4px 10px;
  }
}
.addtoany_shortcode .addtoany_list > *:not(:first-child) {
  border-left: solid 1px #bcb555;
}
/** Header */
.single-case-study__header {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: -210px;
  margin-bottom: 2px;
}
.single-case-study__header[data-align=full], .single-case-study__header.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-case-study__header:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-case-study__header:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-case-study__header > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-case-study__header > *.wp-block-separator {
  max-width: 1360px;
}
.single-case-study__header > *[data-align=wide], .single-case-study__header > *.alignwide {
  max-width: 1300px;
}
.single-case-study__header > *[data-align=full], .single-case-study__header > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .single-case-study__header {
    padding: 0;
    margin-top: -60px;
  }
}

.single-case-study__header-inner {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .single-case-study__header-inner {
    padding: 0 20px;
  }
}

.single-case-study__header-title-wrapper {
  padding-bottom: 15px;
  position: relative;
}
.single-case-study__header-title-wrapper::after {
  content: "";
  position: absolute;
  width: 202px;
  height: 9px;
  background-color: var(--primary);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .single-case-study__header-title-wrapper::after {
    width: 70%;
    left: 0;
    transform: none;
  }
}

.single-case-study__header-title {
  font-size: 44px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
  max-width: 1130px;
}
@media (max-width: 1200px) {
  .single-case-study__header-title {
    font-size: 56px;
    text-align: left;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .single-case-study__header-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
}

.single-case-study__header-details {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  max-width: 1130px;
}
@media (max-width: 1200px) {
  .single-case-study__header-details {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .single-case-study__header-details {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.single-case-study__header-details.single-case-study__header-details--top {
  margin-top: 0px;
}
.single-case-study__header-details.single-case-study__header-details--top .single-case-study__header-details-left {
  margin-right: 20px;
}
@media (min-width: 1201px) {
  .single-case-study__header-details.single-case-study__header-details--top {
    display: none;
  }
}
@media (max-width: 1200px) {
  .single-case-study__header-details.single-case-study__header-details--top {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .single-case-study__header-details.single-case-study__header-details--top {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .single-case-study__header-details.single-case-study__header-details--bottom .single-case-study__header-details-left, .single-case-study__header-details.single-case-study__header-details--bottom .single-case-study__header-details-right {
    display: none;
  }
}

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

.single-case-study__header-back {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .single-case-study__header-back {
    margin-top: 16px;
  }
}
.single-case-study__header-back a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-case-study__header-back a {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.38);
  }
}
.single-case-study__header-back a:before {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background-color: currentColor;
  margin-right: 1em;
  transform: rotate(180deg);
  vertical-align: middle;
}

.single-case-study__header-share {
  margin-right: -20px;
}

.single-case-study__header-details-top {
  padding-left: 40px;
  margin-top: 4px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-case-study__header-details-top {
    padding-left: 0;
    margin-top: 0;
  }
}

.single-case-study__header-author {
  display: flex;
}

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

.single-case-study__header-author-name, .single-case-study__header-author-date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  text-align: center;
  color: #5d5d5d;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-case-study__header-author-name, .single-case-study__header-author-date {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.38);
  }
}

.single-case-study__header-author-name::before {
  content: "BY ";
  display: inline-block;
}

.single-case-study__header-author-date::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  object-fit: contain;
  background-color: #ffed00;
  vertical-align: middle;
  margin: 0 10px 0 14px;
  position: relative;
  top: -1px;
}
@media (max-width: 768px) {
  .single-case-study__header-author-date::before {
    display: none;
  }
}

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

/** / Header */
.single-case-study__content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  color: var(--secondary);
  overflow: hidden;
}
.single-case-study__content[data-align=full], .single-case-study__content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-case-study__content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-case-study__content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-case-study__content > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-case-study__content > *.wp-block-separator {
  max-width: 1360px;
}
.single-case-study__content > *[data-align=wide], .single-case-study__content > *.alignwide {
  max-width: 1300px;
}
.single-case-study__content > *[data-align=full], .single-case-study__content > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
.single-case-study__content .wp-block-image {
  margin: 50px 0;
}
@media (max-width: 1200px) {
  .single-case-study__content .wp-block-image {
    margin: 50px -40px;
  }
}
@media (max-width: 1200px) {
  .single-case-study__content p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-case-study__content {
    padding: 0;
  }
  .single-case-study__content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    color: #000;
  }
}

.single-case-study__content-inner {
  padding: 33px 89px 74px 90px;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .single-case-study__content-inner {
    padding: 20px;
  }
}

.single-case-study__share {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.single-company {
  background-color: var(--darkergray);
}

.single-company__hero {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72) 80%, rgba(0, 0, 0, 0) 100%);
}
.single-company__content {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  color: var(--white);
  padding-bottom: 60px;
}
.single-company__content[data-align=full], .single-company__content.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-company__content:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-company__content:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-company__content > * {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.single-company__content > *.wp-block-separator {
  max-width: 1360px;
}
.single-company__content > *[data-align=wide], .single-company__content > *.alignwide {
  max-width: 1300px;
}
.single-company__content > *[data-align=full], .single-company__content > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .single-company__content {
    margin-top: -100px;
  }
}

.single-company__content-inner {
  margin-top: -140px;
}

.single-company__content-left {
  max-width: 50%;
}
.single-company__content-right {
  max-width: 50%;
  padding-left: 46px;
}
@media (max-width: 1200px) {
  .single-company__content-right {
    max-width: 100%;
    padding-left: 0;
  }
}

/* Statistics */
/* Header */
.single-company-header {
  background-color: var(--white);
  color: var(--black);
  padding: 20px 21px 30px 24px;
  --corner-size: 45px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0 100%);
}
@media (max-width: 768px) {
  .single-company-header {
    --corner-size: 25px;
    text-align: left;
  }
}

.single-company-header__logo {
  background-color: transparent;
}
@media (max-width: 768px) {
  .single-company-header__logo {
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .single-company-header__logo-inner {
    padding: 0;
  }
}
.single-company-header__logo-inner img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .single-company-header__logo-inner img {
    position: relative;
    max-height: 100px;
    width: auto;
  }
}

.single-company-header__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  color: var(--primary);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-company-header__title {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
  }
}

.single-company-header__tagline {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .single-company-header__tagline {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .single-company-header__actions {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .single-company-header__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.single-company-header__website a {
  font-size: 22px;
  letter-spacing: 0.61px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .single-company-header__website a {
    font-size: 16px;
    letter-spacing: 0.57px;
  }
}

@media (max-width: 768px) {
  .single-company-header__social {
    margin-top: 0;
  }
}
/* Section */
.single-company-section--company-details {
  margin-top: 15px;
}

.single-company-section--company-details .single-company-section__title {
  position: relative;
  padding-bottom: 25px;
}
.single-company-section--company-details .single-company-section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 6px );
  height: 12px;
  border-bottom: solid 4px var(--primary);
  border-right: solid 6px var(--primary);
  transform: skew(-45deg);
}

.single-company-section__title {
  font-size: 61px;
  font-weight: bold;
  letter-spacing: -4.15px;
}
@media (max-width: 768px) {
  .single-company-section__title {
    font-size: 36px;
    line-height: 1.06;
    letter-spacing: -1.8px;
  }
}

/* Team */
.single-company-section--company-team {
  position: relative;
  padding-bottom: 36px;
}
.single-company-section--company-team:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 6px );
  height: 12px;
  border-bottom: solid 4px var(--primary);
  border-right: solid 6px var(--primary);
  transform: skew(-45deg);
}
@media (max-width: 768px) {
  .single-company-section--company-team {
    padding-bottom: 0;
  }
  .single-company-section--company-team:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-company-section--company-team .single-company-section__title {
    display: flex;
    align-items: center;
  }
  .single-company-section--company-team .single-company-section__title:after {
    display: inline-block;
    content: "";
    flex: 1;
    height: 4px;
    background: var(--primary);
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .single-company-team {
    padding: 0 16px;
    margin-top: 0px;
  }
}

.single-company-team__item-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
}
.single-company-team__item-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: var(--white);
}

.single-company-team__item-position {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--primary);
  text-transform: uppercase;
}

.single-company-team__item-social > a {
  margin: 0;
  filter: invert(93%) sepia(10%) saturate(6189%) hue-rotate(358deg) brightness(104%) contrast(106%);
}
/* Jobs */
.single-company-section--company-jobs {
  margin-top: 30px;
}
.single-company-section--company-jobs .single-company-section__title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.single-company-section--company-jobs .single-company-section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 3px );
  height: 12px;
  border-bottom: solid 2px var(--darkgray);
  border-right: solid 3px var(--darkgray);
  transform: skew(-45deg);
}
.single-company-section--company-jobs .single-company-section__footer {
  margin-top: 10px;
}
.single-company-section--company-jobs .single-company-section__footer a {
  border-bottom: 2px solid var(--primary);
  padding-right: 0 !important;
}

.single-company-jobs__item {
  border: none;
  position: relative;
}
.single-company-jobs__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 3px );
  height: 12px;
  border-bottom: solid 2px var(--darkgray);
  border-right: solid 3px var(--darkgray);
  transform: skew(-45deg);
}
.single-company-jobs__item:last-child {
  border: none;
}

.single-company-jobs__item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.61;
  color: var(--primary);
}
.single-company-jobs__item-title:after {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
}

/* Details */
.single-company-details__content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 1.8px;
  color: #fff;
}
@media (max-width: 768px) {
  .single-company-details__content p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 0.64px;
  }
}

/* NEws */
.single-company-section--company-news .single-company-section__title {
  position: relative;
  padding-bottom: 25px;
}
.single-company-section--company-news .single-company-section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: calc( 100% - 10px - 6px );
  height: 12px;
  border-bottom: solid 4px var(--primary);
  border-right: solid 6px var(--primary);
  transform: skew(-45deg);
}
.single-company-section--company-news .single-company-news__show-more {
  margin-top: 10px;
}
.single-company-section--company-news .single-company-news__show-more a {
  border-bottom: 2px solid var(--primary);
  padding-right: 0 !important;
}

.single-company-news__item {
  background-color: var(--primary);
  color: var(--black);
  padding: 25px 45px 36px 38px;
  border: none;
}
@media (max-width: 768px) {
  .single-company-news__item {
    padding: 27px 15px 30px 17px;
  }
}

.single-company-news__item-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-company-news__item-title {
    font-size: 22px;
    margin-top: 0;
  }
}
.single-company-news__item-title .last-line-row .last-line-element:last-child {
  white-space: nowrap;
}
.single-company-news__item-title .last-line-row .last-line-element:last-child:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: var(--white) url("./assets/images/arrow-right.svg") no-repeat center center;
  background-size: 11px;
  vertical-align: middle;
  margin-left: 5px;
}

.single-company-news__item-date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.17px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-company-news__item-date {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.single-company-news__item-location {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.17px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-company-news__item-location {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  .single-member-inner {
    padding-top: calc(var(--header-total-height) + 16px);
  }
}

.single-member__header-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.single-member__header-wrapper[data-align=full], .single-member__header-wrapper.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
.single-member__header-wrapper:not(.wp-block-buttons):first-child {
  margin-top: 0;
}
.single-member__header-wrapper:not(.wp-block-buttons):last-child {
  margin-bottom: 0;
}
.single-member__header-wrapper > * {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
.single-member__header-wrapper > *.wp-block-separator {
  max-width: 1285px;
}
.single-member__header-wrapper > *[data-align=wide], .single-member__header-wrapper > *.alignwide {
  max-width: 1300px;
}
.single-member__header-wrapper > *[data-align=full], .single-member__header-wrapper > *.alignfull {
  max-width: unset;
  width: unset !important;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .single-member__header-wrapper {
    margin-bottom: 0;
  }
}

.single-member__header-back a {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  color: rgba(0, 0, 0, 0.38);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-member__header-back a {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
  }
}
.single-member__header-back a:before {
  mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask: url(./assets/images/arrow-right.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  content: "";
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background-color: currentColor;
  margin-right: 1em;
  transform: rotate(180deg);
  vertical-align: middle;
}

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

@media (max-width: 768px) {
  .single-member__header-inner {
    margin-top: 30px;
  }
}

.single-member__header-image-inner {
  position: relative;
}
.single-member__header-image-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
  z-index: 3;
}
.single-member__header-title {
  font-size: 44px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #000;
  margin-top: 0;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .single-member__header-title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1.8px;
  }
}

.single-member__header-position {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.75px;
  color: #5d5d5d;
  text-transform: uppercase;
  border-bottom: 9px solid #ffed00;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .single-member__header-position {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 1.5px;
    color: rgba(0, 0, 0, 0.38);
  }
}

.single-member__header-content {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 768px) {
  .single-member__header-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
  }
}

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

.single-member__header-social-wrapper {
  display: flex;
  justify-content: flex-end;
}

.single-member__header-social {
  margin-top: 0;
  background-color: var(--primary);
  height: 61px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .single-member__header-social {
    height: 54px;
  }
}
@media (max-width: 768px) {
  .single-member__header-social {
    height: 47px;
    margin-top: -47px;
    position: relative;
    z-index: 4;
  }
}
.single-member__header-social > a {
  margin: 0;
  height: 36px;
}
.single-member__header-social > a:not(:last-child) {
  border-right: solid 1px #bcb555;
}
@media (max-width: 1200px) {
  .single-member__header-social > a {
    width: 54px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .single-member__header-social > a {
    width: 49px;
    height: 32px;
  }
}
.single-member__header-social > a:after {
  width: 28px;
  height: 28px;
}
body.search-results, body.search-no-results {
  background-color: #1c1c1c;
  color: white;
}

.search-page__hero {
  padding-top: calc(var(--header-total-height) + 20px);
}
@media (max-width: 768px) {
  .search-page__hero {
    padding-bottom: 40px;
  }
}

.search-page__hero-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .search-page__hero-title {
    font-size: 36px;
    line-height: 1.06;
  }
}

.search-page__hero-results {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  color: #727272;
  text-transform: uppercase;
}
.search-page__hero-results span {
  color: var(--primary);
}
@media (max-width: 768px) {
  .search-page__hero-results {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.67px;
  }
}

.search-page__hero-search {
  margin-bottom: 50px;
}

.search-page__hero-search-input {
  background-color: transparent;
  color: var(--white);
  height: 60px;
  padding: 16px 26px 17px 26px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .search-page__hero-search-input {
    height: 50px;
    padding: 11px 97px 12px 16px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.search-page__hero-search-input:focus {
  border: 1px solid var(--primary);
}
.search-page__hero-search-button {
  height: 60px;
  padding: 0 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .search-page__hero-search-button {
    height: 50px;
    padding: 0 14px;
  }
}
@media (max-width: 768px) {
  .search-page__hero-search-button svg, .search-page__hero-search-button .search-close {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}
.search-page__hero-search-button svg, .search-page__hero-search-button svg * {
  fill: var(--black);
  vertical-align: top;
}

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

.search-page__content-no-items {
  color: white;
}
.search-page__item {
  background-color: var(--black);
  border: none;
  margin-bottom: 26px;
  padding: 0;
}
.search-page__item-image {
  position: relative;
  min-height: 140px;
}
@media (max-width: 768px) {
  .search-page__item-image {
    width: 100%;
    padding-top: 50%;
    min-height: 0;
    min-width: 0;
  }
}
.search-page__item-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, var(--primary) 0%, rgba(255, 237, 0, 0) 100%);
  z-index: 3;
}
.search-page__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-page__item-details {
  padding: 30px 35px 52px 39px;
}
@media (max-width: 768px) {
  .search-page__item-details {
    padding: 20px 19px 30px 19px;
  }
}

.search-page__item-subtext {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .search-page__item-subtext {
    margin-bottom: 15px;
  }
}
.search-page__item-subtext .search-page__item-subtext-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 2px 9px;
  background-color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.22px;
  color: var(--black);
  box-sizing: border-box;
  text-transform: uppercase;
}
.search-page__item-subtext .search-page__item-subtext-date {
  font-size: 11px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.22px;
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 10px;
}

.search-page__item-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .search-page__item-title {
    margin-bottom: 15px;
  }
}
.search-page__item-title, .search-page__item-title a {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 768px) {
  .search-page__item-title, .search-page__item-title a {
    font-size: 32px;
    line-height: normal;
  }
}

.search-page__item-content, .search-page__item-content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .search-page__item-content, .search-page__item-content p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.4px;
  }
}

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