/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  background-color: #F5F5F5;
}

.container {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}

.bg-black {
  background-color: #000000;
}

.color-white {
  color: #ffffff;
}

.d-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body {
  color: #041E42;
}

h1, .h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -2.4px;
}
@media (min-width: 360px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 70px;
    line-height: 74px;
    letter-spacing: -2.1px;
  }
}

h2, .h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 23px;
  }
}

h4, .h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

h5, .h5 {
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}

a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
a:not(.btn):hover {
  text-decoration: underline;
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-animate-fadeIn {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.animated__fadeIn {
  opacity: 1;
}

.js-animate-slideIn {
  will-change: transform;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 1s ease-in-out;
}

.animated__slideIn {
  transform: translateY(0);
  opacity: 1;
}

.js-animate-slide_rotate {
  will-change: transform;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 1.1s ease-in-out;
}
.js-animate-slide_rotate:nth-child(odd) {
  transform: translateY(50px) rotate(4deg);
}
@media (min-width: 982px) {
  .js-animate-slide_rotate:nth-child(odd) {
    transform: translateY(100px) rotate(4deg);
  }
}
.js-animate-slide_rotate:nth-child(even) {
  transform: translateY(50px) rotate(-4deg);
}
@media (min-width: 982px) {
  .js-animate-slide_rotate:nth-child(even) {
    transform: translateY(110px) rotate(-6deg);
  }
}

.animated__slide_rotate:nth-child(odd), .animated__slide_rotate:nth-child(even) {
  transform: translateY(0) rotate(0);
  opacity: 1;
}

.animated__parallax {
  animation: 5s ease-in-out 0s infinite normal none running parallaxFloat;
  animation-fill-mode: both;
  will-change: transform;
}

@keyframes parallaxFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
.delay_200 {
  transition-delay: 0.2s;
}

.delay_400 {
  transition-delay: 0.4s;
}

.btn {
  display: inline-block;
  padding: 11px 45px 11px 18px;
  border-radius: 65px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: calc(100% - 18px);
  background-size: 14px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .btn {
    background-size: auto;
  }
}
.btn-dark {
  border: 1.25px solid transparent;
  background-color: #041E42;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.77291 15.8619C1.17475 16.1613 0.587733 15.4386 1.00346 14.9146L5.89179 8.75232C6.07245 8.52458 6.07225 8.20235 5.89129 7.97484L1.00728 1.83436C0.590826 1.31077 1.17709 0.587265 1.77563 0.88614L15.6317 7.80496C16.0924 8.03504 16.0928 8.69242 15.6323 8.92299L1.77291 15.8619Z' fill='white'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .btn-dark {
    font-size: 20px;
    padding: 9px 45px 13px 18px;
  }
}
.btn-dark:hover {
  border: 1.25px solid #041E42;
  background-color: transparent;
  color: #041E42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M1.77291 15.8619C1.17475 16.1613 0.587733 15.4386 1.00346 14.9146L5.89179 8.75232C6.07245 8.52458 6.07225 8.20235 5.89129 7.97484L1.00728 1.83436C0.590826 1.31077 1.17709 0.587265 1.77563 0.88614L15.6317 7.80496C16.0924 8.03504 16.0928 8.69242 15.6323 8.92299L1.77291 15.8619Z' fill='%23041E42'/%3E%3C/svg%3E");
}
.btn-dark-outline {
  border: 1.25px solid #041E42;
  color: #041E42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.01833 12.4895C0.539802 12.7291 0.0701866 12.1509 0.402768 11.7317L4.31344 6.80186C4.45796 6.61966 4.4578 6.36188 4.31303 6.17987L0.405825 1.26749C0.0726615 0.848616 0.541672 0.269812 1.02051 0.508912L12.1053 6.04397C12.474 6.22803 12.4742 6.75394 12.1058 6.93839L1.01833 12.4895Z' fill='%23041E42'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .btn-dark-outline {
    font-size: 16px;
    padding: 9px 45px 11px 18px;
  }
}
.btn-dark-outline:hover {
  background-color: #041E42;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M1.01833 12.4895C0.539802 12.7291 0.0701866 12.1509 0.402768 11.7317L4.31344 6.80186C4.45796 6.61966 4.4578 6.36188 4.31303 6.17987L0.405825 1.26749C0.0726615 0.848616 0.541672 0.269812 1.02051 0.508912L12.1053 6.04397C12.474 6.22803 12.4742 6.75394 12.1058 6.93839L1.01833 12.4895Z' fill='white'/%3E%3C/svg%3E");
}
.btn-light {
  border: 1.25px solid transparent;
  background-color: #ffffff;
  color: #041E42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.43489 19.6086C0.687194 19.9829 -0.0465837 19.0796 0.473075 18.4245L6.58349 10.7216C6.80932 10.437 6.80906 10.0342 6.58286 9.7498L0.47785 2.0742C-0.0427175 1.41971 0.690112 0.515332 1.43829 0.888926L18.7583 9.53745C19.3343 9.82505 19.3347 10.6468 18.7591 10.935L1.43489 19.6086Z' fill='%23041E42'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  .btn-light {
    font-size: 25px;
    padding: 13px 55px 15px 28px;
  }
}
.btn-light:hover {
  border: 1.25px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M1.43489 19.6086C0.687194 19.9829 -0.0465837 19.0796 0.473075 18.4245L6.58349 10.7216C6.80932 10.437 6.80906 10.0342 6.58286 9.7498L0.47785 2.0742C-0.0427175 1.41971 0.690112 0.515332 1.43829 0.888926L18.7583 9.53745C19.3343 9.82505 19.3347 10.6468 18.7591 10.935L1.43489 19.6086Z' fill='white'/%3E%3C/svg%3E");
}

