/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-bulk-import-loader/index.js!./src/scss/bundle.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-height: 4rem;
  --footer-height: 200px;
  --section-padding: 5.0rem;
  --section-padding-medium: 6.0rem;
  --section-padding-large: 7.0rem;
  --content-962-box-indent: 11.55rem;
  --minus-content-962-box-indent: -11.55rem;
  --content-1258-box-indent: 4.15rem;
  --minus-content-1258-box-indent: -4.15rem;
  --content-1340-box-indent: 2.5rem;
  --minus-content-1340-box-indent: -2.5rem;
}

@media (min-width: 1441px) {
  :root {
    --content-1340-box-indent: calc(50px + (50 - 100) * (100vw - 1440px) / (1440 - 1920));
    --minus-content-1340-box-indent: calc( -1 * (50px + (50 - 100) * (100vw - 1440px) / (1440 - 1920)));
    --content-1258-box-indent: calc(85px + (85 - 160) * (100vw - 1440px) / (1440 - 1920));
    --minus-content-1258-box-indent: calc( -1 * (85px + (85 - 160) * (100vw - 1440px) / (1440 - 1920)));
    --content-962-box-indent: calc(230px + (230 - 300) * (100vw - 1440px) / (1440 - 1920));
    --minus-content-962-box-indent: calc( -1 * (230px + (230 - 300) * (100vw - 1440px) / (1440 - 1920)));
  }
}
@media (min-width: 1921px) {
  :root {
    --section-padding: 5.5rem;
    --section-padding-medium: 6.5rem;
    --section-padding-large: 7.5rem;
    --content-1340-box-indent: calc(100px + (100 - 150) * (100vw - 1920px) / (1920 - 2560));
    --minus-content-1340-box-indent: calc( -1 * (100px + (100 - 150) * (100vw - 1920px) / (1920 - 2560)));
    --content-1258-box-indent: calc(160px + (160 - 250) * (100vw - 1920px) / (1920 - 2560));
    --minus-content-1258-box-indent: calc( -1 * (160px + (160 - 250) * (100vw - 1920px) / (1920 - 2560)));
    --content-962-box-indent: calc(300px + (300 - 420) * (100vw - 1920px) / (1920 - 2560));
    --minus-content-962-box-indent: calc( -1 * (300px + (300 - 420) * (100vw - 1920px) / (1920 - 2560)));
  }
}
@media (min-width: 2560px) {
  :root {
    --content-1340-box-indent: 7.5rem;
    --minus-content-1340-box-indent: -7.5rem;
    --content-1258-box-indent: 12.5rem;
    --minus-content-1258-box-indent: -12.5rem;
    --content-962-box-indent: 21rem;
    --minus-content-962-box-indent: -21rem;
  }
}
@media (max-width: 1439px) {
  :root {
    --content-962-box-indent: calc(230px + (230 - 50) * (100vw - 1440px) / (1440 - 1080));
    --minus-content-962-box-indent: calc(-1 * (230px + (230 - 50) * (100vw - 1440px) / (1440 - 1080)));
  }
}
@media (max-width: 1080px) {
  :root {
    --header-height: 5rem;
    --section-padding: 4.5rem;
    --section-padding-medium: 5.0rem;
    --section-padding-large: 5.5rem;
    --content-962-box-indent: 2.8rem;
    --minus-content-962-box-indent: -2.8rem;
    --content-1258-box-indent: 2.8rem;
    --minus-content-1258-box-indent: -2.8rem;
  }
}
@media (max-width: 767px) {
  :root {
    --section-padding: 4.5rem;
    --section-padding-medium: 5.0rem;
    --section-padding-large: 5.0rem;
    --content-962-box-indent: 1.7rem;
    --minus-content-962-box-indent: -1.7rem;
    --content-1258-box-indent: 1.7rem;
    --minus-content-1258-box-indent: -1.7rem;
    --content-1340-box-indent: 1.7rem;
    --minus-content-1340-box-indent: -1.7rem;
  }
}
.section.pt-none .section-content {
  padding-top: 0;
}
.section.pb-none .section-content {
  padding-bottom: 0;
}

/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

article p,
article li {
  text-wrap: unset;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  white-space: pre-wrap;
  word-wrap: break-word;
}

input,
textarea,
select {
  font-family: inherit;
  box-shadow: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
button::-moz-focus-inner {
  border: 0;
}

input[type=submit],
button[type=submit] {
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1em;
  text-wrap: pretty;
}

img,
svg {
  display: inline-block;
  height: auto;
}

p:last-child,
p li:last-child,
ul:last-child,
ul li:last-child,
ol:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.grecaptcha-badge {
  display: none !important;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.has-text-align-left {
  text-align: left;
}

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

.has-text-align-right {
  text-align: right;
}

.wp-block-image {
  margin-top: 2em;
}
.wp-block-image:has(figure.alignright) {
  text-align: right;
}
.wp-block-image:has(figure.alignleft) {
  text-align: left;
}
.wp-block-image:has(figure.aligncenter) {
  text-align: center;
}
.wp-block-image figure {
  display: inline-block;
}
.wp-block-image img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

figcaption {
  margin-top: 0.5em;
  text-align: center;
  opacity: 0.7;
}

.wp-block-embed.is-provider-vimeo {
  margin-block: 2em;
}
.wp-block-embed.is-provider-vimeo iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.wp-block-cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vw;
  padding: 1em;
  margin-block: 3em;
  overflow: hidden;
}
.wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-cover__background.has-background-dim {
  z-index: 1;
}
.wp-block-cover__background.has-background-dim[class*=-background-color] {
  background-color: black;
}
.wp-block-cover__background.has-background-dim.has-background-dim-10 {
  opacity: 0;
}
.wp-block-cover__background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover__background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover__background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover__background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover__background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover__background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover__background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover__background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover__background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  margin: 1em 0;
  color: white;
}
.wp-block-cover__image-background {
  position: absolute;
  display: inline-block;
  width: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: black;
}
@media (max-width: 1024px) {
  .wp-block-cover {
    height: 40vw;
  }
}
@media (max-width: 540px) {
  .wp-block-cover {
    height: 50vw;
  }
}

.wp-block-table {
  margin: 2em auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table table thead {
  border-bottom: 3px solid;
  color: black;
}
.wp-block-table table tfoot {
  border-top: 3px solid;
  color: black;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
  word-break: break-word;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: 1em;
  border: 1px solid;
  word-break: normal;
}
.wp-block-table figcaption {
  opacity: 0.7;
  font-style: italic;
  padding-top: 1em;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes tbody tr th,
.wp-block-table.is-style-stripes tbody tr td {
  border-color: transparent;
}

.wp-block-quote {
  border-left: 1px solid black;
  margin-block: 2em;
  padding-left: 2em;
}
.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: black;
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}

.wp-block-buttons {
  margin-block: 3em;
}
.wp-block-buttons .wp-block-button__link {
  background-color: transparent;
}

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

sup {
  top: -0.6em;
}

sub {
  font-size: 0.7em;
  bottom: -0.3em;
}

ul,
ol {
  padding-left: 1.2em;
  margin-block: 1.1em;
}

.wp-block-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2em;
  margin-block: 3em;
}

@media (max-width: 1080px) {
  .wp-block-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.wp-block-gallery {
  padding-block: 3em;
}

.wp-block-video {
  margin-block: 3em;
  aspect-ratio: 16/9;
  position: relative;
}
.wp-block-video video {
  position: absolute;
  width: 100%;
  max-height: 100%;
  left: 0;
}

.wp-block-media-text {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 2em;
  margin-block: 3em;
}
.wp-block-media-text .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media img {
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-top: 1em;
}

@font-face {
  font-weight: 300;
  font-family: FoundersGrotesk;
  font-style: normal;
  src: url(../fonts/foundersgrotesk-light.woff2) format("woff2"), url(../fonts/foundersgrotesk-light.woff) format("woff"), url(../fonts/foundersgrotesk-light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: FoundersGrotesk;
  font-style: normal;
  src: url(../fonts/foundersgrotesk-regular.woff2) format("woff2"), url(../fonts/foundersgrotesk-regular.woff) format("woff"), url(../fonts/foundersgrotesk-regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: FoundersGrotesk;
  font-style: italic;
  src: url(../fonts/foundersgrotesk-regularitalic.woff2) format("woff2"), url(../fonts/foundersgrotesk-regularitalic.woff) format("woff"), url(../fonts/foundersgrotesk-regularitalic.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: FoundersGrotesk;
  font-style: normal;
  src: url(../fonts/foundersgrotesk-medium.woff2) format("woff2"), url(../fonts/foundersgrotesk-medium.woff) format("woff"), url(../fonts/foundersgrotesk-medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: FoundersGrotesk;
  font-style: italic;
  src: url(../fonts/foundersgrotesk-mediumitalic.woff2) format("woff2"), url(../fonts/foundersgrotesk-mediumitalic.woff) format("woff"), url(../fonts/foundersgrotesk-mediumitalic.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Riccione-Serial;
  font-style: normal;
  src: url(../fonts/riccioneserial-regular.woff2) format("woff2"), url(../fonts/riccioneserial-regular.woff) format("woff"), url(../fonts/riccioneserial-regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: Riccione-Serial;
  font-style: italic;
  src: url(../fonts/riccioneserial-regularitalic.woff2) format("woff2"), url(../fonts/riccioneserial-regularitalic.woff) format("woff"), url(../fonts/riccioneserial-regularitalic.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: Riccione-Serial;
  font-style: normal;
  src: url(../fonts/riccioneserial-light.woff2) format("woff2"), url(../fonts/riccioneserial-light.woff) format("woff"), url(../fonts/riccioneserial-light.otf) format("opentype");
  font-display: swap;
}
:root {
  --baseFont-20: clamp(16px, 14.3529px + 0.3922vw, 20px);
  /* ViewPort - 420px - 1440px */
  --fontSize-12: 12px;
  --fontSize-14: 14px;
  --fontSize-16: 16px;
  --fontSize-18: clamp(16px, 15.1765px + 0.1961vw, 18px);
  --fontSize-20: clamp(18px, 17.1765px + 0.1961vw, 20px);
  --fontSize-22: clamp(20px, 19.1765px + 0.1961vw, 22px);
  --fontSize-24: clamp(22px, 21.1765px + 0.1961vw, 24px);
  --fontSize-26: clamp(24px, 23.1765px + 0.1961vw, 26px);
  --fontSize-28: clamp(26px, 25.1765px + 0.1961vw, 28px);
  --fontSize-30: clamp(28px, 27.1765px + 0.1961vw, 30px);
  --fontSize-32: clamp(28px, 26.3529px + 0.3922vw, 32px);
  --fontSize-34: clamp(28px, 25.5294px + 0.5882vw, 34px);
  --fontSize-36: clamp(28px, 24.7059px + 0.7843vw, 36px);
  --fontSize-38: clamp(29px, 25.2941px + 0.8824vw, 38px);
  --fontSize-40: clamp(30px, 25.8824px + 0.9804vw, 40px);
  --fontSize-44: clamp(30px, 24.2353px + 1.3725vw, 44px);
  --fontSize-46: clamp(36px, 31.8824px + 0.9804vw, 46px);
  --fontSize-48: clamp(37px, 32.4706px + 1.0784vw, 48px);
  --fontSize-54: clamp(40px, 34.2353px + 1.3725vw, 54px);
  --fontSize-60: clamp(36px, 26.1176px + 2.3529vw, 60px);
  --fontSize-64: clamp(38px, 27.2941px + 2.549vw, 64px);
  --fontSize-110: clamp(50px, 25.2941px + 5.8824vw, 110px);
  --fontSize-128: clamp(56px, 26.3529px + 7.0588vw, 128px);
  --fontSize-150: clamp(60px, 22.9412px + 8.8235vw, 150px);
}

@media (min-width: 1441px) {
  :root {
    --baseFont-20: clamp(20px, 14px + 0.4167vw, 22px);
    /* ViewPort - 1440px - 1920px */
    --fontSize-12: clamp(12px, 6px + 0.4167vw, 14px);
    --fontSize-13: clamp(13px, 7px + 0.4167vw, 15px);
    --fontSize-14: clamp(14px, 8px + 0.4167vw, 16px);
    --fontSize-16: clamp(16px, 10px + 0.4167vw, 18px);
    --fontSize-18: clamp(18px, 12px + 0.4167vw, 20px);
    --fontSize-20: clamp(20px, 14px + 0.4167vw, 22px);
    --fontSize-22: clamp(22px, 16px + 0.4167vw, 24px);
    --fontSize-24: clamp(24px, 18px + 0.4167vw, 26px);
    --fontSize-26: clamp(26px, 20px + 0.4167vw, 28px);
    --fontSize-28: clamp(28px, 22px + 0.4167vw, 30px);
    --fontSize-30: clamp(30px, 24px + 0.4167vw, 32px);
    --fontSize-32: clamp(32px, 26px + 0.4167vw, 34px);
    --fontSize-34: clamp(34px, 28px + 0.4167vw, 36px);
    --fontSize-36: clamp(36px, 30px + 0.4167vw, 38px);
    --fontSize-38: clamp(38px, 32px + 0.4167vw, 40px);
    --fontSize-40: clamp(40px, 34px + 0.4167vw, 42px);
    --fontSize-44: clamp(44px, 38px + 0.4167vw, 46px);
    --fontSize-46: clamp(46px, 34px + 0.8333vw, 50px);
    --fontSize-48: clamp(48px, 36px + 0.8333vw, 52px);
    --fontSize-54: clamp(54px, 42px + 0.8333vw, 58px);
    --fontSize-60: clamp(60px, 42px + 1.25vw, 66px);
    --fontSize-64: clamp(64px, 46px + 1.25vw, 70px);
    --fontSize-110: clamp(110px, 80px + 2.0833vw, 120px);
    --fontSize-128: clamp(128px, 110px + 1.25vw, 134px);
    --fontSize-150: clamp(150px, 120px + 2.0833vw, 160px);
  }
}
@media (min-width: 1921px) {
  :root {
    --baseFont-20: clamp(22px, 16px + 0.3125vw, 24px);
    /* ViewPort - 1920px - 2560px */
    --fontSize-12: clamp(14px, 8px + 0.3125vw, 16px);
    --fontSize-13: clamp(15px, 9px + 0.3125vw, 17px);
    --fontSize-14: clamp(16px, 10px + 0.3125vw, 18px);
    --fontSize-16: clamp(18px, 12px + 0.3125vw, 20px);
    --fontSize-18: clamp(20px, 14px + 0.3125vw, 22px);
    --fontSize-20: clamp(22px, 16px + 0.3125vw, 24px);
    --fontSize-22: clamp(24px, 18px + 0.3125vw, 26px);
    --fontSize-24: clamp(26px, 20px + 0.3125vw, 28px);
    --fontSize-26: clamp(28px, 22px + 0.3125vw, 30px);
    --fontSize-28: clamp(30px, 24px + 0.3125vw, 32px);
    --fontSize-30: clamp(32px, 26px + 0.3125vw, 34px);
    --fontSize-32: clamp(34px, 28px + 0.3125vw, 36px);
    --fontSize-34: clamp(36px, 30px + 0.3125vw, 38px);
    --fontSize-36: clamp(38px, 32px + 0.3125vw, 40px);
    --fontSize-38: clamp(40px, 34px + 0.3125vw, 42px);
    --fontSize-40: clamp(42px, 24px + 0.9375vw, 48px);
    --fontSize-44: clamp(46px, 34px + 0.8333vw, 50px);
    --fontSize-46: clamp(50px, 38px + 0.8333vw, 54px);
    --fontSize-48: clamp(52px, 40px + 0.8333vw, 56px);
    --fontSize-54: clamp(58px, 46px + 0.8333vw, 62px);
    --fontSize-60: clamp(66px, 48px + 1.25vw, 72px);
    --fontSize-64: clamp(70px, 52px + 1.25vw, 76px);
    --fontSize-110: clamp(120px, 102px + 0.9375vw, 126px);
    --fontSize-128: clamp(134px, 116px + 1.25vw, 140px);
    --fontSize-150: clamp(160px, 130px + 2.0833vw, 170px);
  }
}
.heading-1 {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-64);
  line-height: 1.15;
}

.heading-2 {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-36);
  line-height: 1.3;
}

.heading-3 {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-30);
  line-height: 1.3;
}

.heading-4 {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-28);
  line-height: 1.3;
}

.heading-5 {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  line-height: 1.3;
}

.overtitle {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  line-height: 1.3;
  font-kerning: none;
}

.plaintext {
  font-size: var(--fontSize-24);
  line-height: 1.4;
}
.plaintext p {
  margin-bottom: 1.2rem;
}
.plaintext p:last-of-type {
  margin-bottom: 0;
}
.plaintext p.has-x-large-font-size {
  font-size: var(--fontSize-30);
}
.plaintext p.has-large-font-size {
  font-size: var(--fontSize-26);
}
.plaintext p.has-medium-font-size {
  font-size: var(--fontSize-22);
}
.plaintext p.has-small-font-size {
  font-size: var(--fontSize-20);
  margin-bottom: 0.8rem;
}
.plaintext p.has-small-font-size:last-of-type {
  margin-bottom: 0;
}
.plaintext strong {
  font-weight: 500;
}
.plaintext em {
  font-style: italic;
}
.plaintext h1, .plaintext h2, .plaintext h3, .plaintext h4, .plaintext h5, .plaintext h6 {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 1.4;
  color: #212C43;
}
.plaintext h1 {
  font-size: var(--fontSize-36);
}
.plaintext h2 {
  font-size: var(--fontSize-30);
}
.plaintext h3 {
  font-size: var(--fontSize-28);
}
.plaintext h4 {
  font-size: var(--fontSize-26);
}
.plaintext h5 {
  font-size: var(--fontSize-24);
}
.plaintext h6 {
  font-size: var(--fontSize-20);
}
.plaintext hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #212C43;
}
.plaintext a {
  color: #066AAD;
  transition: color 0.3s ease-in-out;
  position: relative;
}
.plaintext a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #066AAD;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease, background 0.3s ease-in-out;
}
.plaintext a:hover:after, .plaintext a:focus-visible:after {
  transform: scaleX(0);
  transform-origin: right;
}
.plaintext ul {
  list-style-type: none;
  margin-top: 0.7rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 0.5rem;
}
.plaintext ul li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 0.8rem;
}
.plaintext ul li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #212C43;
  content: "";
  border-radius: 50%;
}
.plaintext ul li:last-of-type {
  margin-bottom: 0;
}
.plaintext ul li > ul {
  margin-top: 0.8rem;
  margin-bottom: 0.5em;
}
.plaintext ul li > ul li::before {
  top: 0.7em;
  width: 4px;
  height: 4px;
}
.plaintext > *:last-child {
  margin-bottom: 0;
}
.plaintext.small-text {
  font-size: var(--fontSize-20);
  line-height: 1.35;
}
.plaintext.small-text.md-line-height {
  line-height: 1.5;
}
.plaintext.news-text .wp-block-columns {
  grid-gap: 3rem;
  margin: 1.5rem 0 1.5rem 0;
}

@media (max-width: 767px) {
  .plaintext.news-text .wp-block-columns {
    grid-gap: 1.5rem;
  }
}
html.fixed,
html.fixed body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

html {
  font-size: var(--baseFont-20);
}

body {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  line-height: 1;
  color: #212C43;
}

.page {
  position: relative;
}

section {
  overflow-x: clip;
  max-width: 2562px;
  margin-inline: auto;
  position: relative;
}

.section-content {
  margin-inline: auto;
}

.stretch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

img.stretch,
video.stretch {
  object-fit: cover;
  object-position: center;
}

.image-wrapper {
  position: relative;
}
.image-wrapper img,
.image-wrapper svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.unselectable {
  user-select: none;
}

.pointer {
  cursor: pointer;
}

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

.grecaptcha-badge {
  display: none;
}

.animate-show {
  opacity: 0;
  transform: translateY(30px);
}

.content-1340 {
  padding-inline: var(--content-1340-box-indent);
  margin-inline: auto;
}

.content-1258 {
  padding-inline: var(--content-1258-box-indent);
  margin-inline: auto;
}

.content-962 {
  padding-inline: var(--content-962-box-indent);
  margin-inline: auto;
}

.section-padding {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.section-padding.pt-none {
  padding-top: 0;
}
.section-padding.pb-none {
  padding-bottom: 0;
}
.section-padding.pt-medium {
  padding-top: var(--section-padding-medium);
}
.section-padding.pb-medium {
  padding-bottom: var(--section-padding-medium);
}
.section-padding.pt-large {
  padding-top: var(--section-padding-large);
}
.section-padding.pb-large {
  padding-bottom: var(--section-padding-large);
}

#skip-link {
  font-size: var(--baseFont-20);
  position: fixed;
  display: block;
  left: -10000px;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000;
  padding: 10px 15px 12px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px dashed #000000;
}

#skip-link:focus,
#skip-link:focus-visible {
  left: 0;
}

.button {
  display: inline-flex;
  align-items: flex-end;
  cursor: pointer;
  border: none;
  padding-top: 0.5rem;
}
.button .title {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-24);
  margin-right: 0.9rem;
  margin-bottom: -0.1rem;
}
.button .reference-icon {
  flex-shrink: 0;
}
.button:hover .reference-icon .arrow-right-top-inner svg,
.button:hover .reference-icon .arrow-right-bottom-inner svg, .button:focus-visible .reference-icon .arrow-right-top-inner svg,
.button:focus-visible .reference-icon .arrow-right-bottom-inner svg {
  transform: translate(0, 0);
}
.button.brown-dark .title {
  color: #684527;
}
.button.brown-dark .reference-icon .arrow-inner svg {
  color: #684527;
}
.button.bright-blue .title {
  color: #0098FF;
}
.button.bright-blue .reference-icon .arrow-inner svg {
  color: #0098FF;
}
.button.white .title {
  color: #ffffff;
}
.button.white .reference-icon .arrow-inner svg {
  color: #ffffff;
}
.button.green .title {
  color: #245D50;
}
.button.green .reference-icon .arrow-inner svg {
  color: #245D50;
}
.button.deep-blue .title {
  color: #212C43;
}
.button.deep-blue .reference-icon .arrow-inner svg {
  color: #212C43;
}

.focus-border {
  position: relative;
}
.focus-border:focus-visible {
  outline: 1px dashed black;
  outline-offset: 2px;
}
.focus-border.focus-white:focus-visible {
  outline: 1px dashed white;
  outline-offset: 2px;
}
.focus-border.focus-inner:focus-visible {
  outline-offset: -3px;
}

