@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  overflow-x: hidden;
  max-width: 100vw;
  min-height: 100vh;
  background-color: #f7f7f7;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section {
  padding-top: calc(70px + 2rem);
  margin-top: 3.3333333333rem;
  z-index: 10;
  position: relative;
}
.hero-section-padding, .hero-section-padding--y {
  padding-top: calc(115px + 70px);
}
.hero-section-padding--y {
  padding-bottom: calc(115px + 70px);
}
@media (max-width: 1199px) {
  .section {
    padding-top: calc(60px + 2rem);
  }
  .hero-section-padding, .hero-section-padding--y {
    padding-top: calc(60px + 70px);
  }
  .hero-section-padding--y {
    padding-bottom: calc(60px + 70px);
  }
}
.section-bg {
  padding: 70px 0;
}
.gray-bg {
  background: rgba(61, 71, 109, 0.05);
}
.dark-bg {
  background: #131C40;
}
.bg-primary-gradient {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
}
.gradient-border, .gradient-border--primary, .gradient-border.btn-disabled {
  position: relative;
}
.gradient-border::before, .gradient-border--primary::before, .gradient-border.btn-disabled::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 8px;
  z-index: -1;
  opacity: 0.2;
}
.gradient-border.br-12::before, .br-12.gradient-border--primary::before, .br-12.gradient-border.btn-disabled::before {
  border-radius: 12px;
}
.gradient-border.br-12::after, .br-12.gradient-border--primary::after, .br-12.gradient-border.btn-disabled::after {
  content: "";
  border-radius: 12px;
}
.gradient-border--primary::before {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
}
.gradient-border.btn-disabled::before, .btn-disabled.gradient-border--primary::before, .btn-disabled.gradient-border::before {
  background: linear-gradient(92.6deg, #010BA6 -22.99%, #42B0EE 111.03%);
}
.vertical-separator, .vertical-separator--3, .vertical-separator--5 {
  width: 0;
  border-right: 1px solid rgba(29, 39, 43, 0.2);
  margin: 0 0.6666666667rem;
}
.vertical-separator.light, .light.vertical-separator--3, .light.vertical-separator--5 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.vertical-separator--3 {
  height: 30px;
}
.vertical-separator--5 {
  height: 50px;
}
.clickable {
  cursor: pointer;
}
html {
  font-size: 15px;
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: "General Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #05191A;
  margin-bottom: 1.6rem;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  display: inline-block;
  font-weight: 900;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light, a.light {
  opacity: 0.5;
}
h1.lighter, h2.lighter, h3.lighter, h4.lighter, h5.lighter, h6.lighter, p.lighter, a.lighter {
  opacity: 0.3;
}
h1 {
  font-size: 5.3333333333rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 3.2666666667rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.5333333333rem;
  }
}
h3 {
  font-size: 2.2666666667rem;
}
h4 {
  font-size: 1.7333333333rem;
}
h4 b {
  font-weight: 700;
}
h5 {
  font-size: 1.3333333333rem;
  margin-bottom: 0.6666666667rem;
}
h5 b {
  font-weight: 700;
}
h6 {
  font-size: 1rem;
}
h6 b {
  font-weight: 700;
}
h6.big {
  font-size: 1.2rem;
}
p, label {
  color: #3D476D;
  font-size: 1.0666666667rem;
  line-height: 200%;
  font-weight: 300;
}
p b, label b {
  font-weight: 600;
}
a {
  text-decoration: none;
}
a b {
  font-weight: 600;
}
.light-text-section h1, .light-text-section h2, .light-text-section h3, .light-text-section h4, .light-text-section h5, .light-text-section h6 {
  color: white;
}
.light-text-section h1 b, .light-text-section h2 b, .light-text-section h3 b, .light-text-section h4 b, .light-text-section h5 b, .light-text-section h6 b {
  display: inline-block;
  background: linear-gradient(90deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0.6) 66.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.light-text-section p, .light-text-section label {
  color: rgba(255, 255, 255, 0.8);
}
.light-text-section a:not(.btn) {
  color: rgba(255, 255, 255, 0.8);
}
.light-text-section a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
}
.font-red-hat {
  font-family: "Red Hat Display", sans-serif !important;
}
.primary-text h1, .primary-text h2, .primary-text h3, .primary-text h4, .primary-text h5, .primary-text h6 {
  color: #3D476D;
}
.primary-text h1 b, .primary-text h2 b, .primary-text h3 b, .primary-text h4 b, .primary-text h5 b, .primary-text h6 b {
  display: inline-block;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.primary-text p, .primary-text label {
  color: #3D476D;
}
.primary-text a:not(.btn) {
  color: #3D476D;
}
.primary-text a:not(.btn):hover {
  color: #3D476D;
  opacity: 0.5;
}
.footer {
  padding: 6.6666666667rem 0 2.6666666667rem;
  background: #66F4FE;
}
.footer .footer-settings-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .footer .footer-content-wrapper {
    order: 2;
  }
}
.footer .nav-link {
  padding-left: 0;
}
.footer h6, .footer a, .footer p {
  color: #05191A;
  font-weight: 500;
}
.footer h6 {
  font-weight: 400;
}
#main-header .lines-button {
  cursor: pointer;
  background: transparent;
  padding: 15px 3px;
  border: 0;
  outline: none;
}
#main-header .lines {
  display: inline-block;
  width: 20px;
  height: 2.8571428571px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  border-radius: 15px;
  position: relative;
  background: transparent;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