.header {
  box-sizing: border-box;
  padding: 12px 0;
  height: 56px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 -1px 30px 0 rgba(55, 60, 58, 0.1), 0 20px 30px 0 rgba(55, 60, 58, 0.05);
}
@media (min-width: 992px) {
  .header {
    padding: 24px 0;
    height: 90px;
    border-radius: 0 0 25px 25px;
    background: #F5F5F5;
    box-shadow: 0 -1px 30px 0 rgba(55, 60, 58, 0.1), 0 20px 30px 0 rgba(55, 60, 58, 0.05);
  }
}
.header .container {
  max-width: 100vw;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .header .container {
    padding: 0 25px 0 40px;
  }
}
.header__logos {
  margin-right: 32px;
}
@media (min-width: 1200px) {
  .header__logos {
    margin-right: 40px;
  }
}
.header__logos a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #041E42;
  max-width: 139px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .header__logos a {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .header__logos a {
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  .header__logos a {
    max-width: 92px;
  }
}
.header__logos a:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header__logos a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__links {
  gap: 24px;
}
@media (min-width: 1200px) {
  .header__links {
    gap: 40px;
  }
}
.header__links-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .header__links-wrapper {
    display: flex;
    align-items: center;
  }
}
.header__links a {
  font-weight: 400;
}
@media (min-width: 992px) {
  .header__cta {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  .header__cta {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .header__burger-button {
    display: none;
  }
}
.header__burger-button button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M25 0.701294H0' stroke='%23041E42'/%3E%3Cpath d='M25 10.7013H0' stroke='%23041E42'/%3E%3Cpath d='M25 20.7013H0' stroke='%23041E42'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 20px;
  outline: none;
  border: none;
  background-color: #ffffff;
  cursor: pointer;
}
.header__burger-button button[aria-expanded=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' viewBox='0 0 25 22' fill='none'%3E%3Cpath d='M21.3354 1.86393L3.65771 19.5416' stroke='%23041E42'/%3E%3Cpath d='M21.3425 19.5416L3.66479 1.86392' stroke='%23041E42'/%3E%3C/svg%3E");
}
.header__mobile-menu {
  height: calc(100vh - 53px);
  position: absolute;
  width: 100%;
  top: -100vh;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.header__mobile-menu--overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease-in-out 0.2s;
}
.header__mobile-menu.is-open {
  top: 56px;
  opacity: 1;
}
.header__mobile-menu.is-open .header__mobile-menu--overlay {
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 51.65%, rgba(102, 102, 102, 0.5) 100%);
}
.header__mobile-menu--wrapper {
  background-color: #ffffff;
  padding: 10px 20px 30px;
}
.header__mobile-menu--nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.header__mobile-menu--nav a {
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 1px solid #D0D0CE;
}
.header__mobile-menu--nav a:first-of-type {
  border-top: 1px solid #D0D0CE;
}
.header__mobile-menu--nav a:hover {
  text-decoration: none;
  color: #78BFA7;
  font-weight: 500;
}