#site-footer {
  background: #00395C;
}
#site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 2.35fr;
  column-gap: 3rem;
}
#site-footer .footer-grid .top-left,
#site-footer .footer-grid .top-right {
  padding: 2.5rem 0;
}
#site-footer .footer-grid .bottom-left,
#site-footer .footer-grid .bottom-right {
  padding: 2rem 0;
}
#site-footer .footer-grid .top-left {
  display: flex;
  align-items: center;
}
#site-footer .footer-grid .top-left .logo-container {
  display: block;
  width: 12rem;
}
#site-footer .footer-grid .top-right {
  display: flex;
  align-items: center;
}
#site-footer .footer-grid .top-right .footer-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-footer .footer-grid .top-right .footer-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#site-footer .footer-grid .top-right .footer-nav > li > a {
  margin-right: 1rem;
  text-align: center;
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  line-height: 1.2;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
  position: relative;
}
#site-footer .footer-grid .top-right .footer-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
#site-footer .footer-grid .top-right .footer-nav > li > a:hover:after, #site-footer .footer-grid .top-right .footer-nav > li > a:focus-visible:after {
  transform: scaleX(1);
  transform-origin: left;
}
#site-footer .footer-grid .top-right .footer-nav > li > a:not(:hover):not(:focus-visible):after {
  transform: scaleX(0);
  transform-origin: right;
}
#site-footer .footer-grid .top-right .footer-nav > li:last-of-type > a {
  margin-right: 0;
}
#site-footer .footer-grid .top-right .footer-nav > li .sub-menu {
  display: none;
}
#site-footer .footer-grid .top-right .footer-nav > li.current-menu-item > a {
  color: #24A7FF;
}
#site-footer .footer-grid .top-right .footer-nav > li.current-menu-item > a:after {
  background: #24A7FF;
}
#site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login {
  position: relative;
  flex-grow: 0;
}
#site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login > a {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  position: relative;
  display: inline-block;
  color: #24A7FF;
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #24A7FF;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
#site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login > a:hover:after, #site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login > a:focus-visible:after {
  transform: scaleX(1);
  transform-origin: left;
}
#site-footer .footer-grid .top-right .footer-nav > li.menu-item-investor-login > a:not(:hover):not(:focus-visible):after {
  transform: scaleX(0);
  transform-origin: right;
}
#site-footer .footer-grid .top-right .footer-nav > li:last-of-type {
  margin-bottom: 0;
}
#site-footer .footer-grid .top-right .footer-nav > .decorative-line {
  width: 1px;
  height: 2.5rem;
  background-color: #24A7FF;
  margin-right: 1rem;
}
#site-footer .footer-grid .middle-left {
  display: flex;
  align-items: flex-end;
}
#site-footer .footer-grid .middle-left .contact-us-box .contact-title,
#site-footer .footer-grid .middle-left .contact-us-box .contact-email {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  color: #ffffff;
  line-height: 1.2;
}
#site-footer .footer-grid .middle-left .contact-us-box .contact-email {
  position: relative;
  display: inline-block;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-left .contact-us-box .contact-email:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease, background 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-left .contact-us-box .contact-email:hover:after, #site-footer .footer-grid .middle-left .contact-us-box .contact-email:focus-visible:after {
  transform: scaleX(0);
  transform-origin: right;
}
#site-footer .footer-grid .middle-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items {
  display: flex;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  color: #ffffff;
  line-height: 1.2;
  margin-right: 5rem;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item:last-of-type {
  margin-right: 0;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item .office-location {
  font-size: var(--fontSize-24);
  margin-bottom: 0.5rem;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item .office-link {
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item .office-link:hover, #site-footer .footer-grid .middle-right .offices-box .offices-items .office-item .office-link:focus-visible {
  color: #24A7FF;
}
#site-footer .footer-grid .middle-right .offices-box .offices-items .office-item:last-of-type {
  margin-bottom: 0;
}
#site-footer .footer-grid .middle-right .scroll-top-button {
  display: flex;
  align-items: flex-end;
}
#site-footer .footer-grid .middle-right .scroll-top-button .text {
  display: inline-block;
  position: relative;
  font-size: var(--fontSize-16);
  color: #ffffff;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-right .scroll-top-button .text:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  height: 1px;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease, background 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-right .scroll-top-button .arrow-top {
  margin-left: 0.2rem;
  width: 0.8rem;
}
#site-footer .footer-grid .middle-right .scroll-top-button .arrow-top svg {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .middle-right .scroll-top-button:hover .text {
  color: #24A7FF;
}
#site-footer .footer-grid .middle-right .scroll-top-button:hover .text:before {
  transform: scaleX(0);
  transform-origin: right;
  background-color: #24A7FF;
}
#site-footer .footer-grid .middle-right .scroll-top-button:hover .arrow-top svg {
  color: #24A7FF;
}
#site-footer .footer-grid .bottom-left {
  display: flex;
  align-items: center;
}
#site-footer .footer-grid .bottom-left .copyright {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-14);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-grid .bottom-right {
  display: flex;
  justify-content: space-between;
}
#site-footer .footer-grid .bottom-right .copyright-mobile {
  display: none;
}
#site-footer .footer-grid .bottom-right .legal-nav {
  display: flex;
  padding: 0;
  margin: 0;
}
#site-footer .footer-grid .bottom-right .legal-nav > li > a {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-14);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease-in-out;
  position: relative;
}
#site-footer .footer-grid .bottom-right .legal-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
#site-footer .footer-grid .bottom-right .legal-nav > li > a:hover:after, #site-footer .footer-grid .bottom-right .legal-nav > li > a:focus-visible:after {
  transform: scaleX(1);
  transform-origin: left;
}
#site-footer .footer-grid .bottom-right .legal-nav > li > a:not(:hover):not(:focus-visible):after {
  transform: scaleX(0);
  transform-origin: right;
}
#site-footer .footer-grid .bottom-right .legal-nav > li:after {
  content: "/";
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-16);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0.2rem;
}
#site-footer .footer-grid .bottom-right .legal-nav > li:last-of-type:after {
  display: none;
}
#site-footer .footer-grid .bottom-right .legal-nav > li ul.sub-menu {
  display: none;
}
#site-footer .footer-grid .bottom-right .legal-nav > li.current-menu-item > a {
  color: #ffffff;
}
#site-footer .footer-grid .bottom-right .legal-nav > li.current-menu-item > a:after {
  background: #ffffff;
}
#site-footer .footer-grid .bottom-right .author-text {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-14);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
#site-footer .footer-grid .bottom-right .author-text .author-link {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.3s ease-in-out;
}
#site-footer .footer-grid .bottom-right .author-text .author-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s ease, background 0.3s ease-in-out;
}
#site-footer .footer-grid .bottom-right .author-text .author-link:hover, #site-footer .footer-grid .bottom-right .author-text .author-link:focus-visible {
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-grid .bottom-right .author-text .author-link:hover:after, #site-footer .footer-grid .bottom-right .author-text .author-link:focus-visible:after {
  transform: scaleX(0);
  transform-origin: right;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 2562px) {
  #site-footer .footer-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 2562px;
  }
}
@media (max-width: 1366px) {
  #site-footer .footer-grid {
    column-gap: 2rem;
    grid-template-columns: 1fr 2.2fr;
  }
  #site-footer .footer-grid .top-left .logo-container {
    width: 10rem;
  }
  #site-footer .footer-grid .top-right .footer-nav > li > a {
    font-size: var(--fontSize-16);
  }
  #site-footer .footer-grid .top-right .footer-nav > .decorative-line {
    height: 2rem;
  }
  #site-footer .footer-grid .middle-left .contact-us-box .contact-title,
  #site-footer .footer-grid .middle-left .contact-us-box .contact-email {
    font-size: var(--fontSize-18);
  }
  #site-footer .footer-grid .middle-right .offices-box .offices-items .office-item {
    margin-right: 3rem;
    font-size: var(--fontSize-18);
  }
  #site-footer .footer-grid .middle-right .offices-box .offices-items .office-item .office-location {
    font-size: var(--fontSize-22);
  }
}
@media (max-width: 1080px) {
  #site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  #site-footer .footer-grid .top-left {
    padding: 2.5rem 0 0;
  }
  #site-footer .footer-grid .top-left .logo-container {
    width: 15rem;
  }
  #site-footer .footer-grid .top-right {
    padding: 2rem 0 0;
  }
  #site-footer .footer-grid .middle-left {
    padding-top: 1.5rem;
  }
  #site-footer .footer-grid .middle-right {
    padding-top: 1.5rem;
  }
  #site-footer .footer-grid .middle-right .scroll-top-button {
    display: none;
  }
  #site-footer .footer-grid .bottom-left {
    padding: 1.5rem 0 0;
  }
  #site-footer .footer-grid .bottom-right {
    padding: 0.3rem 0 2rem;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  #site-footer .footer-grid .top-left {
    justify-content: center;
    padding: 3.5rem 0 0;
  }
  #site-footer .footer-grid .top-right {
    display: none;
  }
  #site-footer .footer-grid .middle-left {
    justify-content: center;
    text-align: center;
  }
  #site-footer .footer-grid .middle-left .contact-us-box .contact-title,
  #site-footer .footer-grid .middle-left .contact-us-box .contact-email {
    text-align: center;
  }
  #site-footer .footer-grid .middle-left .contact-us-box .contact-email {
    display: inline-block;
  }
  #site-footer .footer-grid .middle-right {
    justify-content: center;
  }
  #site-footer .footer-grid .middle-right .offices-box .offices-items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #site-footer .footer-grid .middle-right .offices-box .offices-items .office-item {
    margin-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #site-footer .footer-grid .bottom-left {
    display: none;
  }
  #site-footer .footer-grid .bottom-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 3rem;
  }
  #site-footer .footer-grid .bottom-right .copyright-mobile {
    display: inline-block;
    font-weight: 400;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    font-size: var(--fontSize-14);
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
  }
  #site-footer .footer-grid .bottom-right .author-text {
    padding-top: 1rem;
  }
}
form textarea {
  resize: none;
}