#main-header .lines:before, #main-header .lines:after {
  display: inline-block;
  width: 20px;
  height: 2.8571428571px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  border-radius: 15px;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 1.4285714286px center;
  -moz-transform-origin: 1.4285714286px center;
  -ms-transform-origin: 1.4285714286px center;
  transform-origin: 1.4285714286px center;
  background: #000000;
}
#main-header .lines:before {
  top: 5px;
}
#main-header .lines:after {
  top: -5px;
}
#main-header .lines-button.x .lines:before, #main-header .lines-button.x .lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.1s ease, transform 0.3s ease;
}
#main-header.show-close-button .lines-button.x .lines {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}
#main-header.show-close-button .lines-button.x .lines:before, #main-header.show-close-button .lines-button.x .lines:after {
  -webkit-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  -moz-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  -ms-transition: top 0.3s ease, transform 0.3s 0.1s ease;
  transition: top 0.3s ease, transform 0.3s 0.1s ease;
  top: 0;
}
#main-header.show-close-button .lines-button.x .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
#main-header.show-close-button .lines-button.x .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#main-header.header-primary .lines:before, #main-header.header-primary .lines:after {
  background: #fff;
}
#main-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  background-color: #f7f7f7;
  transition: 0.4s;
}
#main-header.extended {
  background-color: transparent;
  box-shadow: none;
}
#main-header.dropdown-opened {
  background-color: white;
}
#main-header.dropdown-opened .header-menu {
  background-color: white;
}
#main-header.hidden {
  transform: translateY(-100%);
}
@media (min-width: calc(1199px + 1px)) {
  #main-header.extended {
    height: 115px;
  }
}
@media (max-width: 1199px) {
  #main-header {
    padding: 0 10px;
  }
}
#main-header .navbar-brand {
  height: 20px;
  width: auto;
}
@media (max-width: 1199px) {
  #main-header .header-menu {
    position: absolute;
    width: 100vw;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    transition: 0.4s !important;
    z-index: -5;
  }
  #main-header .header-menu .navbar-nav {
    padding: 0 0 15px;
    text-align: center;
  }
}
#main-header .header-menu.collapse.navbar-collapse.flex-grow-0:not(.show) {
  margin-left: 10% !important;
}
#main-header .navbar-toggler {
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 30px;
  padding-bottom: 10px;
  position: relative;
}
#main-header .nav-item {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 600;
  width: fit-content;
}
#main-header .nav-item .nav-link {
  color: #3D476D;
}
@media (max-width: 1199px) {
  #main-header .nav-item {
    margin: 0 auto 15px;
  }
}
#main-header .nav-contact-us {
  margin-left: 100px;
}
@media (max-width: 1399px) {
  #main-header .nav-contact-us {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  #main-header .nav-contact-us {
    margin: 0 auto;
  }
}
#main-header.header-primary {
  background-color: #0E2DB5;
}
#main-header.header-primary.extended {
  background-color: transparent;
  box-shadow: none;
}
#main-header.header-primary.dropdown-opened {
  background-color: #0E2DB5;
}
#main-header.header-primary.dropdown-opened .header-menu {
  background-color: #0E2DB5;
}
#main-header.header-primary .navbar-brand {
  filter: invert(1);
}
#main-header.header-primary .navbar-brand p {
  color: black;
}
#main-header.header-primary .nav-item .nav-link {
  color: #fff;
}
#main-header.header-primary .nav-contact-us p {
  color: #FFF;
}
.btn {
  padding: 1.6rem 5.3333333333rem;
  border-radius: 8px;
  border: none;
  width: fit-content;
  box-sizing: border-box;
  transition: 0.5s;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  color: #3D476D;
  text-transform: capitalize;
}
.btn.btn-small {
  padding: 0.6666666667rem 1.2rem;
  border-radius: 10px;
}
.btn.btn-small.gradient-border::after, .btn.btn-small.gradient-border--primary::after, .btn.btn-small.gradient-border.btn-disabled::after {
  border-radius: 10px;
}
.btn.btn-thin {
  padding: 0.9333333333rem 2.6666666667rem;
  border-radius: 10px;
}
.btn.btn-thin.gradient-border::after, .btn.btn-thin.gradient-border--primary::after, .btn.btn-thin.gradient-border.btn-disabled::after {
  border-radius: 10px;
}
.btn.btn-icon {
  padding: 1.4666666667rem;
  border-radius: 12px;
}
.btn-red {
  padding: 1.3333333333rem 4.2666666667rem;
  border-radius: 1000px;
  width: fit-content;
  background: #FF5A5F;
  color: white;
  font-size: 0.9333333333rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: bakground 0.2s;
}
.btn-red:hover {
  background: color-mix(in srgb, #FF5A5F 90%, white);
}
.btn-red.btn-thin {
  padding: 0.8rem 4.2666666667rem;
}
.btn-primary {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: white;
}
.btn-primary:hover {
  background-position: left bottom;
}
.btn-light {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.btn-light::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
  border-radius: 8px;
  transition: 0.5s;
}
.btn-light:hover::after {
  background: #E7E7E7;
}
.btn-outline-light {
  background: none;
  color: white;
  border: 1px solid white;
}
.btn-outline-light:hover {
  background: white;
  color: white;
}
.btn-outline-light:hover span {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-white {
  position: relative;
  background: white;
}
.btn-white span {
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-white:hover {
  background: #E7E7E7;
}
.btn-dark {
  background: rgba(61, 71, 109, 0.4);
  color: white;
  pointer-events: none;
}
.btn-outline-dark {
  background: none;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-outline-dark:hover {
  background: white;
  color: #131C40;
}
.btn-disabled {
  pointer-events: none;
  background: linear-gradient(92.6deg, rgba(1, 11, 166, 0.4) -22.99%, rgba(66, 176, 238, 0.4) 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-disabled::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
  border-radius: 8px;
  transition: 0.5s;
}
.card {
  border: none;
  border-radius: 8px;
  padding: 1.6rem;
  background: white;
}
.card.card-bg {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 12px 60px -30px rgba(0, 0, 0, 0.75);
}
.card.card-br-12 {
  border-radius: 12px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 1.3333333333rem 1.6rem;
  color: rgba(255, 255, 255, 0.8) !important;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid white;
  outline: none;
  box-shadow: none;
}
.form-control.wpcf7-not-valid {
  border: 1px solid red;
}
.form-control.checkbox-form > span {
  display: block;
  margin-bottom: 10px;
}
.form-control.checkbox-form > span label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-control .wpcf7-list-item {
  margin-left: 0;
}
.form-control .wpcf7-list-item.last {
  margin-bottom: 0;
}
.form-col > p {
  position: relative;
  margin-bottom: 30px;
}
.wpcf7-not-valid-tip {
  color: red;
}
.wpcf7-form-control-wrap {
  position: static !important;
}
textarea.form-control {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
}
.contact-form-submit-wrapper {
  position: relative;
  width: fit-content;
  background: white;
  border-radius: 8px;
  transition: 0.5s;
}
.contact-form-submit-wrapper:hover {
  background: #E7E7E7;
}
.contact-form-submit-wrapper p {
  margin: 0;
  padding: 0;
  width: fit-content;
}
.contact-form-submit-wrapper .wpcf7-spinner {
  position: absolute;
  left: 100%;
}
.contact-form-back-wrapper p {
  margin: 0;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
}
.wpcf7-response-output {
  display: none;
}
input[type="file"]::file-selector-button {
  padding: 0.6666666667rem 1.2rem;
  border-radius: 10px;
  border: none;
  width: fit-content;
  box-sizing: border-box;
  transition: 0.5s;
  font-family: "Red Hat Display", sans-serif !important;
  font-size: 0.8rem;
  font-weight: 700;
  color: #3D476D;
  text-transform: capitalize;
  background: white;
  color: #275CC8;
}
select.form-control {
  padding-right: 50px;
}
select.form-control:has(option:first-child:checked) {
  color: rgba(255, 255, 255, 0.3) !important;
}
span:has(select.form-control)::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 32.25px;
  right: 20px;
  left: auto;
  transform: translateY(50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/wp-bootstrap-starter/assets/images/form-select-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  span:has(select.form-control)::after {
    bottom: 30.155px;
  }
}
@media (max-width: 575px) {
  span:has(select.form-control)::after {
    bottom: 26px;
  }
}
.partner-image {
  width: auto;
  height: 3.3333333333rem;
}
.img-cover {
  object-fit: cover;
}
.case-studies-section .education-tag {
  background-color: #FF60380D;
  border-radius: 7px;
  padding: 7px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.case-studies-section .education-tag::before {
  content: "";
  background-color: #FF6038;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: relative;
  display: block;
}
.case-studies-section .education-tag p {
  padding-left: 8px;
  color: #FF6038;
  font-weight: 700;
  font-size: 13px;
  margin: unset;
}
.case-studies-section .fintech-tag {
  background-color: #1EB9AC0D;
  border-radius: 7px;
  padding: 7px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.case-studies-section .fintech-tag::before {
  content: "";
  background-color: #1EB9AC;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: relative;
  display: block;
}
.case-studies-section .fintech-tag p {
  padding-left: 8px;
  color: #1EB9AC;
  font-weight: 700;
  font-size: 13px;
  margin: unset;
}
.home-collaboration-section .collaboration-img-2 {
  width: 70%;
}
.home-collaboration-section .collaboration-floating-card {
  width: fit-content;
  padding: 10px 20px;
  position: absolute;
  top: auto;
}
.home-collaboration-section .collaboration-floating-card:nth-child(1) {
  bottom: calc(1 * 20px + (1 - 1) * 48px);
}
.home-collaboration-section .collaboration-floating-card:nth-child(2) {
  bottom: calc(2 * 20px + (2 - 1) * 48px);
}
.home-collaboration-section .collaboration-floating-card:nth-child(3) {
  bottom: calc(3 * 20px + (3 - 1) * 48px);
}
.home-collaboration-section .collaboration-floating-card:nth-child(4) {
  bottom: calc(4 * 20px + (4 - 1) * 48px);
}
.home-collaboration-section .collaboration-floating-card.floating-card1 {
  left: 65%;
}
.home-collaboration-section .collaboration-floating-card.floating-card2 {
  left: 55%;
}
.home-collaboration-section .collaboration-floating-card.floating-card3 {
  left: 60%;
}
.home-collaboration-section .collaboration-floating-card.floating-card4 {
  left: 55%;
}
.home-collaboration-section .collaboration-floating-card .collabooration-point-icon {
  width: 10px;
}
.home-collaboration-section .collaboration-floating-card p {
  color: #131C40;
  font-weight: 600;
}
@media (max-width: 575px) {
  .home-collaboration-section .collaboration-img-2 {
    width: 80%;
  }
  .home-collaboration-section .collaboration-floating-card.floating-card1 {
    left: auto;
    right: 5%;
  }
  .home-collaboration-section .collaboration-floating-card.floating-card2 {
    left: auto;
    right: 15%;
  }
  .home-collaboration-section .collaboration-floating-card.floating-card3 {
    left: auto;
    right: 10%;
  }
  .home-collaboration-section .collaboration-floating-card.floating-card4 {
    left: auto;
    right: 25%;
  }
}
.home-expertise-section .home-expertise-about-cards-wrapper .card {
  min-width: 150px;
}
@media (max-width: 500px) {
  .home-expertise-section .home-expertise-about-cards-wrapper {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .home-expertise-section .home-expertise-about-cards-wrapper .card {
    min-width: auto;
    width: 150px;
    max-width: calc(50% - 10px);
  }
}
.home-expertise-section .expertise-img {
  width: 90%;
  object-position: right center;
}
.home-expertise-section .card.card-bg {
  max-width: 90%;
}
@media (max-width: 575px) {
  .home-expertise-section .card.card-bg {
    margin-left: 9px;
  }
}
.home-hero-section {
  background: #66F4FE;
  z-index: 11;
  position: relative;
  padding-bottom: 400px;
  margin-bottom: 360px;
}
.home-hero-section .hero-text-wrapper {
  max-width: 850px;
  margin: auto;
}
.home-hero-section .hero-text-wrapper h1 {
  font-weight: 600;
}
.home-hero-section .hero-text-wrapper h3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero-section .hero-text-wrapper img.stars {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(80%, -80%);
}
@media (max-width: 1023px) {
  .home-hero-section .hero-text-wrapper img.stars {
    display: none;
  }
}
.home-hero-section .photo-section {
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(calc(-50% + 12.5px), 50%);
  z-index: 10;
  display: flex;
  align-items: center;
}
.home-hero-section .photo-section img:not(.phone) {
  position: relative;
  width: 330px;
  margin-left: -25px;
  z-index: 2;
}
.home-hero-section .photo-section .phone {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 351px;
  transform: translate(calc(-50% - 12.5px), 100px);
}
.home-hero-vertical-line {
  position: absolute;
  top: auto;
  bottom: 0;
  height: calc(100% + 115px + 70px);
  width: 1px;
  background: linear-gradient(180deg, rgba(61, 71, 109, 0.05) 0%, rgba(61, 71, 109, 0) 100%);
  z-index: -1;
}
.home-hero-vertical-line:nth-child(1) {
  left: calc((1 - 1) * 25%);
}
.home-hero-vertical-line:nth-child(2) {
  left: calc((2 - 1) * 25%);
}
.home-hero-vertical-line:nth-child(3) {
  left: calc((3 - 1) * 25%);
}
.home-hero-vertical-line:nth-child(4) {
  left: calc((4 - 1) * 25%);
}
.home-hero-vertical-line:nth-child(5) {
  left: calc((5 - 1) * 25%);
}
@media (max-width: 768px) {
  .home-hero-vertical-line {
    height: calc(100% + 70px + 70px);
  }
}
.home-hero-img {
  position: absolute;
}
.home-hero-img:nth-child(1) {
  position: relative;
  margin-top: 20%;
  width: calc(50% - 10px);
  -webkit-animation: hero-img-1-animation 8s infinite linear;
  animation: hero-img-1-animation 8s infinite linear;
}
.home-hero-img:nth-child(2) {
  width: 35%;
  top: 5%;
  left: 50%;
  z-index: 2;
  -webkit-animation: hero-img-2-animation 8s infinite linear;
  animation: hero-img-2-animation 8s infinite linear;
}
.home-hero-img:nth-child(3) {
  width: calc(50% - 10px);
  top: 0;
  left: auto;
  right: 0;
  -webkit-animation: hero-img-3-animation 8s infinite linear;
  animation: hero-img-3-animation 8s infinite linear;
}
@keyframes hero-img-1-animation {
  from {
    -webkit-transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
  to {
    -webkit-transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
}
@keyframes hero-img-2-animation {
  from {
    -webkit-transform: rotate(-0.001deg) translate3d(0, 3px, 0) rotate(-0.001deg) translateX(-50%);
  }
  to {
    -webkit-transform: rotate(360.001deg) translate3d(0, 3px, 0) rotate(-360.001deg) translateX(-50%);
  }
}
@keyframes hero-img-3-animation {
  from {
    -webkit-transform: rotate(360.001deg) translate3d(3px, 0, 0) rotate(-360.001deg);
  }
  to {
    -webkit-transform: rotate(-0.001deg) translate3d(3px, 0, 0) rotate(-0.001deg);
  }
}
.home-investment-section .home-investment-section-bg {
  padding: 100px 0;
}
.home-investment-section .card {
  padding: 3.3333333333rem 1.6rem;
}
.home-investment-section .home-investment-main-text {
  max-width: 400px;
}
.partnering-section {
  overflow: clip;
}
.partnering-section h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin-bottom: 5.3333333333rem;
}
.partnering-section .hero-images {
  width: 100%;
  border-radius: 10px;
  height: auto;
  margin: 1rem 0;
}
.home-services-section .card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: 0.5s;
}
.home-services-section .card::after {
  transition: 0.2s;
}
.home-services-section .card img {
  width: 30px;
}
.home-services-section .card p {
  font-weight: 500;
}
.home-services-section .card:hover {
  box-shadow: 0px 12px 60px rgba(0, 0, 0, 0.35);
}
.home-services-section .card:hover::after {
  opacity: 0;
}
.home-services-section .card:hover p {
  text-decoration: underline;
}
.home-team-section .team-image {
  width: 100%;
}
.home-technology-section .technologies-select-wrapper {
  width: fit-content;
  margin: 6.6666666667rem auto;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.home-technology-section .technologies-select-wrapper h4 {
  padding: 1.2rem 1.6666666667rem;
  cursor: pointer;
  font-weight: 500;
}
.home-technology-section .technologies-select-wrapper h4.active {
  background: radial-gradient(#F5F4FB, #f5f4fbd9);
  -webkit-box-shadow: 0px 0px 30px 30px #f5f4fbd9;
  -moz-box-shadow: 0px 0px 30px 30px #f5f4fbd9;
  box-shadow: 0px 0px 30px 30px #f5f4fbd9;
}
.home-technology-section .technologies-select-wrapper h4.active, .home-technology-section .technologies-select-wrapper h4:hover {
  opacity: 1 !important;
}
.home-technology-section .technologies-select-wrapper h4.active span, .home-technology-section .technologies-select-wrapper h4:hover span {
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-technology-section .technologies-select-wrapper h4 b {
  font-weight: 500;
}
.home-technology-section .owl-carousel .technology-logos-wrapper img {
  width: auto;
  height: 5.3333333333rem;
  margin-bottom: 50px;
  transition: 0.5s;
}
.home-technology-section .owl-carousel .technology-logos-wrapper img:hover {
  scale: 1.15;
}
@media (min-width: 1200px) {
  .upcoming-ventures-section .venture-row {
    padding: 0 100px;
  }
}
.upcoming-ventures-section .venture-row .venture-card {
  position: relative;
}
.upcoming-ventures-section .venture-row .venture-card .coming-soon-img {
  position: absolute;
  right: 5%;
  bottom: 25%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .upcoming-ventures-section .venture-row .venture-card .coming-soon-img {
    bottom: 35%;
  }
}
.upcoming-ventures-section .venture-row .venture-card .venture-img {
  width: 100%;
  height: auto;
}
.upcoming-ventures-section .venture-row .venture-card .venture-tag {
  background: #3D476D1A;
  width: fit-content;
  padding: 4px 20px;
  border-radius: 10px;
  margin: 1.5rem 0;
}
.upcoming-ventures-section .venture-row .venture-card.active-card {
  cursor: pointer;
}
.upcoming-ventures-section .venture-row .venture-card.active-card:hover h4 {
  text-decoration: underline;
}
.dynamic-partners-section {
  z-index: 10;
  position: relative;
  margin-top: 4rem;
}
.dynamic-partners-section .dynamic-partners-heading {
  font-weight: 500;
  font-size: 1rem;
  opacity: 50%;
}
.dynamic-partners-section .dynamic-partners-slider-wrapper {
  position: relative;
}
.dynamic-partners-section .dynamic-partners-slider-wrapper::after, .dynamic-partners-section .dynamic-partners-slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 5;
}
@media (max-width: 479px) {
  .dynamic-partners-section .dynamic-partners-slider-wrapper::after, .dynamic-partners-section .dynamic-partners-slider-wrapper::before {
    display: none;
  }
}
.dynamic-partners-section .dynamic-partners-slider-wrapper::after {
  left: 0;
  background: linear-gradient(270deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.dynamic-partners-section .dynamic-partners-slider-wrapper::before {
  right: 0;
  background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.hero-section {
  z-index: 10;
  position: relative;
}
.hero-section .home-hero-vertical-line {
  position: absolute;
  top: auto;
  bottom: 0;
  height: calc(100% + 115px + 70px);
  width: 1px;
  background: linear-gradient(180deg, rgba(61, 71, 109, 0.05) 0%, rgba(61, 71, 109, 0) 100%);
  z-index: -1;
}
.hero-section .home-hero-vertical-line:nth-child(1) {
  left: calc((1 - 1) * 25%);
}
.hero-section .home-hero-vertical-line:nth-child(2) {
  left: calc((2 - 1) * 25%);
}
.hero-section .home-hero-vertical-line:nth-child(3) {
  left: calc((3 - 1) * 25%);
}
.hero-section .home-hero-vertical-line:nth-child(4) {
  left: calc((4 - 1) * 25%);
}
.hero-section .home-hero-vertical-line:nth-child(5) {
  left: calc((5 - 1) * 25%);
}
@media (max-width: 768px) {
  .hero-section .home-hero-vertical-line {
    height: calc(100% + 70px + 70px);
  }
}
.hero-section .hero-images {
  width: 100%;
  border-radius: 10px;
  height: auto;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .hero-section .first-selection {
    margin-top: 150px;
  }
}
.case-study-grid {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-bottom: 10.6666666667rem;
}
@media (max-width: 991px) {
  .case-study-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.ventures-we-launch-section {
  background: #05191A;
  padding-bottom: calc(70px + 2rem);
}
.ventures-we-launch-section h2 {
  max-width: 680px;
  color: #93E8EC;
}
.ventures-we-launch-section .ventures-studies h4, .ventures-we-launch-section .ventures-studies p {
  color: #FAFAFA;
}
.ventures-we-launch-section .ventures-studies, .upcoming-ventures-section .ventures-studies {
  margin-top: 10.6666666667rem;
}
.ventures-we-launch-section .ventures-studies h4, .upcoming-ventures-section .ventures-studies h4 {
  font-size: 2.8rem;
}
.ventures-we-launch-section .ventures-studies .venture-tags, .upcoming-ventures-section .ventures-studies .venture-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.ventures-we-launch-section .ventures-studies .venture-tags .venture-tag, .upcoming-ventures-section .ventures-studies .venture-tags .venture-tag {
  background: #66F4FE;
  color: #05191A;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 100%;
  border-radius: 500px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .who-are-we-section .who-are-we-header {
    text-align: center;
  }
}
.who-are-we-section .who-are-we-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .who-are-we-section .who-are-we-image {
    aspect-ratio: 1.5;
  }
}
.contact-contact-form-submit-section {
  min-height: 100vh;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  padding-bottom: 100px;
}
.contact-contact-form-submit-section .form-wrapper {
  max-width: 700px;
  margin: auto;
}
.contact-contact-form-submit-section .separator {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.contact-contact-info-section {
  padding-bottom: 10rem;
}
.contact-contact-info-section .location-info p {
  line-height: 130%;
}
.contact-contact-step-section {
  min-height: 100vh;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  padding-bottom: 100px;
}
.contact-contact-step-section .form-wrapper {
  max-width: 1000px;
  margin: auto;
}
.contact-contact-step-section .form-navigator {
  max-width: 600px;
  margin: 0 auto;
}
.contact-contact-step-section .form-navigator .step {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.contact-contact-step-section .form-navigator .step:first-child {
  margin-left: 0;
}
.contact-contact-step-section .form-navigator .step:last-child {
  margin-right: 0;
}
.contact-contact-step-section .form-navigator .step.active {
  background: white;
}
.contact-contact-step-section .form-navigator .step.active p {
  color: #275CC8;
  font-weight: 700;
}
.contact-contact-step-section .form-navigator .step.done {
  background: white;
  opacity: 0.5;
}
.contact-contact-step-section .form-navigator .step.done + .line-separator {
  opacity: 0.5;
}
.contact-contact-step-section .form-navigator .line-separator {
  height: 1px;
  background: white;
  margin: 0 20px;
}
.contact-contact-step-section .form-navigator .step-name {
  position: absolute;
  top: 100%;
  width: fit-content;
  transform: translateX(-50%);
  white-space: nowrap;
}
.contact-contact-step-section .form-navigator .step-name:nth-of-type(1) {
  left: calc((1 - 1) * 50% - ((1 - 1) * 15px) + 15px);
}
.contact-contact-step-section .form-navigator .step-name:nth-of-type(2) {
  left: calc((2 - 1) * 50% - ((2 - 1) * 15px) + 15px);
}
.contact-contact-step-section .form-navigator .step-name:nth-of-type(3) {
  left: calc((3 - 1) * 50% - ((3 - 1) * 15px) + 15px);
}
.contact-contact-step-section .form-navigator .step-name.active {
  font-weight: 700;
}
.contact-contact-step-section .form-navigator .step-name.done {
  opacity: 0.5;
}
@media (max-width: 699px) {
  .contact-contact-step-section .form-navigator .step-name {
    display: none;
  }
}
.finversum-hero-section {
  position: relative;
  z-index: 10;
}
.finversum-hero-section .fin-hero-wrapper img {
  margin: auto;
  width: 100%;
}
.about-finversum-section .about-finversum-group {
  background-color: #AB5BF815;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 20px;
}
.about-finversum-section .about-finversum-group p.add-checkmark {
  position: relative;
  padding-left: 30px;
}
.about-finversum-section .about-finversum-group p.add-checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/wp-bootstrap-starter/assets/images/finversum-checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.market-opportunity-section .market-opportunity-wrapper .mo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.finversum-factors-section .fin-fac-big-num {
  font-weight: 900;
  font-size: 250px;
  color: #F0F0F0;
  z-index: -1;
  line-height: 1;
  position: relative;
}
@media (max-width: 767.98px) {
  .finversum-factors-section .fin-fac-big-num {
    position: absolute;
    object-fit: contain;
    max-width: 100%;
  }
}
.finversum-factors-section .move-left {
  margin-left: -150px;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .finversum-factors-section .move-left {
    margin-left: unset;
  }
}
.finversum-banner-section {
  margin-bottom: 80px;
}
.finversum-banner-section .finversum-banner-wrapper {
  background: linear-gradient(118.37deg, rgba(186, 99, 255, 0.7) 4.43%, rgba(78, 42, 205, 0.7) 89.34%);
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .finversum-banner-section .finversum-banner-wrapper {
    border-radius: 0;
  }
}
.finversum-banner-section .finversum-banner-wrapper .d-flex.flex-column {
  padding: 50px 40px;
}
@media (max-width: 575.98px) {
  .finversum-banner-section .finversum-banner-wrapper .d-flex.flex-column {
    padding: 30px 25px;
  }
}
.finversum-banner-section .finversum-banner-wrapper .finversum-banner-logo {
  max-width: 220px;
}
.finversum-banner-section .finversum-banner-wrapper h2 {
  font-weight: 900;
}
.finversum-banner-section .finversum-banner-wrapper h2, .finversum-banner-section .finversum-banner-wrapper p {
  max-width: 500px;
  color: #FFF;
}
.finversum-banner-section .finversum-banner-wrapper .image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}
.services-services-section .services-select-wrapper {
  width: fit-content;
  overflow: hidden;
  position: relative;
  border-right: 1px solid rgba(61, 71, 109, 0.2);
  width: 100%;
  height: 100%;
}
.services-services-section .services-select-wrapper h4 {
  padding: 1.2rem 1.6666666667rem;
  cursor: pointer;
  font-weight: 500;
  border-radius: 8px;
}
.services-services-section .services-select-wrapper h4.active {
  background: linear-gradient(140deg, #f5f4fbd9 0%, #FFF 80%, #FFF 100%);
}
.services-services-section .services-select-wrapper h4.active, .services-services-section .services-select-wrapper h4:hover {
  opacity: 1 !important;
}
.services-services-section .services-select-wrapper h4.active span, .services-services-section .services-select-wrapper h4:hover span {
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(90deg, #010BA6 -22.99%, #42B0EE 111.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-services-section .services-select-wrapper h4 b {
  font-weight: 500;
}
@media (max-width: 991px) {
  .services-services-section .services-select-wrapper h4 {
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 991px) {
  .services-services-section .services-select-wrapper {
    border-right: none;
    border-bottom: 1px solid rgba(61, 71, 109, 0.2);
    display: grid;
    gap: 0;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: 0;
    scrollbar-color: transparent transparent;
  }
  .services-services-section .services-select-wrapper h4 {
    display: grid;
    grid-template-rows: max-content;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .services-services-section .services-select-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  .services-services-section .services-select-wrapper::-webkit-scrollbar-thumb, .services-services-section .services-select-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.services-services-section .services-content {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .services-services-section .services-content {
    padding-left: 0;
    margin-top: 50px;
  }
}
.contact-us-section {
  position: relative;
  padding: 0;
}
.contact-us-section .container {
  padding-top: calc(70px + 2rem);
  padding-bottom: 200px;
}
.contact-us-section .container.hero {
  padding-top: calc(115px + 70px);
}
@media (max-width: 1199px) {
  .contact-us-section .container {
    padding-top: calc(60px + 2rem);
  }
  .contact-us-section .container.hero {
    padding-top: calc(60px + 70px);
  }
}
.contact-us-section .background-map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  width: 100vw;
  z-index: 0;
  object-fit: cover;
  object-position: bottom 0 right calc(50% - 50px);
}
@media (max-width: 1399px) {
  .contact-us-section .background-map {
    object-position: bottom 0 right calc(50% + 30px);
  }
}
@media (max-width: 1199px) {
  .contact-us-section .background-map {
    object-position: bottom 0 right calc(50% + 80px);
  }
}
.contact-us-section .map-address-wrapper {
  border-radius: 12px;
  width: fit-content;
  height: fit-content;
  z-index: 999;
  position: absolute;
  top: 38%;
  left: auto;
  right: 50px;
  box-shadow: 0px 28px 64px 0px rgba(23, 33, 108, 0.5);
}
.contact-us-section .map-address-wrapper p {
  line-height: 1.2666666667rem;
}
.contact-us-section .map-address-wrapper .map-asress-content {
  position: relative;
}
.contact-us-section .map-address-wrapper .map-asress-content::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0px;
  bottom: -30px;
  width: 25px;
  height: 25px;
  background: white;
  transform: rotate(45deg);
}
@media (max-width: 1399px) {
  .contact-us-section .map-address-wrapper {
    top: 40%;
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .contact-us-section .map-address-wrapper {
    top: 39%;
    right: -25px;
  }
}
.contact-us-section .container.hero .background-map {
  object-position: bottom 0 right calc(50% - 30px);
}
@media (max-width: 1399px) {
  .contact-us-section .container.hero .background-map {
    object-position: bottom 0 right calc(50% + 50px);
  }
}
@media (max-width: 1199px) {
  .contact-us-section .container.hero .background-map {
    object-position: bottom 0 right calc(50% + 100px);
  }
}
.contact-us-section .container.hero .map-address-wrapper {
  top: 40%;
  right: 45px;
}
@media (max-width: 1399px) {
  .contact-us-section .container.hero .map-address-wrapper {
    top: 41%;
    right: 5px;
  }
}
@media (max-width: 1199px) {
  .contact-us-section .container.hero .map-address-wrapper {
    top: 40%;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .contact-us-section .constact-info {
    order: 2;
  }
}
.contact-us-section * {
  z-index: 1;
}
.our-presence-section {
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .our-presence-section .our-presence-heading {
    text-align: center;
  }
}
.our-presence-section .location-info {
  border-radius: 8px;
  aspect-ratio: 1;
  box-shadow: inset 0px -300px 300px -200px black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.our-presence-section .location-info .location-text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.our-presence-section .location-info h3, .our-presence-section .location-info h5 {
  color: #F3F3F3;
  margin-bottom: 0;
}
.our-presence-section .location-info p {
  margin-top: 0.75rem;
  color: #FFF;
  margin-bottom: 0;
}
.our-presence-section .location-info.denmark {
  background-image: url("/wp-content/themes/wp-bootstrap-starter/assets/images/bloxhub.webp");
}
.our-presence-section .location-info.slovakia {
  background-image: url("/wp-content/themes/wp-bootstrap-starter/assets/images/eurovea.webp");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-presence-section .location-info {
    aspect-ratio: 0.9090909091;
  }
}
@media (max-width: 1199.98px) {
  .our-presence-section .location-info .location-text {
    bottom: 1rem;
    left: 1rem;
  }
}
.our-presence-section .location-info-card {
  border-radius: 10px;
  background-color: #3D476D1A;
  padding: 50px 40px;
}
.our-presence-section .location-info-card p {
  font-weight: 400;
}
.our-presence-section .location-info-card h4 {
  font-weight: 800;
}
.our-presence-section .location-info-card:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 1399.98px) {
  .our-presence-section .location-info-card {
    padding: 40px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .our-presence-section .location-info-card {
    width: 48%;
    margin-bottom: 0 !important;
  }
  .our-presence-section .location-info-card:first-child {
    margin-right: 2%;
  }
  .our-presence-section .location-info-card:last-child {
    margin-left: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .our-presence-section .location-info-card {
    padding: 25px 20px !important;
  }
}
.quick-call {
  border-radius: 16px;
  padding: 80px;
}
@media (max-width: 767px) {
  .quick-call {
    padding: 80px 20px;
  }
}
.team-section {
  margin-bottom: 150px;
  position: relative;
  z-index: 10;
}
.team-section .col-12.col-md-6.col-lg-4 {
  aspect-ratio: 0.8333333333;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.team-section .image-wrapper {
  border-radius: 12px;
  box-shadow: inset 0px -300px 100px -200px #00000098;
  width: 100%;
  height: 100%;
}
.team-section .image-wrapper img {
  border-radius: 12px;
}
.team-section .image-wrapper h3, .team-section .image-wrapper p {
  color: #FFF;
  width: fit-content;
  margin-left: 1rem;
}
.team-section .image-wrapper h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.team-section .image-wrapper p {
  margin-top: 0.25rem;
}
.team-section .image-wrapper .team-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.read-more-wrapper {
  height: 0;
  overflow: hidden;
}
.read-more-wrapper .read-more-content {
  opacity: 0;
  transition: opacity 1s;
}
.page-not-found {
  height: 100vh;
}
.page-not-found .text-404 {
  display: block;
  margin: 0 auto -50px;
  width: 90%;
  max-width: 800px;
}