.hero {
  box-sizing: border-box;
  padding-top: 179px;
  height: 768px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 13.93%, #FFF 34.31%, #FFF 63.77%, rgba(255, 255, 255, 0) 78.42%, #FFF 98.03%);
}
@media (min-width: 768px) {
  .hero {
    height: 730px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-top: 153px;
    height: 810px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 73.4%, #FFF 100%);
  }
}
.hero .container {
  padding: 0 40px;
  max-width: 950px;
}
@media (min-width: 768px) {
  .hero__block-text {
    max-width: 524px;
  }
}
.hero__title {
  margin-bottom: 9px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .hero__title {
    margin-bottom: 20px;
  }
}
.hero__body {
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .hero__body {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .hero__body {
    font-size: 16px;
  }
}
.hero__images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.hero__images > div {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.hero__images > div img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.7s ease;
}
.hero__images > div img.layer-1 {
  z-index: 1;
}
.hero__images > div img.layer-2 {
  z-index: 2;
}
@media (min-width: 992px) {
  .hero__images-mobile {
    display: none;
  }
}
.hero__images-mobile--1 {
  bottom: 90px;
  left: -18px;
  height: 76px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .hero__images-mobile--1 {
    left: -10px;
    height: 100px;
    max-width: 130px;
  }
}
.hero__images-mobile--2 {
  top: 73px;
  left: 65%;
  height: 196px;
  max-width: 139px;
}
@media (min-width: 768px) {
  .hero__images-mobile--2 {
    top: 70px;
    left: 73%;
    height: 200px;
    max-width: 160px;
  }
}
.hero__images-mobile--3 {
  top: 42px;
  left: 45%;
  height: 115px;
  max-width: 93px;
}
@media (min-width: 768px) {
  .hero__images-mobile--3 {
    top: 50px;
    left: 65%;
    max-width: 100px;
  }
}
.hero__images-mobile--4 {
  bottom: -60px;
  left: 35%;
  height: 177px;
  max-width: 160px;
}
@media (min-width: 768px) {
  .hero__images-mobile--4 {
    bottom: -40px;
    height: 214px;
    max-width: 233px;
  }
}
.hero__images-mobile--5 {
  bottom: 90px;
  left: 58%;
  height: 130px;
  max-width: 120px;
}
@media (min-width: 768px) {
  .hero__images-mobile--5 {
    bottom: 116px;
    left: 61%;
    height: 150px;
    max-width: 175px;
  }
}
.hero__images-desktop {
  display: none;
}
@media (min-width: 992px) {
  .hero__images-desktop {
    display: block;
  }
}
.hero__images-desktop--1 {
  display: none;
}
@media (min-width: 1200px) {
  .hero__images-desktop--1 {
    display: block;
    top: 160px;
    left: -105px;
    height: 330px;
    max-width: 260px;
  }
}
@media (min-width: 1365px) {
  .hero__images-desktop--1 {
    max-width: 300px;
  }
}
.hero__images-desktop--2 {
  bottom: -100px;
  left: -100px;
  height: 236px;
  max-width: 290px;
}
@media (min-width: 1200px) {
  .hero__images-desktop--2 {
    bottom: -90px;
    height: 256px;
    max-width: 230px;
  }
}
.hero__images-desktop--3 {
  bottom: -100px;
  left: 50%;
  height: 236px;
  max-width: 210px;
}
.hero__images-desktop--4 {
  top: 136px;
  left: 55%;
  height: 186px;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .hero__images-desktop--4 {
    top: 115px;
    left: 56%;
    height: 220px;
    max-width: 200px;
  }
}
.hero__images-desktop--5 {
  top: 48%;
  left: 60%;
  height: 164px;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .hero__images-desktop--5 {
    top: 46%;
    left: 64%;
    height: 290px;
    max-width: 255px;
  }
}
.hero__images-desktop--6 {
  top: 31%;
  left: 71%;
  height: 164px;
  max-width: 125px;
}
@media (min-width: 1200px) {
  .hero__images-desktop--6 {
    top: 28%;
    left: 76%;
    height: 181px;
    max-width: 155px;
  }
}
.hero__images-desktop--7 {
  top: 170px;
  left: 86%;
  height: 280px;
  max-width: 260px;
}
@media (min-width: 1200px) {
  .hero__images-desktop--7 {
    left: 90%;
    top: 185px;
    height: 310px;
  }
}

.logos {
  background-color: #ffffff;
  padding: 50px 0;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 992px) {
  .logos {
    padding: 85px 0;
  }
}
.logos__title {
  color: rgba(4, 30, 66, 0.5);
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .logos__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.logos__wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 32px;
}
@media (min-width: 992px) {
  .logos__wrapper {
    gap: 10px 40px;
  }
}
.logos__item {
  width: calc((100% - 32px) / 2);
  height: 76px;
}
@media (min-width: 768px) {
  .logos__item {
    width: calc((100% - 96px) / 4);
    height: 88px;
  }
}
@media (min-width: 992px) {
  .logos__item {
    width: calc((100% - 160px) / 5);
  }
}
.logos__item:nth-child(2) .flipper {
  animation-delay: 0.08s;
}
.logos__item:nth-child(3) .flipper {
  animation-delay: 0.16s;
}
.logos__item:nth-child(4) .flipper {
  animation-delay: 0.23s;
}
.logos__item:nth-child(5) .flipper {
  animation-delay: 0.31s;
}
.logos__item:nth-child(6) .flipper {
  animation-delay: 0.39s;
}
.logos__item:nth-child(7) .flipper {
  animation-delay: 0.47s;
}
.logos__item:nth-child(8) .flipper {
  animation-delay: 0.54s;
}
.logos__item:nth-child(9) .flipper {
  animation-delay: 0.62s;
}
.logos__item:nth-child(10) .flipper {
  animation-delay: 0.7s;
}
.logos__item .flipper {
  position: relative;
  height: 100%;
  transform-style: preserve-3d;
  animation: flipX 14s infinite linear;
}
.logos__item .flipper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  inset: 0;
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
}
.logos__item .flipper .flipper-first {
  transform: rotateX(0deg) translateZ(15px);
}
.logos__item .flipper .flipper-second {
  transform: rotateX(120deg) translateZ(15px);
}
.logos__item .flipper .flipper-third {
  transform: rotateX(240deg) translateZ(15px);
}
@keyframes flipX {
  /* First side */
  0% {
    transform: rotateX(0deg);
  }
  9% {
    transform: rotateX(110deg);
  }
  11% {
    transform: rotateX(125deg);
  }
  14% {
    transform: rotateX(120deg);
  }
  33% {
    transform: rotateX(120deg);
  }
  /* Second side */
  42% {
    transform: rotateX(230deg);
  }
  44% {
    transform: rotateX(245deg);
  }
  47% {
    transform: rotateX(240deg);
  }
  66% {
    transform: rotateX(240deg);
  }
  /* Third side */
  75% {
    transform: rotateX(350deg);
  }
  77% {
    transform: rotateX(365deg);
  }
  80% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.logos__item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalyst-footer {
  padding-top: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .catalyst-footer {
    padding-top: 320px;
    background-size: 100% 100%;
  }
}
.catalyst-footer__title h2 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -3px;
}
@media (min-width: 992px) {
  .catalyst-footer__title h2 {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
    font-size: 100px;
    line-height: 100px;
  }
}
.catalyst-footer__link {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .catalyst-footer__link {
    margin-top: 48px;
  }
}
.catalyst-footer__link a {
  display: inline-block;
}
.catalyst-footer__copyright {
  border-top: 1.5px solid #ffffff;
  max-width: 100vw;
  margin: 145px 20px 0;
  padding-top: 44px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .catalyst-footer__copyright {
    margin: 164px 40px 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-top: 30px;
  }
}
.catalyst-footer__copyright-left, .catalyst-footer__copyright-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .catalyst-footer__copyright-left, .catalyst-footer__copyright-right {
    flex-direction: row;
    gap: 40px;
  }
}
.catalyst-footer__copyright-left a, .catalyst-footer__copyright-right a {
  color: #ffffff;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  line-height: 1.3;
  font-weight: 400;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .catalyst-footer__copyright-left a, .catalyst-footer__copyright-right a {
    padding-bottom: 0;
    font-size: 23px;
  }
}

