/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";
/* 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, em, 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;
}

/* 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: "";
  content: none;
}

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

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

:root {
  interpolate-size: allow-keywords;
}

body {
  font-family: "Fustat", sans-serif;
  background-color: #F2F8FF;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

strong {
  font-weight: 800;
}

h1 {
  font-size: 70px;
  line-height: 91.429%;
  font-weight: 800;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  line-height: 112.5%;
  font-weight: 400;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3.small {
  font-size: 25px;
  line-height: 100%;
}
@media (max-width: 767px) {
  h3.small {
    font-size: 21px;
  }
}

h4, h5 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 100%;
}
@media (max-width: 767px) {
  h4, h5 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 400;
}

p.page-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
}
@media (max-width: 767px) {
  p.page-description {
    font-size: 21px;
  }
}

p.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p, ul, ol {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 767px) {
  p, ul, ol {
    font-size: 17px;
  }
}
p.large, ul.large, ol.large {
  font-size: 20px;
  line-height: 135%;
}
@media (max-width: 767px) {
  p.large, ul.large, ol.large {
    font-size: 18px;
  }
}
p, ul, ol {
  margin-bottom: 22px;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  background-color: transparent;
  color: #161259;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 19.5px;
  border-radius: 30px;
  transition: 0.3s all ease-out;
}
.button--bordered {
  border: 1px solid #161259;
}
.button--bordered:hover {
  color: #0372FF;
  background-color: #161259;
}

.news-headline {
  font-size: 22px;
  line-height: 129.091%;
  font-weight: 800;
}
@media (max-width: 767px) {
  .news-headline {
    font-size: 20px;
  }
}

.max-wrap {
  max-width: 1152px;
}
@media (max-width: 1192px) {
  .max-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.width-100 {
  width: 100%;
}

img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

a {
  text-decoration: none;
}

.gap-20 {
  gap: 20px;
}

.active-nav {
  overflow: hidden;
}

header {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 10;
}
header a {
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s all ease-out;
}
header a:hover {
  font-weight: 800;
}
header ul {
  gap: 35px;
}
header .header-right ul {
  gap: 75px;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-right ul {
    gap: 15px;
  }
}
header .header-right li:last-child a {
  border: 1px solid;
  display: inline-block;
  border-radius: 60px;
  padding: 6px 24px;
  line-height: 21px;
  font-weight: 500;
}
.primary-nav header, .transparent-nav header {
  background-color: #0372FF;
}
.primary-nav header .main-logo, .transparent-nav header .main-logo {
  display: none;
}
.primary-nav header a, .transparent-nav header a {
  color: #F2F8FF;
}
.primary-nav header .header-right li:last-child a, .transparent-nav header .header-right li:last-child a {
  border: 1px solid #F2F8FF;
  color: #F2F8FF;
}
.primary-nav header .header-right li:last-child a:hover, .transparent-nav header .header-right li:last-child a:hover {
  border-color: #F2F8FF;
  background-color: #F2F8FF;
  color: #0372FF;
}
.transparent-nav header {
  background-color: transparent;
}
.tint-nav header, .reversed-nav header {
  background-color: #F2F8FF;
}
.tint-nav header a, .reversed-nav header a {
  color: #0372FF;
}
.tint-nav header a:hover, .reversed-nav header a:hover {
  color: #0372FF;
  background-color: transparent;
}
.tint-nav header .inverted-logo, .reversed-nav header .inverted-logo {
  display: none;
}
.tint-nav header {
  background-color: #CDE3FF;
}

@media (max-width: 767px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
  position: relative;
  z-index: 10;
}
.header-mobile li {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .header-mobile {
    display: block;
    position: relative;
  }
}
.header-mobile .header-right-hamburger {
  position: absolute;
  top: -17px;
  right: 0;
}
.header-mobile .header-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 88px;
  z-index: 25;
  padding: 35px 20px;
  transition: 0.3s all ease-out;
}
.active-nav .header-mobile .header-content {
  left: 0;
}
.primary-nav .header-mobile .header-content, .transparent-nav .header-mobile .header-content {
  background-color: #0372FF;
}
.transparent-nav .header-mobile .header-content {
  background-color: transparent;
}
.transparent-nav.active-nav .header-mobile .header-content {
  background-color: #0372FF;
}
.tint-nav .header-mobile .header-content, .reversed-nav .header-mobile .header-content {
  background-color: #F2F8FF;
}
.tint-nav .header-mobile .header-content {
  background-color: #CDE3FF;
}
.header-mobile .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-mobile .hamRotate.active {
  transform: rotate(45deg);
}
.header-mobile .hamRotate180.active {
  transform: rotate(180deg);
}
.header-mobile .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #F2F8FF;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.tint-nav .header-mobile .line, .reversed-nav .header-mobile .line {
  stroke: #0372FF;
}
.header-mobile .ham8 .top {
  stroke-dasharray: 40 160;
}
.header-mobile .ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.header-mobile .ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.header-mobile .ham8.active .top {
  stroke-dashoffset: -64px;
}
.header-mobile .ham8.active .middle {
  transform: rotate(90deg);
}
.header-mobile .ham8.active .bottom {
  stroke-dashoffset: -64px;
}

footer {
  background-color: #161259;
  color: #0372FF;
  padding-top: 116px;
  padding-bottom: 94px;
  font-size: 16px;
  line-height: 125%;
}
footer li {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 8px;
}
footer li:last-child {
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  margin-bottom: 20px;
}
footer .footer-content a {
  color: #0372FF;
}
footer .footer-right {
  gap: 24px;
}
@media (max-width: 991px) {
  footer .footer-right {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-right {
    flex-wrap: wrap;
  }
}
footer .footer-right-item {
  width: 172px;
}
@media (max-width: 767px) {
  footer .footer-right-item {
    margin-bottom: 25px;
  }
  footer .footer-right-item:last-child {
    margin-bottom: 0;
  }
}
footer .footer-right-item--1 a {
  font-weight: 800;
}
footer .footer-right-item--1 li:nth-child(6) a,
footer .footer-right-item--1 li:nth-child(7) a {
  font-weight: 400;
}
footer .footer-right-item--1 li:nth-child(6) {
  margin-top: 64px;
}
footer .footer-right-item--2 li:nth-of-type(1) {
  font-weight: 800;
}
footer .footer-right-item--3 p {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  footer .footer-right-item--3 ul {
    margin-left: 0 !important;
  }
}
footer .footer-description table {
  margin-bottom: 45px;
}
footer .footer-description table tr:last-child td {
  padding-bottom: 0;
}
footer .footer-description table td {
  padding-bottom: 8px;
}
footer .footer-description table td:first-child {
  width: 115px;
}
footer .footer-description table td:last-child {
  width: 233px;
}
@media (max-width: 991px) {
  footer .footer-top > .flex {
    flex-wrap: wrap;
  }
}
footer .footer-bottom {
  margin-top: 111px;
}

.section-heading h3 {
  color: #161259;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 314.286%;
}
.section-heading h2 {
  color: #0372FF;
  margin-bottom: 20px;
}
.section-heading h2:last-child {
  margin-bottom: 0;
}
.section-heading p {
  color: #0372FF;
  line-height: 144%;
}
@media (max-width: 767px) {
  .section-heading__wrap {
    flex-wrap: wrap;
  }
}
.section-heading__left {
  width: calc(100% - 166px);
}
@media (max-width: 767px) {
  .section-heading__left {
    width: 100%;
    margin-bottom: 25px;
  }
}

.wysiwyg {
  padding-top: 56px;
  padding-bottom: 56px;
}
.wysiwyg img {
  vertical-align: top;
  margin-top: 56px;
}
.wysiwyg h3 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.wysiwyg h3:last-child {
  margin-bottom: 0;
}
.wysiwyg h3:first-child {
  margin-top: 0;
}
.wysiwyg p {
  font-size: 20px;
  font-weight: 500;
}
.wysiwyg p.small-font {
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  margin-top: 56px;
  margin-bottom: 56px;
}
.wysiwyg p.small-font:last-child {
  margin-bottom: 0;
}
.wysiwyg p.small-font:first-child {
  margin-top: 0;
}
.wysiwyg p.small-font a {
  color: #000000;
}

.homepage-header {
  background-color: #0372FF;
  color: #fff;
  padding-top: 110px;
}
.homepage-header h1 {
  margin-bottom: 38px;
}
.homepage-header p {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .homepage-header p {
    font-size: 21px;
  }
}
.homepage-header__text {
  max-width: 760px;
}
.homepage-header__video {
  margin-top: 70px;
}
.homepage-header__video-wrap {
  max-width: 1440px;
  height: 810px;
  background: #0372FF;
  -webkit-mask-image: url(6363a2ea09be067310ee.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-image: url(6363a2ea09be067310ee.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1480px) {
  .homepage-header__video-wrap {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.homepage-header__video video {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.two-col-text-footer {
  padding-top: 212px;
  padding-bottom: 107px;
  background-color: #F2F8FF;
  position: relative;
  z-index: 2;
  margin-top: -120px;
  color: #0372FF;
}
@media (max-width: 767px) {
  .two-col-text-footer {
    padding-bottom: 85px;
  }
}
.two-col-text-footer__left, .two-col-text-footer__right {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 991px) {
  .two-col-text-footer__left, .two-col-text-footer__right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .two-col-text-footer__right {
    margin-top: 38px;
  }
}
.two-col-text-footer__right p {
  font-size: 20px;
  line-height: 135%;
}
@media (max-width: 767px) {
  .two-col-text-footer__right p {
    font-size: 18px;
  }
}
.two-col-text-footer__footer-item {
  text-align: center;
  width: calc((100% - 84px) / 3);
  font-size: 24px;
  font-weight: 800;
  line-height: 104.167%;
}
@media (max-width: 767px) {
  .two-col-text-footer__footer-item {
    font-size: 21px;
    width: 100%;
    margin-bottom: 24px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .two-col-text-footer__footer-item:last-child {
    margin-bottom: 0;
  }
}
.two-col-text-footer__right-footer {
  margin-top: 91px;
}
.two-col-text-footer__right-footer p {
  font-size: 24px;
  line-height: 104.167%;
  font-weight: 800;
}
@media (max-width: 767px) {
  .two-col-text-footer__right-footer p {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .two-col-text-footer__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .two-col-text-footer__footer-wrap {
    flex-wrap: wrap;
  }
}

.industry-expertise {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .industry-expertise {
    padding-bottom: 40px;
  }
}
.industry-expertise__wrap {
  gap: 24px;
  justify-content: center;
  margin-top: 62px;
}
@media (max-width: 767px) {
  .industry-expertise__wrap {
    gap: 12px;
  }
}
.industry-expertise__item {
  width: calc((100% - 48px) / 3);
}
.industry-expertise__item img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .industry-expertise__item {
    width: calc(50% - 6px);
  }
}
@media (max-width: 320px) {
  .industry-expertise__item {
    width: 100%;
  }
}

.what-we-do {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .what-we-do {
    padding-top: 40px;
  }
}
.what-we-do__wrap {
  margin-top: 47px;
}
.what-we-do__faq-item {
  border-radius: 32px 32px 0 0;
  margin-top: -32px;
  padding: 15px 34px 47px 98px;
  color: #F2F8FF;
}
@media (max-width: 767px) {
  .what-we-do__faq-item {
    padding: 15px 34px 47px 58px;
  }
}
.what-we-do__faq-item:last-child {
  padding-bottom: 15px;
}
.what-we-do__faq-item:first-child {
  margin-top: 0;
}
.what-we-do__faq-item-heading {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .what-we-do__faq-item-heading {
    flex-wrap: wrap;
  }
}
.what-we-do__faq-item-heading:before {
  content: "";
  position: absolute;
  left: -61px;
  top: 9px;
  width: 19px;
  height: 24.2px;
  background-image: url(95f36fce9509631251ab.svg);
  background-size: cover;
  background-position: center;
  transition: 0.3s all ease-out;
}
@media (max-width: 767px) {
  .what-we-do__faq-item-heading:before {
    left: -36px;
  }
}
.what-we-do__faq-item-heading.active:before {
  transform: rotate(-90deg);
}
.what-we-do__faq-item-heading__left {
  width: calc(100% - 262px);
}
@media (max-width: 991px) {
  .what-we-do__faq-item-heading__left {
    width: calc(100% - 162px);
  }
}
@media (max-width: 767px) {
  .what-we-do__faq-item-heading__left {
    width: 100%;
  }
}
.what-we-do__faq-item-heading__left h3 {
  font-size: 32px;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .what-we-do__faq-item-heading__left h3 {
    font-size: 24px;
  }
}
.what-we-do__faq-item-heading__right {
  text-transform: uppercase;
}
.what-we-do__faq-item-heading__right p {
  font-size: 14px;
  line-height: 314.286%;
  letter-spacing: 0.7px;
}
.what-we-do__faq-item-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s all ease-out;
}
.what-we-do__faq-item-content-wrap {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .what-we-do__faq-item-content-wrap {
    flex-direction: column-reverse;
  }
}
.what-we-do__faq-item-content-left {
  width: calc(100% - 368px);
}
.what-we-do__faq-item-content-left p, .what-we-do__faq-item-content-left ul, .what-we-do__faq-item-content-left ol {
  line-height: 143%;
}
@media (max-width: 991px) {
  .what-we-do__faq-item-content-left {
    width: 100%;
  }
}
.what-we-do__faq-item-content-right {
  width: 260px;
}
@media (max-width: 991px) {
  .what-we-do__faq-item-content-right {
    max-width: 260px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.what-we-do__faq-item-content-inner {
  padding-top: 66px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .what-we-do__faq-item-content-inner {
    padding-top: 45px;
  }
}
.what-we-do__faq-item.active .what-we-do__faq-item-content {
  height: auto;
}
.what-we-do__faq-item ul {
  padding-left: 25px;
}
.what-we-do__faq-item ul li {
  position: relative;
}
.what-we-do__faq-item ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #F2F8FF;
  border-radius: 100%;
  top: 8px;
  left: -17px;
}

.news-projects {
  background-color: #CDE3FF;
  padding-top: 200px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .news-projects {
    padding-top: 100px;
  }
}
.news-projects .section-heading h2 {
  color: #161259;
}
.news-projects__wrap {
  gap: 45px 24px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .news-projects__wrap {
    gap: 45px 12px;
  }
}
.news-projects__item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 767px) {
  .news-projects__item {
    width: calc((100% - 12px) / 2);
  }
  .news-projects__item:nth-child(3) {
    width: 100%;
  }
  .news-projects__item:nth-child(3) .news-projects__image {
    padding-bottom: 48.423%;
  }
}
@media (max-width: 767px) and (max-width: 320px) {
  .news-projects__item:nth-child(3) .news-projects__image {
    padding-bottom: 100%;
  }
}
@media (max-width: 320px) {
  .news-projects__item {
    width: 100%;
  }
}
.news-projects__item:nth-child(4) {
  width: calc(100% - 24px - (100% - 48px) / 3);
}
@media (max-width: 767px) {
  .news-projects__item:nth-child(4) {
    width: calc((100% - 12px) / 2);
  }
}
@media (max-width: 320px) {
  .news-projects__item:nth-child(4) {
    width: 100%;
  }
}
.news-projects__item:nth-child(4) .news-projects__image {
  padding-bottom: 48.423%;
}
@media (max-width: 767px) {
  .news-projects__item:nth-child(4) .news-projects__image {
    padding-bottom: 100%;
  }
}
.news-projects__item h3 {
  margin-top: 30px;
}
.news-projects__item a {
  color: #0372FF;
  text-decoration: none;
}
.news-projects__image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.news-projects__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trusted-by {
  background-color: #0372FF;
  color: #F2F8FF;
  padding-top: 120px;
  padding-bottom: 0;
}
.trusted-by__images {
  gap: 16px 69px;
  margin-top: 47px;
}
@media (max-width: 767px) {
  .trusted-by__images {
    gap: 16px 12px;
    justify-content: center;
  }
}
.trusted-by__image {
  max-width: calc((100% - 24px) / 3);
}

.testimonial {
  padding-top: 210px;
  padding-bottom: 112px;
  background-color: #0372FF;
  color: #CDE3FF;
  position: relative;
}
.testimonial:before {
  content: "“";
  color: #4f9DFF;
  text-align: center;
  font-size: 140px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial__slider {
  position: relative;
}
.testimonial__prev-next {
  position: absolute;
  top: 159px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.testimonial__prev-next a {
  outline: none;
}
.testimonial__prev-next .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial__prev-next .next {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonial__item {
  text-align: center;
}
.testimonial__item-content {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .testimonial__item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonial__item-content p {
  font-size: 32px;
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .testimonial__item-content p {
    font-size: 24px;
  }
}
.testimonial__item-footer {
  margin-top: 16px;
}
.testimonial__item-image {
  position: relative;
  padding: 13px;
  border-radius: 100%;
  border: 2px solid #CDE3FF;
  width: 86px;
  height: 86px;
  display: inline-block;
  margin-top: 32px;
}
.testimonial__item-image img {
  position: absolute;
  height: auto;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial__item-footer h3 {
  font-size: 22px;
  font-weight: 400;
}
.testimonial__item-footer h4 {
  font-size: 18px;
  font-weight: 400;
}
.testimonial--reversed {
  color: #0372FF;
  background-color: #CDE3FF;
  padding-bottom: 0;
}
.testimonial--reversed:before {
  color: rgba(3, 114, 255, 0.4);
}
.testimonial--reversed .testimonial__item-image {
  border-color: #0372FF;
}
.testimonial--reversed .testimonial__prev-next path {
  fill: #0372FF !important;
}

.background-asset--testimonial-reversed {
  background-color: #0372FF;
}
.background-asset--testimonial-reversed svg {
  position: relative;
  margin-top: -77px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .background-asset--testimonial-reversed svg {
    margin-top: -25px;
  }
}

.iso-compliant {
  color: #F2F8FF;
}
.iso-compliant h2 {
  margin-bottom: 12px;
}
.iso-compliant__heading p {
  line-height: 140%;
}
.iso-compliant__content {
  background-color: #0372FF;
  position: relative;
  z-index: 2;
}
.iso-compliant__wrap {
  justify-content: space-around;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .iso-compliant__wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.iso-compliant__item {
  text-align: center;
}
.iso-compliant .background-asset {
  position: relative;
  margin-top: -60px;
  left: 0;
}
.iso-compliant .background-asset svg {
  vertical-align: top;
}
@media (max-width: 991px) {
  .iso-compliant .background-asset {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .iso-compliant .background-asset {
    margin-top: 0;
  }
}

.text-button-banner {
  padding: 92px 0;
}
.text-button-banner__wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .text-button-banner__wrap {
    flex-wrap: wrap;
  }
}
.text-button-banner__left {
  max-width: 784px;
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .text-button-banner__left {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .text-button-banner__right {
    width: 100%;
    margin-top: 25px;
  }
}
.text-button-banner h2 {
  color: #0372FF;
}
.text-button-banner--primary {
  background-color: #0372FF;
}
.text-button-banner--primary h2 {
  color: #F2F8FF;
}
.text-button-banner--primary .button {
  background-color: transparent;
  border-color: #F2F8FF;
  color: #F2F8FF;
}
.text-button-banner--primary .button:hover {
  color: #0372FF;
  background-color: #F2F8FF;
}

.hero-text-slider h1 {
  font-size: 70px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  line-height: 88.571%;
  color: #0372FF;
}
.hero-text-slider h1 span {
  font-weight: 800;
}
@media (max-width: 991px) {
  .hero-text-slider h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .hero-text-slider h1 {
    font-size: 40px;
  }
}
.hero-text-slider__inner {
  max-height: 882px;
  min-height: 510px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-text-slider__inner {
    min-height: 0;
    height: auto !important;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero-text-slider__slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.3s all ease-out;
}
.hero-text-slider__slide-track {
  display: inline-flex;
  flex-direction: column;
}
.hero-text-slider__slide-item {
  display: block;
  padding: 5px 0;
  line-height: 1.2;
  box-sizing: border-box;
  white-space: normal;
}

.wysiwyg-bg .max-wrap {
  width: 100%;
}
.wysiwyg-bg p {
  font-size: 32px;
  font-weight: 400;
  line-height: 137.5%;
  color: #F2F8FF;
}
@media (max-width: 767px) {
  .wysiwyg-bg p {
    font-size: 24px;
  }
}
.wysiwyg-bg__wrap {
  max-width: 100%;
  background: #0372FF;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  border-radius: 0 0 60px 60px;
}
.wysiwyg-bg__wrap:before {
  content: "";
  position: absolute;
  background-image: url(012a7aeceea92ba2056e.svg);
  height: 195px;
  width: 100%;
  background-size: cover;
  background-position: top;
  top: -195px;
  left: 0;
}
@media (max-width: 767px) {
  .wysiwyg-bg__wrap:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .wysiwyg-bg__wrap {
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
    margin-top: 0;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .wysiwyg-bg__wrap {
    padding: 30px 0;
    border-radius: 30px;
  }
}
.wysiwyg-bg__inner {
  max-width: 956px;
}

.services-listing {
  padding: 165px 0 80px;
}
@media (max-width: 767px) {
  .services-listing {
    padding-top: 85px;
    padding-bottom: 40px;
  }
}
.services-listing__description {
  max-width: 956px;
  margin-bottom: 140px;
}
.services-listing__description h3 {
  line-height: 137.5%;
  color: #0372FF;
}
@media (max-width: 767px) {
  .services-listing__description {
    margin-bottom: 70px;
  }
}
.services-listing__wrap {
  gap: 60px 24px;
}
@media (max-width: 991px) {
  .services-listing__wrap {
    gap: 30px 24px;
  }
}
.services-listing__item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .services-listing__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .services-listing__item {
    width: 100%;
  }
}
.services-listing__item:after {
  content: "";
  height: 4px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 15px;
}
.services-listing__item:nth-child(5n+1):after {
  background-color: #A63E1B;
}
.services-listing__item:nth-child(5n+2):after {
  background-color: #231F20;
}
.services-listing__item:nth-child(5n+3):after {
  background-color: #47596D;
}
.services-listing__item:nth-child(5n+4):after {
  background-color: #58692C;
}
.services-listing__item:nth-child(5n+5):after {
  background-color: #EA5E2D;
}
.services-listing__item img {
  vertical-align: top;
}
.services-listing__item h3 {
  font-size: 40px;
  font-weight: 800;
  color: #0372FF;
  line-height: 110%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .services-listing__item h3 {
    font-size: 32px;
  }
}
.services-listing__item p {
  line-height: 150%;
  color: #0372FF;
}
.services-listing__item-description {
  margin-bottom: 41px;
}
.services-listing__image {
  margin-bottom: 17px;
}
.services-listing__button {
  margin-top: auto;
  padding-bottom: 45px;
}
.services-listing__button a {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #0372FF;
  display: block;
  position: relative;
  padding-right: 20px;
}
.services-listing__button a:after {
  content: "";
  pointer-events: none;
  width: 17px;
  height: 22px;
  position: absolute;
  background-image: url(74d6956f9c83c156aef6.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
}

.services-hero {
  background-color: #0372FF;
  margin-top: -88px;
  padding-top: 88px;
  color: #F2F8FF;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-height: 970px;
  min-height: 400px;
}
.services-hero h1 {
  margin-bottom: 43px;
}
.services-hero h1:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .services-hero h1 {
    margin-bottom: 20px;
  }
}
.services-hero p {
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
}
@media (max-width: 767px) {
  .services-hero p {
    font-size: 21px;
  }
}
.services-hero__inner {
  width: 100%;
}
.services-hero__wrap {
  max-width: 760px;
}
.services-hero__after-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.services-hero__after-content svg {
  vertical-align: bottom;
}

.services-intro {
  padding-top: 115px;
  padding-bottom: 74px;
  color: #0372FF;
}
@media (max-width: 991px) {
  .services-intro {
    padding-top: 80px;
  }
}
.services-intro__intro {
  max-width: 956px;
  margin-bottom: 67px;
}
.services-intro__intro:last-child {
  margin-bottom: 0;
}
.services-intro__intro h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .services-intro__intro h3 {
    font-size: 22px;
  }
}
.services-intro__wysiwyg {
  max-width: 956px;
  margin-bottom: 220px;
}
.services-intro__wysiwyg:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .services-intro__wysiwyg {
    margin-bottom: 80px;
  }
}
.services-intro__specialisations h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .services-intro__specialisations h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.services-intro__specialisations img {
  max-width: 90px;
  vertical-align: top;
}
.services-intro__wrap {
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .services-intro__wrap {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.services-intro__item {
  text-align: center;
}
.services-intro__item h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 109.091%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .services-intro__item h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

.cap-stat-download {
  background-color: #CDE3FF;
  padding-top: 158px;
  padding-bottom: 149px;
  color: #0372FF;
}
@media (max-width: 767px) {
  .cap-stat-download {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.cap-stat-download h3 {
  color: #161259;
  font-size: 14px;
  font-weight: 400;
  line-height: 314.286%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.cap-stat-download h2 {
  max-width: 956px;
  margin-bottom: 18px;
}
.cap-stat-download p {
  margin-bottom: 82px;
}
.cap-stat-download p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cap-stat-download p {
    margin-bottom: 40px;
  }
}

.case-studies-projects {
  padding-top: 160px;
}
@media (max-width: 767px) {
  .case-studies-projects {
    padding-top: 80px;
  }
}
.case-studies-projects__heading {
  display: flex;
  justify-content: space-between;
}
.case-studies-projects__heading h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 314.286%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #161259;
}
.case-studies-projects__heading h2 {
  color: #0372FF;
}
.case-studies-projects__heading-left {
  max-width: 956px;
}
.case-studies-projects__heading-right {
  padding-top: 43px;
}
.case-studies-projects__heading-right svg {
  vertical-align: top;
}
.case-studies-projects__heading-right a {
  margin-left: 16px;
}
.case-studies-projects__wrap {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1440px) {
  .case-studies-projects__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.case-studies-projects__slider {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .case-studies-projects__slider {
    margin-top: 30px;
  }
}
.case-studies-projects__slide {
  color: #0372FF;
}
.case-studies-projects__slide-wrap {
  display: flex;
  gap: 4.286%;
}
@media (max-width: 991px) {
  .case-studies-projects__slide-wrap {
    gap: 35px;
    flex-wrap: wrap;
  }
}
.case-studies-projects__slide-image {
  width: 49.143%;
}
@media (max-width: 767px) {
  .case-studies-projects__slide-image {
    width: 100%;
  }
}
.case-studies-projects__slide-image img {
  vertical-align: top;
}
.case-studies-projects__slide-image-inner {
  border-radius: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 111.628%;
}
.case-studies-projects__slide-image-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.case-studies-projects__slide-image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
}
.case-studies-projects__slide-content {
  width: 37.715%;
}
@media (max-width: 1200px) {
  .case-studies-projects__slide-content {
    width: 45.715%;
  }
}
@media (max-width: 991px) {
  .case-studies-projects__slide-content {
    width: 100%;
  }
}
.case-studies-projects__slide-heading h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .case-studies-projects__slide-heading h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.case-studies-projects__slide-location {
  margin-bottom: 22px;
}
.case-studies-projects__slide-location span {
  margin-left: 41px;
}
.case-studies-projects__slide-wysiwyg {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .case-studies-projects__slide-wysiwyg {
    margin-bottom: 40px;
  }
}
.case-studies-projects__slide-wysiwyg:last-child {
  margin-bottom: 0;
}
.case-studies-projects__slide-wysiwyg ul {
  padding-left: 25px;
}
.case-studies-projects__slide-wysiwyg ul li {
  position: relative;
}
.case-studies-projects__slide-wysiwyg ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #0372FF;
  border-radius: 100%;
  top: 8px;
  left: -17px;
}
.case-studies-projects__slide-footer-wrap {
  display: flex;
  text-align: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .case-studies-projects__slide-footer-wrap {
    flex-wrap: wrap;
  }
}
.case-studies-projects__slide-footer-item {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 767px) {
  .case-studies-projects__slide-footer-item {
    width: calc((100% - 24px) / 2);
  }
}
.case-studies-projects__slide-footer-item h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 104.167%;
  margin-bottom: 13px;
}
.case-studies-projects__slide-footer-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.inner-page-hero {
  margin-top: -88px;
  padding-top: 88px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #F2F8FF;
}
.inner-page-hero--contact-us {
  max-height: 516px;
  background-color: #0372FF;
  padding-bottom: 60px;
}
.inner-page-hero h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .inner-page-hero h1 {
    margin-bottom: 30px;
  }
}
.inner-page-hero h1:last-child {
  margin-bottom: 0;
}
.inner-page-hero p {
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
}
@media (max-width: 767px) {
  .inner-page-hero p {
    font-size: 21px;
  }
}
.inner-page-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.inner-page-hero__video video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.inner-page-hero__inner {
  width: 100%;
  position: relative;
  z-index: 3;
}

.inner-page-intro {
  position: relative;
  z-index: 4;
  color: #0372FF;
}
.inner-page-intro ~ * {
  z-index: 5;
}
.inner-page-intro__frame {
  position: absolute;
  width: 100%;
  top: -124px;
}
@media (max-width: 991px) {
  .inner-page-intro__frame {
    top: -70px;
  }
}
@media (max-width: 767px) {
  .inner-page-intro__frame {
    top: -40px;
  }
}
.inner-page-intro__frame svg {
  width: 100%;
  height: auto;
}
.inner-page-intro__content {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  padding-top: 60px;
}
.inner-page-intro__intro {
  max-width: 956px;
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .inner-page-intro__intro {
    margin-bottom: 30px;
  }
}
.inner-page-intro__intro:last-child {
  margin-bottom: 0;
}
.inner-page-intro__intro h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .inner-page-intro__intro h3 {
    font-size: 22px;
  }
}
.inner-page-intro__wysiwyg {
  max-width: 956px;
  margin-bottom: 220px;
}
.inner-page-intro__wysiwyg:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner-page-intro__wysiwyg {
    margin-bottom: 80px;
  }
}
.inner-page-intro__wysiwyg ol.num {
  padding-left: 45px;
  list-style: auto;
}
.inner-page-intro__wysiwyg ol.num li {
  margin-bottom: 15px;
}
.inner-page-intro__wysiwyg ol.num li:last-child {
  margin-bottom: 0;
}
.inner-page-intro__wysiwyg ul.disc {
  padding-left: 45px;
}
.inner-page-intro__wysiwyg ul.disc li {
  position: relative;
}
.inner-page-intro__wysiwyg ul.disc li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  left: -17px;
  top: 4px;
  background-color: #0372FF;
}

.timeline {
  position: relative;
  padding-bottom: 160px;
}
.timeline:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #0372FF;
  height: 5px;
  bottom: 160px;
}
.timeline__slider-prev-next {
  text-align: right;
  margin-bottom: 30px;
}
.timeline__slider-prev-next svg {
  vertical-align: top;
  margin-left: 20px;
}
.timeline__wrap {
  max-width: 1440px;
  margin: auto;
}
.timeline__item {
  height: auto;
  position: relative;
  padding-bottom: 90px;
}
.timeline__item-inner {
  width: 270px;
  padding-left: 24px;
}
.timeline__year {
  position: absolute;
  bottom: 12px;
  left: 0;
  transform: rotate(-90deg);
  background-color: #F2F8FF;
  padding: 1px 0;
}
.timeline__year h4 {
  color: #0372FF;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 1px;
}
.timeline__header {
  color: #0372FF;
  min-height: 60px;
  display: flex;
  margin-bottom: 16px;
}
.timeline__header h4 {
  margin-top: auto;
}
.timeline__image {
  margin-bottom: 20px;
}
.timeline__image-inner {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 105.692%;
}
.timeline__image-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.timeline__content {
  color: #0372FF;
}
.timeline__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.our-team {
  position: relative;
}
.our-team .section-heading {
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .our-team .section-heading {
    margin-bottom: 30px;
  }
}
.our-team .section-heading__left {
  width: 100%;
}
.our-team .section-heading__left h2 {
  max-width: 956px;
}
.our-team .section-heading__left p {
  margin-left: auto;
  margin-right: auto;
  max-width: 956px;
}
.our-team__three-columns {
  margin-bottom: 63px;
  display: flex;
  gap: 27px;
  text-align: center;
  color: #0372FF;
  justify-content: center;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .our-team__three-columns {
    margin-bottom: 30px;
  }
}
.our-team__three-columns-item {
  width: calc((100% - 54px) / 3);
}
.our-team__three-columns-item h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 79.412%;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .our-team__three-columns-item h3 {
    font-size: 28px;
  }
}
.our-team__three-columns-item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.our-team__leaders {
  color: #0372FF;
}
.our-team__leaders-wrap {
  gap: 55px 24px;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.our-team__leaders-item {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .our-team__leaders-item {
    width: 100%;
  }
}
.our-team__leaders-image {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-bottom: 108.155%;
  background-color: #0372FF;
  border-radius: 32px;
  margin-bottom: 21px;
}
.our-team__leaders-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team__leaders-heading {
  margin-bottom: 5px;
}
.our-team__leaders-sub-heading {
  margin-bottom: 15px;
}
.our-team__leaders-sub-heading h5 {
  font-family: Fustat;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-team__leaders-content {
  margin-bottom: 34px;
}
.our-team__leaders-content p {
  font-size: 16px;
  line-height: 125%;
}
.our-team__leaders-button {
  margin-top: auto;
}
.our-team__leaders-button a {
  color: #0372FF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-team__image {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.our-team__image img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  vertical-align: top;
}
.our-team__leader-heading {
  margin-top: 120px;
  margin-bottom: 60px;
  color: #0372FF;
  max-width: 956px;
}
@media (max-width: 767px) {
  .our-team__leader-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.our-team__background-frame {
  background-color: #CDE3FF;
}

.our-values {
  background-color: #CDE3FF;
  padding-top: 62px;
  padding-bottom: 154px;
  color: #0372FF;
}
.our-values__wrap {
  display: flex;
  gap: 53px;
  margin-bottom: 122px;
}
@media (max-width: 991px) {
  .our-values__wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .our-values__wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.our-values__heading {
  width: 46.441%;
}
@media (max-width: 767px) {
  .our-values__heading {
    width: 100%;
  }
}
.our-values__heading h3 {
  color: #161259;
  font-size: 14px;
  font-weight: 400;
  line-height: 314.286%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.our-values__heading h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .our-values__heading h2 {
    font-size: 24px;
  }
}
.our-values__listing {
  width: 48.959%;
}
@media (max-width: 767px) {
  .our-values__listing {
    width: 100%;
  }
}
.our-values__listing h3 {
  font-weight: 800;
  margin-bottom: 9px;
}
.our-values__item {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .our-values__item {
    margin-bottom: 20px;
  }
}
.our-values__item:last-child {
  margin-bottom: 0;
}
.our-values__image img {
  border-radius: 64px;
  vertical-align: top;
}
.our-values__footer {
  margin-top: 120px;
  text-align: center;
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}
.our-values__footer h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 767px) {
  .our-values__footer h2 {
    font-size: 28px;
  }
}
.our-values__footer a {
  display: inline-block;
  margin-top: 35px;
  color: #0372FF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s all ease-out;
}
.our-values__footer a:hover {
  font-weight: 700;
}

.how-we-work-listing {
  position: relative;
  padding-top: 60px;
  padding-bottom: 124px;
}
.how-we-work-listing a {
  color: #0372FF;
}
@media (max-width: 767px) {
  .how-we-work-listing {
    padding-top: 0;
  }
}
.how-we-work-listing__wrap {
  gap: 84px 24px;
}
@media (max-width: 767px) {
  .how-we-work-listing__wrap {
    gap: 40px;
  }
}
.how-we-work-listing__item {
  color: #0372FF;
}
.how-we-work-listing__item--half {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .how-we-work-listing__item--half {
    width: 100%;
  }
}
.how-we-work-listing__item--full .how-we-work-listing__image {
  padding-bottom: 48.959%;
}
.how-we-work-listing__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 30px;
}
.how-we-work-listing__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.how-we-work-listing__heading {
  margin-bottom: 12px;
}

.our-community {
  position: relative;
  padding-top: 30px;
  padding-bottom: 178px;
  color: #0372FF;
}
@media (max-width: 767px) {
  .our-community {
    padding-bottom: 100px;
  }
}
.our-community a {
  color: #0372FF;
}
.our-community__heading h2 {
  margin-bottom: 50px;
  max-width: 956px;
}
@media (max-width: 767px) {
  .our-community__heading h2 {
    margin-bottom: 25px;
  }
}
.our-community__heading-inner {
  max-width: 956px;
  margin: auto;
  margin-bottom: 84px;
}
@media (max-width: 767px) {
  .our-community__heading-inner {
    margin-bottom: 40px;
  }
}
.our-community__local-events-heading {
  max-width: 956px;
  margin: auto;
  margin-bottom: 40px;
}
.our-community__local-events {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 24px;
  margin-bottom: 90px;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .our-community__local-events {
    gap: 24px;
    margin-bottom: 45px;
  }
}
.our-community__local-events-item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .our-community__local-events-item {
    width: 100%;
  }
}
.our-community__local-events-item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our-community__local-events-item span {
  display: inline-block;
  vertical-align: top;
  min-width: 125px;
}
.our-community__local-description {
  margin-bottom: 15px;
}
.our-community__local-description p {
  max-width: 450px;
}
.our-community__images {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-bottom: 30px;
}
.our-community__image {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .our-community__image {
    width: 100%;
  }
}
.our-community__image-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 32px;
}
.our-community__image-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.our-community__image--full {
  width: 100%;
}
.our-community__image--full .our-community__image-inner {
  padding-bottom: 50%;
}
.our-community__sports-heading {
  max-width: 956px;
  margin: 0 auto 42px;
}
@media (max-width: 767px) {
  .our-community__sports-heading {
    margin-bottom: 30px;
  }
}
.our-community__sports-wrap {
  max-width: 956px;
  margin: 0 auto 154px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
@media (max-width: 767px) {
  .our-community__sports-wrap {
    margin-bottom: 40px;
  }
}
.our-community__sports-item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .our-community__sports-item {
    width: 100%;
  }
}
.our-community__sports-item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our-community__sports-item span {
  display: inline-block;
  vertical-align: top;
  min-width: 126px;
}
.our-community__sports-item > p {
  margin-bottom: 4px;
}
.our-community__sports-item > p:last-child {
  margin-bottom: 0;
}
.our-community__sports-description {
  margin-bottom: 15px;
}
.our-community__wysiwyg {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.our-community__wysiwyg h3 {
  margin-bottom: 13px;
}
.our-community__wysiwyg ul {
  padding-left: 25px;
}
.our-community__wysiwyg ul li {
  position: relative;
}
.our-community__wysiwyg ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #0372FF;
  border-radius: 100%;
  top: 8px;
  left: -17px;
}
@media (max-width: 767px) {
  .our-community__wysiwyg {
    margin-bottom: 40px;
  }
}
.our-community__wysiwyg:last-child {
  margin-bottom: 0;
}
.our-community__footer-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  max-width: 956px;
  margin-bottom: 20px;
}
.our-community__footer-heading:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-community__footer-heading {
    font-size: 32px;
  }
}
.our-community__footer-content {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.our-community__footer-content a {
  font-weight: 700;
}

.jobs-culture-benefits {
  position: relative;
  padding-top: 100px;
  color: #0372FF;
}
@media (max-width: 767px) {
  .jobs-culture-benefits {
    padding-top: 0;
  }
}
.jobs-culture-benefits__wrap {
  gap: 24px;
}
@media (max-width: 767px) {
  .jobs-culture-benefits__wrap {
    flex-wrap: wrap;
  }
}
.jobs-culture-benefits__item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .jobs-culture-benefits__item {
    width: 100%;
  }
}
.jobs-culture-benefits__item h3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .jobs-culture-benefits__item h3 {
    font-size: 32px;
  }
}
.jobs-culture-benefits__image {
  width: 100%;
  margin-bottom: 30px;
}
.jobs-culture-benefits__image-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  border-radius: 32px;
}
.jobs-culture-benefits__image-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.jobs-culture-benefits__footer {
  margin-top: 168px;
  margin-left: auto;
  margin-right: auto;
  max-width: 946px;
  text-align: center;
}
@media (max-width: 767px) {
  .jobs-culture-benefits__footer {
    margin-top: 70px;
  }
}
.jobs-culture-benefits__footer h2 {
  margin-bottom: 30px;
}
.jobs-culture-benefits__footer a {
  color: #0372FF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: 0.3s all ease-out;
  text-transform: uppercase;
}
.jobs-culture-benefits__footer a:hover {
  font-weight: 800;
}
.jobs-culture-benefits__bg-frame {
  background-color: #CDE3FF;
}

.jobs-listing {
  padding-top: 90px;
  background-color: #CDE3FF;
  padding-bottom: 120px;
  color: #0372FF;
}
.jobs-listing a {
  color: #0372FF;
}
@media (max-width: 767px) {
  .jobs-listing {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.jobs-listing__heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .jobs-listing__heading {
    margin-bottom: 30px;
  }
}
.jobs-listing__heading h3 {
  color: #161259;
  font-size: 14px;
  font-weight: 400;
  line-height: 314.286%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.jobs-listing__wrap {
  gap: 60px 24px;
}
.jobs-listing__item {
  width: calc((100% - 48px) / 3);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .jobs-listing__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .jobs-listing__item {
    width: 100%;
  }
}
.jobs-listing__item .location span {
  display: inline-block;
  min-width: 125px;
}
.jobs-listing__item h3 {
  margin-bottom: 47px;
}
.jobs-listing__location {
  margin-bottom: 5px;
}
.jobs-listing__description {
  margin-top: 36px;
  margin-bottom: 39px;
}
.jobs-listing__button {
  margin-top: auto;
  border-bottom: 4px solid #0372FF;
  padding-bottom: 50px;
}
.jobs-listing__button a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}
.jobs-listing__button a svg {
  vertical-align: top;
  top: 0;
  right: 0;
  position: absolute;
}

.contact-us-form {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
.contact-us-form .max-wrap {
  position: relative;
  z-index: 5;
}
.contact-us-form__heading {
  max-width: 956px;
  margin-bottom: 70px;
}
.contact-us-form__heading a {
  color: #0372FF;
}
.contact-us-form__heading h2 {
  margin-bottom: 30px;
  color: #0372FF;
  font-size: 32px;
  font-weight: 400;
  line-height: 137.5%;
}
@media (max-width: 767px) {
  .contact-us-form__heading h2 {
    font-size: 24px;
  }
}
.contact-us-form__heading ul {
  padding-left: 98px;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact-us-form__heading ul {
    padding-left: 20px;
  }
}
.contact-us-form__wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-top: 120px;
  border-radius: 60px 60px 0 0;
  background-color: #CDE3FF;
}
.contact-us-form__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-us-form__background svg {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact-us-form__form-container .forminator-row {
  margin-bottom: 15px !important;
}
.contact-us-form__form-container .forminator-row.forminator-row-last {
  margin-top: 60px;
  margin-bottom: 0 !important;
}
.contact-us-form__form-container .forminator-row.forminator-row-last button {
  background-color: #CDE3FF;
  border: 1px solid #0372FF;
  border-radius: 60px;
  padding: 6px 30px;
  color: #0372FF;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: "Fustat", sans-serif;
  cursor: pointer;
}
.contact-us-form__form-container .forminator-row .forminator-error-message {
  font-size: 80% !important;
  color: #A63E1B;
}
.contact-us-form__form-container .forminator-row label {
  display: none;
}
.contact-us-form__form-container .forminator-row input, .contact-us-form__form-container .forminator-row textarea, .contact-us-form__form-container .forminator-row select {
  background-color: #CDE3FF;
  border: 0;
  outline: none;
  border: 2px solid #0372FF;
  padding: 5px 14px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  font-family: "Fustat", sans-serif;
  color: #0372FF;
}
.contact-us-form__form-container .forminator-row input::placeholder, .contact-us-form__form-container .forminator-row textarea::placeholder, .contact-us-form__form-container .forminator-row select::placeholder {
  color: #0372FF;
}
.contact-us-form__form-container .forminator-row select {
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.contact-us-form__footer-bg svg {
  vertical-align: top;
}

.contact-us-map {
  padding-top: 56px;
  padding-bottom: 117px;
}
.contact-us-map__heading {
  max-width: 956px;
  margin-bottom: 70px;
}
.contact-us-map__heading h3 {
  color: #161259;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 314.286%;
}
.contact-us-map__heading h2 {
  color: #0372FF;
  margin-bottom: 20px;
}
.contact-us-map__heading h2:last-child {
  margin-bottom: 0;
}
.contact-us-map__image {
  max-width: 1300px;
}
.contact-us-map__image img {
  width: 100%;
  vertical-align: top;
  height: auto;
}

.employee-hub {
  color: #0372FF;
  padding-bottom: 174px;
}
.employee-hub a {
  color: #0372FF;
}
.employee-hub__heading {
  padding-top: 141px;
  max-width: 760px;
  margin-bottom: 74px;
}
.employee-hub__heading p {
  font-size: 24px;
  font-weight: 400;
  line-height: 116.667%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .employee-hub__heading p {
    font-size: 21px;
  }
}
.employee-hub__wrap {
  max-width: 956px;
}
@media (max-width: 991px) {
  .employee-hub__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.employee-hub__section-description {
  margin-bottom: 56px;
}
.employee-hub__announcement {
  margin-bottom: 22px;
}
.employee-hub__announcement-wrap {
  background-color: #CDE3FF;
  border-radius: 32px;
  padding: 29px 38px 22px;
}
.employee-hub__announcement-wrap h3 {
  margin-bottom: 21px;
}
.employee-hub__policies {
  margin-top: 85px;
}
.employee-hub__policies h2 {
  margin-bottom: 10px;
}
.employee-hub__policies p {
  margin-bottom: 42px;
}
.employee-hub__files {
  gap: 83px 73px;
}
@media (max-width: 767px) {
  .employee-hub__files {
    gap: 40px 35px;
  }
}
@media (max-width: 320px) {
  .employee-hub__files {
    gap: 30px 20px;
  }
}
.employee-hub__file {
  width: calc((100% - 146px) / 3);
}
@media (max-width: 767px) {
  .employee-hub__file {
    width: calc((100% - 35px) / 2);
  }
}
@media (max-width: 320px) {
  .employee-hub__file {
    width: calc((100% - 20px) / 2);
  }
}

.login-page {
  background-color: #CDE3FF;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 510px;
}
.login-page h1 {
  color: #0372FF;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .login-page h1 {
    margin-bottom: 40px;
  }
}
.login-page__wrap {
  width: 100%;
}
.login-page__wrap-inner {
  max-width: 564px;
  margin-left: auto;
  margin-right: auto;
}
.login-page__form p label {
  display: none;
}
.login-page__form input, .login-page__form textarea, .login-page__form select {
  background-color: #CDE3FF;
  border: 0;
  outline: none;
  border: 2px solid #0372FF;
  padding: 5px 14px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  font-family: "Fustat", sans-serif;
  color: #0372FF;
}
.login-page__form input::placeholder, .login-page__form textarea::placeholder, .login-page__form select::placeholder {
  color: #0372FF;
}
.login-page__form select {
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.login-page .form-row {
  margin-bottom: 19px;
}
.login-page .form-row:last-child {
  max-block-size: 0;
  margin-top: 60px;
}
.login-page .form-row .button {
  border-radius: 30px;
  border: 1px solid #0372FF;
  background: #0372FF;
  color: #F2F8FF;
  text-align: center;
  font-family: "Fustat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