#site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: visible;
}
#site-header .investor-part {
  background-color: #00395C;
}
#site-header .investor-part .investor-content {
  height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#site-header .investor-part .investor-content .investor-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-header .investor-part .investor-content .investor-link .investor-title {
  font-size: var(--fontSize-16);
  color: #ffffff;
  margin-right: 0.8rem;
}
#site-header .investor-part .investor-content .investor-link .login-icon {
  display: inline-block;
  width: 0.8rem;
}
#site-header .header-part {
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
#site-header .header-part .gradient-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 9rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out;
}
#site-header .header-part .gradient-overlay .gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
#site-header .header-part .header-content-wrap {
  position: relative;
  z-index: 1;
}
#site-header .header-part .header-content-wrap .header-content {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#site-header .header-part .header-content-wrap .header-content .logo-container {
  width: 11rem;
  opacity: 0;
  animation: opacityAnimation 1s ease 0.3s forwards;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper {
  align-self: stretch;
  display: flex;
  opacity: 0;
  animation: opacityAnimation 1s ease 0.3s forwards;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu {
  display: flex;
  padding: 0;
  margin: 0;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li {
  display: flex;
  position: relative;
  list-style: none;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  color: #ffffff;
  padding: 0.35rem 1rem;
  transition: color 0.3s ease-in-out;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > a:hover, #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > a:focus-visible {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li:last-of-type > a {
  padding-right: 0;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.current-menu-item > a:not(:hover):not(:focus-visible), #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.current-menu-parent > a:not(:hover):not(:focus-visible) {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-has-children > a .submenu-icon {
  display: flex;
  width: 0.6rem;
  margin-left: 0.3rem;
  margin-bottom: -0.1rem;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-investor-login > a .login-icon {
  width: 0.8rem;
  margin-left: 0.4rem;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-investor-login > a .login-icon svg {
  transition: color 0.3s ease-in-out;
  color: #ffffff;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-investor-login > a:hover .login-icon svg, #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-investor-login > a:focus-visible .login-icon svg {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.news-parent-menu li.hidden {
  display: none;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 1rem;
  min-width: calc(100% - 2rem);
  margin: 0;
  padding: 1.45rem 0 1.75rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s ease, transform 0.5s ease, background-color 0.3s ease;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li {
  position: relative;
  z-index: 10;
  margin-bottom: 0.75rem;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li:last-of-type {
  margin-bottom: 0;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li > a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li > a:hover, #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li > a:focus-visible {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu > li.current-menu-item > a:not(:hover):not(:focus-visible) {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu:before {
  position: absolute;
  content: "";
  left: -1.85rem;
  right: -1.85rem;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 44, 67, 0);
  transition: background-color 0.3s ease-in-out;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.opened ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.opened ul.sub-menu:after {
  transform: scaleX(1);
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.opened > a {
  color: #C69264;
}
#site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.opened > a .submenu-icon {
  transform: rotate(0);
}
#site-header .header-part .header-content-wrap .header-content .mobile-menu-wrapper,
#site-header .header-part .header-content-wrap .header-content .main-menu-button {
  display: none;
}
#site-header.header-scrolled .header-part {
  background-color: #212C43;
}
#site-header.header-scrolled .header-part .gradient-overlay {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
}
#site-header.header-scrolled .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu:before {
  background-color: #212c43;
}
#site-header.without-gradient .header-part .gradient-overlay {
  display: none;
}
#site-header.hide:not(.menu-opened) {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

@media (min-width: 2562px) {
  #site-header .header-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 2562px;
    padding: 0 3rem;
  }
}
@media (max-width: 1366px) {
  #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > a {
    font-size: var(--fontSize-18);
    padding: 0.33rem 0.65rem;
  }
  #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li.menu-item-investor-login > a .login-icon {
    width: 0.7rem;
  }
  #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu {
    left: 0.65rem;
    min-width: calc(100% - 1.3rem);
    padding: 1.15rem 0 1.4rem;
  }
  #site-header .header-part .header-content-wrap .header-content .menu-wrapper .main-nav-menu > li > ul.sub-menu:before {
    left: -1.55rem;
    right: -1.55rem;
  }
}
@media (max-width: 1080px) {
  #site-header .investor-part {
    display: none;
  }
  #site-header .header-part {
    background-color: #212C43;
  }
  #site-header .header-part .gradient-overlay {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content {
    height: 5rem;
  }
  #site-header .header-part .header-content-wrap .header-content .logo-container {
    width: 15rem;
  }
  #site-header .header-part .header-content-wrap .header-content .menu-wrapper {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button {
    opacity: 0;
    animation: opacityAnimation 1s ease 0.3s forwards;
    display: flex;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line:nth-child(1) {
    transform: translateY(-7px);
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line:nth-child(3) {
    transform: translateY(7px);
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button.active .line:nth-child(1) {
    transform: rotate(45deg);
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button.active .line:nth-child(2) {
    opacity: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button.active .line:nth-child(3) {
    transform: rotate(-45deg);
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-menu-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    min-height: calc(100dvh - 5rem);
    max-height: calc(100dvh - 5rem);
    background-color: #212C43;
    display: flex;
    overflow: auto;
    padding-left: var(--content-1340-box-indent);
    padding-right: var(--content-1340-box-indent);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-menu-wrapper.visible {
    transform: translateX(0);
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-menu-wrapper .inner-mobile-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: calc(100dvh - 5rem);
    padding: 3rem 0;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 0 0 2rem;
    justify-content: center;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item {
    list-style-type: none;
    margin-bottom: 0.75rem;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item:last-of-type {
    margin-bottom: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item > a {
    font-weight: 400;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: var(--fontSize-30);
    display: inline-block;
    line-height: 1.4;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item.menu-item-investor-login {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu {
    margin-top: 0.75rem;
    padding-left: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu > li {
    list-style-type: none;
    margin-bottom: 0.75rem;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu > li:last-of-type {
    margin-bottom: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu > li > a {
    display: inline-block;
    font-weight: 400;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    color: #ffffff;
    font-size: var(--fontSize-36);
    line-height: 1.4;
    padding: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu > li.current-menu-item > a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu > li.hide-on-mobile > a {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item ul.sub-menu .sub-menu {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item.current-menu-item > a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item.news-parent-menu .sub-menu {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item.hide-on-mobile > a {
    display: none;
  }
  #site-header .header-part .header-content-wrap .header-content .mobile-nav-menu > .menu-item.hide-on-mobile .sub-menu {
    margin-top: 0;
  }
  #site-header .header-part .header-content-wrap .header-content .investor-mobile-link .horizontal-line {
    height: 1px;
    background-color: #0098FF;
    margin-bottom: 1.5rem;
  }
  #site-header .header-part .header-content-wrap .header-content .investor-mobile-link .investor-button .title {
    font-size: var(--fontSize-36);
  }
}
@media (max-width: 767px) {
  #site-header .header-part .header-content-wrap .header-content .logo-container {
    width: 14rem;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button {
    width: 2.5rem;
    height: 2.5rem;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line {
    width: 18px;
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line:nth-child(1) {
    transform: translateY(-6px);
  }
  #site-header .header-part .header-content-wrap .header-content .main-menu-button .line:nth-child(3) {
    transform: translateY(6px);
  }
}
@media (max-width: 420px) {
  #site-header .header-part .header-content-wrap .header-content .logo-container {
    width: 12rem;
  }
}
@keyframes opacityAnimation {
  100% {
    opacity: 1;
  }
}
.team-card {
  position: relative;
}
.team-card .card-bio {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.team-card .card-bio .card-top-box {
  overflow: clip;
}
.team-card .card-bio .card-top-box .card-photo {
  position: relative;
  aspect-ratio: 1/1.35;
  overflow: hidden;
  webkit-backface-visibility: hidden;
  transform: scale(1.01);
}
.team-card .card-bio .card-top-box .card-photo .image {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.01);
}
.team-card .card-bio .card-top-box .card-photo .card-line {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 8px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.team-card .card-bio .card-top-box .card-photo .card-line.deep-blue {
  background-color: #212C43;
}
.team-card .card-bio .card-top-box .card-photo .card-line.green-leaf {
  background-color: #2F8257;
}
.team-card .card-bio .card-top-box .card-photo .card-line.medium-blue {
  background-color: #066AAD;
}
.team-card .card-bio .card-top-box .card-photo .card-line.brown-mid {
  background-color: #A57754;
}
.team-card .card-bio .card-top-box .card-photo .card-line.brown-dark {
  background-color: #684527;
}
.team-card .card-bio .card-top-box .card-photo .card-line.green-forest {
  background-color: #245D50;
}
.team-card .card-bio .card-top-box .card-photo .card-line.dark-blue {
  background-color: #00395C;
}
.team-card .card-bio .card-top-box .name {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  line-height: 1.1;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
  transition: color 0.3s ease-in-out;
  padding-right: 1rem;
}
.team-card .card-bio .card-top-box .position {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  line-height: 1.2;
  padding-right: 1rem;
  text-wrap: balance;
}
.team-card .card-bio .read-bio-box {
  height: 2rem;
  display: flex;
  align-items: flex-end;
  margin-top: 0.5rem;
  margin-right: 2.5rem;
  position: relative;
}
.team-card .card-bio .read-bio-box .red-bio-text {
  padding: 0.3rem 0;
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  transition: color 0.3s ease-in-out;
}
.team-card .card-bio .read-bio-box .read-bio-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #212C43;
  transition: background-color 0.3s ease-in-out;
}
.team-card .card-bio:hover .card-top-box .card-photo .image, .team-card .card-bio:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio:hover .card-top-box .card-photo .card-line, .team-card .card-bio:focus-visible .card-top-box .card-photo .card-line {
  transform: translateX(0);
}
.team-card .card-bio.deep-blue:hover .card-top-box .card-photo .image, .team-card .card-bio.deep-blue:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.deep-blue:hover .card-top-box .name, .team-card .card-bio.deep-blue:focus-visible .card-top-box .name {
  color: #212C43;
}
.team-card .card-bio.deep-blue:hover .read-bio-box .red-bio-text, .team-card .card-bio.deep-blue:focus-visible .read-bio-box .red-bio-text {
  color: #212C43;
}
.team-card .card-bio.deep-blue:hover .read-bio-box .read-bio-line, .team-card .card-bio.deep-blue:focus-visible .read-bio-box .read-bio-line {
  background-color: #212C43;
}
.team-card .card-bio.green-leaf:hover .card-top-box .card-photo .image, .team-card .card-bio.green-leaf:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.green-leaf:hover .card-top-box .name, .team-card .card-bio.green-leaf:focus-visible .card-top-box .name {
  color: #2F8257;
}
.team-card .card-bio.green-leaf:hover .read-bio-box .red-bio-text, .team-card .card-bio.green-leaf:focus-visible .read-bio-box .red-bio-text {
  color: #2F8257;
}
.team-card .card-bio.green-leaf:hover .read-bio-box .read-bio-line, .team-card .card-bio.green-leaf:focus-visible .read-bio-box .read-bio-line {
  background-color: #2F8257;
}
.team-card .card-bio.medium-blue:hover .card-top-box .card-photo .image, .team-card .card-bio.medium-blue:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.medium-blue:hover .card-top-box .name, .team-card .card-bio.medium-blue:focus-visible .card-top-box .name {
  color: #066AAD;
}
.team-card .card-bio.medium-blue:hover .read-bio-box .red-bio-text, .team-card .card-bio.medium-blue:focus-visible .read-bio-box .red-bio-text {
  color: #066AAD;
}
.team-card .card-bio.medium-blue:hover .read-bio-box .read-bio-line, .team-card .card-bio.medium-blue:focus-visible .read-bio-box .read-bio-line {
  background-color: #066AAD;
}
.team-card .card-bio.brown-mid:hover .card-top-box .card-photo .image, .team-card .card-bio.brown-mid:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.brown-mid:hover .card-top-box .name, .team-card .card-bio.brown-mid:focus-visible .card-top-box .name {
  color: #A57754;
}
.team-card .card-bio.brown-mid:hover .read-bio-box .red-bio-text, .team-card .card-bio.brown-mid:focus-visible .read-bio-box .red-bio-text {
  color: #A57754;
}
.team-card .card-bio.brown-mid:hover .read-bio-box .read-bio-line, .team-card .card-bio.brown-mid:focus-visible .read-bio-box .read-bio-line {
  background-color: #A57754;
}
.team-card .card-bio.brown-dark:hover .card-top-box .card-photo .image, .team-card .card-bio.brown-dark:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.brown-dark:hover .card-top-box .name, .team-card .card-bio.brown-dark:focus-visible .card-top-box .name {
  color: #684527;
}
.team-card .card-bio.brown-dark:hover .read-bio-box .red-bio-text, .team-card .card-bio.brown-dark:focus-visible .read-bio-box .red-bio-text {
  color: #684527;
}
.team-card .card-bio.brown-dark:hover .read-bio-box .read-bio-line, .team-card .card-bio.brown-dark:focus-visible .read-bio-box .read-bio-line {
  background-color: #684527;
}
.team-card .card-bio.green-forest:hover .card-top-box .card-photo .image, .team-card .card-bio.green-forest:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.green-forest:hover .card-top-box .name, .team-card .card-bio.green-forest:focus-visible .card-top-box .name {
  color: #245D50;
}
.team-card .card-bio.green-forest:hover .read-bio-box .red-bio-text, .team-card .card-bio.green-forest:focus-visible .read-bio-box .red-bio-text {
  color: #245D50;
}
.team-card .card-bio.green-forest:hover .read-bio-box .read-bio-line, .team-card .card-bio.green-forest:focus-visible .read-bio-box .read-bio-line {
  background-color: #245D50;
}
.team-card .card-bio.dark-blue:hover .card-top-box .card-photo .image, .team-card .card-bio.dark-blue:focus-visible .card-top-box .card-photo .image {
  transform: scale(1.05);
}
.team-card .card-bio.dark-blue:hover .card-top-box .name, .team-card .card-bio.dark-blue:focus-visible .card-top-box .name {
  color: #00395C;
}
.team-card .card-bio.dark-blue:hover .read-bio-box .red-bio-text, .team-card .card-bio.dark-blue:focus-visible .read-bio-box .red-bio-text {
  color: #00395C;
}
.team-card .card-bio.dark-blue:hover .read-bio-box .read-bio-line, .team-card .card-bio.dark-blue:focus-visible .read-bio-box .read-bio-line {
  background-color: #00395C;
}
.team-card .linkedin-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #212C43;
  margin-left: 2rem;
  transition: background-color 0.3s ease-in-out;
}
.team-card .linkedin-link .icon {
  width: 0.85rem;
}
.team-card .linkedin-link .icon svg {
  color: #ffffff;
}
.team-card .linkedin-link.deep-blue:hover, .team-card .linkedin-link.deep-blue:focus-visible {
  background: #212C43;
}
.team-card .linkedin-link.green-leaf:hover, .team-card .linkedin-link.green-leaf:focus-visible {
  background: #2F8257;
}
.team-card .linkedin-link.medium-blue:hover, .team-card .linkedin-link.medium-blue:focus-visible {
  background: #066AAD;
}
.team-card .linkedin-link.brown-mid:hover, .team-card .linkedin-link.brown-mid:focus-visible {
  background: #A57754;
}
.team-card .linkedin-link.brown-dark:hover, .team-card .linkedin-link.brown-dark:focus-visible {
  background: #684527;
}
.team-card .linkedin-link.green-forest:hover, .team-card .linkedin-link.green-forest:focus-visible {
  background: #245D50;
}
.team-card .linkedin-link.dark-blue:hover, .team-card .linkedin-link.dark-blue:focus-visible {
  background: #00395C;
}
.team-card.without-linkedin .card-bio .read-bio-box {
  margin-right: 0;
}

.filter-button {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  line-height: 1.2;
  border-width: 1px;
  border-style: solid;
  padding: 0.55rem 1rem 0.65rem;
  transition: background-color 0.3s, color 0.3s;
}
.filter-button.deep-blue {
  border-color: #212C43;
  color: #212C43;
}
.filter-button.deep-blue.active, .filter-button.deep-blue:hover {
  background-color: #212C43;
  color: white;
}
.filter-button.green-leaf {
  border-color: #2F8257;
  color: #2F8257;
}
.filter-button.green-leaf.active, .filter-button.green-leaf:hover {
  background-color: #2F8257;
  color: white;
}
.filter-button.medium-blue {
  border-color: #066AAD;
  color: #066AAD;
}
.filter-button.medium-blue.active, .filter-button.medium-blue:hover {
  background-color: #066AAD;
  color: white;
}
.filter-button.brown-mid {
  border-color: #A57754;
  color: #A57754;
}
.filter-button.brown-mid.active, .filter-button.brown-mid:hover {
  background-color: #A57754;
  color: white;
}
.filter-button.brown-dark {
  border-color: #684527;
  color: #684527;
}
.filter-button.brown-dark.active, .filter-button.brown-dark:hover {
  background-color: #684527;
  color: white;
}
.filter-button.green-forest {
  border-color: #245D50;
  color: #245D50;
}
.filter-button.green-forest.active, .filter-button.green-forest:hover {
  background-color: #245D50;
  color: white;
}
.filter-button.dark-blue {
  border-color: #00395C;
  color: #00395C;
}
.filter-button.dark-blue.active, .filter-button.dark-blue:hover {
  background-color: #00395C;
  color: white;
}

.navigation-box .top-part {
  display: flex;
}
.navigation-box .top-part .left-nav-link,
.navigation-box .top-part .right-nav-link {
  display: flex;
  flex-basis: 50%;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.65rem;
}
.navigation-box .top-part .left-nav-link[data-color=deep-blue],
.navigation-box .top-part .right-nav-link[data-color=deep-blue] {
  background-color: #212C43;
}
.navigation-box .top-part .left-nav-link[data-color=green-leaf],
.navigation-box .top-part .right-nav-link[data-color=green-leaf] {
  background-color: #2F8257;
}
.navigation-box .top-part .left-nav-link[data-color=medium-blue],
.navigation-box .top-part .right-nav-link[data-color=medium-blue] {
  background-color: #066AAD;
}
.navigation-box .top-part .left-nav-link[data-color=brown-mid],
.navigation-box .top-part .right-nav-link[data-color=brown-mid] {
  background-color: #A57754;
}
.navigation-box .top-part .left-nav-link[data-color=brown-dark],
.navigation-box .top-part .right-nav-link[data-color=brown-dark] {
  background-color: #684527;
}
.navigation-box .top-part .left-nav-link[data-color=green-forest],
.navigation-box .top-part .right-nav-link[data-color=green-forest] {
  background-color: #245D50;
}
.navigation-box .top-part .left-nav-link[data-color=dark-blue],
.navigation-box .top-part .right-nav-link[data-color=dark-blue] {
  background-color: #00395C;
}
.navigation-box .top-part .left-nav-link .nav-title,
.navigation-box .top-part .right-nav-link .nav-title {
  color: #ffffff;
}
.navigation-box .top-part .left-nav-link .nav-title {
  padding-right: 2rem;
}
.navigation-box .top-part .right-nav-link .nav-title {
  padding-left: 2rem;
}
.navigation-box .top-part .separator-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.navigation-box .top-part.single-link .right-nav-link {
  margin-left: 50%;
}
.navigation-box .bottom-part .back-to-all-link {
  padding: 1.5rem 1.65rem;
  border-bottom: 1px solid #212C43;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation-box .bottom-part .back-to-all-link .nav-box-arrow .arrow-icon .arrow-inner svg {
  color: #212C43;
}
.navigation-box .bottom-part .back-to-all-link .nav-title {
  color: #212C43;
  padding-left: 2rem;
  text-align: right;
}
.navigation-box.news-nav .top-part .left-nav-link .nav-title br,
.navigation-box.news-nav .top-part .right-nav-link .nav-title br, .navigation-box.team-nav .top-part .left-nav-link .nav-title br,
.navigation-box.team-nav .top-part .right-nav-link .nav-title br {
  display: none;
}
.navigation-box.news-nav .bottom-part .back-to-all-link .nav-title br, .navigation-box.team-nav .bottom-part .back-to-all-link .nav-title br {
  display: none;
}

@media (min-width: 1081px) {
  .navigation-box .top-part .left-nav-link:hover .nav-box-arrow .arrow-icon .arrow-left-inner svg,
  .navigation-box .top-part .left-nav-link:hover .nav-box-arrow .arrow-icon .arrow-right-inner svg, .navigation-box .top-part .left-nav-link:focus-visible .nav-box-arrow .arrow-icon .arrow-left-inner svg,
  .navigation-box .top-part .left-nav-link:focus-visible .nav-box-arrow .arrow-icon .arrow-right-inner svg,
  .navigation-box .top-part .right-nav-link:hover .nav-box-arrow .arrow-icon .arrow-left-inner svg,
  .navigation-box .top-part .right-nav-link:hover .nav-box-arrow .arrow-icon .arrow-right-inner svg,
  .navigation-box .top-part .right-nav-link:focus-visible .nav-box-arrow .arrow-icon .arrow-left-inner svg,
  .navigation-box .top-part .right-nav-link:focus-visible .nav-box-arrow .arrow-icon .arrow-right-inner svg {
    transform: translateX(0rem);
  }
  .navigation-box .bottom-part .back-to-all-link:hover .nav-box-arrow .arrow-icon .arrow-left-inner svg, .navigation-box .bottom-part .back-to-all-link:focus-visible .nav-box-arrow .arrow-icon .arrow-left-inner svg {
    transform: translateX(0rem);
  }
}
@media (max-width: 1080px) {
  .navigation-box .top-part .left-nav-link,
  .navigation-box .top-part .right-nav-link {
    padding: 1.4rem 1.55rem;
  }
  .navigation-box .bottom-part .back-to-all-link {
    padding: 1.4rem 1.55rem;
  }
}
@media (max-width: 767px) {
  .navigation-box .top-part .left-nav-link,
  .navigation-box .top-part .right-nav-link {
    padding: 1.2rem 1.3rem;
  }
  .navigation-box .top-part .left-nav-link .nav-title,
  .navigation-box .top-part .right-nav-link .nav-title {
    padding: 0;
    margin-bottom: 0.7rem;
    font-size: var(--fontSize-22);
  }
  .navigation-box .top-part .left-nav-link .nav-box-arrow .arrow-icon,
  .navigation-box .top-part .right-nav-link .nav-box-arrow .arrow-icon {
    width: 1.4rem;
    height: 1rem;
  }
  .navigation-box .top-part .left-nav-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .navigation-box .top-part .right-nav-link {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .navigation-box .top-part .right-nav-link .nav-title {
    text-align: right;
  }
  .navigation-box .bottom-part .back-to-all-link {
    padding: 1.2rem 1.3rem;
  }
  .navigation-box .bottom-part .back-to-all-link .nav-title {
    font-size: var(--fontSize-22);
  }
  .navigation-box .bottom-part .back-to-all-link .nav-box-arrow .arrow-icon {
    width: 1.4rem;
    height: 1rem;
  }
}
@media (max-width: 420px) {
  .navigation-box.news-nav .top-part .left-nav-link .nav-title br,
  .navigation-box.news-nav .top-part .right-nav-link .nav-title br, .navigation-box.team-nav .top-part .left-nav-link .nav-title br,
  .navigation-box.team-nav .top-part .right-nav-link .nav-title br {
    display: inline;
  }
  .navigation-box.news-nav .bottom-part .back-to-all-link .nav-title br, .navigation-box.team-nav .bottom-part .back-to-all-link .nav-title br {
    display: inline;
  }
}
.dropdown-filter {
  position: relative;
}
.dropdown-filter .current-filter {
  background-color: #212C43;
  padding: 0.6rem 1.2rem 0.67rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
}
.dropdown-filter .current-filter .current-filter-label {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  color: #ffffff;
}
.dropdown-filter .current-filter .current-filter-icon {
  margin-left: 0.4rem;
  display: flex;
  align-items: center;
  width: 0.6rem;
}
.dropdown-filter .current-filter .current-filter-icon svg {
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}
.dropdown-filter .current-filter:hover, .dropdown-filter .current-filter:focus-visible {
  background-color: #0098FF;
}
.dropdown-filter .available-filters-container {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding-top: 0.6rem;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity, visibility;
}
.dropdown-filter .available-filters-container .inner-filters-container {
  background-color: #ffffff;
  border: 1px solid #212C43;
  display: flex;
  flex-direction: column;
  padding: 0.7rem 0;
}
.dropdown-filter .available-filters-container .inner-filters-container .dropdown-filter-button {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  white-space: nowrap;
  text-align: left;
  padding: 0.25rem 0.8rem;
}
.dropdown-filter .available-filters-container .inner-filters-container .dropdown-filter-button.active, .dropdown-filter .available-filters-container .inner-filters-container .dropdown-filter-button:hover, .dropdown-filter .available-filters-container .inner-filters-container .dropdown-filter-button:focus-visible {
  color: #0098FF;
}
.dropdown-filter .available-filters-container .inner-filters-container .dropdown-filter-button.no-posts {
  display: none;
}
.dropdown-filter.opened .available-filters-container {
  visibility: visible;
  opacity: 1;
}
.dropdown-filter.opened .current-filter .current-filter-icon svg {
  transform: rotate(180deg);
}

.search-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2rem;
}
.search-box .input-search {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  border: none;
  border-bottom: 1px solid #212C43;
  outline: none;
  background-color: transparent;
  padding: 0.75rem 6rem 0.75rem 1.7rem;
  color: #212C43;
}
.search-box .input-search::placeholder {
  color: #212C43;
}
.search-box .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-box .search-icon .icon {
  width: 0.9rem;
}
.search-box .search-icon .icon > svg {
  width: 100%;
  height: auto;
}
.search-box .close-search {
  position: absolute;
  width: 2rem;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.search-box .close-search .line {
  display: block;
  width: 0.8rem;
  height: 2px;
  background-color: #212C43;
  position: absolute;
  top: 50%;
}
.search-box .close-search .line:first-child {
  transform: rotate(45deg);
}
.search-box .close-search .line:last-child {
  transform: rotate(-45deg);
}

.news-card {
  display: flex;
  border-width: 1px;
  border-style: solid;
  transition: background-color 0.3s ease-in-out;
}
.news-card[data-color=deep-blue] {
  border-color: #212C43;
}
.news-card[data-color=green-leaf] {
  border-color: #2F8257;
}
.news-card[data-color=medium-blue] {
  border-color: #066AAD;
}
.news-card[data-color=brown-mid] {
  border-color: #A57754;
}
.news-card[data-color=brown-dark] {
  border-color: #684527;
}
.news-card[data-color=green-forest] {
  border-color: #245D50;
}
.news-card[data-color=dark-blue] {
  border-color: #00395C;
}
.news-card .news-card-inner {
  width: 100%;
  height: 100%;
  padding: 1.3rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card .news-card-inner .card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-card .news-card-inner .card-top-row .category-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin-right: 0.5rem;
  transition: background-color 0.3s ease-in-out;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=deep-blue] {
  background-color: #212C43;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=green-leaf] {
  background-color: #2F8257;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=medium-blue] {
  background-color: #066AAD;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=brown-mid] {
  background-color: #A57754;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=brown-dark] {
  background-color: #684527;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=green-forest] {
  background-color: #245D50;
}
.news-card .news-card-inner .card-top-row .category-box .dot-icon[data-color=dark-blue] {
  background-color: #00395C;
}
.news-card .news-card-inner .card-top-row .category-box .category-title {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
.news-card .news-card-inner .card-top-row .date-box {
  padding-left: 1.5rem;
}
.news-card .news-card-inner .card-top-row .date-box .card-date {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-16);
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}
.news-card .news-card-inner .card-bottom-row {
  width: 100%;
  margin-top: 2rem;
}
.news-card .news-card-inner .card-bottom-row .file-cover {
  aspect-ratio: 1/1.3;
  position: relative;
  width: 4.25rem;
  margin-bottom: 1rem;
}
.news-card .news-card-inner .card-bottom-row .card-name-wrapper {
  display: flex;
  align-items: flex-end;
}
.news-card .news-card-inner .card-bottom-row .card-name-wrapper .card-name {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  line-height: 1.2;
  padding-right: 1rem;
  flex-grow: 1;
  transition: color 0.3s ease-in-out;
}
.news-card .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow {
  flex-basis: 1.8rem;
  flex-shrink: 0;
  display: block;
}
.news-card .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow .icon {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transform: scale(0.7);
  transform-origin: 0% 100%;
}

@media (min-width: 1081px) {
  .news-card:hover[data-color=deep-blue], .news-card:focus-visible[data-color=deep-blue] {
    background-color: #212C43;
  }
  .news-card:hover[data-color=green-leaf], .news-card:focus-visible[data-color=green-leaf] {
    background-color: #2F8257;
  }
  .news-card:hover[data-color=medium-blue], .news-card:focus-visible[data-color=medium-blue] {
    background-color: #066AAD;
  }
  .news-card:hover[data-color=brown-mid], .news-card:focus-visible[data-color=brown-mid] {
    background-color: #A57754;
  }
  .news-card:hover[data-color=brown-dark], .news-card:focus-visible[data-color=brown-dark] {
    background-color: #684527;
  }
  .news-card:hover[data-color=green-forest], .news-card:focus-visible[data-color=green-forest] {
    background-color: #245D50;
  }
  .news-card:hover[data-color=dark-blue], .news-card:focus-visible[data-color=dark-blue] {
    background-color: #00395C;
  }
  .news-card:hover .news-card-inner .card-top-row .category-box .dot-icon[data-color], .news-card:focus-visible .news-card-inner .card-top-row .category-box .dot-icon[data-color] {
    background-color: #ffffff;
  }
  .news-card:hover .news-card-inner .card-top-row .category-box .category-title, .news-card:focus-visible .news-card-inner .card-top-row .category-box .category-title {
    color: #ffffff;
  }
  .news-card:hover .news-card-inner .card-top-row .date-box .card-date, .news-card:focus-visible .news-card-inner .card-top-row .date-box .card-date {
    color: #ffffff;
  }
  .news-card:hover .news-card-inner .card-bottom-row .card-name-wrapper .card-name, .news-card:focus-visible .news-card-inner .card-bottom-row .card-name-wrapper .card-name {
    color: #ffffff;
  }
  .news-card:hover .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow, .news-card:focus-visible .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow {
    webkit-backface-visibility: hidden;
    -webkit-transform: perspective(1000px);
  }
  .news-card:hover .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow .icon, .news-card:focus-visible .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow .icon {
    transform: scale(1);
    color: #ffffff;
  }
}
@media (max-width: 1080px) {
  .news-card .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow {
    flex-basis: 1.5rem;
  }
  .news-card .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow .icon {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .news-card .news-card-inner .card-top-row {
    padding-right: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .news-card .news-card-inner .card-top-row .date-box {
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
  .news-card .news-card-inner .card-bottom-row {
    margin-top: 0.6rem;
  }
  .news-card .news-card-inner .card-bottom-row .card-name-wrapper .card-name {
    padding-right: 0;
  }
  .news-card .news-card-inner .card-bottom-row .card-name-wrapper .scale-arrow {
    position: absolute;
    right: 1.2rem;
    top: 1.3rem;
    width: 1.4rem;
  }
}
.arrow-icon {
  width: 1.8rem;
  height: 1.6rem;
  display: block;
  position: relative;
}
.arrow-icon .arrow-left-inner {
  position: absolute;
  left: -0.8rem;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.arrow-icon .arrow-left-inner svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(0.8rem);
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}
.arrow-icon .arrow-right-inner {
  position: absolute;
  right: -0.8rem;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.arrow-icon .arrow-right-inner svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-0.8rem);
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.reference-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: relative;
}
.reference-icon .arrow-right-top-inner {
  position: absolute;
  right: -0.6rem;
  top: -0.6rem;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.reference-icon .arrow-right-top-inner svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-0.6rem, 0.6rem);
  transition: transform 0.3s ease-in-out;
}
.reference-icon .arrow-right-bottom-inner {
  position: absolute;
  right: -0.6rem;
  top: 0;
  left: 0;
  bottom: -0.6rem;
  overflow: hidden;
}
.reference-icon .arrow-right-bottom-inner svg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-0.6rem, -0.6rem);
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1080px) {
  .reference-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.reference-news-card {
  padding: 1.75rem 2.5rem;
  position: relative;
}
.reference-news-card .vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #2F8257;
}
.reference-news-card .card-inner .card-date {
  display: block;
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
  color: #2F8257;
  margin-bottom: 1rem;
}
.reference-news-card .card-inner .card-name {
  display: block;
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  line-height: 1.2;
  color: #245D50;
}

@media (min-width: 1081px) {
  .reference-news-card .card-inner .card-name {
    display: inline;
    background-image: linear-gradient(to top, transparent 0em, #245D50 0em, #245D50 calc(1px + 0em), transparent calc(1px + 0em));
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.5s;
    background-position: left;
  }
  .reference-news-card .card-inner .card-name.hover, .reference-news-card .card-inner .card-name:hover, .reference-news-card .card-inner .card-name:focus {
    background-size: 100% 100%;
  }
}
@media (max-width: 1366px) {
  .reference-news-card {
    padding: 1.5rem 2.25rem;
  }
}
@media (max-width: 1080px) {
  .reference-news-card {
    padding: 1.3rem 2rem;
  }
}
@media (max-width: 767px) {
  .reference-news-card {
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
}
.logo {
  max-width: 100%;
  height: auto;
}
.logo-size_1 {
  width: 1%;
}
.logo-size_2 {
  width: 2%;
}
.logo-size_3 {
  width: 3%;
}
.logo-size_4 {
  width: 4%;
}
.logo-size_5 {
  width: 5%;
}
.logo-size_6 {
  width: 6%;
}
.logo-size_7 {
  width: 7%;
}
.logo-size_8 {
  width: 8%;
}
.logo-size_9 {
  width: 9%;
}
.logo-size_10 {
  width: 10%;
}
.logo-size_11 {
  width: 11%;
}
.logo-size_12 {
  width: 12%;
}
.logo-size_13 {
  width: 13%;
}
.logo-size_14 {
  width: 14%;
}
.logo-size_15 {
  width: 15%;
}
.logo-size_16 {
  width: 16%;
}
.logo-size_17 {
  width: 17%;
}
.logo-size_18 {
  width: 18%;
}
.logo-size_19 {
  width: 19%;
}
.logo-size_20 {
  width: 20%;
}
.logo-size_21 {
  width: 21%;
}
.logo-size_22 {
  width: 22%;
}
.logo-size_23 {
  width: 23%;
}
.logo-size_24 {
  width: 24%;
}
.logo-size_25 {
  width: 25%;
}
.logo-size_26 {
  width: 26%;
}
.logo-size_27 {
  width: 27%;
}
.logo-size_28 {
  width: 28%;
}
.logo-size_29 {
  width: 29%;
}
.logo-size_30 {
  width: 30%;
}
.logo-size_31 {
  width: 31%;
}
.logo-size_32 {
  width: 32%;
}
.logo-size_33 {
  width: 33%;
}
.logo-size_34 {
  width: 34%;
}
.logo-size_35 {
  width: 35%;
}
.logo-size_36 {
  width: 36%;
}
.logo-size_37 {
  width: 37%;
}
.logo-size_38 {
  width: 38%;
}
.logo-size_39 {
  width: 39%;
}
.logo-size_40 {
  width: 40%;
}
.logo-size_41 {
  width: 41%;
}
.logo-size_42 {
  width: 42%;
}
.logo-size_43 {
  width: 43%;
}
.logo-size_44 {
  width: 44%;
}
.logo-size_45 {
  width: 45%;
}
.logo-size_46 {
  width: 46%;
}
.logo-size_47 {
  width: 47%;
}
.logo-size_48 {
  width: 48%;
}
.logo-size_49 {
  width: 49%;
}
.logo-size_50 {
  width: 50%;
}
.logo-size_51 {
  width: 51%;
}
.logo-size_52 {
  width: 52%;
}
.logo-size_53 {
  width: 53%;
}
.logo-size_54 {
  width: 54%;
}
.logo-size_55 {
  width: 55%;
}
.logo-size_56 {
  width: 56%;
}
.logo-size_57 {
  width: 57%;
}
.logo-size_58 {
  width: 58%;
}
.logo-size_59 {
  width: 59%;
}
.logo-size_60 {
  width: 60%;
}
.logo-size_61 {
  width: 61%;
}
.logo-size_62 {
  width: 62%;
}
.logo-size_63 {
  width: 63%;
}
.logo-size_64 {
  width: 64%;
}
.logo-size_65 {
  width: 65%;
}
.logo-size_66 {
  width: 66%;
}
.logo-size_67 {
  width: 67%;
}
.logo-size_68 {
  width: 68%;
}
.logo-size_69 {
  width: 69%;
}
.logo-size_70 {
  width: 70%;
}
.logo-size_71 {
  width: 71%;
}
.logo-size_72 {
  width: 72%;
}
.logo-size_73 {
  width: 73%;
}
.logo-size_74 {
  width: 74%;
}
.logo-size_75 {
  width: 75%;
}
.logo-size_76 {
  width: 76%;
}
.logo-size_77 {
  width: 77%;
}
.logo-size_78 {
  width: 78%;
}
.logo-size_79 {
  width: 79%;
}
.logo-size_80 {
  width: 80%;
}
.logo-size_81 {
  width: 81%;
}
.logo-size_82 {
  width: 82%;
}
.logo-size_83 {
  width: 83%;
}
.logo-size_84 {
  width: 84%;
}
.logo-size_85 {
  width: 85%;
}
.logo-size_86 {
  width: 86%;
}
.logo-size_87 {
  width: 87%;
}
.logo-size_88 {
  width: 88%;
}
.logo-size_89 {
  width: 89%;
}
.logo-size_90 {
  width: 90%;
}
.logo-size_91 {
  width: 91%;
}
.logo-size_92 {
  width: 92%;
}
.logo-size_93 {
  width: 93%;
}
.logo-size_94 {
  width: 94%;
}
.logo-size_95 {
  width: 95%;
}
.logo-size_96 {
  width: 96%;
}
.logo-size_97 {
  width: 97%;
}
.logo-size_98 {
  width: 98%;
}
.logo-size_99 {
  width: 99%;
}
.logo-size_100 {
  width: 100%;
}

.animated-image-container {
  overflow: hidden;
}
.animated-image-container .image {
  clip-path: inset(0% 0% 100% 0%);
  scale: 1.15;
}

.internal-page-header-section {
  background-color: #212C43;
}
.internal-page-header-section .section-content {
  position: relative;
  z-index: 10;
}
.internal-page-header-section .section-content .front-part {
  width: 100%;
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--header-height) + 3rem) 0 3.5rem;
}
.internal-page-header-section .section-content .front-part .composition {
  width: 100%;
}
.internal-page-header-section .section-content .front-part .composition .internal-page-title {
  color: #ffffff;
  font-kerning: none;
}
.internal-page-header-section .section-content .front-part .composition .internal-page-title.hidden {
  opacity: 0;
}
.internal-page-header-section .section-content .front-part .composition .text-slider-box {
  position: relative;
  width: 100%;
}
.internal-page-header-section .section-content .front-part .composition .text-slider-box .text-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #0098FF;
  font-kerning: none;
}
.internal-page-header-section .section-content .front-part .composition .text-slider-box .text-slide.active {
  opacity: 1;
}
.internal-page-header-section .section-background .image {
  opacity: 0;
}

@media (min-width: 1441px) {
  .internal-page-header-section .section-content .front-part {
    min-height: calc(470px + -130 * (100vw - 1440px) / -480);
  }
}
@media (min-width: 1920px) {
  .internal-page-header-section .section-content .front-part {
    min-height: calc(600px + -100 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .internal-page-header-section .section-content .front-part {
    min-height: 700px;
  }
}
@media (max-width: 1366px) {
  .internal-page-header-section .section-content .front-part {
    min-height: calc(470px + 70 * (100vw - 1366px) / 286);
  }
}
@media (max-width: 1080px) {
  .internal-page-header-section .section-content .front-part {
    min-height: calc(400px + 50 * (100vw - 1080px) / 313);
  }
  .internal-page-header-section .section-content .front-part .composition .internal-page-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .internal-page-header-section .section-content .front-part {
    min-height: calc(350px + 90 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .internal-page-header-section .section-content .front-part {
    min-height: 260px;
  }
}
.team-page .team-header-section .team-header {
  position: relative;
  display: grid;
  grid-template-columns: 3fr 6fr;
}
.team-page .team-header-section .team-header .photo-part {
  padding-top: 10rem;
  grid-row: 1/3;
  position: relative;
  z-index: 10;
}
.team-page .team-header-section .team-header .photo-part .portrait {
  width: 100%;
  position: relative;
  aspect-ratio: 0.6/1;
}
.team-page .team-header-section .team-header .photo-part .portrait .image {
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  scale: 1.15;
  transition: none;
}
.team-page .team-header-section .team-header .top-part {
  padding-top: 10rem;
  position: relative;
}
.team-page .team-header-section .team-header .top-part .background-pattern {
  position: absolute;
  z-index: 1;
  left: calc(var(--minus-content-962-box-indent) - 67%);
  right: var(--minus-content-962-box-indent);
  top: 0;
  bottom: 0;
}
.team-page .team-header-section .team-header .top-part .background-pattern.deep-blue {
  background-color: #212C43;
}
.team-page .team-header-section .team-header .top-part .background-pattern.green-leaf {
  background-color: #2F8257;
}
.team-page .team-header-section .team-header .top-part .background-pattern.medium-blue {
  background-color: #066AAD;
}
.team-page .team-header-section .team-header .top-part .background-pattern.brown-mid {
  background-color: #A57754;
}
.team-page .team-header-section .team-header .top-part .background-pattern.brown-dark {
  background-color: #684527;
}
.team-page .team-header-section .team-header .top-part .background-pattern.green-forest {
  background-color: #245D50;
}
.team-page .team-header-section .team-header .top-part .background-pattern.dark-blue {
  background-color: #00395C;
}
.team-page .team-header-section .team-header .top-part .background-pattern .left-pattern {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  opacity: 0;
}
.team-page .team-header-section .team-header .top-part .top-content {
  position: relative;
  z-index: 1;
  padding-left: 5rem;
  padding-top: 2.1rem;
  padding-bottom: 3rem;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team-page .team-header-section .team-header .top-part .top-content .top-content-head {
  margin-bottom: 1.5rem;
}
.team-page .team-header-section .team-header .top-part .top-content .top-content-head .departments {
  color: #ffffff;
  font-weight: 300;
  font-size: var(--fontSize-22);
  opacity: 0.75;
}
.team-page .team-header-section .team-header .top-part .top-content .top-content-main .name {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.team-page .team-header-section .team-header .top-part .top-content .top-content-main .name br {
  display: none;
}
.team-page .team-header-section .team-header .top-part .top-content .top-content-main .position {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-size: var(--fontSize-26);
  line-height: 1.2;
}
.team-page .team-header-section .team-header .bottom-part {
  display: flex;
  align-items: center;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content {
  padding-left: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-end;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .email-link {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0;
  margin-right: 2rem;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .email-link .email-text {
  padding: 0.3rem 0;
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-18);
  transition: color 0.3s ease-in-out;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .email-link .email-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #212C43;
  transition: background-color 0.3s ease-in-out;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .email-link:hover .email-text, .team-page .team-header-section .team-header .bottom-part .bottom-content .email-link:focus-visible .email-text {
  color: #2F8257;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .email-link:hover .email-line, .team-page .team-header-section .team-header .bottom-part .bottom-content .email-link:focus-visible .email-line {
  background-color: #2F8257;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .linkedin-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background: #212C43;
  transition: background-color 0.3s ease-in-out;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .linkedin-link .icon {
  width: 1rem;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .linkedin-link .icon svg {
  color: #ffffff;
}
.team-page .team-header-section .team-header .bottom-part .bottom-content .linkedin-link:hover, .team-page .team-header-section .team-header .bottom-part .bottom-content .linkedin-link:focus-visible {
  background-color: #2F8257;
}

@media (min-width: 1441px) {
  .team-page .team-header-section .team-header .top-part .top-content {
    min-height: calc(400px + -50 * (100vw - 1440px) / -480);
  }
}
@media (min-width: 1921px) {
  .team-page .team-header-section .team-header .top-part .top-content {
    min-height: calc(450px + -50 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-page .team-header-section .team-header .top-part .top-content {
    min-height: 500px;
  }
}
@media (max-width: 1366px) {
  .team-page .team-header-section .team-header .photo-part {
    padding-top: 9rem;
  }
  .team-page .team-header-section .team-header .top-part {
    padding-top: 9rem;
  }
  .team-page .team-header-section .team-header .top-part .background-pattern .left-pattern {
    width: 32%;
  }
  .team-page .team-header-section .team-header .top-part .top-content {
    padding-left: 4rem;
    padding-top: 2rem;
    min-height: 20rem;
  }
  .team-page .team-header-section .team-header .top-part .top-content .top-content-main .name br {
    display: inline;
  }
  .team-page .team-header-section .team-header .bottom-part .bottom-content {
    padding-left: 4rem;
  }
}
@media (max-width: 1080px) {
  .team-page .team-header-section .team-header .top-part {
    display: flex;
    align-items: flex-end;
  }
  .team-page .team-header-section .team-header .top-part .background-pattern .left-pattern {
    width: 32%;
  }
  .team-page .team-header-section .team-header .top-part .top-content {
    padding-left: 3rem;
    padding-bottom: 3.5rem;
    min-height: auto;
  }
  .team-page .team-header-section .team-header .bottom-part .bottom-content {
    padding-left: 3rem;
  }
}
@media (max-width: 950px) {
  .team-page .team-header-section .team-header {
    grid-template-columns: 4fr 6fr;
  }
}
@media (max-width: 767px) {
  .team-page .team-header-section .team-header {
    grid-template-columns: 1fr;
  }
  .team-page .team-header-section .team-header .photo-part {
    padding-top: calc(var(--header-height) + 5rem);
    grid-row: unset;
    margin-left: var(--minus-content-962-box-indent);
    margin-right: var(--minus-content-962-box-indent);
    padding-left: var(--content-962-box-indent);
    padding-right: var(--content-962-box-indent);
  }
  .team-page .team-header-section .team-header .photo-part.deep-blue {
    background-color: #212C43;
  }
  .team-page .team-header-section .team-header .photo-part.green-leaf {
    background-color: #2F8257;
  }
  .team-page .team-header-section .team-header .photo-part.medium-blue {
    background-color: #066AAD;
  }
  .team-page .team-header-section .team-header .photo-part.brown-mid {
    background-color: #A57754;
  }
  .team-page .team-header-section .team-header .photo-part.brown-dark {
    background-color: #684527;
  }
  .team-page .team-header-section .team-header .photo-part.green-forest {
    background-color: #245D50;
  }
  .team-page .team-header-section .team-header .photo-part.dark-blue {
    background-color: #00395C;
  }
  .team-page .team-header-section .team-header .photo-part .portrait {
    max-width: 280px;
    margin-right: auto;
  }
  .team-page .team-header-section .team-header .top-part {
    padding-top: 0;
  }
  .team-page .team-header-section .team-header .top-part .background-pattern {
    left: var(--minus-content-962-box-indent);
    right: var(--minus-content-962-box-indent);
  }
  .team-page .team-header-section .team-header .top-part .background-pattern .left-pattern {
    display: none;
  }
  .team-page .team-header-section .team-header .top-part .top-content {
    padding-left: 0rem;
    padding-top: 1.8rem;
    padding-bottom: 3rem;
  }
  .team-page .team-header-section .team-header .top-part .top-content .top-content-head {
    margin-bottom: 1rem;
  }
  .team-page .team-header-section .team-header .top-part .top-content .top-content-head .departments {
    font-size: var(--fontSize-16);
  }
  .team-page .team-header-section .team-header .top-part .top-content .top-content-main .name {
    margin-bottom: 0.8rem;
  }
  .team-page .team-header-section .team-header .bottom-part .bottom-content {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.team-section .team-wrapper {
  margin-left: -3.8rem;
  margin-right: -3.8rem;
}
.team-section .team-wrapper .team-controls {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.team-section .team-wrapper .team-controls .department-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.4rem;
}
.team-section .team-wrapper .team-controls .department-filters .department-button {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.team-section .team-wrapper .team-controls .department-filters .department-button:last-of-type {
  margin-right: 0;
}
.team-section .team-wrapper .team-grid .team-grid-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 3rem 1.15rem;
  /* &:has(.team-card:is(:hover, :focus-visible)) {
       .team-card {
           filter: brightness(0.75);
       }

       .team-card:is(:hover, :focus-visible) {
           filter: brightness(1);
       }
   }*/
}
.team-section .team-wrapper .team-grid .team-grid-inner .team-card {
  display: none;
  transition: filter 0.3s ease-in-out;
}
.team-section .team-wrapper .team-grid .team-grid-inner .team-card.visible {
  display: block;
}

@media (max-width: 1366px) {
  .team-section .team-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .team-section .team-wrapper .team-grid .team-grid-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1080px) {
  .team-section .team-wrapper .team-controls {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .team-section .team-wrapper .team-controls .department-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.4rem;
    margin: 0;
  }
  .team-section .team-wrapper .team-controls .department-filters .department-button {
    margin: 0;
  }
  .team-section .team-wrapper .team-grid .team-grid-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .team-section .team-wrapper .team-grid .team-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem 1rem;
  }
}
@media (max-width: 420px) {
  .team-section .team-wrapper .team-controls .department-filters {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-section .team-wrapper .team-grid .team-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
.info-box-full-width-section .info-box-full-width .info-box-overtitle {
  margin-bottom: 1.8rem;
  color: #8C95AA;
}
.info-box-full-width-section .info-box-full-width .info-box-plaintext {
  margin-top: 2rem;
}
.info-box-full-width-section .info-box-full-width .info-box-image {
  margin-top: 4rem;
}

@media (max-width: 1366px) {
  .info-box-full-width-section .info-box-full-width .info-box-image {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .info-box-full-width-section .info-box-full-width .info-box-image {
    margin-top: 2.5rem;
  }
}
.news-section .news-wrapper {
  padding: 0 1.8rem;
}
.news-section .news-wrapper .news-controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-section .news-wrapper .news-controls .filter-control-part {
  display: flex;
  justify-content: left;
  align-items: center;
}
.news-section .news-wrapper .news-controls .filter-control-part .dropdown-filter {
  margin-right: 0.6rem;
}
.news-section .news-wrapper .news-controls .filter-control-part .dropdown-filter:last-of-type {
  margin-right: 0;
}
.news-section .news-wrapper .news-controls .search-control-part {
  width: 50%;
}
.news-section .news-wrapper .news-grid {
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.4rem;
}
.news-section .news-wrapper .news-grid .news-card {
  display: none;
}
.news-section .news-wrapper .news-grid .news-card.visible {
  display: block;
}
.news-section .news-wrapper .news-grid .news-card .news-card-inner {
  min-height: calc((100vw - var(--content-1258-box-indent) * 2 - 3rem - 3.6rem) / 3);
}
.news-section .news-wrapper .not-founded-news {
  padding: 2rem;
  text-align: center;
}
.news-section .news-wrapper .not-founded-news.hidden {
  display: none;
}

@media (min-width: 2440px) {
  .news-section .news-wrapper .news-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .news-section .news-wrapper .news-grid .news-card .news-card-inner {
    min-height: calc((100vw - var(--content-1258-box-indent) * 2 - 4.5rem - 3.6rem) / 4);
  }
}
@media (min-width: 2562px) {
  .news-section .news-wrapper .news-grid .news-card .news-card-inner {
    min-height: 20rem;
  }
}
@media (max-width: 1366px) {
  .news-section .news-wrapper {
    padding: 0;
  }
  .news-section .news-wrapper .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.5rem;
  }
  .news-section .news-wrapper .news-grid .news-card .news-card-inner {
    min-height: calc((100vw - var(--content-1258-box-indent) * 2 - 1.5rem) / 4);
  }
}
@media (max-width: 767px) {
  .news-section .news-wrapper .news-controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-section .news-wrapper .news-controls .filter-control-part {
    position: relative;
    z-index: 10;
  }
  .news-section .news-wrapper .news-controls .search-control-part {
    margin-top: 1rem;
    width: 100%;
  }
  .news-section .news-wrapper .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .news-section .news-wrapper .news-grid .news-card .news-card-inner {
    min-height: auto;
  }
}
.news-page .news-header-section[data-color=deep-blue] {
  background-color: #212C43;
}
.news-page .news-header-section[data-color=green-leaf] {
  background-color: #2F8257;
}
.news-page .news-header-section[data-color=medium-blue] {
  background-color: #066AAD;
}
.news-page .news-header-section[data-color=brown-mid] {
  background-color: #A57754;
}
.news-page .news-header-section[data-color=brown-dark] {
  background-color: #684527;
}
.news-page .news-header-section[data-color=green-forest] {
  background-color: #245D50;
}
.news-page .news-header-section[data-color=dark-blue] {
  background-color: #00395C;
}
.news-page .news-header-section .news-header-inner {
  padding: calc(var(--header-height) + 4.5rem) 0 4.5rem;
}
.news-page .news-header-section .news-header-inner .news-header-composition .head-composition-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.8rem;
  margin-bottom: 2rem;
}
.news-page .news-header-section .news-header-inner .news-header-composition .head-composition-top .category {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  color: #ffffff;
}
.news-page .news-header-section .news-header-inner .news-header-composition .head-composition-top .date {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  color: #ffffff;
  white-space: nowrap;
  padding-left: 2rem;
}
.news-page .news-header-section .news-header-inner .news-header-composition .news-title {
  color: #ffffff;
}

@media (max-width: 767px) {
  .news-page .news-header-section .news-header-inner .news-header-composition .head-composition-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .news-page .news-header-section .news-header-inner .news-header-composition .head-composition-top .date {
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  .news-page .news-header-section .news-header-inner .news-header-composition .news-title {
    color: #ffffff;
  }
}
.info-box-with-order-number-section .info-with-num-overtitle {
  color: #8C95AA;
  margin-bottom: 3rem;
}
.info-box-with-order-number-section .info-box-with-order-number {
  display: grid;
}
.info-box-with-order-number-section .info-box-with-order-number.default-order {
  grid-template-columns: 3fr 1.04fr;
}
.info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
  padding-right: 6rem;
}
.info-box-with-order-number-section .info-box-with-order-number.reverse-order {
  grid-template-columns: 1.04fr 3fr;
}
.info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
  order: 2;
  padding-left: 6rem;
}
.info-box-with-order-number-section .info-box-with-order-number.reverse-order .image-column {
  order: 1;
}
.info-box-with-order-number-section .info-box-with-order-number .info-column .order-number-box {
  position: relative;
  padding: 0.9rem 1.1rem 0.5rem;
  margin-bottom: 2rem;
}
.info-box-with-order-number-section .info-box-with-order-number .info-column .order-number-box .decorative-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #212C43;
}
.info-box-with-order-number-section .info-box-with-order-number .info-column .order-number-box .order-number {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
}
.info-box-with-order-number-section .info-box-with-order-number .info-column .info-with-num-title {
  margin-bottom: 2rem;
}
.info-box-with-order-number-section .info-box-with-order-number .image-column {
  display: flex;
  align-items: flex-start;
}
.info-box-with-order-number-section .info-box-with-order-number .image-column .info-with-num-image {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1.875;
}

@media (min-width: 1600px) {
  .info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
    padding-right: 8rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
    padding-left: 8rem;
  }
}
@media (min-width: 1921px) {
  .info-box-with-order-number-section .info-box-with-order-number.default-order {
    grid-template-columns: 3fr 0.9fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
    padding-right: 10rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order {
    grid-template-columns: 0.9fr 3fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
    padding-left: 10rem;
  }
}
@media (max-width: 1366px) {
  .info-box-with-order-number-section .info-with-num-overtitle {
    margin-bottom: 2.5rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order {
    grid-template-columns: 3fr 1.2fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
    padding-right: 4rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order {
    grid-template-columns: 1.2fr 3fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
    padding-left: 4rem;
    margin-right: 0;
  }
  .info-box-with-order-number-section .info-box-with-order-number .info-column .order-number-box {
    margin-bottom: 1.5rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number .info-column .info-with-num-title {
    margin-bottom: 1.5rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number .image-column {
    position: relative;
  }
  .info-box-with-order-number-section .info-box-with-order-number .image-column .info-with-num-image {
    aspect-ratio: unset;
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 1080px) {
  .info-box-with-order-number-section .info-box-with-order-number.default-order {
    grid-template-columns: 3fr 1.5fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
    padding-right: 2.5rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order {
    grid-template-columns: 1.5fr 3fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
    padding-left: 2.5rem;
  }
}
@media (max-width: 600px) {
  .info-box-with-order-number-section .info-with-num-overtitle {
    margin-bottom: 2rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order {
    grid-template-columns: 1fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order .info-column {
    padding-right: 0;
  }
  .info-box-with-order-number-section .info-box-with-order-number.default-order .image-column .info-with-num-image {
    margin: 0;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order {
    grid-template-columns: 1fr;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .info-column {
    padding-left: 0;
    order: 1;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .image-column {
    order: 2;
  }
  .info-box-with-order-number-section .info-box-with-order-number.reverse-order .image-column .info-with-num-image {
    margin: 0;
  }
  .info-box-with-order-number-section .info-box-with-order-number .image-column {
    margin-top: 2.5rem;
  }
  .info-box-with-order-number-section .info-box-with-order-number .image-column .info-with-num-image {
    width: 100%;
    position: static;
    aspect-ratio: 1/1;
  }
}
.esg-issues-grid-section .esg-issues-image {
  margin-bottom: 3.5rem;
}
.esg-issues-grid-section .esg-issues-title {
  margin-bottom: 3.5rem;
}
.esg-issues-grid-section .esg-issues-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1.75rem 0;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc((100vw - var(--content-962-box-indent) * 2) / 4);
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item .text-wrapper {
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 1.8rem;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item .text-wrapper .decorative-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background-color: #2F8257;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item .text-wrapper .esg-text {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-logo-wrapper {
  margin-top: 1.5rem;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-3, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-2, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-1 {
  display: block;
}
.esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-4 {
  display: none;
}

@media (max-width: 1366px) {
  .esg-issues-grid-section .esg-issues-image {
    margin-bottom: 3rem;
  }
  .esg-issues-grid-section .esg-issues-title {
    margin-bottom: 3rem;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-logo-wrapper {
    margin-top: 1.4rem;
  }
}
@media (min-width: 1080px) and (max-width: 1440px) {
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item {
    min-height: 320px;
  }
}
@media (max-width: 1080px) {
  .esg-issues-grid-section .esg-issues-grid {
    grid-gap: 1.75rem 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item {
    min-height: calc((100vw - var(--content-962-box-indent) * 2 - 3rem) / 3);
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-logo-wrapper {
    margin-right: 0;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-4, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-2, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-1 {
    display: block;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .esg-issues-grid-section .esg-issues-title br {
    display: none;
  }
  .esg-issues-grid-section .esg-issues-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item {
    min-height: calc((100vw - var(--content-962-box-indent) * 2 - 1.5rem) / 2);
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-4, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-3, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-1 {
    display: block;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-2 {
    display: none;
  }
}
@media (max-width: 520px) {
  .esg-issues-grid-section .esg-issues-title {
    margin-bottom: 2.5rem;
  }
  .esg-issues-grid-section .esg-issues-grid {
    grid-gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item {
    min-height: auto;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item .text-wrapper {
    padding: 0.5rem 0 0.5rem 1.8rem;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-logo-wrapper .esg-logo {
    max-width: 220px;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item .esg-image {
    aspect-ratio: 1/1;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-4, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-3, .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-2 {
    display: block;
  }
  .esg-issues-grid-section .esg-issues-grid .esg-grid-item.hide-col-1 {
    display: none;
  }
}
.offices-section .office-title {
  color: #8C95AA;
  margin-bottom: 4rem;
}
.offices-section .offices-list .office-item {
  margin-bottom: 5rem;
  display: grid;
  grid-gap: 6rem;
}
.offices-section .offices-list .office-item.default-order {
  grid-template-columns: 1fr 2.5fr;
}
.offices-section .offices-list .office-item.reverse-order {
  grid-template-columns: 2.5fr 1fr;
}
.offices-section .offices-list .office-item.reverse-order .image-column {
  order: 2;
}
.offices-section .offices-list .office-item.reverse-order .info-column {
  order: 1;
}
.offices-section .offices-list .office-item .image-column .office-image {
  position: relative;
  aspect-ratio: 1/1;
}
.offices-section .offices-list .office-item .info-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offices-section .offices-list .office-item .info-column .horizontal-line {
  height: 1px;
  margin-bottom: 2rem;
  background-color: #A57754;
}
.offices-section .offices-list .office-item .info-column .main-office-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.offices-section .offices-list .office-item .info-column .main-office-info .main-office-left {
  padding-right: 2rem;
}
.offices-section .offices-list .office-item .info-column .main-office-info .main-office-left .office-name {
  margin-bottom: 2rem;
}
.offices-section .offices-list .office-item .info-column .main-office-info .main-office-left .office-address {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-24);
  line-height: 1.2;
}
.offices-section .offices-list .office-item:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .offices-section .offices-list .office-item {
    grid-gap: 7rem;
  }
  .offices-section .offices-list .office-item.default-order {
    grid-template-columns: 1fr 3fr;
  }
  .offices-section .offices-list .office-item.reverse-order {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1921px) {
  .offices-section .offices-list .office-item {
    grid-gap: 7.5rem;
  }
  .offices-section .offices-list .office-item.default-order {
    grid-template-columns: 1fr 3.2fr;
  }
  .offices-section .offices-list .office-item.reverse-order {
    grid-template-columns: 3.2fr 1fr;
  }
}
@media (max-width: 1080px) {
  .offices-section .office-title {
    margin-bottom: 3rem;
  }
  .offices-section .offices-list .office-item {
    margin-bottom: 4rem;
    grid-gap: 4rem;
  }
  .offices-section .offices-list .office-item.default-order {
    grid-template-columns: 1.1fr 2.5fr;
  }
  .offices-section .offices-list .office-item.reverse-order {
    grid-template-columns: 2.5fr 1.1fr;
  }
  .offices-section .offices-list .office-item .info-column .horizontal-line {
    margin-bottom: 1.5rem;
  }
  .offices-section .offices-list .office-item .info-column .main-office-info .main-office-left .office-name {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .offices-section .offices-list .office-item {
    margin-bottom: 3rem;
    grid-gap: 2rem;
  }
  .offices-section .offices-list .office-item.default-order {
    grid-template-columns: 1fr;
  }
  .offices-section .offices-list .office-item.reverse-order {
    grid-template-columns: 1fr;
  }
  .offices-section .offices-list .office-item.reverse-order .image-column {
    order: 1;
  }
  .offices-section .offices-list .office-item.reverse-order .info-column {
    order: 2;
  }
  .offices-section .offices-list .office-item .image-column .office-image {
    max-width: 16rem;
  }
  .offices-section .offices-list .office-item .info-column {
    flex-direction: column-reverse;
  }
  .offices-section .offices-list .office-item .info-column .horizontal-line {
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .offices-section .offices-list .office-item .info-column .main-office-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .offices-section .offices-list .office-item .info-column .main-office-info .main-office-left .office-name {
    margin-bottom: 1rem;
  }
  .offices-section .offices-list .office-item .info-column .main-office-info .main-office-right {
    margin-top: 1rem;
  }
  .offices-section .offices-list .office-item:last-of-type .info-column .horizontal-line {
    display: none;
  }
}
.discover-info-section .discover-info-box {
  min-height: 22rem;
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
.discover-info-section .discover-info-box .discover-info {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.discover-info-section .discover-info-box .discover-info h1, .discover-info-section .discover-info-box .discover-info h2, .discover-info-section .discover-info-box .discover-info h3, .discover-info-section .discover-info-box .discover-info h4, .discover-info-section .discover-info-box .discover-info h5, .discover-info-section .discover-info-box .discover-info h6 {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
}
.discover-info-section .discover-info-box .discover-info h1, .discover-info-section .discover-info-box .discover-info h2 {
  font-size: var(--fontSize-36);
}
.discover-info-section .discover-info-box .discover-info h3 {
  font-size: var(--fontSize-30);
}
.discover-info-section .discover-info-box .discover-info h4 {
  font-size: var(--fontSize-28);
}
.discover-info-section .discover-info-box .discover-info h5, .discover-info-section .discover-info-box .discover-info h6 {
  font-size: var(--fontSize-26);
}
.discover-info-section .discover-info-box .discover-info > *:first-child {
  margin-top: 0;
}
.discover-info-section .discover-info-box .discover-info > *:last-child {
  margin-bottom: 0;
}
.discover-info-section.beige .discover-info-box {
  background-color: #EAE0D6;
  color: #684527;
}
.discover-info-section.beige .discover-info-box h1, .discover-info-section.beige .discover-info-box h2, .discover-info-section.beige .discover-info-box h3, .discover-info-section.beige .discover-info-box h4, .discover-info-section.beige .discover-info-box h5, .discover-info-section.beige .discover-info-box h6 {
  color: #684527;
}
.discover-info-section.beige .discover-info-box a {
  color: inherit;
}
.discover-info-section.beige .discover-info-box a:after {
  background-color: #684527;
}
.discover-info-section.beige .discover-info-box a:hover, .discover-info-section.beige .discover-info-box a:focus-visible {
  color: #212C43;
}
.discover-info-section.white .discover-info-box {
  background-color: #ffffff;
}

@media (max-width: 1366px) {
  .discover-info-section .discover-info-box .discover-info {
    width: 90%;
  }
}
@media (max-width: 1080px) {
  .discover-info-section .discover-info-box .discover-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .discover-info-section .discover-info-box {
    padding: 4rem 0;
    min-height: 50vw;
  }
  .discover-info-section .discover-info-box .discover-info h1, .discover-info-section .discover-info-box .discover-info h2 {
    font-size: var(--fontSize-28);
  }
  .discover-info-section .discover-info-box .discover-info h3 {
    font-size: var(--fontSize-24);
  }
  .discover-info-section .discover-info-box .discover-info h4 {
    font-size: var(--fontSize-22);
  }
  .discover-info-section .discover-info-box .discover-info h5, .discover-info-section .discover-info-box .discover-info h6 {
    font-size: var(--fontSize-20);
  }
  .discover-info-section .discover-info-box .discover-info br {
    display: none;
  }
}
.discover-navigation-section .discover-navigation {
  display: flex;
  transform: translateY(1px);
}
.discover-navigation-section .discover-navigation .discover-link {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2.22/1;
  overflow: clip;
}
.discover-navigation-section .discover-navigation .discover-link .discover-image {
  z-index: 1;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  transform: scale(1.01);
}
.discover-navigation-section .discover-navigation .discover-link .discover-image .image {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, filter 0.5s ease-in-out;
  transform: scale(1.01);
  opacity: 1;
}
.discover-navigation-section .discover-navigation .discover-link .discover-title {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.discover-navigation-section .discover-navigation .discover-link.color-type {
  transition: background-color 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.green-leaf {
  background-color: #2F8257;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.green-leaf:hover, .discover-navigation-section .discover-navigation .discover-link.color-type.green-leaf:focus-visible {
  background-color: #245D50;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.medium-blue {
  background-color: #066AAD;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.medium-blue:hover, .discover-navigation-section .discover-navigation .discover-link.color-type.medium-blue:focus-visible {
  background-color: #0098FF;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.brown-mid {
  background-color: #A57754;
}
.discover-navigation-section .discover-navigation .discover-link.color-type.brown-mid:hover, .discover-navigation-section .discover-navigation .discover-link.color-type.brown-mid:focus-visible {
  background-color: #C69264;
}
.discover-navigation-section .discover-navigation:has(.discover-link:is(:hover, :focus-visible)) .discover-link .discover-image .image {
  filter: brightness(0.7);
}
.discover-navigation-section .discover-navigation:has(.discover-link:is(:hover, :focus-visible)) .discover-link.color-type {
  filter: brightness(0.8);
}
.discover-navigation-section .discover-navigation:has(.discover-link:is(:hover, :focus-visible)) .discover-link:is(:hover, :focus-visible) .discover-image .image {
  filter: brightness(1);
  transform: scale(1.05);
}
.discover-navigation-section .discover-navigation:has(.discover-link:is(:hover, :focus-visible)) .discover-link:is(:hover, :focus-visible).color-type {
  filter: brightness(1);
}

@media (max-width: 1080px) {
  .discover-navigation-section .discover-navigation .discover-link {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .discover-navigation-section .discover-navigation {
    flex-direction: column;
  }
  .discover-navigation-section .discover-navigation .discover-link {
    aspect-ratio: 2.22/1;
  }
}
.key-numbers-section .section-content {
  position: relative;
}
.key-numbers-section .section-background .image {
  opacity: 0;
}
.key-numbers-section .front-content-part {
  min-height: calc(820px + -10 * (100vw - 1440px) / -480);
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.key-numbers-section .front-content-part .title-box {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}
.key-numbers-section .front-content-part .title-box .key-number-overtitle {
  color: rgba(33, 44, 67, 0.6);
  margin-bottom: 1.5rem;
}
.key-numbers-section .front-content-part .key-number-box {
  margin-right: var(--minus-content-962-box-indent);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item {
  position: relative;
  padding: 5.5rem 0 5rem;
  display: flex;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0 2.5rem;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .vertical-line {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  background-color: #2F8257;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap {
  opacity: 0;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .key-number {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-110);
  margin-top: -1rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  position: relative;
  white-space: nowrap;
  line-height: 1;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .key-number .back-part {
  opacity: 0;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .key-number .front-part {
  position: absolute;
  left: 0;
  bottom: 0;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .description {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
  color: #ffffff;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item .item-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  mix-blend-mode: multiply;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item:nth-of-type(1) .item-overlay {
  background-color: #053c41;
}
.key-numbers-section .front-content-part .key-number-box .key-number-item:nth-of-type(2) .item-overlay {
  background-color: rgba(5, 60, 65, 0.8);
}
.key-numbers-section .front-content-part .key-number-box .key-number-item:nth-of-type(3) .item-overlay {
  background-color: rgba(36, 93, 80, 0.8);
}
.key-numbers-section .front-content-part .key-number-box .key-number-item:nth-of-type(4) .item-overlay {
  background-color: rgba(47, 130, 87, 0.7);
}

@media (min-width: 1920px) {
  .key-numbers-section .front-content-part {
    min-height: calc(830px + -240 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .key-numbers-section .front-content-part {
    min-height: 1070px;
  }
}
@media (max-width: 1439px) {
  .key-numbers-section .front-content-part {
    min-height: calc(820px + 180 * (100vw - 1440px) / 360);
  }
}
@media (max-width: 1366px) {
  .key-numbers-section .front-content-part .key-number-box .key-number-item {
    padding: 4.5rem 0 4rem;
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner {
    padding: 0 2rem;
  }
}
@media (max-width: 1080px) {
  .key-numbers-section .front-content-part {
    min-height: calc(640px + 100 * (100vw - 1080px) / 312);
    padding-top: 3.5rem;
  }
  .key-numbers-section .front-content-part .title-box .key-number-overtitle {
    margin-bottom: 1.2rem;
  }
  .key-numbers-section .front-content-part .key-number-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item {
    padding: 3.5rem 0 3rem;
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner {
    padding: 0 1.8rem;
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .key-number {
    font-size: var(--fontSize-64);
    margin-top: 0;
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item .item-inner .text-wrap .description br {
    display: none;
  }
}
@media (max-width: 768px) {
  .key-numbers-section .front-content-part {
    min-height: unset;
  }
  .key-numbers-section .front-content-part .key-number-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item {
    padding: 3rem 0 2.5rem;
  }
}
@media (max-width: 420px) {
  .key-numbers-section .front-content-part .key-number-box {
    grid-template-columns: 1fr;
    margin-right: 0;
  }
  .key-numbers-section .front-content-part .key-number-box .key-number-item {
    padding: 1.5rem 0 1.5rem;
  }
}
.timeline-section .section-content {
  position: relative;
}
.timeline-section .front-content-part {
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
}
.timeline-section .front-content-part .head-row {
  display: grid;
  grid-template-columns: 1fr minmax(0px, 4fr);
  margin-right: var(--minus-content-962-box-indent);
  margin-bottom: 5.5rem;
}
.timeline-section .front-content-part .head-row .title-column {
  padding-top: 5rem;
  padding-right: 2rem;
}
.timeline-section .front-content-part .head-row .title-column .timeline-overtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}
.timeline-section .front-content-part .head-row .title-column .timeline-heading {
  margin: 0;
  color: #ffffff;
}
.timeline-section .front-content-part .head-row .image-column .timeline-gallery-slider {
  width: 75%;
  margin-left: 0;
}
.timeline-section .front-content-part .head-row .image-column .timeline-gallery-slider .swiper-wrapper .gallery-slide .slide-image {
  position: relative;
  aspect-ratio: 2.06/1;
}
.timeline-section .front-content-part .main-row {
  display: grid;
  grid-template-columns: 1fr minmax(0px, 4fr);
  margin-right: var(--minus-content-962-box-indent);
}
.timeline-section .front-content-part .main-row .navigation-column {
  display: flex;
  align-items: flex-end;
}
.timeline-section .front-content-part .main-row .navigation-column .nav-box {
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow.left {
  margin-right: 1.2rem;
}
.timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow:not(.inactive):hover .arrow-icon .arrow-left-inner svg,
.timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow:not(.inactive):hover .arrow-icon .arrow-right-inner svg, .timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow:not(.inactive):focus-visible .arrow-icon .arrow-left-inner svg,
.timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow:not(.inactive):focus-visible .arrow-icon .arrow-right-inner svg {
  transform: translateX(0rem);
}
.timeline-section .front-content-part .main-row .navigation-column .nav-box .nav-box-arrow.inactive {
  opacity: 0.4;
  cursor: default;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner {
  position: relative;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide {
  cursor: pointer;
  height: auto;
  position: relative;
  direction: ltr;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  width: 25%;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide.active-year {
  cursor: default;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide[data-column=col-2] {
  width: 50%;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide .year {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-48);
  color: #ffffff;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease-in-out;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide .description {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide.hovered:not(.active-year) .year,
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide.hovered:not(.active-year) .description {
  color: #24A7FF;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider {
  margin-left: -1.5rem;
  padding-left: 1.5rem;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide {
  direction: ltr;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  width: 25%;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide[data-column=col-2] {
  width: 50%;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle {
  scale: 1.01;
  cursor: default;
  transform: translateX(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #ffffff;
  transform-origin: 0% 50%;
  transition: transform 0.7s ease-in-out, scale 0.7s ease-in-out, opacity 0.7s ease-in-out, background-color 0.3s ease-in-out;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle.active-year {
  scale: 3;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle.prev-year, .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle.next-year {
  scale: 2;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle.before-prev-year, .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle.after-next-year {
  scale: 1.5;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle:not(.active-year) {
  cursor: pointer;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide .circle:not(.active-year).hovered {
  background-color: #24A7FF;
}
.timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .years-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  height: 1px;
  background-color: #ffffff;
}
.timeline-section .back-lines-part {
  display: grid;
  grid-template-columns: 1fr 4fr;
  position: absolute;
  left: var(--content-962-box-indent);
  top: 0;
  right: 0;
  bottom: 0;
}
.timeline-section .back-lines-part > .main-bg {
  background-color: #066AAD;
  z-index: 1;
  position: absolute;
  left: var(--minus-content-962-box-indent);
  bottom: 0;
  top: 0;
  right: 0;
}
.timeline-section .back-lines-part .right-column {
  position: relative;
}
.timeline-section .back-lines-part .right-column .bg-line {
  position: absolute;
}
.timeline-section .back-lines-part .right-column .bg-line:nth-of-type(1) {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #05609c;
  z-index: 1;
}
.timeline-section .back-lines-part .right-column .bg-line:nth-of-type(2) {
  left: 25%;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #04578d;
  z-index: 2;
}
.timeline-section .back-lines-part .right-column .bg-line:nth-of-type(3) {
  left: 50%;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #024c7c;
  z-index: 3;
}
.timeline-section .back-lines-part .right-column .bg-line:nth-of-type(4) {
  left: 75%;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: #01436d;
  z-index: 4;
}

@media (max-width: 1366px) {
  .timeline-section .front-content-part .head-row {
    margin-bottom: 4rem;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1080px) {
  .timeline-section .front-content-part .head-row {
    grid-template-columns: 1fr minmax(0px, 3fr);
  }
  .timeline-section .front-content-part .head-row .title-column {
    padding-top: 4.5rem;
  }
  .timeline-section .front-content-part .head-row .image-column .timeline-gallery-slider {
    width: 100%;
  }
  .timeline-section .front-content-part .main-row {
    grid-template-columns: 1fr minmax(0px, 3fr);
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide {
    width: 33.33%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide[data-column=col-2] {
    width: 66.66%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide:nth-last-of-type(1).swiper-slide-placeholder {
    display: none;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide {
    width: 33.33%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide[data-column=col-2] {
    width: 66.66%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide:nth-last-of-type(1).swiper-slide-placeholder {
    display: none;
  }
  .timeline-section .back-lines-part {
    grid-template-columns: 1fr 3fr;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(2) {
    left: 33.33%;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(3) {
    left: 66.66%;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .timeline-section .front-content-part .head-row {
    grid-template-columns: minmax(0px, 1fr);
    margin-right: 0;
  }
  .timeline-section .front-content-part .head-row .title-column {
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .timeline-section .front-content-part .head-row .title-column .timeline-overtitle {
    margin-bottom: 1.2rem;
  }
  .timeline-section .front-content-part .main-row {
    margin-right: 0;
    grid-template-columns: minmax(0px, 1fr);
  }
  .timeline-section .front-content-part .main-row .navigation-column {
    order: 2;
    padding-top: 1rem;
  }
  .timeline-section .front-content-part .main-row .navigation-column .nav-box {
    height: auto;
    width: 100%;
  }
  .timeline-section .front-content-part .main-row .timeline-column {
    order: 1;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide {
    width: 50%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide[data-column=col-2] {
    width: 100%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .timeline-slider .swiper-wrapper .timeline-slide:nth-last-of-type(2).swiper-slide-placeholder {
    display: none;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider {
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    margin-right: -1.5rem;
    padding-right: 1.5rem;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide {
    width: 50%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide[data-column=col-2] {
    width: 100%;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide:nth-last-of-type(2).swiper-slide-placeholder {
    display: none;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide.swiper-slide-prev .circle {
    opacity: 0;
    scale: 2;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide.swiper-slide-active .circle {
    scale: 2;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide.swiper-slide-next .circle {
    scale: 1.5;
  }
  .timeline-section .front-content-part .main-row .timeline-column .timeline-column-inner .circle-slider .swiper-wrapper .circle-slide.swiper-slide-next + .circle-slide .circle {
    scale: 1;
  }
  .timeline-section .back-lines-part {
    grid-template-columns: 1fr;
    left: 0;
  }
  .timeline-section .back-lines-part .main-bg {
    display: none;
  }
  .timeline-section .back-lines-part .left-column {
    display: none;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(2) {
    left: 25%;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(3) {
    left: 50%;
  }
  .timeline-section .back-lines-part .right-column .bg-line:nth-of-type(4) {
    display: block;
    left: 75%;
  }
}
.info-box-with-logo-section {
  background-color: #E6ECEF;
}
.info-box-with-logo-section .top-row {
  margin-right: var(--minus-content-962-box-indent);
  display: grid;
  grid-template-columns: 2fr 1.32fr;
  margin-bottom: 5rem;
}
.info-box-with-logo-section .top-row .info-column {
  padding-right: 5rem;
}
.info-box-with-logo-section .top-row .info-column .info-overtitle {
  color: rgba(33, 44, 67, 0.6);
  margin-bottom: 1.8rem;
}
.info-box-with-logo-section .top-row .info-column .info-title {
  margin-bottom: 2rem;
}
.info-box-with-logo-section .top-row .logo-column {
  position: relative;
}
.info-box-with-logo-section .top-row .logo-column .vertical-line {
  position: absolute;
  width: 1px;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #212C43;
  transform: scaleY(0);
}
.info-box-with-logo-section .top-row .logo-column .info-logo {
  margin: 3.4rem 5.5rem;
  position: relative;
}
.info-box-with-logo-section .top-row .logo-column .info-logo .front-part {
  width: 100%;
  position: relative;
  z-index: 10;
}
.info-box-with-logo-section .top-row .logo-column .info-logo .back-part {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.info-box-with-logo-section .top-row .logo-column .info-logo .back-part .logo {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.4;
}
.info-box-with-logo-section .top-row .logo-column .info-logo .back-part.hidden {
  display: none;
}
.info-box-with-logo-section .bottom-row {
  margin-right: var(--minus-content-962-box-indent);
  margin-left: var(--minus-content-962-box-indent);
}
.info-box-with-logo-section .bottom-row .bottom-image {
  width: 50%;
  margin-left: auto;
}

@media (min-width: 1800px) {
  .info-box-with-logo-section .top-row {
    grid-template-columns: 2fr 1.35fr;
  }
  .info-box-with-logo-section .top-row .info-column {
    padding-right: 6rem;
  }
  .info-box-with-logo-section .top-row .logo-column {
    display: flex;
    align-items: center;
  }
  .info-box-with-logo-section .top-row .logo-column .info-logo {
    flex-grow: 1;
    margin: 3rem 7rem;
  }
}
@media (min-width: 1921px) {
  .info-box-with-logo-section .top-row {
    grid-template-columns: 2fr 1.5fr;
  }
  .info-box-with-logo-section .top-row .info-column {
    padding-right: 8rem;
  }
  .info-box-with-logo-section .top-row .logo-column .info-logo {
    margin: 4rem 11rem;
  }
}
@media (max-width: 1366px) {
  .info-box-with-logo-section .top-row {
    grid-template-columns: 2fr 1.35fr;
    margin-bottom: 4.5rem;
  }
  .info-box-with-logo-section .top-row .info-column {
    padding-right: 4rem;
  }
  .info-box-with-logo-section .top-row .logo-column .info-logo {
    margin: 3.8rem 4rem;
  }
}
@media (max-width: 1080px) {
  .info-box-with-logo-section .top-row {
    grid-template-columns: 2fr 1.4fr;
    margin-bottom: 4rem;
  }
  .info-box-with-logo-section .top-row .info-column {
    padding-right: 3rem;
  }
  .info-box-with-logo-section .top-row .logo-column .info-logo {
    margin: 3.9rem 3rem;
  }
}
@media (max-width: 767px) {
  .info-box-with-logo-section .top-row {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    margin-bottom: 3.5rem;
    margin-right: 0;
  }
  .info-box-with-logo-section .top-row .info-column {
    padding-right: 0;
  }
  .info-box-with-logo-section .top-row .logo-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.5rem;
  }
  .info-box-with-logo-section .top-row .logo-column .info-logo {
    flex-basis: 320px;
    margin: 3rem auto;
  }
  .info-box-with-logo-section .bottom-row {
    margin-right: var(--minus-content-962-box-indent);
    margin-left: var(--minus-content-962-box-indent);
  }
  .info-box-with-logo-section .bottom-row .bottom-image {
    width: 100%;
  }
}
.info-box-excelsior-difference-section .info-box-excelsior-difference {
  display: grid;
  grid-template-columns: 1fr 1.82fr;
  margin-left: var(--minus-content-1258-box-indent);
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .image-column .difference-image {
  position: relative;
  aspect-ratio: 1/1;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
  padding-left: 6rem;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-title {
  margin-bottom: 3.5rem;
  padding-right: 6rem;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.5rem;
  margin-bottom: 3.5rem;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box .column-item {
  position: relative;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box .column-item .vertical-line {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 0.5em;
  background-color: #066AAD;
  transform: scaleY(0);
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box .column-item .column-inner {
  padding: 0.55rem 1rem 0.6rem 2rem;
}
.info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-plaintext {
  padding-right: 6rem;
}
.info-box-excelsior-difference-section.image-indent-up .info-box-excelsior-difference .image-column .difference-image {
  margin-top: -55%;
}

@media (min-width: 1600px) {
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
    padding-left: 8rem;
  }
}
@media (min-width: 1921px) {
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
    padding-left: 10rem;
  }
}
@media (max-width: 1366px) {
  .info-box-excelsior-difference-section .info-box-excelsior-difference {
    grid-template-columns: 1fr 1.9fr;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
    padding-left: 5rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-title {
    margin-bottom: 3rem;
    padding-right: 3rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box {
    grid-gap: 1.4rem;
    margin-bottom: 3rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box .column-item .column-inner {
    padding: 0.55rem 0.8rem 0.6rem 1.8rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-plaintext {
    padding-right: 3rem;
  }
  .info-box-excelsior-difference-section.image-indent-up .info-box-excelsior-difference .image-column .difference-image {
    margin-top: -57%;
  }
}
@media (max-width: 1080px) {
  .info-box-excelsior-difference-section .info-box-excelsior-difference {
    grid-template-columns: 1fr 2fr;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
    padding-left: 4rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-title {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box {
    grid-template-columns: 1fr;
    grid-gap: 1.4rem;
    margin-bottom: 2.5rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .columns-box .column-item .column-inner {
    padding: 0.55rem 0rem 0.6rem 2rem;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column .difference-plaintext {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .info-box-excelsior-difference-section .info-box-excelsior-difference {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    margin-left: 0;
  }
  .info-box-excelsior-difference-section .info-box-excelsior-difference .info-column {
    padding-left: 0;
  }
  .info-box-excelsior-difference-section.image-indent-up .info-box-excelsior-difference .image-column .difference-image {
    margin-top: 0;
  }
}
.foundational-principles {
  position: relative;
  padding-top: 5rem;
}
.foundational-principles .foundational-principles-image {
  aspect-ratio: 1.32/1;
  position: absolute;
  height: 19rem;
  right: var(--minus-content-962-box-indent);
  bottom: calc(100% - 19rem);
}
.foundational-principles .principles-box {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -8rem;
}
.foundational-principles .principles-box .principle-item {
  display: flex;
  flex-shrink: 0;
  flex-basis: calc(100% - 8rem);
  transition: transform 0.5s ease-in-out;
}
.foundational-principles .principles-box .principle-item .head-part {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 8rem;
  flex-shrink: 0;
}
.foundational-principles .principles-box .principle-item .head-part .open-icon {
  display: flex;
  align-self: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0 1.5rem;
  border-radius: 50%;
  border: 1px solid #00395C;
  position: relative;
  background: #00395C;
  transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.foundational-principles .principles-box .principle-item .head-part .open-icon .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.3rem;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
.foundational-principles .principles-box .principle-item .head-part .open-icon .line:nth-of-type(1) {
  transform: rotate(0deg);
}
.foundational-principles .principles-box .principle-item .head-part .open-icon .line:nth-of-type(2) {
  transform: rotate(90deg);
}
.foundational-principles .principles-box .principle-item .head-part .large-title {
  position: relative;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-150);
  margin-right: -0.19em;
  /* Text via gradient */
  background-image: linear-gradient(to bottom, #0098FF 50%, #00395C 50%);
  background-size: 100% 200%;
  background-position: bottom;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.7s ease;
}
.foundational-principles .principles-box .principle-item .head-part .order-number-box {
  display: block;
  position: relative;
  padding: 0.9rem 1.1rem 0.5rem;
  margin-bottom: 2rem;
  align-self: flex-end;
  margin-top: 1.8rem;
}
.foundational-principles .principles-box .principle-item .head-part .order-number-box .decorative-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #212C43;
}
.foundational-principles .principles-box .principle-item .head-part .order-number-box .order-number {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
}
.foundational-principles .principles-box .principle-item .head-part:hover .large-title {
  background-position: top;
}
.foundational-principles .principles-box .principle-item .main-part {
  display: flex;
  align-items: flex-end;
  padding-top: 16rem;
  padding-left: 5rem;
  padding-bottom: 7rem;
}
.foundational-principles .principles-box .principle-item .main-part .main-part-wrapper {
  padding-right: 5rem;
  visibility: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out 0.4s, clip-path 0.4s ease-in-out;
}
.foundational-principles .principles-box .principle-item .main-part .main-part-wrapper .principle-title {
  color: #8C95AA;
  margin-bottom: 2.5rem;
}
.foundational-principles .principles-box .principle-item.active .main-part .main-part-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, clip-path 0.4s ease-in-out;
  visibility: visible;
}
.foundational-principles .principles-box .principle-item.active .head-part {
  cursor: default;
}
.foundational-principles .principles-box .principle-item.active .head-part .large-title {
  background-position: top;
}
.foundational-principles .principles-box .principle-item.active .head-part .open-icon {
  opacity: 0;
  background-color: rgba(36, 93, 80, 0);
}
.foundational-principles .principles-box .principle-item.active .head-part .open-icon .line {
  background-color: #245D50;
}
.foundational-principles .principles-box .principle-item.active .head-part .open-icon .line:nth-of-type(1) {
  transform: rotate(45deg);
}
.foundational-principles .principles-box .principle-item.active .head-part .open-icon .line:nth-of-type(2) {
  transform: rotate(135deg);
}
.foundational-principles .principles-box .principle-item:not(.active) .head-part:hover .open-icon {
  background-color: #24A7FF;
  border-color: #24A7FF;
}
.foundational-principles .principles-box .principle-item:nth-of-type(2) .head-part .open-icon {
  border: 1px solid #245D50;
  background: #245D50;
}
.foundational-principles .principles-box .principle-item:nth-of-type(2) .head-part .large-title {
  background-image: linear-gradient(to bottom, #2F8257 50%, #245D50 50%);
  color: #2F8257;
}
.foundational-principles .principles-box .principle-item:nth-of-type(2).active {
  transform: translateX(calc(-100% + 8rem + 5rem));
}
.foundational-principles .principles-box .principle-item:nth-of-type(2).active .head-part .open-icon {
  background-color: rgba(47, 130, 87, 0);
}
.foundational-principles .principles-box .principle-item:nth-of-type(2):not(.active) .head-part:hover .open-icon {
  background-color: #2F8257;
  border-color: #2F8257;
}

@media (min-width: 1600px) {
  .foundational-principles {
    padding-top: 6rem;
  }
  .foundational-principles .foundational-principles-image {
    height: 21rem;
    bottom: calc(100% - 21rem);
  }
  .foundational-principles .principles-box .principle-item .main-part {
    padding-top: 18rem;
    padding-left: 7rem;
    padding-bottom: 6.8rem;
  }
}
@media (min-width: 1921px) {
  .foundational-principles .foundational-principles-image {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 1366px) {
  .foundational-principles .foundational-principles-image {
    height: 18rem;
    bottom: calc(100% - 18rem);
  }
  .foundational-principles .principles-box {
    margin-left: 0rem;
  }
  .foundational-principles .principles-box .principle-item {
    flex-basis: calc(100% - 6rem);
  }
  .foundational-principles .principles-box .principle-item .head-part {
    width: 6rem;
  }
  .foundational-principles .principles-box .principle-item .main-part {
    padding-left: 4rem;
    padding-bottom: 6rem;
  }
  .foundational-principles .principles-box .principle-item:nth-of-type(2).active {
    transform: translateX(calc(-100% + 6rem + 4rem));
  }
}
@media (max-width: 1080px) {
  .foundational-principles {
    padding-top: 0;
  }
  .foundational-principles .foundational-principles-image {
    display: none;
  }
  .foundational-principles .principles-box .principle-item {
    flex-basis: calc(100% - 5rem);
  }
  .foundational-principles .principles-box .principle-item .head-part {
    width: 5rem;
  }
  .foundational-principles .principles-box .principle-item .main-part {
    padding-top: 0;
    padding-bottom: 5rem;
  }
  .foundational-principles .principles-box .principle-item .main-part .main-part-wrapper {
    padding-right: 4rem;
  }
  .foundational-principles .principles-box .principle-item .main-part .main-part-wrapper .principle-title {
    margin-bottom: 2rem;
  }
  .foundational-principles .principles-box .principle-item:nth-of-type(2).active {
    transform: translateX(calc(-100% + 5rem + 4rem));
  }
}
@media (max-width: 767px) {
  .foundational-principles .principles-box {
    flex-wrap: wrap;
  }
  .foundational-principles .principles-box .principle-item {
    margin-bottom: 3rem;
    flex-basis: 100%;
  }
  .foundational-principles .principles-box .principle-item:last-of-type {
    margin-bottom: 0;
  }
  .foundational-principles .principles-box .principle-item .head-part {
    width: 2rem;
  }
  .foundational-principles .principles-box .principle-item .head-part .open-icon {
    display: none;
  }
  .foundational-principles .principles-box .principle-item .head-part .large-title {
    font-size: 40px;
  }
  .foundational-principles .principles-box .principle-item .head-part .order-number-box {
    padding: 0.7rem 0.65rem 0.3rem;
    margin-bottom: 0;
  }
  .foundational-principles .principles-box .principle-item .main-part {
    padding-left: 2rem;
    padding-bottom: 0;
  }
  .foundational-principles .principles-box .principle-item .main-part .main-part-wrapper {
    opacity: 1;
    visibility: visible;
    padding-right: 0;
    clip-path: unset;
  }
  .foundational-principles .principles-box .principle-item .main-part .main-part-wrapper .principle-title {
    margin-bottom: 1.5rem;
  }
  .foundational-principles .principles-box .principle-item:nth-of-type(2).active {
    transform: translateX(0);
  }
}
.front-page-investments-slider-section .head-part {
  width: 55%;
  margin-bottom: 5rem;
}
.front-page-investments-slider-section .head-part .investments-slider-overtitle {
  color: #8C95AA;
  margin-bottom: 1.8rem;
}
.front-page-investments-slider-section .head-part .investments-slider-title {
  margin-bottom: 2rem;
}
.front-page-investments-slider-section .front-page-investments-slider {
  display: grid;
  grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr);
  margin-left: var(--minus-content-1258-box-indent);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider {
  position: relative;
  aspect-ratio: 1.33/1;
  width: 100%;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0% 0%;
  transform: translateX(0%);
  height: 100%;
  width: 50%;
  opacity: 0;
  transition: transform 0.5s linear, clip-path 0.5s linear, opacity 0.5s linear;
  webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .item-image {
  transition: transform 0.5s linear;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .item-image .image {
  transition: transform 0.5s linear;
  transform: scale(1.3);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  right: 0;
  z-index: 10;
  padding: 2.3rem 2.5rem;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s linear;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box .logo-wrapper {
  width: 70%;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.prev {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.active {
  opacity: 1;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 5;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.active .logo-box {
  transition: opacity 0.5s linear 0.3s;
  opacity: 1;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.active .item-image .image {
  transform: scale(1.01);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.next {
  transform: scaleX(0.66) scaleY(0.66) translateX(-89%);
  clip-path: polygon(10% 0, 91% 0, 91% 100%, 10% 100%);
  opacity: 1;
  z-index: 4;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next, .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-after-next {
  transform: scaleX(0.66) scaleY(0.66) translateX(-168%);
  clip-path: polygon(10% 0, 90% 0, 90% 54%, 10% 54%);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next .item-image, .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-after-next .item-image {
  transform: translateY(-15%) scale(0.8);
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next {
  opacity: 1;
  z-index: 3;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-after-next {
  z-index: 2;
  opacity: 0;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box {
  position: absolute;
  left: 25%;
  bottom: 0;
  z-index: 10;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow.left {
  transform: rotate(90deg);
  margin-right: 0.7rem;
}
.front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow .reference-icon .arrow-inner svg {
  color: #684527;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part {
  padding-left: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider {
  width: 100%;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons {
  display: flex;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box .icon {
  display: block;
  width: 1.2rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box .icon svg {
  color: #ffffff;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box.solar {
  background-color: #0098FF;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box.wind {
  background-color: #066AAD;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box.storage {
  background-color: #00395C;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .technology-icons .icon-box.other {
  background-color: #2F8257;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .investment-name {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-30);
  line-height: 1.2;
  color: #684527;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .investment-short {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-24);
  line-height: 1.2;
  color: #684527;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.8s ease 0.3s;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes .link-box {
  display: inline-block;
  margin-bottom: 1.7rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes .link-box .decorative-line {
  width: 100%;
  height: 1px;
  background-color: #684527;
  margin-bottom: 0.9rem;
}
.front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes .link-box:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1081px) {
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow:hover .reference-icon .arrow-right-top-inner svg,
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow:hover .reference-icon .arrow-right-bottom-inner svg, .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow:focus-visible .reference-icon .arrow-right-top-inner svg,
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box .nav-box-arrow:focus-visible .reference-icon .arrow-right-bottom-inner svg {
    transform: translate(0, 0);
  }
}
@media (min-width: 1600px) {
  .front-page-investments-slider-section .front-page-investments-slider {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider {
    aspect-ratio: 1.5/1;
  }
}
@media (min-width: 1921px) {
  .front-page-investments-slider-section .front-page-investments-slider {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  }
}
@media (max-width: 1366px) {
  .front-page-investments-slider-section .head-part {
    width: 100%;
    margin-bottom: 4rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part {
    padding-left: 4rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .investment-name {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes {
    margin-top: 1rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes .link-box {
    margin-bottom: 1rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .link-boxes .link-box .decorative-line {
    margin-bottom: 0.4rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box {
    padding: 1.5rem 2rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box .logo-wrapper {
    width: 80%;
  }
}
@media (max-width: 1080px) {
  .front-page-investments-slider-section .front-page-investments-slider {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box {
    padding: 1rem 1.2rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box .logo-wrapper {
    width: 100%;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.next {
    transform: scaleX(1.05) scaleY(1.05) translateX(-99%);
    clip-path: polygon(0% 0, 100% 0, 100% 65%, 0% 65%);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.next .item-image {
    transform: translateY(-15%);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next, .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-after-next {
    transform: scaleX(1) scaleY(1) translateX(-100%);
    clip-path: polygon(0% 0, 100% 0, 100% 65%, 0% 65%);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next .item-image, .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-after-next .item-image {
    transform: translateY(-15%);
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item.after-next {
    opacity: 0;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part {
    padding-left: 3rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .investment-name {
    margin-top: 1.8rem;
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 767px) {
  .front-page-investments-slider-section .head-part {
    margin-bottom: 3rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 3rem;
    margin-left: 0;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part {
    overflow: hidden;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .slider-nav-box {
    left: 0;
  }
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box {
    padding: 1.7rem 1.8rem;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part {
    padding-left: 0;
  }
  .front-page-investments-slider-section .front-page-investments-slider .info-slider-part .info-slider .swiper-wrapper .info-slide-item .investment-name {
    margin-top: 1.8rem;
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 480px) {
  .front-page-investments-slider-section .front-page-investments-slider .image-slider-part .image-slider .image-slide-item .logo-box {
    padding: 1rem 1.2rem;
  }
}
.info-box-full-width-style-2-section .info-overtitle {
  margin-bottom: 1.5rem;
  color: #8C95AA;
}
.info-box-full-width-style-2-section .info-title {
  margin-bottom: 1.8rem;
}

@media (max-width: 1080px) {
  .info-box-full-width-style-2-section .info-text p br {
    display: none;
  }
}
.opportunities-columns-section .section-content {
  position: relative;
  z-index: 10;
}
.opportunities-columns-section .opportunities-columns .opportunities-title {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-30);
  color: #ffffff;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid {
  margin-right: var(--minus-content-962-box-indent);
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column {
  display: flex;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap {
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ffffff;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .number-wrapper {
  height: 5rem;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .number-wrapper .number {
  font-weight: 300;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-26);
  color: #ffffff;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .column-name {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-24);
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .column-text,
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .additional-text {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  color: #ffffff;
  line-height: 1.2;
}
.opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .mobile-text {
  display: none;
}

@media (min-width: 1600px) {
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap {
    padding: 1.5rem 2rem 2.5rem 1.5rem;
  }
}
@media (max-width: 1366px) {
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid {
    margin-top: 4rem;
  }
}
@media (max-width: 1080px) {
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid {
    margin-top: 3.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem 0;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column.additional {
    display: none;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap {
    padding: 1rem 1.5rem 2rem 1.5rem;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .number-wrapper {
    height: 3rem;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .mobile-text {
    display: block;
  }
}
@media (max-width: 767px) {
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    grid-gap: 2rem 0;
    margin-right: 0;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap {
    padding: 1rem 0 1rem 1.5rem;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .number-wrapper {
    height: 2rem;
  }
  .opportunities-columns-section .opportunities-columns .opportunities-columns-grid .grid-column .inner-wrap .column-name br {
    display: none;
  }
}
.circle-tabs-section .circle-tabs-text {
  margin-bottom: 4rem;
}
.circle-tabs-section .horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #A57754;
}
.circle-tabs-section .circle-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: -3.3rem;
  margin-right: -3.3rem;
}
.circle-tabs-section .circle-tabs .circle-item {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.circle-tabs-section .circle-tabs .circle-item .head-part {
  position: relative;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .head-inner {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  aspect-ratio: 1/1;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .icon {
  width: 2.5rem;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .circle-title {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-28);
  line-height: 1.2;
  color: #A57754;
  text-align: center;
  margin: 1rem 0;
  transition: color 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .arrow-bottom {
  width: 1rem;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .arrow-bottom svg {
  color: #A57754;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .animated-circle {
  position: absolute;
  inset: 0;
  z-index: 30;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .animated-circle svg {
  pointer-events: none;
  color: #A57754;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .animated-circle svg circle {
  pointer-events: auto;
  cursor: pointer;
}
.circle-tabs-section .circle-tabs .circle-item .head-part .animated-bg {
  position: absolute;
  inset: 0;
  background-color: #684527;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.circle-tabs-section .circle-tabs .circle-item .hidden-part .hidden-text {
  padding: 3rem 1rem;
  font-size: var(--fontSize-20);
  line-height: 1.2;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  text-align: center;
}
.circle-tabs-section .circle-tabs .circle-item.active {
  z-index: 10;
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .head-inner .icon {
  opacity: 1;
  transform: scale(1);
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .head-inner .circle-title {
  color: #ffffff;
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .head-inner .arrow-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .head-inner .arrow-bottom svg {
  opacity: 1;
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .animated-circle {
  opacity: 0;
  transform: scale(1.05);
}
.circle-tabs-section .circle-tabs .circle-item.active .head-part .animated-bg {
  transform: scale(1.05);
  opacity: 1;
}
.circle-tabs-section .circle-tabs .circle-item.active .hidden-part .hidden-text {
  opacity: 1;
}
.circle-tabs-section .circle-tabs .circle-item.hover .head-part .head-inner .icon {
  opacity: 1;
  transform: scale(1);
}
.circle-tabs-section .circle-tabs .circle-item.hover .head-part .head-inner .arrow-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.circle-tabs-section .circle-tabs .circle-item.hover .head-part .head-inner .arrow-bottom svg {
  opacity: 1;
}

@media (min-width: 1600px) {
  .circle-tabs-section .circle-tabs-text {
    margin-bottom: 4rem;
  }
  .circle-tabs-section .horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #A57754;
  }
  .circle-tabs-section .circle-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
  }
  .circle-tabs-section .circle-tabs .circle-item {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
@media (max-width: 1366px) {
  .circle-tabs-section .circle-tabs {
    margin-left: 0;
    margin-right: 0;
  }
  .circle-tabs-section .circle-tabs .circle-item {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 1080px) {
  .circle-tabs-section .circle-tabs .circle-item {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .icon {
    width: 2.4rem;
    transform: scale(1);
    opacity: 1;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .circle-title {
    font-size: var(--fontSize-24);
    margin: 0.8rem 0;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .arrow-bottom {
    width: 0.7rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .circle-tabs-section .circle-tabs .circle-item .hidden-part .hidden-text {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .circle-tabs-section .circle-tabs-text {
    margin-bottom: 3rem;
  }
  .circle-tabs-section .circle-tabs-text p br {
    display: none;
  }
  .circle-tabs-section .circle-tabs {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .circle-tabs-section .circle-tabs .circle-item {
    margin-left: 0;
    margin-right: 0;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part {
    max-width: 320px;
    margin: 0 auto;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .icon {
    width: 2.8rem;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .circle-title {
    font-size: var(--fontSize-28);
    margin: 1rem 0;
    color: #ffffff;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .head-inner .arrow-bottom svg {
    opacity: 1;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .animated-circle {
    opacity: 0;
  }
  .circle-tabs-section .circle-tabs .circle-item .head-part .animated-bg {
    transform: scale(1);
    opacity: 1;
  }
  .circle-tabs-section .circle-tabs .circle-item .hidden-part .hidden-text {
    padding: 2rem 0 0;
    opacity: 1;
  }
  .circle-tabs-section .circle-tabs .circle-item.active .head-part .animated-circle {
    transform: scale(1);
  }
  .circle-tabs-section .circle-tabs .circle-item.active .head-part .animated-bg {
    transform: scale(1);
  }
  .circle-tabs-section .horizontal-line {
    margin-top: 3rem;
  }
}
.technologies-columns-section .technologies-columns-text {
  margin-bottom: 4rem;
}
.technologies-columns-section .technologies-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.technologies-columns-section .technologies-columns .tech-column .main-part .icon-box {
  display: flex;
  align-items: center;
  height: 2.8rem;
  padding-left: 0.5rem;
  transform: translateY(1px);
}
.technologies-columns-section .technologies-columns .tech-column .main-part .icon-box .icon {
  width: 1.8rem;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box {
  aspect-ratio: 1/2.58;
  position: relative;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .back-side {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .back-side .key-word {
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  color: #ffffff;
  font-size: var(--fontSize-150);
  margin-right: -0.12em;
  margin-bottom: -0.04em;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .back-side .image {
  transition: filter 0.5s ease-in-out;
  filter: brightness(1);
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side {
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .horizontal-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  z-index: 2;
  transition: transform 0.5s ease-in-out;
  transform: scaleX(0);
  transform-origin: 50% 50%;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .overlay {
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text {
  position: relative;
  z-index: 1;
  padding: 1.8rem 1.5rem;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-title {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  color: #ffffff;
  font-size: var(--fontSize-26);
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-text {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-size: var(--fontSize-18);
  line-height: 1.2;
}
.technologies-columns-section .technologies-columns .tech-column .mobile-part {
  display: none;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(1) .main-part .icon-box {
  background-color: #0098FF;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(1) .main-part .info-box .front-side .overlay {
  background-color: #0098FF;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(2) .main-part .icon-box {
  background-color: #066AAD;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(2) .main-part .info-box .front-side .overlay {
  background-color: #066AAD;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(3) .main-part .icon-box {
  background-color: #212C43;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(3) .main-part .info-box .front-side .overlay {
  background-color: #212C43;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(4) .main-part .icon-box {
  background-color: #2F8257;
}
.technologies-columns-section .technologies-columns .tech-column:nth-of-type(4) .main-part .info-box .front-side .overlay {
  background-color: #2F8257;
}
.technologies-columns-section .technologies-columns .tech-column:hover .main-part .info-box .front-side .horizontal-line, .technologies-columns-section .technologies-columns .tech-column:focus-visible .main-part .info-box .front-side .horizontal-line {
  transform: scaleX(1);
}
.technologies-columns-section .technologies-columns .tech-column:hover .main-part .info-box .front-side .overlay, .technologies-columns-section .technologies-columns .tech-column:focus-visible .main-part .info-box .front-side .overlay {
  transform: translateY(0);
}
.technologies-columns-section .technologies-columns .tech-column:hover .main-part .info-box .front-side .front-side-text, .technologies-columns-section .technologies-columns .tech-column:focus-visible .main-part .info-box .front-side .front-side-text {
  opacity: 1;
}
.technologies-columns-section .technologies-columns:has(.tech-column:hover) .tech-column .main-part .info-box .back-side .image {
  filter: brightness(0.5);
}
.technologies-columns-section .technologies-columns:has(.tech-column:hover) .tech-column:hover .main-part .info-box .back-side .image {
  filter: brightness(1);
}

@media (min-width: 1600px) {
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box {
    aspect-ratio: 1/2.2;
  }
}
@media (min-width: 1900px) {
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-title {
    font-size: var(--fontSize-28);
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-text {
    font-size: var(--fontSize-20);
  }
}
@media (min-width: 2200px) {
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-title {
    font-size: var(--fontSize-32);
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side .front-side-text .front-text {
    font-size: var(--fontSize-24);
  }
}
@media (max-width: 1080px) {
  .technologies-columns-section .technologies-columns-text {
    margin-bottom: 3.5rem;
  }
  .technologies-columns-section .technologies-columns-text br {
    display: none;
  }
  .technologies-columns-section .technologies-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem 3rem;
  }
  .technologies-columns-section .technologies-columns .tech-column {
    display: flex;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box {
    min-height: 300px;
    flex-grow: 1;
    aspect-ratio: unset;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .back-side .key-word {
    font-size: 70px;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .front-side {
    display: none;
  }
  .technologies-columns-section .technologies-columns .tech-column .mobile-part {
    margin-top: 2.5rem;
    padding: 0 0 1.5rem 2.5rem;
    display: block;
  }
  .technologies-columns-section .technologies-columns .tech-column .mobile-part .front-title {
    font-weight: 400;
    font-family: Riccione-Serial, serif;
    font-style: normal;
    font-size: var(--fontSize-24);
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .technologies-columns-section .technologies-columns .tech-column .mobile-part .front-text {
    font-weight: 400;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    font-size: var(--fontSize-18);
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .technologies-columns-section .technologies-columns-text {
    margin-bottom: 3rem;
  }
  .technologies-columns-section .technologies-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part {
    width: 70px;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box {
    min-height: 250px;
  }
  .technologies-columns-section .technologies-columns .tech-column .main-part .info-box .back-side .key-word {
    font-size: 50px;
  }
  .technologies-columns-section .technologies-columns .tech-column .mobile-part {
    padding: 0 0 0 2rem;
  }
  .technologies-columns-section .technologies-columns .tech-column .mobile-part .front-title br {
    display: none;
  }
}
.front-page-header-section {
  background-color: #EAE0D6;
}
.front-page-header-section .gradient-overlay {
  z-index: 11;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
}
.front-page-header-section .front-content-part {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.front-page-header-section .front-content-part .title-part {
  padding-left: var(--content-1258-box-indent);
  padding-top: calc(var(--header-height) + 10rem);
  padding-bottom: 5rem;
  display: flex;
  align-items: flex-end;
}
.front-page-header-section .front-content-part .title-part .title-composition .front-title {
  padding-right: 3rem;
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  color: #ffffff;
  font-size: var(--fontSize-54);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.front-page-header-section .front-content-part .key-words-part {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.front-page-header-section .front-content-part .key-words-part .key-word-column {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.front-page-header-section .front-content-part .key-words-part .key-word-column .key-word {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-150);
  margin-right: 0;
  padding-bottom: 0.3rem;
  margin-bottom: 3rem;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #24A7FF 50%, #ffffff 50%);
  background-size: 100% 200%;
  background-position: bottom;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  transition: background-position 0.4s ease, letter-spacing 0.4s ease;
  letter-spacing: 0;
}
.front-page-header-section .front-content-part .key-words-part .key-word-column .key-word.active {
  letter-spacing: 0.03em;
  background-position: top;
}
.front-page-header-section .front-content-part .key-words-part .key-word-column .key-word:hover {
  background-position: top;
}
.front-page-header-section .back-slider-part {
  opacity: 0;
  animation: opacityAnimation 1s ease 0s forwards;
  overflow: hidden;
}
.front-page-header-section .back-slider-part .mosaic-slider {
  background-color: #212C43;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.15s;
  z-index: 1;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.active {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.5s ease-in-out;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide .part {
  webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide .part .image {
  transition: none;
  object-position: center;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide .part .image.top {
  object-position: top;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide .part .image.bottom {
  object-position: bottom;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.complete .part .image {
  transition: transform 1.3s ease-in-out;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(1) {
  clip-path: polygon(0 0, 16.88% 0, 16.88% 100%, 0% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(1) .image {
  transform: translateY(2%) scale(1.1);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(2) {
  clip-path: polygon(16.66% 0, 33.55% 0, 33.55% 100%, 16.66% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(2) .image {
  transform: translateY(-2%) scale(1.15);
  transform-origin: 75% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(3) {
  clip-path: polygon(33.33% 0, 50.22% 0, 50.22% 100%, 33.33% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(3) .image {
  transform: translateY(-4%) scale(1.15);
  transform-origin: 80% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(4) {
  clip-path: polygon(50% 0, 66.88% 0, 66.88% 100%, 50% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(4) .image {
  transform: translateY(-6%) scale(1.17);
  transform-origin: 85% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(5) {
  clip-path: polygon(66.66% 0, 83.55% 0, 83.55% 100%, 66.66% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(5) .image {
  transform: translateY(-8%) scale(1.17);
  transform-origin: 70% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(6) {
  clip-path: polygon(83.33% 0, 100% 0, 100% 100%, 83.33% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(6) .image {
  transform: translateY(-10%) scale(1.2);
  transform-origin: 75% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle .part:nth-of-type(7) {
  display: none;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.rectangle.complete .part:nth-of-type(-n+6) .image {
  transform: translateY(0) scale(1);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(1) {
  clip-path: polygon(0 58.9%, 0% 100%, 29.9% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(1) .image {
  transform: translateY(2%) scale(1.15);
  transform-origin: 70% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(2) {
  clip-path: polygon(0 59%, 0 17.9%, 46.1% 100%, 23% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(2) .image {
  transform: translateY(4%) scale(1.15);
  transform-origin: 20% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(3) {
  clip-path: polygon(0 0, 15.1% 0, 69.1% 100%, 46% 100%, 0 18%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(3) .image {
  transform: translateY(6%) scale(1.14);
  transform-origin: 65% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(4) {
  clip-path: polygon(15% 0, 38.3% 0, 92.3% 100%, 69% 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(4) .image {
  transform: translateY(8%) scale(1.15);
  transform-origin: 60% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(5) {
  clip-path: polygon(61.3% 0, 100% 69.8%, 100% 100%, 92.1% 100%, 38% 0);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(5) .image {
  transform: translateY(8%) scale(1.17);
  transform-origin: 40% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(6) {
  clip-path: polygon(61% 0, 84.1% 0, 100% 28.9%, 100% 70%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(6) .image {
  transform: translateY(8%) scale(1.17);
  transform-origin: 90% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(7) {
  clip-path: polygon(84% 0, 100% 29%, 100% 0);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram .part:nth-of-type(7) .image {
  transform: translateY(10%) scale(1.2);
  transform-origin: 75% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.parallelogram.complete .part:nth-of-type(-n+7) .image {
  transform: translateY(0) scale(1);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(1) {
  clip-path: circle(8% at 50% 50%);
  z-index: 10;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(1) .image {
  transform: scale(0.3);
  transform-origin: 50% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(2) {
  clip-path: circle(23% at 50% 50%);
  z-index: 9;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(2) .image {
  transform: scale(0.78);
  transform-origin: 50% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(3) {
  clip-path: circle(38% at 50% 50%);
  z-index: 8;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(3) .image {
  transform: scale(1.1);
  transform-origin: -81% 13%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(4) {
  clip-path: circle(53% at 50% 50%);
  z-index: 7;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(4) .image {
  transform: scale(1.1);
  transform-origin: -7% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(5) {
  clip-path: circle(68% at 50% 50%);
  z-index: 6;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(5) .image {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(6) {
  clip-path: circle(83% at 50% 50%);
  z-index: 5;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(6) .image {
  transform: scale(1.4);
  transform-origin: 40% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle .part:nth-of-type(7) {
  display: none;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.circle.complete .part:nth-of-type(-n+7) .image {
  transform: translateY(0) scale(1);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(1) {
  clip-path: polygon(0 0, 100% 0, 100% 25%, 0 25%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(1) .image {
  transform: translateY(-12%) scale(1.1);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(2) {
  clip-path: polygon(0 25%, 100% 25%, 100% 50%, 0 50%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(2) .image {
  transform: translateY(10%) scale(1.15);
  transform-origin: 75% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(3) {
  clip-path: polygon(0 50%, 100% 50%, 100% 75%, 0 75%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(3) .image {
  transform: translateY(-15%) scale(1.15);
  transform-origin: 80% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(4) {
  clip-path: polygon(0 75%, 100% 75%, 100% 100%, 0 100%);
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(4) .image {
  transform: translateY(20%) scale(1.2);
  transform-origin: 85% 50%;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(5), .front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(6), .front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal .part:nth-of-type(7) {
  display: none;
}
.front-page-header-section .back-slider-part .mosaic-slider .mosaic-slide.horizontal.complete .part:nth-of-type(-n+6) .image {
  transform: translateY(0) scale(1);
}

@media (min-width: 1080px) and (min-height: 450px) and (max-width: 2560px) {
  .front-page-header-section .front-content-part {
    min-height: 100svh;
    height: 100dvh;
  }
}
@media (max-width: 768px) and (max-height: 1000px) {
  .front-page-header-section .front-content-part {
    min-height: 100svh;
    height: 100dvh;
  }
}
@media (max-width: 1438px) {
  .front-page-header-section .front-content-part .title-part .title-composition .front-title br {
    display: none;
  }
}
@media (max-width: 1366px) {
  .front-page-header-section .front-content-part .title-part {
    padding-bottom: 3rem;
  }
  .front-page-header-section .front-content-part .title-part .title-composition .front-title {
    margin-bottom: 1.5rem;
  }
  .front-page-header-section .front-content-part .key-words-part .key-word-column .key-word {
    margin-bottom: 3rem;
  }
}
@media (max-width: 860px) {
  .front-page-header-section .front-content-part {
    grid-template-columns: 1fr;
  }
  .front-page-header-section .front-content-part .title-part .title-composition .front-title {
    padding-right: 0;
  }
  .front-page-header-section .front-content-part .title-part .title-composition .front-title br {
    display: inline;
  }
  .front-page-header-section .front-content-part .key-words-part {
    display: none;
  }
}
@media (max-width: 768px) {
  .front-page-header-section .front-content-part .title-part {
    padding-right: var(--content-1258-box-indent);
  }
}
@media (max-width: 620px) {
  .front-page-header-section .front-content-part .title-part {
    padding-right: var(--content-1258-box-indent);
  }
  .front-page-header-section .front-content-part .title-part .title-composition .front-title br {
    display: none;
  }
}
@media (max-width: 520px) {
  .front-page-header-section .front-content-part {
    min-height: 40vw;
    height: unset;
  }
  .front-page-header-section .front-content-part .title-part {
    padding-top: calc(var(--header-height) + 6rem);
    padding-bottom: 5rem;
  }
}
@keyframes opacityAnimation {
  100% {
    opacity: 1;
  }
}
.front-page-about-section {
  position: relative;
  overflow: hidden;
}
.front-page-about-section .back-decor-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 3;
  opacity: 0;
}
.front-page-about-section .back-decor-logo svg {
  color: #e0d5ca;
}
.front-page-about-section .top-content {
  position: relative;
  margin-bottom: 5rem;
}
.front-page-about-section .top-content .top-content-inner {
  position: relative;
  z-index: 5;
}
.front-page-about-section .top-content .top-content-inner .about-overtitle {
  margin-bottom: 1.8rem;
  color: rgba(104, 69, 39, 0.65);
}
.front-page-about-section .top-content .top-content-inner .about-title {
  color: #684527;
  margin-bottom: 5rem;
}
.front-page-about-section .top-content .back-overlay {
  position: absolute;
  left: var(--minus-content-962-box-indent);
  right: var(--minus-content-962-box-indent);
  top: -10rem;
  bottom: 8.5rem;
  background: #EAE0D6;
  z-index: 1;
}
.front-page-about-section .bottom-content {
  position: relative;
  z-index: 10;
  display: flex;
}
.front-page-about-section .bottom-content .bottom-left-column {
  padding: 2rem 8rem 2rem 0;
}
.front-page-about-section .bottom-content .bottom-left-column .about-plaintext {
  color: #684527;
}
.front-page-about-section .bottom-content .bottom-right-column {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 2.2rem;
  display: flex;
  align-items: flex-end;
}
.front-page-about-section .bottom-content .bottom-right-column .horizontal-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #684527;
}
.front-page-about-section .bottom-content .bottom-right-column .about-button {
  white-space: nowrap;
}

@media (max-width: 1366px) {
  .front-page-about-section .top-content .top-content-inner .about-title {
    margin-bottom: 3rem;
  }
  .front-page-about-section .top-content .back-overlay {
    bottom: 6rem;
  }
  .front-page-about-section .bottom-content .bottom-left-column {
    padding: 2rem 4rem 2rem 0;
  }
}
@media (max-width: 1080px) {
  .front-page-about-section .top-content {
    margin-bottom: 4.5rem;
  }
  .front-page-about-section .top-content .back-overlay {
    bottom: 5rem;
  }
  .front-page-about-section .top-content .top-content-inner .about-title br {
    display: none;
  }
  .front-page-about-section .bottom-content .bottom-left-column {
    padding: 2rem 3rem 2rem 0;
  }
}
@media (max-width: 767px) {
  .front-page-about-section .back-decor-logo {
    width: 80%;
  }
  .front-page-about-section .top-content {
    margin-bottom: 3rem;
  }
  .front-page-about-section .top-content .top-content-inner .about-title {
    margin-bottom: 2.5rem;
  }
  .front-page-about-section .top-content .top-content-inner .about-title br {
    display: none;
  }
  .front-page-about-section .top-content .back-overlay {
    bottom: 4rem;
  }
  .front-page-about-section .bottom-content {
    flex-direction: column;
  }
  .front-page-about-section .bottom-content .bottom-left-column {
    padding: 0 0 1.5rem 0;
  }
  .front-page-about-section .bottom-content .bottom-right-column {
    padding-left: 0;
    padding-bottom: 0;
  }
  .front-page-about-section .bottom-content .bottom-right-column .horizontal-line {
    display: none;
  }
}
.front-page-our-story-section {
  overflow: hidden;
}
.front-page-our-story-section .top-content {
  margin-bottom: 4rem;
}
.front-page-our-story-section .top-content .our-story-overtitle {
  color: #8C95AA;
  margin-bottom: 1.8rem;
}
.front-page-our-story-section .top-content .our-story-title {
  margin-bottom: 2rem;
}
.front-page-our-story-section .bottom-content {
  position: relative;
}
.front-page-our-story-section .bottom-content .bottom-content-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.front-page-our-story-section .bottom-content .bottom-content-inner .our-story-button {
  margin-top: 4rem;
  align-self: center;
}
.front-page-our-story-section .bottom-content .back-overlay {
  position: absolute;
  left: var(--minus-content-962-box-indent);
  right: var(--minus-content-962-box-indent);
  top: 11rem;
  bottom: -10rem;
  background: #EAE0D6;
}

@media (max-width: 1366px) {
  .front-page-our-story-section .top-content {
    margin-bottom: 3.5rem;
  }
  .front-page-our-story-section .bottom-content .bottom-content-inner .our-story-button {
    margin-top: 3rem;
  }
  .front-page-our-story-section .bottom-content .back-overlay {
    top: 8rem;
  }
}
@media (max-width: 1080px) {
  .front-page-our-story-section .top-content {
    margin-bottom: 3rem;
  }
  .front-page-our-story-section .bottom-content .bottom-content-inner .our-story-button {
    margin-top: 2.5rem;
  }
  .front-page-our-story-section .bottom-content .back-overlay {
    top: 6rem;
  }
}
@media (max-width: 767px) {
  .front-page-our-story-section .top-content .our-story-title br {
    display: none;
  }
  .front-page-our-story-section .bottom-content .back-overlay {
    top: 5rem;
  }
}
.front-page-our-team-section {
  background-color: #066AAD;
  display: flex;
  align-items: center;
}
.front-page-our-team-section .front-page-our-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.front-page-our-team-section .front-page-our-team .info-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 4.5rem;
}
.front-page-our-team-section .front-page-our-team .info-column .info-column-top {
  margin-bottom: 2rem;
}
.front-page-our-team-section .front-page-our-team .info-column .info-column-top .our-team-overtitle {
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.front-page-our-team-section .front-page-our-team .info-column .info-column-top .our-team-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.front-page-our-team-section .front-page-our-team .info-column .info-column-top .our-team-plaintext {
  color: #ffffff;
}
.front-page-our-team-section .front-page-our-team .image-column .our-team-image {
  position: relative;
  aspect-ratio: 1/1;
}

@media (min-width: 1600px) {
  .front-page-our-team-section .front-page-our-team .info-column {
    padding-right: 7rem;
  }
}
@media (min-width: 1921px) {
  .front-page-our-team-section .front-page-our-team .info-column {
    padding-right: 10rem;
  }
}
@media (max-width: 1366px) {
  .front-page-our-team-section .front-page-our-team .info-column {
    padding-right: 3.5rem;
  }
}
@media (max-width: 1080px) {
  .front-page-our-team-section .front-page-our-team .info-column {
    padding-right: 3rem;
  }
  .front-page-our-team-section .front-page-our-team .image-column .our-team-image {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .front-page-our-team-section .front-page-our-team {
    grid-template-columns: 1fr;
  }
  .front-page-our-team-section .front-page-our-team .info-column {
    padding-right: 0;
  }
  .front-page-our-team-section .front-page-our-team .info-column .info-column-top {
    margin-bottom: 1.5rem;
  }
  .front-page-our-team-section .front-page-our-team .info-column .info-column-top .our-team-title br {
    display: none;
  }
  .front-page-our-team-section .front-page-our-team .image-column .our-team-image {
    margin-top: 3rem;
    margin-right: 0;
    aspect-ratio: 1/1;
    height: unset;
  }
}
.news-references-section {
  display: flex;
  align-items: center;
}
.news-references-section .section-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news-references-section .news-references-overtitle {
  margin-bottom: 1.8rem;
  color: #2F8257;
}
.news-references-section .news-references-title {
  margin-bottom: 3.5rem;
  color: #245D50;
}
.news-references-section .news-references-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0rem;
}
.news-references-section .news-references-link {
  margin-top: 4.5rem;
  align-self: flex-end;
}

@media (max-width: 1366px) {
  .news-references-section .news-references-title {
    margin-bottom: 3rem;
  }
  .news-references-section .news-references-grid {
    grid-gap: 2.5rem;
  }
  .news-references-section .news-references-link {
    margin-top: 4rem;
  }
}
@media (max-width: 1080px) {
  .news-references-section .news-references-grid {
    grid-gap: 2rem;
  }
  .news-references-section .news-references-link {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .news-references-section .news-references-title {
    margin-bottom: 2.5rem;
  }
  .news-references-section .news-references-grid {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .news-references-section .news-references-link {
    margin-top: 2rem;
  }
}
.investments-map-section {
  background-color: #E0ECE4;
}
.investments-map-section .investments-map-overtitle {
  margin-bottom: 1.8rem;
}
.investments-map-section .investments-map-title {
  margin-bottom: 3rem;
}
.investments-map-section .investments-map {
  position: relative;
}
.investments-map-section .investments-map .map-wrapper {
  position: relative;
}
.investments-map-section .investments-map .map-wrapper .map-element .state.active {
  fill: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list {
  webkit-backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company {
  position: absolute;
  transform: translateX(-50%) translateY(50%);
  z-index: 1;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company.active {
  z-index: 100;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-icons {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-icons.wrap-border {
  border-width: 1px;
  border-style: solid;
  border-radius: 1rem;
  padding: 3px;
  background: #ffffff;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-icons .icon-box {
  width: 1rem;
  margin-right: 4px;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-icons .icon-box:last-of-type {
  margin-right: 0;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup {
  position: absolute;
  width: 11rem;
  bottom: calc(100% + 2px);
  right: calc(50% - 1px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup.opened {
  opacity: 1;
  visibility: visible;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup .popup-inner {
  background: #ffffff;
  border: 1px solid #212C43;
  position: relative;
  padding: 1.35rem 1.25rem;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup .popup-inner .company-name {
  font-weight: 500;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup .popup-inner .company-capacity {
  font-weight: 400;
  font-family: FoundersGrotesk, sans-serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  line-height: 1.2;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup .triangle {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  position: relative;
  z-index: 10;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .company-popup .triangle svg {
  visibility: visible;
  pointer-events: none;
  width: 26px;
  margin-top: -2px;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-icons.wrap-border {
  border-color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-icons .icon-box svg .icon-path,
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-icons .icon-box svg .border-path {
  color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-icons .icon-box svg .circle-path {
  color: #ffffff;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-popup .popup-inner {
  border: 1px solid #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-popup .popup-inner .company-name {
  color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-popup .popup-inner .company-capacity {
  color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=active] .company-popup .triangle svg {
  color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=realized] .company-icons.wrap-border {
  border-color: #2F8257;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=realized] .company-icons .icon-box svg .icon-path {
  color: #53b77e;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=realized] .company-icons .icon-box svg .circle-path,
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-status=realized] .company-icons .icon-box svg .border-path {
  color: #185132;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-marker-pos=right-indent] {
  transform: translateX(0%) translateY(0%);
  margin-left: 1.5rem;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-marker-pos=right-indent] .marker-lines {
  display: block;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-marker-pos=left-indent] {
  transform: translateX(calc(-100% - 1.5rem)) translateY(0%);
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-marker-pos=left-indent] .marker-lines {
  display: block;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company[data-marker-pos=left-indent] .marker-lines .line {
  right: unset;
  left: 0;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .marker-lines {
  display: none;
  padding-top: 0.2rem;
}
.investments-map-section .investments-map .map-wrapper .marker-list .item-company .marker-lines .line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 1.5rem);
  height: 1px;
  background: #212C43;
}
.investments-map-section .investments-map .mobile-navigation,
.investments-map-section .investments-map .mobile-list {
  display: none;
}
.investments-map-section .investments-map .map-legend {
  position: absolute;
  left: 100%;
  bottom: 0;
  border-collapse: collapse;
}
.investments-map-section .investments-map .map-legend tr {
  border-bottom: 1px solid #212C43;
}
.investments-map-section .investments-map .map-legend tr th {
  padding: 0.45rem 0.3rem;
  vertical-align: bottom;
}
.investments-map-section .investments-map .map-legend tr th .text-type {
  font-weight: 400;
  font-size: var(--fontSize-20);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1;
  text-align: left;
}
.investments-map-section .investments-map .map-legend tr td {
  vertical-align: middle;
  padding: 0.5rem 0.4rem;
}
.investments-map-section .investments-map .map-legend tr td .icon {
  display: block;
  width: 1.2rem;
  margin: 0 auto;
}
.investments-map-section .investments-map .map-legend tr td .icon svg {
  overflow: visible;
}
.investments-map-section .investments-map .map-legend tr td .icon svg .icon-path {
  color: #53b77e;
}
.investments-map-section .investments-map .map-legend tr td .icon svg .circle-path,
.investments-map-section .investments-map .map-legend tr td .icon svg .border-path {
  color: #185132;
}
.investments-map-section .investments-map .map-legend tr td .text-tech {
  text-align: left;
  font-size: var(--fontSize-18);
}
.investments-map-section .investments-map .map-legend tr th:nth-of-type(1) .icon svg .icon-path,
.investments-map-section .investments-map .map-legend tr th:nth-of-type(1) .icon svg .border-path,
.investments-map-section .investments-map .map-legend tr td:nth-of-type(1) .icon svg .icon-path,
.investments-map-section .investments-map .map-legend tr td:nth-of-type(1) .icon svg .border-path {
  color: #2F8257;
}
.investments-map-section .investments-map .map-legend tr th:nth-of-type(1) .icon svg .circle-path,
.investments-map-section .investments-map .map-legend tr td:nth-of-type(1) .icon svg .circle-path {
  color: #ffffff;
}

@media (max-width: 1366px) {
  .investments-map-section .investments-map {
    padding: 0 4.5rem;
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item .item-companies .item-company .company-popup {
    width: 10rem;
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item .item-companies .item-company .company-popup .popup-inner {
    padding: 1.15rem 1.05rem;
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item .item-companies .item-company .company-popup .popup-inner .company-name {
    font-size: var(--fontSize-18);
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item .item-companies .item-company .company-popup .popup-inner .company-capacity {
    font-size: var(--fontSize-18);
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item[data-marker-pos=right-indent] .item-companies {
    margin-left: 1rem;
  }
  .investments-map-section .investments-map .map-wrapper .marker-list .marker-item[data-marker-pos=left-indent] .item-companies {
    margin-right: 1rem;
  }
  .investments-map-section .investments-map .map-legend {
    left: calc(100% - 6rem);
  }
}
@media (max-width: 1080px) {
  .investments-map-section .investments-map-title br {
    display: none;
  }
  .investments-map-section .investments-map {
    padding: 0;
  }
  .investments-map-section .investments-map .map-wrapper {
    margin: 0 1.5rem;
  }
  .investments-map-section .investments-map .map-wrapper .map-element .state {
    transition: fill 0.3s ease-in-out;
  }
  .investments-map-section .investments-map .map-wrapper .map-element .state.active {
    fill: #2F8257;
  }
  .investments-map-section .investments-map .map-wrapper .map-element .state.selected {
    fill: #053C41;
  }
  .investments-map-section .investments-map .map-wrapper .marker-list {
    display: none;
  }
  .investments-map-section .investments-map .map-legend {
    display: none;
  }
  .investments-map-section .investments-map .mobile-navigation {
    display: flex;
    margin-top: 4rem;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 1.5rem 1.5rem;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box .title {
    display: inline-block;
    text-align: right;
    font-weight: 400;
    font-family: Riccione-Serial, serif;
    font-style: normal;
    font-size: var(--fontSize-24);
    color: #ffffff;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box.left-nav-box {
    background-color: #684527;
    flex-flow: row-reverse;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box.right-nav-box {
    background-color: #245D50;
  }
  .investments-map-section .investments-map .mobile-list {
    display: block;
    margin-top: 4rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group {
    display: none;
  }
  .investments-map-section .investments-map .mobile-list .mb-group.selected {
    display: block;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-state-name {
    margin-bottom: 2rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 3rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #212C43;
    padding: 1.8rem 1.5rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company:nth-of-type(1), .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company:nth-of-type(2) {
    border-top: 1px solid #212C43;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-icons {
    display: flex;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-icons .mb-icon-box {
    margin-right: 3px;
    width: 2.5rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-icons .mb-icon-box:last-of-type {
    margin-right: 0px;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-icons .mb-icon-box svg {
    overflow: visible;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-info {
    width: 100%;
    padding-right: 2rem;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-info .mb-name {
    font-weight: 500;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    font-size: var(--fontSize-24);
    line-height: 1.2;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company .mb-company-info .mb-capacity {
    font-weight: 400;
    font-family: FoundersGrotesk, sans-serif;
    font-style: normal;
    font-size: var(--fontSize-22);
    line-height: 1.2;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company[data-type=current] .mb-company-icons .mb-icon-box svg {
    color: #2F8257;
  }
}
@media (max-width: 767px) {
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid {
    grid-template-columns: 1fr;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company {
    padding: 1.2rem 0;
  }
  .investments-map-section .investments-map .mobile-list .mb-group .mb-company-grid .mb-company:nth-of-type(2) {
    border-top: none;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box .title {
    font-size: var(--fontSize-20);
  }
}
@media (max-width: 420px) {
  .investments-map-section .investments-map .mobile-navigation .nav-box {
    padding: 1.2rem 1.3rem 1.2rem;
    justify-content: center;
  }
  .investments-map-section .investments-map .mobile-navigation .nav-box .title {
    display: none;
  }
}
.info-box-with-collage-section .info-box-with-collage {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-right: var(--minus-content-962-box-indent);
}
.info-box-with-collage-section .info-box-with-collage .left-top-cell .collage-image {
  width: calc(240px + -60 * (100vw - 1441px) / -479);
  aspect-ratio: 1/1;
  position: relative;
}
.info-box-with-collage-section .info-box-with-collage .left-bottom-cell {
  padding-right: 5rem;
}
.info-box-with-collage-section .info-box-with-collage .left-bottom-cell .info-box-with-collage-overtitle {
  margin-bottom: 1.8rem;
  color: #8C95AA;
}
.info-box-with-collage-section .info-box-with-collage .right-cell {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  align-items: flex-start;
}
.info-box-with-collage-section .info-box-with-collage .right-cell .collage-image {
  width: calc(240px + -60 * (100vw - 1441px) / -479);
  aspect-ratio: 1/2;
  position: relative;
}
.info-box-with-collage-section .info-box-with-collage .right-cell .collage-image.image-2 {
  margin-top: 50%;
}

@media (min-width: 1920px) {
  .info-box-with-collage-section .info-box-with-collage .left-top-cell .collage-image {
    width: calc(300px + -100 * (100vw - 1920px) / -640);
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell .collage-image {
    width: calc(300px + -100 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .info-box-with-collage-section .info-box-with-collage .left-top-cell .collage-image {
    width: 400px;
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell .collage-image {
    width: 400px;
  }
}
@media (max-width: 1080px) {
  .info-box-with-collage-section .info-box-with-collage .left-top-cell .collage-image {
    margin-bottom: 3rem;
    width: calc(240px + 80 * (100vw - 1080px) / 312);
  }
  .info-box-with-collage-section .info-box-with-collage .left-bottom-cell {
    padding-right: 3rem;
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell .collage-image {
    width: calc(240px + 80 * (100vw - 1080px) / 312);
  }
}
@media (max-width: 768px) {
  .info-box-with-collage-section .info-box-with-collage {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
  .info-box-with-collage-section .info-box-with-collage .left-top-cell {
    order: 1;
  }
  .info-box-with-collage-section .info-box-with-collage .left-top-cell .collage-image {
    width: 100%;
    margin-left: 0;
  }
  .info-box-with-collage-section .info-box-with-collage .left-bottom-cell {
    padding-right: 0;
    order: 2;
    padding-bottom: 3rem;
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell {
    order: 3;
    grid-column: unset;
    grid-row: unset;
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell .collage-image {
    width: 100%;
  }
  .info-box-with-collage-section .info-box-with-collage .right-cell .collage-image.image-2 {
    margin-top: 25%;
  }
}
.case-studies-slider-section .head-part {
  margin-bottom: 3rem;
}
.case-studies-slider-section .head-part .cs-slider-overtitle {
  color: #8C95AA;
}
.case-studies-slider-section .head-part .cs-slider-title {
  margin-top: 1.8rem;
}
.case-studies-slider-section .head-part .cs-slider-plaintext {
  margin-top: 2rem;
}
.case-studies-slider-section .cs-wrapper {
  position: relative;
}
.case-studies-slider-section .cs-wrapper .cs-head-row {
  position: relative;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider {
  margin-left: -100%;
  margin-right: -100%;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide {
  padding: 0 2px;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .cs-image {
  position: relative;
  aspect-ratio: 2.4/1;
  overflow: hidden;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .cs-image .image {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.05);
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.2rem 2.5rem;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box .logo-wrapper {
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.3s;
  width: 15rem;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons {
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.3s;
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box {
  margin-right: 0.5rem;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box:last-of-type {
  margin-right: 0;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box .icon {
  display: block;
  width: 2rem;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box .icon svg {
  overflow: visible;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box.solar .icon svg {
  color: #0098FF;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box.wind .icon svg {
  color: #066AAD;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box.storage .icon svg {
  color: #00395C;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .technology-icons .icon-box.other .icon svg {
  color: #2F8257;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide.swiper-slide-active .technology-icons {
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide.swiper-slide-active .logo-box .logo-wrapper {
  transition: opacity 0.7s ease-in-out;
  opacity: 1;
}
.case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide.swiper-slide-active .cs-image .image {
  transition: transform 1.5s ease-in-out 0.4s;
  transform: scale(1.01);
}
.case-studies-slider-section .cs-wrapper .main-navigation {
  position: absolute;
  left: var(--minus-content-962-box-indent);
  right: var(--minus-content-962-box-indent);
  top: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box {
  position: relative;
  z-index: 10;
  height: 100%;
  width: calc(var(--content-962-box-indent) - 2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.8rem 1.5rem 1.5rem;
  transition: background-color 0.3s ease-in-out;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box.left-nav-box {
  background-color: rgba(104, 69, 39, 0.8);
  align-items: flex-end;
  text-align: right;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box.right-nav-box {
  background-color: rgba(36, 93, 80, 0.8);
  align-items: flex-start;
  text-align: left;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box {
  width: 100%;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box .swiper-wrapper .title-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box .swiper-wrapper .title-slide.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out 0.3s;
}
.case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box .swiper-wrapper .title-slide .nav-title {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-20);
  color: #ffffff;
  padding-bottom: 0.2rem;
  letter-spacing: 0.05em;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.8s ease-in-out 0.3s;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head {
  padding: 1.5rem 0 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-title-wrap {
  padding-right: 2rem;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-title-wrap .cs-info-title {
  font-weight: 400;
  font-family: Riccione-Serial, serif;
  font-style: normal;
  font-size: var(--fontSize-30);
  line-height: 1.2;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap {
  display: flex;
  flex-wrap: wrap;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item {
  margin-right: 1rem;
  padding-right: 1rem;
  position: relative;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item:before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 0.2rem);
  width: 1px;
  height: 0.5rem;
  background-color: #212C43;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item:last-of-type:before {
  display: none;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item .data-field {
  margin: 0;
  font-size: var(--fontSize-16);
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .horizontal-line {
  width: 100%;
  height: 1px;
  background: #000000;
}
.case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-body {
  padding-top: 1.3rem;
}
.case-studies-slider-section .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

@media (min-width: 1081px) {
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:hover.left-nav-box, .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:focus-visible.left-nav-box {
    background-color: rgba(104, 69, 39, 0.95);
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:hover.right-nav-box, .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:focus-visible.right-nav-box {
    background-color: rgba(36, 93, 80, 0.95);
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:hover .arrow-nav .arrow-icon .arrow-left-inner svg,
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:hover .arrow-nav .arrow-icon .arrow-right-inner svg, .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:focus-visible .arrow-nav .arrow-icon .arrow-left-inner svg,
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box:focus-visible .arrow-nav .arrow-icon .arrow-right-inner svg {
    transform: translateX(0);
  }
}
@media (max-width: 1366px) {
  .case-studies-slider-section .cs-wrapper .cs-head-row {
    margin-left: calc(var(--minus-content-962-box-indent) - 25rem);
    margin-right: calc(var(--minus-content-962-box-indent) - 25rem);
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider {
    margin: 0;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box {
    padding: 1.8rem 2.2rem;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box .logo-wrapper {
    width: 12rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation {
    margin-left: -25rem;
    margin-right: -25rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box {
    width: calc(33.33% - 2px - 25rem);
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.left-nav-box {
    margin-left: 25rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.right-nav-box {
    margin-right: 25rem;
  }
}
@media (max-width: 1080px) {
  .case-studies-slider-section .cs-wrapper .cs-head-row {
    margin-left: calc(var(--minus-content-962-box-indent) - 15rem);
    margin-right: calc(var(--minus-content-962-box-indent) - 15rem);
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .cs-image {
    aspect-ratio: 2/1;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box {
    padding: 1.5rem 1.8rem;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box .logo-wrapper {
    width: 12rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation {
    margin-left: -15rem;
    margin-right: -15rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box {
    width: calc(33.33% - 2px - 15rem);
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.left-nav-box {
    margin-left: 15rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.right-nav-box {
    margin-right: 15rem;
  }
}
@media (max-width: 920px) {
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head {
    flex-direction: column;
  }
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-title-wrap {
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-title-wrap .cs-info-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .case-studies-slider-section .cs-wrapper .cs-head-row {
    margin-left: -100%;
    margin-right: -100%;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box .logo-wrapper {
    width: 11rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation {
    position: static;
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box {
    width: 100%;
    padding: 1.65rem 1.4rem 1.4rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.left-nav-box {
    margin-left: 0;
    background-color: #684527;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box.right-nav-box {
    background-color: #245d50;
    margin-right: 0;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box {
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap {
    width: 100%;
    display: grid;
    grid-gap: 1rem 0;
    grid-template-columns: 1fr 1fr;
  }
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item {
    padding: 0 1.5rem;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item:nth-of-type(even):before {
    display: none;
  }
  .case-studies-slider-section .cs-wrapper .cs-bottom-row .cs-info-slider .swiper-wrapper .cs-info-slide .cs-info-slide-head .cs-data-wrap .cs-data-item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media (max-width: 420px) {
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box {
    padding: 1rem 1.4rem;
  }
  .case-studies-slider-section .cs-wrapper .cs-head-row .cs-images-slider .swiper-wrapper .cs-images-slide .logo-box .logo-wrapper {
    width: 8rem;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box {
    padding: 1.2rem 1.3rem 1.2rem;
    flex-direction: row;
    justify-content: center;
  }
  .case-studies-slider-section .cs-wrapper .main-navigation .nav-box .title-slider-box {
    display: none;
  }
}
#page-404 {
  max-width: 2562px;
  margin-inline: auto;
  position: relative;
  background: #2F8257;
}
#page-404 .composition-404 {
  min-height: calc(100dvh - var(--footer-height) - var(--header-height));
  padding: calc(var(--header-height) + 8rem) 0 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#page-404 .composition-404 .title-404 {
  color: #ffffff;
  margin-bottom: 1rem;
}
#page-404 .composition-404 .page-not-found {
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: var(--fontSize-24);
}
#page-404 .section-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 1366px) {
  #page-404 .composition-404 {
    padding: 10rem 3rem;
  }
}
@media (min-width: 1921px) {
  #page-404 .composition-404 {
    padding: calc(var(--header-height) + 10rem) 0 10rem;
  }
}
@media (max-width: 1080px) {
  #page-404 .composition-404 {
    padding: calc(var(--header-height) + 6rem) 0 6rem;
  }
}
/* Swiper */
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