.catalyst-team {
  padding-top: 44px;
  background: #F5F5F5;
}
@media (min-width: 992px) {
  .catalyst-team {
    padding-top: 110px;
    padding-bottom: 78px;
  }
}
.catalyst-team__title {
  margin-bottom: 35px;
}
.catalyst-team__title h3 {
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .catalyst-team__title h3 {
    font-size: 50px;
  }
}
.catalyst-team__members {
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .catalyst-team__members {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    max-width: 1168px;
  }
}
@media (min-width: 1200px) {
  .catalyst-team__members {
    gap: 48px;
  }
}
.catalyst-team__members-item {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  gap: 20px;
  padding-right: 14px;
}
@media (min-width: 992px) {
  .catalyst-team__members-item {
    flex-direction: column;
    gap: 12px;
    padding-right: 0;
    width: calc((100% - 72px) / 4);
  }
}
@media (min-width: 1200px) {
  .catalyst-team__members-item {
    width: calc((100% - 144px) / 4);
  }
}
.catalyst-team__members-item b {
  font-weight: 700;
}
.catalyst-team__members-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .catalyst-team__members-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    flex-shrink: unset;
  }
}
.catalyst-team__members-item .item-info {
  padding-block: 9px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .catalyst-team__members-item .item-info {
    padding-inline: 22px;
    padding-top: 0;
    padding-bottom: 20px;
    width: auto;
  }
}
.catalyst-team__members-item .item-info h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .catalyst-team__members-item .item-info h4 {
    font-size: 23px;
  }
}
.catalyst-team__members-item .item-info p {
  color: #6e6e6e;
  font-weight: 400;
}
.catalyst-team__members-item .item-info .position {
  line-height: 1.2;
  margin-bottom: 6px;
}
.catalyst-team__members-item .item-info-footer {
  justify-content: space-between;
}
.catalyst-team__members-item .item-info-footer a {
  transition: all 0.3s ease-in-out;
}
.catalyst-team__members-item .item-info-footer a:hover {
  transform: scale(1.1);
}

.portfolio-section {
  padding-top: 64px;
  padding-bottom: 44px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .portfolio-section {
    padding-inline: 0;
    padding: 160px 32px 115px;
  }
}
.portfolio-section .portfolio-title {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-title {
    margin-bottom: 50px;
  }
}
.portfolio-section .portfolio-title h3 {
  line-height: 1.3;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-title h3 {
    font-size: 50px;
  }
}
.portfolio-section .portfolio-tabs {
  margin-bottom: 40px;
  display: flex;
  gap: 32px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .portfolio-section .portfolio-tabs {
    gap: 42px;
  }
}
@media (max-width: 991px) {
  .portfolio-section .portfolio-tabs {
    display: none;
  }
}
.portfolio-section .portfolio-tabs .portfolio-tab {
  border: none;
  color: #041E42;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px;
}
.portfolio-section .portfolio-tabs .portfolio-tab.active {
  font-weight: 800;
}
.portfolio-section .portfolio-tabs .portfolio-tab:hover {
  border-radius: 10px;
  background-color: #041E42;
  color: #ffffff;
}
.portfolio-section .portfolio-dropdown {
  display: none;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #041E42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10' fill='none'%3E%3Cpath d='M0.807617 1.59619L7.40381 8.19238L14 1.59619' stroke='%23041E42' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .portfolio-section .portfolio-dropdown {
    display: block;
  }
}
.portfolio-section .portfolio-dropdown .portfolio-dropdown-toggle {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  font-weight: 800;
}
.portfolio-section .portfolio-dropdown .portfolio-dropdown-option {
  display: none;
}
.portfolio-section .portfolio-dropdown.open {
  display: flex;
  flex-direction: column;
  background-position: 96% 11%;
}
.portfolio-section .portfolio-dropdown.open .portfolio-dropdown-option {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  font-weight: 800;
  padding-bottom: 12px;
}
.portfolio-section .portfolio-dropdown.open .portfolio-dropdown-option:last-child {
  padding-bottom: 0;
}
.portfolio-section .portfolio-dropdown.open .portfolio-dropdown-option.active {
  display: none;
}
.portfolio-section .portfolio-dropdown.open .portfolio-dropdown-toggle {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies {
  display: none;
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid {
    gap: 24px;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company {
  box-shadow: 0 50px 50px 0 rgba(221, 239, 232, 0.5);
  width: calc(50% - 4px);
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company {
    border-radius: 30px;
    width: calc(33% - 13px);
    box-shadow: none;
    height: 196px;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company:hover {
  box-shadow: 0 50px 50px 0 rgba(221, 239, 232, 0.5);
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company:hover .portfolio-company__desc {
  opacity: 1;
  background-color: #041E42;
  z-index: 2;
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 20px;
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc {
  display: flex;
  opacity: 0;
  font-size: 12px;
  line-height: 123%;
  font-weight: 400;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  color: #DDEFE8;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc {
    font-size: 16px;
    padding: 25px 25px 20px 30px;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc p {
  max-height: 105px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc p {
    max-height: 119px;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc a {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.36px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .portfolio-section .portfolio-contents .portfolio-companies .portfolio-grid .portfolio-company__desc a {
    font-weight: 800;
  }
}
.portfolio-section .portfolio-contents .portfolio-companies.active {
  display: block;
}

.numbers {
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
  padding: 60px 0;
}
.numbers .container {
  max-width: 1304px;
}
.numbers__title {
  text-align: center;
  margin-bottom: 83px;
}
.numbers__wrapper {
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .numbers__wrapper {
    gap: 36px 24px;
  }
}
.numbers__item {
  width: calc((100% - 10px) / 2);
  height: 195px;
  padding: 15px 15px 15px 20px;
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 25px 0 rgba(157, 212, 207, 0.25);
}
@media (min-width: 768px) {
  .numbers__item {
    width: 294px;
    height: 275px;
    border-radius: 50px;
    padding: 20px 20px 35px 35px;
  }
}
@media (min-width: 992px) {
  .numbers__item {
    width: calc((100% - 72px) / 4);
  }
}
@media (min-width: 1300px) {
  .numbers__item {
    width: 290px;
  }
}
.numbers__item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .numbers__item-icon {
    width: 65px;
    height: 65px;
  }
}
.numbers__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.numbers__item-value {
  font-size: 50px;
  line-height: 44px;
  margin-top: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .numbers__item-value {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .numbers__item-value {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .numbers__item-value {
    font-size: 70px;
  }
}
.numbers__item-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 768px) {
  .numbers__item-desc {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .numbers__item-desc {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .numbers__item-desc {
    font-size: 23px;
  }
}

.benefits {
  background: linear-gradient(180deg, #F5F5F5 23.83%, #DDEFE8 100%);
  padding: 85px 0 70px;
}
.benefits .container {
  max-width: 1016px;
}
.benefits__title {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .benefits__title {
    margin-bottom: 24px;
  }
}
.benefits__subtitle {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .benefits__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .benefits__subtitle {
    margin-bottom: 36px;
  }
}
.benefits__wrapper {
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .benefits__wrapper {
    gap: 24px;
  }
}
.benefits__item {
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 50px 50px 0 rgba(221, 239, 232, 0.5);
  padding: 20px 24px 20px 16px;
  gap: 20px;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .benefits__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (min-width: 992px) {
  .benefits__item {
    border-radius: 50px;
    padding: 16px 70px 16px 16px;
    width: calc((100% - 24px) / 2);
    gap: 24px;
  }
}
.benefits__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 15px;
  background-color: #DDEFE8;
}
@media (min-width: 992px) {
  .benefits__item-icon {
    width: 128px;
    height: 128px;
    border-radius: 40px;
  }
}
.benefits__item-icon img {
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .benefits__item-icon img {
    width: 64px;
    height: 64px;
  }
}
.benefits__item-body {
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 992px) {
  .benefits__item-body {
    font-size: 20px;
    line-height: 140%;
  }
}

.section-timer {
  position: relative;
  z-index: 2;
}

.catalyst-timer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  border-radius: 0;
  position: relative;
  margin-top: 0;
  padding-top: 78px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .catalyst-timer {
    margin-top: -90px;
    padding-top: 145px;
    padding-bottom: 58px;
    background-size: cover;
    border-radius: 60px 60px 0 0;
    height: 810px;
  }
}
.catalyst-timer__title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .catalyst-timer__title {
    margin-bottom: 60px;
  }
}
.catalyst-timer__title h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 992px) {
  .catalyst-timer__title h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  }
}
.catalyst-timer__face {
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .catalyst-timer__face {
    gap: 52px;
    margin-bottom: 72px;
  }
}
@media (min-width: 1024px) {
  .catalyst-timer__face {
    gap: 64px;
  }
}
.catalyst-timer__face .timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.catalyst-timer__face .timer__unit-value {
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 360px) {
  .catalyst-timer__face .timer__unit-value {
    font-size: 40px;
  }
}
@media (min-width: 400px) {
  .catalyst-timer__face .timer__unit-value {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .catalyst-timer__face .timer__unit-value {
    font-size: 100px;
  }
}
.catalyst-timer__face .timer__unit-desc {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .catalyst-timer__face .timer__unit-desc {
    font-size: 23px;
  }
}
.catalyst-timer__face .dots {
  font-size: 48px;
  color: #ffffff;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  font-weight: 700;
}
@media (min-width: 992px) {
  .catalyst-timer__face .dots {
    font-size: 100px;
  }
}
.catalyst-timer__points {
  position: absolute;
  height: 410px;
  width: 2px;
  background-color: #ffffff;
  bottom: 12.5%;
  left: calc(15% + 8px);
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (min-width: 992px) {
  .catalyst-timer__points {
    height: 2px;
    width: 100%;
    bottom: 127px;
    left: auto;
    gap: 290px;
  }
}
.catalyst-timer__dates {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  margin: 46px auto 0;
  gap: 32px;
}
@media (min-width: 992px) {
  .catalyst-timer__dates {
    flex-direction: row;
    justify-content: center;
    max-width: unset;
    margin-top: 100px;
    gap: 40px;
  }
}
.catalyst-timer__dates .dates-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item {
    align-items: center;
    position: static;
    padding-left: 0;
  }
}
.catalyst-timer__dates .dates-item__date {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item__date {
    font-size: 23px;
  }
}
.catalyst-timer__dates .dates-item .point {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item .point {
    position: static;
    top: auto;
    left: auto;
  }
}
.catalyst-timer__dates .dates-item__desc {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  width: 200px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item__desc {
    margin-top: 10px;
    width: 140px;
    height: 38px;
    text-align: center;
  }
}
@media (min-width: 1365px) {
  .catalyst-timer__dates .dates-item__desc {
    width: 220px;
  }
}
.catalyst-timer__dates .dates-item.active {
  border-radius: 30px;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
  justify-content: center;
  padding: 20px;
  margin-left: 8px;
  width: max-content;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item.active {
    padding: 31px 12px 17px 12px;
    margin-left: 0;
    width: auto;
  }
}
.catalyst-timer__dates .dates-item.active .point {
  display: inline-block;
  top: 24px;
  left: -10px;
}
@media (min-width: 992px) {
  .catalyst-timer__dates .dates-item.active .point {
    display: none;
  }
}
.catalyst-timer__dates .dates-item.active .dates-item__desc {
  margin-top: 0;
}

.timer-ended {
  padding-block: 350px;
}
.timer-ended .catalyst-timer__face, .timer-ended .catalyst-timer__title, .timer-ended .catalyst-timer__link {
  display: none;
}
.timer-ended .catalyst-timer__dates {
  margin-top: -10px;
}
.timer-ended .catalyst-timer__points {
  bottom: 50%;
}

.timer-popup {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 17px;
  width: calc(100% - 40px);
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 -1px 30px 0 rgba(55, 60, 58, 0.1), 0 20px 30px 0 rgba(55, 60, 58, 0.05);
  padding: 20px 54px 20px 27px;
  z-index: 1;
}
@media (min-width: 768px) {
  .timer-popup {
    width: max-content;
    right: 30px;
    bottom: 30px;
  }
}
.timer-popup--close {
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 15px;
  right: 9px;
  cursor: pointer;
}
.timer-popup p {
  font-weight: 400;
}
@media (max-width: 767px) {
  .timer-popup p {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 360px) {
  .timer-popup p {
    font-size: 12px;
  }
}
.timer-popup p:first-of-type {
  margin-bottom: 4px;
}
.timer-popup p b {
  font-weight: 700;
}

.section-grow.pinned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.catalyst-grow {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #DDEFE8;
  padding-inline: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .catalyst-grow {
    padding-top: 90px;
    padding-inline: 0;
    padding-bottom: 310px;
  }
}
.catalyst-grow-title h3 {
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .catalyst-grow-title h3 {
    font-size: 50px;
    line-height: 0.7;
    margin-bottom: 26px;
  }
}
.catalyst-grow-text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .catalyst-grow-text {
    font-size: 23px;
    max-width: 690px;
    margin: 0 auto 40px;
  }
}
.catalyst-grow-text__desktop {
  display: none;
}
@media (min-width: 992px) {
  .catalyst-grow-text__desktop {
    display: block;
  }
}
.catalyst-grow-text__mobile {
  display: block;
}
@media (min-width: 992px) {
  .catalyst-grow-text__mobile {
    display: none;
  }
}
.catalyst-grow-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .catalyst-grow-items {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}
.catalyst-grow-items .catalyst-grow-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .catalyst-grow-items .catalyst-grow-item {
    border-radius: 30px;
    padding: 60px 30px;
    max-width: 315px;
    width: 100%;
    justify-content: flex-start;
  }
}
.catalyst-grow-items .catalyst-grow-item__image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.catalyst-grow-items .catalyst-grow-item__image img {
  width: 100px;
  height: 100px;
}
@media (min-width: 992px) {
  .catalyst-grow-items .catalyst-grow-item__image img {
    width: 146px;
    height: 146px;
  }
}
@media (min-width: 992px) {
  .catalyst-grow-items .catalyst-grow-item__image {
    margin-bottom: 45px;
  }
}
.catalyst-grow-items .catalyst-grow-item__title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}
.catalyst-grow-items .catalyst-grow-item__text {
  line-height: 1.3;
  font-weight: 400;
}

.testimonials {
  background-color: #DDEFE8;
  padding: 18px 0 46px;
}
@media (min-width: 992px) {
  .testimonials {
    padding: 108px 0 78px;
  }
}
.testimonials .container {
  max-width: 1210px;
}
.testimonials__title {
  text-align: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .testimonials__wrapper {
    padding-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .testimonials__wrapper {
    padding-bottom: 60px;
  }
}
.testimonials__slide {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  gap: 14px 10px;
  align-items: self-start;
  height: auto;
  background-color: #DDEFE8;
  grid-template-rows: auto 1fr;
  grid-template-areas: "media media" "quote post";
}
@media (min-width: 992px) {
  .testimonials__slide {
    padding: 20px 98px;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 24px;
    grid-template-areas: "media quote" "post quote";
  }
}
.testimonials__slide-media {
  grid-area: media;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
@media (min-width: 992px) {
  .testimonials__slide-media {
    border-radius: 50px;
    box-shadow: 0 -1px 30px 0 rgba(55, 60, 58, 0.1), 0 20px 30px 0 rgba(55, 60, 58, 0.05);
  }
}
.testimonials__slide-media img, .testimonials__slide-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials__slide-media .video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.testimonials__slide-media .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.testimonials__slide-media--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.testimonials__slide-media--overlay svg {
  width: 45px;
  height: 45px;
}
.testimonials__slide-quote {
  grid-area: quote;
  background-color: #041E42;
  padding: 12px 14px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .testimonials__slide-quote {
    max-width: 250px;
    padding: 24px 26px 32px 32px;
    border-radius: 30px;
  }
}
@media (min-width: 1200px) {
  .testimonials__slide-quote {
    max-width: 281px;
  }
}
.testimonials__slide-quote--icon {
  font-size: 26px;
  line-height: 19px;
  color: #DDEFE8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .testimonials__slide-quote--icon {
    font-size: 50px;
    line-height: 36px;
  }
}
.testimonials__slide-quote--text {
  font-size: 12px;
  line-height: 123%;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .testimonials__slide-quote--text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .testimonials__slide-quote--text {
    font-size: 20px;
  }
}
.testimonials__slide-quote--name {
  color: #DDEFE8;
}
@media (max-width: 767px) {
  .testimonials__slide-quote--name {
    font-size: 10px;
  }
}
.testimonials__slide-post {
  grid-area: post;
  justify-self: end;
  background-color: #ffffff;
  padding: 12px 14px;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .testimonials__slide-post {
    padding: 24px 30px;
    max-width: 402px;
    border-radius: 30px;
  }
}
.testimonials__slide-post--head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .testimonials__slide-post--head {
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .testimonials__slide-post--head img {
    max-width: 60px;
  }
}
@media (max-width: 360px) {
  .testimonials__slide-post--head img {
    max-width: 50px;
  }
}
.testimonials__slide-post--head-date {
  color: #A1A1A1;
}
@media (max-width: 767px) {
  .testimonials__slide-post h3 {
    font-size: 12px;
  }
}
.testimonials__slide-post--link {
  color: #A1A1A1 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.3px;
  display: inline-block;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .testimonials__slide-post--link {
    font-size: 12px;
    letter-spacing: 0.36px;
    margin-top: 21px;
  }
}
.testimonials__slide[dir=rtl] .testimonials__slide-quote,
.testimonials__slide[dir=rtl] .testimonials__slide-post--head,
.testimonials__slide[dir=rtl] .testimonials__slide-post--link {
  direction: ltr;
}
@media (max-width: 991px) {
  .testimonials .swiper-button-next {
    top: 98%;
    right: 42%;
  }
}
@media (max-width: 360px) {
  .testimonials .swiper-button-next {
    right: 41%;
  }
}
.testimonials .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M2.03665 24.979C1.0796 25.4582 0.140372 24.3018 0.805536 23.4633L8.62687 13.6037C8.91593 13.2393 8.91559 12.7238 8.62607 12.3597L0.811648 2.53498C0.145322 1.69723 1.08334 0.539625 2.04102 1.01782L24.2107 12.0879C24.9479 12.4561 24.9485 13.5079 24.2116 13.8768L2.03665 24.979Z' fill='%23041E42'/%3E%3C/svg%3E");
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .testimonials .swiper-button-next:after {
    background-size: 14px;
  }
}
@media (max-width: 991px) {
  .testimonials .swiper-button-prev {
    top: 98%;
    left: 42%;
  }
}
@media (max-width: 360px) {
  .testimonials .swiper-button-prev {
    left: 41%;
  }
}
.testimonials .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M22.9633 1.02101C23.9204 0.541847 24.8596 1.69817 24.1945 2.53667L16.3731 12.3963C16.0841 12.7607 16.0844 13.2762 16.3739 13.6403L24.1884 23.465C24.8547 24.3028 23.9167 25.4604 22.959 24.9822L0.789333 13.9121C0.0520871 13.5439 0.0515302 12.4921 0.788383 12.1232L22.9633 1.02101Z' fill='%23041E42'/%3E%3C/svg%3E");
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .testimonials .swiper-button-prev:after {
    background-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
