.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gotham Bold, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gotham Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.body {
  text-align: left;
  letter-spacing: 1px;
  background-color: #f0f0f0;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.body.black {
  color: #fff;
  background-color: #1a1a1a;
  background-image: url('../images/our-story-06-dot.png');
  background-position: 50%;
  background-size: 1440px;
}

.header {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  letter-spacing: 0;
  background-color: rgba(232, 232, 232, .8);
  border-bottom: 1px solid rgba(118, 138, 149, .2);
  position: fixed;
}

.header.black {
  background-color: #1a1a1a;
}

.container-header {
  height: 85px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}

.logo {
  height: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
}

.logo.w--current {
  padding-top: 26px;
  padding-bottom: 26px;
}

.logo-image {
  height: 100%;
}

.header-menu {
  height: 100%;
  display: flex;
}

.header-link {
  height: 100%;
  border-bottom: 2px solid rgba(60, 151, 203, 0);
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  transition: border-color .8s;
  display: flex;
}

.header-link:hover {
  border-bottom-color: #3c97cb;
}

.header-link.w--current {
  color: #3c97cb;
  border-bottom-color: #3c97cb;
}

.header-link.btn {
  text-decoration: none;
}

.header-link.btn:hover {
  border-bottom-color: rgba(60, 151, 203, 0);
}

.header-link.btn.end {
  padding-right: 0;
}

.header-link.white {
  color: #fff;
}

.header-link.icon {
  padding-left: 12px;
  padding-right: 12px;
}

.header-link.icon.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.header-link-block {
  color: #3c97cb;
  border: 1px solid #3c97cb;
  border-radius: 20px;
  padding: 9px 15px 8px;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.header-link-block:hover {
  color: #fff;
  background-color: #3c97cb;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.home-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.home-02, .section.home-03 {
  position: relative;
  overflow: hidden;
}

.section.home-04 {
  background-image: url('../images/home-04-bg-dot.png'), linear-gradient(#1a1a1a, #1a1a1a);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 75%, auto;
  background-attachment: scroll, scroll;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.home-05 {
  position: relative;
  overflow: hidden;
}

.section.home-06 {
  background-image: url('../images/footer-bg-dot.png'), linear-gradient(#e8e8e8, #e8e8e8);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 1440px, auto;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer {
  color: #fff;
  background-color: #1b4777;
  padding-top: 0;
  padding-bottom: 0;
}

.section.sub-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.our-story-02 {
  position: relative;
}

.section.full {
  height: 375px;
  background-image: url('../images/middle-banner.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-story-03 {
  padding-bottom: 80px;
}

.section.our-story-04 {
  color: #fff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, 0) 50%), url('../images/our-story-Training-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.our-story-05 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section.our-story-06 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.services-tap {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.services-02, .section._0-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top-80-padding {
  padding-top: 80px;
}

.section.contact-us {
  padding-top: 0;
}

.section.contact-us.overflow {
  overflow: hidden;
}

.section.our-clients {
  padding-top: 0;
}

.container {
  z-index: 3;
  max-width: 1440px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container.home-03 {
  z-index: 2;
  position: relative;
}

.container.home-banner {
  max-width: 100%;
}

.container.sub-banner {
  width: 1440px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.our-story-04, .container.our-story-04-copy {
  padding-left: 80px;
  padding-right: 80px;
}

.container.our-story-06 {
  grid-row-gap: 0px;
  margin-top: -240px;
  padding-left: 60px;
  padding-right: 0;
  position: relative;
}

.container.news-inner {
  max-width: 960px;
  padding-left: 0;
  padding-right: 0;
}

.container.careers-01 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.contact-us-01 {
  max-width: 960px;
}

.container.footer {
  display: flex;
}

.home-banner-block {
  width: 100%;
  height: 70vh;
  max-height: 800px;
  min-height: 500px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.home-banner-image.hidden {
  display: none;
}

.home02-row-block {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.home02-col {
  width: 50%;
}

.h2 {
  float: left;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
}

.h2.light {
  font-family: Gotham Light, sans-serif;
  font-weight: 300;
}

.h2.home-04-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham Medium, sans-serif;
}

.h2.footer {
  color: #000;
  text-align: center;
  font-family: Gotham Light, sans-serif;
  font-weight: 300;
}

.h2.our-story-training {
  margin-bottom: 0;
  font-family: Gotham Light, sans-serif;
  font-weight: 300;
}

.colour-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#4e9acf, #e9df56);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gotham Medium, sans-serif;
}

.home03-pop-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 154px;
  margin-bottom: 154px;
  font-family: Gotham Bold, sans-serif;
  font-size: 60px;
  line-height: 110%;
  position: relative;
}

.home03-bg-block {
  width: 80%;
  height: 100%;
  background-color: #e8e8e8;
  border-top-right-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home03-bg-inner-line {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: auto;
  right: -50px;
}

.home-02-bg-text {
  z-index: 2;
  opacity: .3;
  color: #fff;
  font-family: Gotham Thin, sans-serif;
  font-size: 15vw;
  line-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home03-black-circular-bg {
  width: 40vw;
  height: 40vw;
  background-color: #1a1a1a;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gary-text {
  color: #768a95;
}

.home04-services-block {
  padding: 80px 0%;
}

.home04-services-row {
  z-index: 100;
  text-align: left;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  font-family: Gotham Bold, sans-serif;
  display: flex;
}

.home04-services-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.home04-services-col.down-140 {
  margin-top: 140px;
  margin-bottom: 120px;
}

.home04-services-col.up-140 {
  margin-top: -140px;
}

.home04-services-inner-num-block {
  float: left;
  color: #fff;
  background-color: #3c97cb;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 6px 15px 4px;
  font-family: Gotham Book, sans-serif;
}

.home04-services-inner-num-block._02 {
  color: #000;
  background-color: #eae25d;
}

.home04-services-inner-num-block._03 {
  color: #000;
  background-color: #aecc7e;
}

.home04-services-inner-num-block._04 {
  background-color: #1b4777;
}

.home04-services-inner-num-text {
  float: left;
}

.home04-services-inner-block {
  min-height: 550px;
  clear: left;
  color: #fff;
  background-image: url('../images/home04-services-inner-image-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home04-services-inner-block._02 {
  background-image: url('../images/home04-services-inner-image-02.jpg');
}

.home04-services-inner-block._03 {
  background-image: url('../images/home04-services-inner-image-03.jpg');
}

.home04-services-inner-block._04 {
  background-image: url('../images/home04-services-inner-image-04.jpg');
}

.home04-services-inner-mask-bg {
  mix-blend-mode: multiply;
  background-color: #afafaf;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home04-services-inner-text-block {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  font-family: Gotham Book, sans-serif;
  display: flex;
  position: relative;
}

.home04-services-inner-sub-title {
  font-family: Gotham Bold, sans-serif;
}

.home04-services-inner-app-icon {
  height: 45px;
}

.home04-services-inner-app-icon-block {
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.home04-bottom-block {
  color: #fff;
}

.home04-bottom-block-line {
  height: 1px;
  background-color: #768a95;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home04-bottom-services-link-block {
  color: #768a95;
  text-transform: uppercase;
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 19px 8px;
  text-decoration: none;
  transition: background-color .8s, color .8s;
}

.home04-bottom-services-link-block:hover {
  color: #000;
  background-color: #768a95;
}

.home05-title-block {
  margin-bottom: 80px;
}

.home05-row-block {
  z-index: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home05-row-block.top {
  z-index: 2;
  position: relative;
}

.home05-col-block {
  width: 50%;
}

.home05-col-block.image {
  height: 350px;
  border-radius: 40px;
  overflow: hidden;
}

.home05-col-block.info {
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
  display: flex;
}

.project-highlights-inner-block {
  z-index: 2;
  align-items: center;
  display: flex;
}

.project-highlights-inner-num-block {
  z-index: 1;
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
  min-height: 80px;
  min-width: 80px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-top: 2px;
  font-family: Gotham Thin, sans-serif;
  font-size: 32px;
  line-height: 32px;
  display: flex;
  position: relative;
}

.project-highlights-inner-info-block {
  z-index: 1;
  width: 100%;
  color: #333;
  text-align: left;
  font-family: Gotham Light, sans-serif;
  font-size: 24px;
  line-height: 110%;
  text-decoration: none;
  transition: color .8s;
  position: relative;
}

.project-highlights-inner-info-block:hover {
  color: #768a95;
}

.project-highlights-inner-info-sub-title {
  color: #768a95;
  font-size: 14px;
  line-height: 100%;
}

.home05-all-row-block {
  z-index: 2;
  grid-row-gap: 170px;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.project-highlights-line-block {
  z-index: 0;
  width: 1px;
  height: 1040px;
  background-color: rgba(118, 138, 149, .5);
  margin-left: 40px;
  position: absolute;
}

.project-highlights-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.div-block {
  width: 100%;
}

.div-block-2 {
  height: 100%;
}

.div-block-3 {
  height: 100px;
}

.div-block-4 {
  height: 100%;
  position: relative;
}

.home05-logo-block {
  border-top: 1px solid #768a95;
  border-bottom: 1px solid #768a95;
  padding-top: 40px;
  padding-bottom: 40px;
}

.carousel-mask {
  border-top: 1px solid #768a95;
  border-bottom: 1px solid #768a95;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.carousel-track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.carousel-item {
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.carousel-link {
  display: block;
}

.carousel-link:hover {
  opacity: .5;
  mix-blend-mode: multiply;
}

.img-fix-height {
  width: auto;
  height: 90px;
}

.footer-contact-block.flex {
  display: flex;
}

.footer-contact-block.full {
  width: 100%;
}

.footer-contact-row {
  display: flex;
}

.footer-contact-col {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-contact-col.l {
  justify-content: center;
  display: flex;
}

.footer-contact-col.r {
  border-left: 1px solid rgba(118, 138, 149, .5);
  justify-content: center;
  display: flex;
}

.footer-quote-link-block {
  color: #333;
  text-decoration: none;
  transition: color .8s;
}

.footer-quote-link-block:hover {
  color: #768a95;
}

.footer-email-link-block {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 40px;
  padding: 22px 40px 18px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.footer-email-link-block:hover {
  color: #fff;
  background-color: #1b4777;
}

.footer-link-block {
  grid-column-gap: 20px;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .8s;
}

.footer-link:hover {
  color: #768a95;
}

.footer-link-icon {
  transition: opacity .8s;
}

.footer-link-icon:hover {
  opacity: .5;
}

.footer-link-icon-block {
  grid-column-gap: 15px;
  display: flex;
}

.footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.text-block {
  font-weight: 400;
}

.card-highlight {
  width: 400px;
  height: 400px;
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.project-highlights-line-full {
  width: 100%;
  background-color: #1b4777;
}

.home-04-sub-title {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  font-family: Gotham Bold, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.home04-bottom-services-link-block-all {
  grid-column-gap: 20px;
  display: flex;
}

.all {
  padding-top: 85px;
}

.sub-banner-block {
  color: #1b4777;
  padding-left: 60px;
  overflow: visible;
}

.sub-banner-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham Bold, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.sub-banner-image-block {
  width: 95vw;
  height: 250px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 0;
  overflow: hidden;
}

.sub-banner-image-block.news {
  background-image: url('../images/News-banner-01.jpg');
  background-position: 100% 100%;
}

.sub-banner-image-block.contact-us {
  width: 100%;
  height: 360px;
  position: relative;
}

.sub-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-image.news {
  background-image: url('../images/News-banner-01.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-image.job-reference {
  background-image: url('../images/job-Reference-banner.jpg');
  background-position: 50% 0;
}

.sub-banner-image.services {
  background-image: url('../images/services-top-banner.jpg');
}

.sub-banner-image.our-story {
  background-image: url('../images/our-story-top-banner2x.jpg');
}

.sub-banner-image.careers {
  background-image: url('../images/Careers-sub-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-image.contact-us-map {
  background-image: url('../images/Contact-us-map-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-image.our-clients {
  background-image: url('../images/sub-banner-our-clients.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-story-info-block {
  width: 80%;
  float: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-story-info-titile-block {
  position: relative;
}

.our-story-num {
  z-index: -1;
  color: rgba(228, 228, 228, .6);
  margin-right: -25%;
  font-family: Gotham Medium, sans-serif;
  font-size: 160px;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vertical-bg-text {
  z-index: -1;
  color: rgba(255, 255, 255, .6);
  font-family: Gotham Light, sans-serif;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: -368px;
  right: auto;
  transform: rotate(90deg);
}

.vertical-bg-text.careers {
  top: 856px;
  left: -407px;
}

.vertical-bg-text.news {
  top: 661px;
  left: -257px;
}

.vertical-bg-text.contact {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vertical-bg-text.our-story {
  top: 120px;
  left: -292px;
}

.vertical-bg-text.clients {
  top: 737px;
  left: -352px;
}

.our-story-03-block.down-160 {
  margin-bottom: 160px;
}

.our-story-03-row {
  display: flex;
}

.our-story-03-col {
  width: 50%;
}

.our-story-03-col._01-text {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.our-story-03-col._02-image {
  background-image: url('../images/our-story-image-02.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  padding-left: 0;
  overflow: hidden;
}

.our-story-03-col._01-image {
  background-image: url('../images/our-story-image-01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-left: 60px;
  padding-left: 0;
  overflow: hidden;
}

.our-story-03-col._02-text {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.our-story-info-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-story-training-block {
  width: 50%;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.our-story-training-list-title {
  margin-bottom: 5px;
}

.our-story-awards-row {
  border-top: 1px solid #768a95;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.our-story-awards-row.end {
  margin-bottom: 0;
}

.our-story-awards-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.our-story-awards-col.image {
  mix-blend-mode: multiply;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.our-story-awards-col.list {
  flex-direction: column;
  padding-right: 0;
  display: flex;
}

.our-story-awards-image {
  width: 30%;
  mix-blend-mode: multiply;
  margin-right: 20px;
}

.our-story-awards-image.no-effects {
  mix-blend-mode: normal;
}

.our-story-awards-lits-block {
  width: 100%;
  text-align: left;
  border-top: 1px solid rgba(118, 138, 149, .25);
  padding-top: 20px;
  padding-bottom: 40px;
}

.our-story-awards-lits-block.top {
  border-top-width: 0;
  padding-top: 0;
}

.our-story-awards-lits-text {
  font-family: Gotham Light, sans-serif;
  font-size: 14px;
}

.our-story-awards-col-image-title {
  text-align: left;
  margin-bottom: 20px;
  font-family: Gotham Light, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.our-story-06-banner {
  z-index: 4;
  width: 90%;
  height: 350px;
  background-image: url('../images/our-story-06-bg.jpg');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -80px;
  position: relative;
}

.our-story-06-info-block {
  z-index: 1;
  color: #fff;
  background-color: #45576d;
  background-image: url('../images/our-story-06-dot.png');
  background-position: 0 0;
  background-size: 1440px;
  border-bottom-left-radius: 20px;
  padding: 360px 60px 60px;
  position: relative;
}

.our-story-06-row {
  z-index: 1;
  grid-column-gap: 20px;
  display: flex;
  position: relative;
}

.our-story-06-col {
  width: 50%;
}

.our-story-06-col.l {
  min-width: 380px;
  justify-content: flex-start;
}

.our-story-06-col.r {
  width: auto;
}

.our-story-06-bg {
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to right, #fff 49%, #45576d 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.bread-crumbs {
  color: #768a95;
  padding-top: 10px;
  position: absolute;
}

.bread-crumbs.news-inner {
  margin-bottom: 40px;
  position: relative;
}

.bread-crumbs-links {
  color: #768a95;
  text-decoration: none;
  transition: opacity .8s;
}

.bread-crumbs-links:hover {
  opacity: .5;
}

.heading-2 {
  font-size: 64px;
  line-height: 100%;
}

.header-black {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: rgba(26, 26, 26, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: fixed;
}

.heading-4 {
  font-size: 24px;
}

.services-info-title {
  text-align: left;
}

.services-info-line {
  width: 100%;
  height: 1px;
  background-color: #768a95;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-tap-link {
  color: #768a95;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: linear-gradient(#1a1a1a, #1a1a1a);
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 20px;
  text-decoration: none;
  transition: color .8s, background-color .8s;
}

.services-tap-link:hover {
  color: #000;
  background-image: linear-gradient(#3c97cb, #aecc7e);
}

.services-tap-link.w--current {
  color: #000;
  background-image: linear-gradient(#3c97cb, #aecc7e);
  border-color: #000;
}

.services-tap-link-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.services-tap-line {
  width: 100%;
  height: 1px;
  background-color: #768a95;
}

.services-block-all {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.services-block-text-block {
  margin-top: 40px;
  display: flex;
}

.services-block-image-block {
  height: 420px;
  border-radius: 40px;
  margin-top: 80px;
  position: relative;
}

.services-block-image-block._02 {
  background-image: url('../images/services-image-02.jpg');
  background-position: 50% 0;
}

.services-block-image-block._03 {
  background-image: url('../images/services-image-03.jpg');
}

.services-block-image-block._04 {
  background-image: url('../images/services-image-04.jpg');
}

.services-block-image-mask {
  border-radius: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.services-block-image-mask._01 {
  overflow: hidden;
}

.services-block-image-num {
  z-index: 2;
  margin-top: -80px;
  font-family: Gotham Thin, sans-serif;
  font-size: 160px;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.services-block-text-title {
  width: 360px;
  min-width: 360px;
  text-transform: uppercase;
  margin-right: 60px;
  font-family: Gotham Bold, sans-serif;
}

.services-block-text-info {
  width: auto;
  min-width: auto;
}

.services-block-text-info.end {
  border-bottom: 1px solid #768a95;
  padding-bottom: 60px;
}

.services-technology-row {
  grid-row-gap: 80px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.services-technology-col {
  width: 360px;
  min-width: 360px;
  grid-row-gap: 20px;
  text-transform: none;
  flex-direction: column;
  margin-right: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.services-technology-col.r {
  width: auto;
  min-width: auto;
  grid-row-gap: 60px;
  margin-right: 0;
}

.services-block-text-info-copy {
  width: auto;
  min-width: auto;
}

.services-block-text-info-copy.end {
  border-bottom: 1px solid #768a95;
  padding-bottom: 60px;
}

.services-technology-link-block {
  grid-column-gap: 15px;
  color: #768a95;
  text-transform: none;
  padding: 0;
  font-family: Gotham Book, sans-serif;
  text-decoration: none;
  transition: color .8s, background-color .8s;
  display: flex;
}

.services-technology-link {
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 20px 8px;
}

.services-block-sub-text {
  margin-bottom: 20px;
  font-family: Gotham Light, sans-serif;
}

.services-technology-title-block {
  align-items: center;
  margin-bottom: 20px;
  font-family: Gotham Light, sans-serif;
  display: flex;
}

.services-technology-title-block-icon {
  height: 50px;
  margin-right: 20px;
}

.services-technology-text-block {
  margin-bottom: 40px;
  display: flex;
}

.services-technology-icon-row {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.services-technology-icon-col {
  width: 49%;
  grid-row-gap: 10px;
  text-align: center;
  background-color: rgba(40, 53, 61, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  display: flex;
}

.services-technology-link-02, .services-technology-link-01, .services-technology-link-03, .services-technology-link-04 {
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 20px 8px;
}

.job-reference-filter-block {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.job-reference-filter-btn {
  color: #768a95;
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 19px 8px;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .8s, color .8s;
}

.job-reference-filter-btn:hover, .job-reference-filter-btn.hover {
  color: #fff;
  border-color: #fff;
}

.job-reference-all-block {
  padding: 0;
}

.job-reference-cell-bg-image-block {
  width: 100%;
  height: 35vw;
  max-height: 450px;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
}

.job-reference-cell-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-reference-cell-block {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.job-reference-cell-hover-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  padding: 20px 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.job-reference-cell-hover-logo {
  height: 50px;
  object-fit: contain;
  align-self: flex-start;
}

.job-reference-cell-hover-title {
  text-align: left;
  font-family: Gotham Medium, sans-serif;
  font-size: 20px;
}

.job-reference-cell-hover-inner-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.news-col.l {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.news-col.r {
  width: auto;
  flex: 1;
}

.news-row {
  align-items: flex-start;
  display: flex;
}

.news-link-block {
  grid-column-gap: 15px;
  color: #000;
  text-transform: none;
  border-top: 1px solid #768a95;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 20px 0;
  font-family: Gotham Book, sans-serif;
  text-decoration: none;
  transition: color .8s, background-color .8s;
  display: flex;
}

.news-link-block:hover {
  color: #1b4777;
  text-decoration: underline;
}

.news-link-01 {
  border: 1px solid #768a95;
  border-radius: 20px;
  padding: 9px 20px 8px;
  transition: color .8s, background-color .8s;
}

.news-link-01:hover, .news-link-01.hover {
  color: #fff;
  background-color: #1b4777;
  border-color: #1b4777;
}

.news-link-01.hover:hover {
  color: #fff;
}

.news-link-sub-titile-block {
  grid-column-gap: 20px;
  color: #768a95;
  margin-bottom: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 14px;
  display: flex;
}

.news-filter-block {
  grid-column-gap: 15px;
  color: #768a95;
  text-transform: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham Book, sans-serif;
  text-decoration: none;
  transition: color .8s, background-color .8s;
  display: flex;
}

.news-link-info-block {
  text-align: left;
  justify-content: space-between;
  font-family: Gotham Light, sans-serif;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.news-arrow-btn {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-arrow-btn-hover-block {
  width: 100%;
  height: 100%;
  background-color: #1b4777;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.services-block-image {
  width: 100%;
  height: 100%;
}

.services-block-image._01 {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/services-image-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.services-block-image._02 {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/home04-services-inner-image-02.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-block-image._03 {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/services-image-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.services-block-image._04 {
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/home04-services-inner-image-04.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.news-inner-sub-titile-block {
  grid-column-gap: 20px;
  color: #28353d;
  margin-bottom: 10px;
  font-family: Gotham Light, sans-serif;
  font-size: 14px;
  display: flex;
}

.news-inner-titile {
  text-align: left;
  margin-bottom: 20px;
  font-family: Gotham Medium, sans-serif;
}

.news-inner-info-block {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.news-inner-info-image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 80px;
  padding: 0;
}

.careers-01-row {
  display: flex;
}

.careers-01-row.canter {
  justify-content: center;
}

.careers-01-col {
  width: 50%;
}

.careers-01-col.l {
  width: 30%;
}

.careers-01-col.r {
  width: 70%;
}

.job-info-block, .job-table-block {
  margin-bottom: 80px;
}

.job-table-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.job-table-titile-block {
  color: #fff;
  background-color: #1b4777;
  padding: 20px 0;
  font-family: Gotham Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.job-table-inner-block {
  background-color: #e8e8e8;
  padding: 0;
}

.body-blod {
  font-family: Gotham Bold, sans-serif;
}

.job-table-apply-btn {
  grid-column-gap: 5px;
  color: #fff;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #1b4777;
  border-radius: 20px;
  align-items: center;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .8s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.job-table-apply-btn:hover {
  background-color: #768a95;
}

.job-table-titile-inner-block {
  width: 100%;
  border-right: 2px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.job-table-titile-inner-block.end {
  border-right-width: 0;
}

.job-table-titile-inner-block.inner {
  height: 100%;
  grid-row-gap: 20px;
  border-right-color: #c3c3c3;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 140%;
  display: flex;
  position: relative;
}

.job-table-apply-arrow {
  height: 14px;
}

.job-table-inner-block-bar {
  width: 100%;
  height: 2px;
  background-color: #c3c3c3;
}

.job-table-inner-block-bar.top {
  width: 90%;
  align-self: flex-end;
}

.job-table-inner-block-bar.end {
  width: 90%;
  align-self: flex-start;
  margin-right: 20px;
}

.join-us-block {
  grid-row-gap: 20px;
  background-image: url('../images/Join-us-block-bg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 75px 60px;
  position: relative;
}

.h4-blod {
  font-family: Gotham Bold, sans-serif;
}

.join-us-btn {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #1b4777;
  border-radius: 20px;
  align-items: center;
  margin-right: 20px;
  padding: 9px 20px 8px;
  text-decoration: none;
  transition: background-color .8s;
  display: flex;
}

.join-us-btn:hover {
  background-color: #768a95;
}

.join-us-inner-block {
  width: 60%;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-us-map-pin-block {
  color: #1b4777;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  transition: color .8s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-us-map-pin-block:hover {
  color: #3c97cb;
}

.contact-us-row {
  grid-column-gap: 20px;
  display: flex;
}

.contact-us-col {
  width: 50%;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.contact-us-col.l {
  width: 40%;
}

.contact-us-col.r {
  width: 60%;
}

.contact-us-sub-titile-block {
  color: #768a95;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Gotham Book, sans-serif;
  font-size: 14px;
  display: flex;
}

.contact-us-info-text-link {
  color: #000;
  text-decoration: none;
}

.contact-us-info-text-link:hover {
  text-decoration: underline;
}

.contact-us-info-text-link.num {
  font-family: Gotham Medium, sans-serif;
  font-size: 32px;
}

.contact-us-info-link-icon {
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: opacity .8s;
  display: flex;
}

.contact-us-info-link-icon:hover {
  opacity: .5;
}

.contact-us-info-link-icon-block {
  grid-column-gap: 15px;
  display: flex;
}

.contact-us-form-block {
  text-transform: uppercase;
}

.contact-us-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-us-form-text-field {
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-us-form-text-textarea {
  max-width: 100%;
  min-height: 200px;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 40px;
}

.contact-us-btn {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #1b4777;
  border-radius: 20px;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding: 9px 20px 8px;
  text-decoration: none;
  transition: background-color .8s;
  display: flex;
}

.contact-us-btn:hover {
  background-color: #768a95;
}

.news-inner-back-btn-block {
  border-top: 1px solid #768a95;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.news-back-btn {
  grid-column-gap: 20px;
  color: #000;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #1b4777;
  border-radius: 60px;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  transition: color .8s, background-color .8s;
  display: flex;
}

.news-back-btn:hover {
  color: #fff;
  background-color: #1b4777;
}

.job-table-apply-arrow-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.job-table-apply-arrow-hover-b {
  height: 14px;
}

.job-table-apply-arrow-hover-w {
  height: 14px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-clients-logo-stack {
  padding: 0;
}

.our-clients-logo-image {
  border-radius: 10px;
}

.header-copy {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(232, 232, 232, .8);
  border-bottom: 1px solid rgba(118, 138, 149, .2);
  position: fixed;
}

.home-top-banner-text {
  color: #000;
  -webkit-text-stroke-width: 2px;
  font-family: Gotham Bold, sans-serif;
  font-size: 220px;
  line-height: 100%;
}

.home-top-banner-text-block {
  z-index: 2;
  width: 60vw;
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.hover-div {
  z-index: 2;
  width: 200px;
  height: 200px;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  mix-blend-mode: hard-light;
  background-color: rgba(250, 243, 243, 0);
  border-radius: 100%;
  position: absolute;
}

.home-top-banner-text-image {
  z-index: 1;
  width: 90%;
  opacity: 1;
  filter: invert();
  position: relative;
}

.home-top-banner-text-image.top {
  z-index: 3;
  width: 90.5%;
  opacity: 1;
  filter: none;
  mix-blend-mode: screen;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.contact-us-sticky-block {
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-bottom: 5vh;
  margin-right: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-02-bg-b {
  z-index: 1;
  width: 39%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-02-bg-a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-05-bg-a {
  z-index: 1;
  width: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-05-bg-b {
  z-index: 1;
  width: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-block-2 {
  letter-spacing: .5px;
}

.letters.colour-gradient {
  opacity: 1;
}

.contact-us-map-pin-image {
  width: 40px;
}

.job-table-apply-btn-icon {
  height: 14px;
}

.text-wrapper {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 154px;
  margin-bottom: 154px;
  font-family: Gotham Bold, sans-serif;
  font-size: 60px;
  line-height: 110%;
  position: relative;
}

.h2-text-mask {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
  overflow: hidden;
}

.h2-text-mask.footer {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h2-text-mask.center {
  align-items: center;
  display: flex;
}

.footer-sub-logo {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 5px 0;
  display: flex;
}

.footer-sub-logo-image {
  height: 60px;
}

.footer-link-inner-block {
  grid-column-gap: 20px;
  display: flex;
}

.header-link-home-icon {
  width: 15px;
  height: 15px;
}

.header-dropdown-list {
  height: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 8px;
  padding-right: 28px;
  transition: border-color .8s;
  display: flex;
}

.header-dropdown-list:hover {
  border-bottom: 2px solid #3c97cb;
}

.header-dropdown-list.w--open {
  height: 100%;
}

.header-dropdown-list.white {
  color: #fff;
}

.icon-2 {
  margin-right: 8px;
}

.home-dropdown-list.w--open {
  background-color: rgba(232, 232, 232, .8);
}

.home-dropdown-list.white.w--open {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1a1a1a;
  border: 1px solid rgba(118, 138, 149, .2);
}

.header-dropdown-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.header-dropdown-link:hover {
  color: #3c97cb;
  border-bottom: 2px solid #3c97cb;
}

.header-dropdown-link.w--current {
  color: #3c97cb;
}

.header-dropdown-link.white {
  color: #fff;
}

.home05-btn-block {
  justify-content: center;
  margin-bottom: 160px;
  display: flex;
}

.show-more-btn {
  grid-column-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  object-fit: contain;
  background-color: #1b4777;
  border-radius: 20px;
  align-items: center;
  padding: 9px 20px 8px;
  text-decoration: none;
  transition: background-color .8s;
  display: flex;
}

.show-more-btn:hover {
  background-color: #768a95;
}

.show-more-table-apply-arrow {
  height: 14px;
}

.job-table-filter {
  grid-column-gap: 20px;
  flex-direction: row;
  margin-bottom: 20px;
  display: flex;
}

.job-table-filter.l {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-right: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.job-table-filter.r {
  width: auto;
  flex: 1;
}

.footer-sub-logo-block {
  z-index: 1;
  width: 100%;
  justify-content: flex-start;
  align-self: flex-end;
  display: flex;
  position: relative;
}

.pop-up-gallery-block {
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding-top: 85px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-gallery-slider-block {
  width: 100%;
  height: 100%;
  padding: 5%;
  position: relative;
}

.pop-up-gallery-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.pop-up-gallery-slide-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pop-up-gallery-slider-close-block {
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pop-up-gallery-slider-close-icon {
  width: 40px;
  height: 40px;
}

.job-reference-cell-sub-title {
  font-family: Gotham Medium, sans-serif;
}

.footer-sub-logo-bg {
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.center-arrow-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-arrow {
  width: 20px;
}

.home-banner-video {
  width: 100%;
  height: 100%;
}

html.w-mod-js [data-ix="down-to-top-0o-to-100o-800s"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="down-to-top-1200s-maks"] {
  opacity: 0;
  transform: translate(0, 200%)rotate(10deg);
}

html.w-mod-js [data-ix="0o-to-100o-1200s"], html.w-mod-js [data-ix="0-op"] {
  opacity: 0;
}

html.w-mod-js [data-ix="news-link-hover"] {
  /* opacity: 0;
  transform: translate(0, 50px); */
}

html.w-mod-js [data-ix="sub-banner-image"] {
  transform: scale(1.2);
}

html.w-mod-js [data-ix="home-services-show"] {
  transform: translate3d(0, 0, 300px)rotateX(0)rotateY(90deg)rotateZ(0);
}

html.w-mod-js [data-ix="header-loading"] {
  transform: translate(0%, -100%);
}

@media screen and (min-width: 1920px) {
  .container-header {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.home-02 {
    background-image: none;
  }

  .section.home-03 {
    overflow: hidden;
  }

  .container {
    max-width: 1920px;
  }

  .container.sub-banner {
    width: 1920px;
  }

  .home-02-bg-text {
    font-size: 15vw;
  }

  .home04-services-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sub-banner-image-block {
    width: 100vw;
  }

  .our-story-06-banner {
    z-index: 4;
  }

  .news-link-info-block {
    justify-content: space-between;
  }

  .pop-up-gallery-block {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .container-header {
    height: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo, .logo.w--current {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .header-menu {
    width: 100%;
    height: 100svh;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(232, 232, 232, .9);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-menu.black {
    background-color: rgba(26, 26, 26, .9);
  }

  .header-link {
    z-index: 2;
    width: 100%;
    height: auto;
    min-width: 100%;
    border-bottom-width: 0;
    border-left: 10px solid rgba(60, 151, 203, 0);
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .header-link:hover {
    border-bottom-width: 0;
    border-left: 10px solid #3c97cb;
  }

  .header-link.btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-06 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.sub-banner, .section.our-story-02, .section.our-story-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.our-story-04 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .9) 30%, rgba(0, 0, 0, 0) 80%), url('../images/our-story-Training-bg.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.our-story-05 {
    padding-top: 60px;
  }

  .section.our-story-06 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.contact-us {
    padding-top: 20px;
  }

  .container, .container.our-story-02, .container.our-story-03, .container.our-story-05 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.our-story-06 {
    margin-top: -120px;
    padding-top: 0;
    padding-left: 5%;
  }

  .container.news-01, .container.news-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.careers-01 {
    padding: 20px 5%;
  }

  .container.contact-us-01, .container.our-clients {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-block {
    height: 60vh;
    max-height: 500px;
    min-height: 400px;
  }

  .home02-row-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home02-col {
    width: 20%;
  }

  .home02-col.r {
    width: 80%;
  }

  .h2 {
    font-size: 32px;
  }

  .home03-pop-text {
    font-size: 48px;
  }

  .home04-services-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .home04-services-col.down-140 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .home04-services-inner-block {
    min-height: 450px;
  }

  .home04-services-inner-app-icon {
    height: 35px;
  }

  .home05-title-block {
    margin-bottom: 40px;
  }

  .home05-col-block.image {
    width: 40%;
    height: 300px;
  }

  .home05-col-block.info {
    width: 60%;
    padding-left: 5%;
  }

  .project-highlights-inner-num-block {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .project-highlights-inner-info-block {
    margin-right: 20px;
    font-size: 20px;
  }

  .home05-all-row-block {
    grid-row-gap: 80px;
    margin-bottom: 40px;
  }

  .project-highlights-line-block {
    height: 750px;
    margin-left: 30px;
  }

  .img-fix-height {
    height: 75px;
  }

  .footer-contact-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-email-link-block {
    padding: 12px 20px 8px;
    font-size: 18px;
  }

  .footer-bottom {
    text-align: left;
    flex-wrap: wrap;
  }

  .heading, .home-04-sub-title {
    font-size: 32px;
  }

  .home04-bottom-services-link-block-all {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .all {
    padding-top: 60px;
  }

  .sub-banner-block {
    min-height: auto;
    padding-left: 5%;
  }

  .our-story-num {
    font-size: 120px;
  }

  .vertical-bg-text {
    font-size: 180px;
    top: -2px;
    bottom: 251px;
    left: -430px;
  }

  .vertical-bg-text.careers {
    top: 842px;
    left: -289px;
  }

  .vertical-bg-text.news {
    left: -170px;
  }

  .vertical-bg-text.clients {
    top: 842px;
    left: -289px;
  }

  .our-story-03-block.down-160 {
    margin-bottom: 80px;
  }

  .our-story-03-row {
    flex-direction: column;
  }

  .our-story-03-row._02 {
    flex-direction: column-reverse;
  }

  .our-story-03-col._01-text {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-story-03-col._02-image {
    width: 90%;
    height: 350px;
    align-self: flex-end;
  }

  .our-story-03-col._01-image {
    width: 90%;
    height: 300px;
    align-self: flex-end;
  }

  .our-story-03-col._02-text {
    width: 90%;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-story-training-block {
    width: 80%;
  }

  .our-story-awards-col.image {
    flex-direction: column;
  }

  .our-story-awards-image {
    margin-bottom: 20px;
  }

  .our-story-awards-lits-block {
    text-align: left;
  }

  .our-story-06-banner {
    height: 250px;
    margin-left: 0;
  }

  .our-story-06-info-block {
    padding: 160px 5% 40px;
  }

  .our-story-06-row {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .our-story-06-col.l {
    width: 100%;
    min-width: auto;
  }

  .services-info-block {
    margin-left: 5%;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 100%;
  }

  .services-info-title {
    text-align: left;
  }

  .services-tap-link-block {
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-block-image-block {
    height: 280px;
    margin-top: 60px;
  }

  .services-block-image-mask {
    border-radius: 20px;
  }

  .services-block-image-num {
    margin-top: -60px;
    font-size: 120px;
  }

  .services-block-text-title, .services-technology-col {
    width: 260px;
    min-width: 260px;
    margin-right: 5%;
  }

  .services-technology-link-block {
    grid-column-gap: 10px;
  }

  .services-technology-link-02, .services-technology-link-01, .services-technology-link-03, .services-technology-link-04 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-reference-filter-block {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .job-reference-cell-bg-image-block {
    height: 40vw;
    max-height: 500px;
    min-height: 400px;
  }

  .job-reference-cell-hover-title {
    padding-top: 5px;
    line-height: 120%;
  }

  .job-reference-cell-hover-inner-block {
    line-height: 110%;
  }

  .news-col.l {
    margin-right: 40px;
  }

  .news-link-block {
    grid-column-gap: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .news-link-01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-filter-block {
    grid-column-gap: 10px;
  }

  .news-link-info-block {
    font-size: 18px;
  }

  .news-arrow-btn {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-left: 20px;
  }

  .news-inner-info-image-block {
    margin-bottom: 60px;
  }

  .careers-01-col.l {
    width: 20%;
  }

  .careers-01-col.r {
    width: 80%;
  }

  .job-info-block {
    margin-bottom: 60px;
  }

  .job-table-titile-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .job-table-apply-btn {
    text-align: center;
    left: 5%;
  }

  .job-table-titile-inner-block {
    font-size: 18px;
  }

  .job-table-titile-inner-block.inner {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .join-us-block {
    padding: 40px 20px;
  }

  .news-arrow {
    width: 50%;
  }

  .contact-us-col.l {
    width: 50%;
    padding-right: 20px;
  }

  .contact-us-col.r {
    width: 50%;
  }

  .contact-us-info-text-link.num {
    font-size: 26px;
  }

  .news-inner-back-btn-block {
    padding-top: 60px;
  }

  .news-back-btn {
    grid-column-gap: 10px;
    padding: 10px 20px;
  }

  .menu-btn {
    height: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-btn.w--open {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .menu-btn-image-close {
    height: 15px;
    align-self: center;
    position: absolute;
  }

  .menu-btn-block {
    width: 20px;
    border: 2px solid #3c97cb;
    border-radius: 100px;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .menu-btn-image {
    height: 13px;
    align-self: center;
    position: absolute;
  }

  .contact-us-sticky-block {
    margin-bottom: 20px;
  }

  .home-02-bg-b {
    width: 60%;
  }

  .text-wrapper {
    font-size: 48px;
  }

  .h2-text-mask.footer {
    margin-bottom: 20px;
  }

  .header-dropdown-list {
    justify-content: center;
    padding-right: 0;
  }

  .header-dropdown-list:hover {
    border-bottom-width: 0;
    border-left: 10px solid #3c97cb;
  }

  .header-dropdown-list.w--open {
    justify-content: center;
  }

  .dropdown {
    width: 100%;
    justify-content: center;
  }

  .header-dropdown-link {
    text-align: center;
  }

  .home05-btn-block {
    margin-bottom: 80px;
  }

  .job-table-filter {
    grid-column-gap: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .job-table-filter.l {
    margin-right: 40px;
  }

  .footer-sub-logo-block {
    justify-content: flex-start;
  }

  .pop-up-gallery-block {
    padding-top: 60px;
  }

  .pop-up-gallery-slider-close-block {
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo.w--current {
    padding-top: 15px;
  }

  .header-link, .header-link.btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section, .section.sub-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.full {
    height: 200px;
  }

  .section.contact-us {
    padding-top: 20px;
  }

  .container.our-story-06 {
    margin-top: -80px;
  }

  .home-banner-block {
    max-height: 400px;
    min-height: 300px;
  }

  .h2 {
    font-size: 24px;
  }

  .home03-pop-text {
    font-size: 36px;
  }

  .home04-services-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home04-services-row {
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .home04-services-col {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home04-services-col.down-140 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20%;
  }

  .home04-services-col.up-140 {
    margin-top: 0;
  }

  .home04-services-col._04 {
    margin-left: 20%;
  }

  .home04-services-inner-num-block {
    margin-bottom: 10px;
  }

  .home04-services-inner-block {
    border-radius: 20px;
  }

  .home04-services-inner-app-icon {
    width: 70%;
    height: auto;
  }

  .home04-bottom-block-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home04-bottom-services-link-block {
    padding: 6px 15px 5px;
    font-size: 14px;
  }

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

  .home05-col-block.image {
    width: 50%;
    height: 200px;
    border-radius: 20px;
  }

  .home05-col-block.info {
    width: 50%;
    padding-left: 0%;
  }

  .project-highlights-inner-num-block {
    margin-right: 20px;
  }

  .project-highlights-inner-info-block {
    font-size: 18px;
  }

  .project-highlights-line-block {
    height: 530px;
  }

  .img-fix-height {
    height: 50px;
  }

  .footer-contact-row {
    flex-wrap: wrap;
  }

  .footer-contact-col.l {
    width: 100%;
  }

  .footer-contact-col.r {
    width: 100%;
    border-top: 1px solid rgba(118, 138, 149, .5);
    border-left-width: 0;
  }

  .home-04-sub-title {
    font-size: 24px;
  }

  .sub-banner-image-block {
    height: 150px;
  }

  .our-story-info-block {
    width: 90%;
  }

  .our-story-num {
    font-size: 82px;
  }

  .vertical-bg-text {
    font-size: 140px;
    top: -254px;
    left: -578px;
  }

  .vertical-bg-text.careers {
    font-size: 140px;
    top: 518px;
    left: -322px;
  }

  .vertical-bg-text.news {
    top: 202px;
    left: -408px;
  }

  .vertical-bg-text.clients {
    font-size: 140px;
    top: 518px;
    left: -322px;
  }

  .our-story-03-col._02-image, .our-story-03-col._01-image {
    height: 250px;
  }

  .our-story-training-block {
    width: 90%;
  }

  .our-story-awards-row {
    flex-direction: column;
  }

  .our-story-awards-col.image {
    width: 90%;
    padding-right: 0;
  }

  .our-story-awards-col.list {
    width: 100%;
    padding-left: 0;
  }

  .our-story-06-banner {
    height: 180px;
  }

  .our-story-06-info-block {
    padding-top: 120px;
    padding-right: 5%;
  }

  .heading-3 {
    font-size: 36px;
  }

  .services-tap-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-tap-link-block {
    grid-column-gap: 5%;
  }

  .services-block-text-block {
    flex-direction: column;
  }

  .services-block-image-block {
    height: 200px;
    border-radius: 20px;
  }

  .services-block-image-mask {
    border-radius: 10px;
  }

  .services-block-image-num {
    margin-top: -40px;
    font-size: 100px;
  }

  .services-block-text-title {
    width: 100%;
    min-width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .services-technology-col {
    display: none;
  }

  .services-technology-col.r {
    display: flex;
  }

  .job-reference-cell-bg-image-block {
    min-height: 350px;
  }

  .news-col.l {
    z-index: 2;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    background-color: #f0f0f0;
    flex-direction: row;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 60px;
  }

  .news-row {
    flex-direction: column;
  }

  .news-link-info-block {
    font-size: 16px;
  }

  .news-arrow-btn {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    min-height: 30px;
    min-width: 30px;
    margin-left: 10px;
  }

  .news-inner-info-image-block {
    margin-bottom: 40px;
  }

  .careers-01-col.r {
    width: 100%;
  }

  .job-table-block {
    overflow: auto;
  }

  .job-table-stack {
    width: 800px;
  }

  .job-table-apply-btn {
    white-space: pre-line;
  }

  .job-table-titile-inner-block {
    border-right-width: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .job-table-inner-block-bar {
    height: 1px;
  }

  .join-us-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .join-us-inner-block {
    width: 100%;
  }

  .contact-us-row {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .contact-us-col.l {
    width: 100%;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .contact-us-col.r {
    width: 100%;
  }

  .contact-us-info-text-link.num {
    font-size: 22px;
  }

  .news-inner-back-btn-block {
    padding-top: 40px;
  }

  .our-clients-logo-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-wrapper {
    font-size: 36px;
  }

  .footer-sub-logo-image {
    height: 49px;
  }

  .footer-link-inner-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .home05-btn-block {
    justify-content: center;
  }

  .job-table-filter {
    margin-bottom: 10px;
  }

  .job-table-filter.l {
    z-index: 2;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    background-color: #f0f0f0;
    flex-direction: row;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 60px;
  }

  .pop-up-gallery-block {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    display: flex;
  }

  .home-banner-block {
    max-height: 300px;
    min-height: 200px;
  }

  .home-banner-image {
    object-fit: cover;
  }

  .home02-col.l {
    width: 0%;
  }

  .home02-col.r {
    width: 100%;
  }

  .home03-pop-text {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .home04-services-col {
    width: 100%;
  }

  .home04-services-col.down-140, .home04-services-col._04 {
    margin-left: 0%;
  }

  .home04-services-inner-block {
    min-height: 400px;
  }

  .home05-row-block {
    flex-direction: column;
  }

  .home05-col-block.image {
    width: 72%;
    height: 150px;
    margin-bottom: 20px;
    margin-left: 80px;
  }

  .home05-col-block.info {
    width: 100%;
  }

  .project-highlights-line-block {
    height: 660px;
  }

  .footer-contact-row {
    flex-wrap: wrap;
  }

  .footer-contact-col.l {
    width: 100%;
  }

  .footer-contact-col.r {
    width: 100%;
    border-top: 1px solid rgba(118, 138, 149, .5);
    border-left-width: 0;
  }

  .footer-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-bottom {
    grid-row-gap: 10px;
  }

  .sub-banner-block, .our-story-info-block {
    width: 100%;
  }

  .our-story-num {
    margin-right: 0%;
  }

  .vertical-bg-text {
    font-size: 100px;
    top: -699px;
    left: -925px;
  }

  .vertical-bg-text.careers {
    font-size: 100px;
    top: 223px;
    left: -460px;
  }

  .vertical-bg-text.news {
    top: 78px;
    left: -440px;
  }

  .vertical-bg-text.clients {
    font-size: 100px;
    top: 223px;
    left: -460px;
  }

  .our-story-03-block.down-160 {
    margin-bottom: 40px;
  }

  .our-story-03-col._01-text {
    width: 100%;
  }

  .our-story-03-col._02-image, .our-story-03-col._01-image {
    width: 100%;
    height: 200px;
  }

  .our-story-03-col._02-text, .our-story-training-block {
    width: 100%;
  }

  .our-story-awards-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .our-story-awards-col.image {
    width: 95%;
  }

  .our-story-awards-image {
    width: 40%;
  }

  .our-story-06-info-block {
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .services-info-block {
    margin-left: 0%;
  }

  .services-tap-link {
    padding: 5px 6px;
    font-size: 14px;
  }

  .services-tap-link-block {
    grid-column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-block-image-block {
    height: 150px;
  }

  .services-technology-icon-col {
    width: 100%;
  }

  .news-col.l {
    grid-row-gap: 10px;
    white-space: nowrap;
    overflow: auto;
  }

  .news-link-01 {
    padding: 5px 10px;
    font-size: 14px;
  }

  .job-table-block {
    width: 100%;
  }

  .join-us-block {
    padding-top: 20px;
  }

  .contact-us-col.l {
    text-align: left;
  }

  .news-inner-back-btn-block {
    width: 100%;
  }

  .news-back-btn {
    grid-column-gap: 5px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-wrapper {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .footer-sub-logo {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home05-btn-block {
    width: 100%;
    justify-content: flex-start;
  }

  .job-table-filter {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .job-table-filter.l {
    grid-row-gap: 10px;
    white-space: nowrap;
    overflow: auto;
  }
}

#w-node-b61941c8-2c85-f679-a95e-809dcb57f8ff-d0bc5153 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.25fr .5fr;
}

#w-node-_3fe18497-ac2e-90c4-bb70-9bb6e7d758ee-d0bc5153, #w-node-_8ee46b81-7790-4346-c01f-7f7a48d25230-d0bc5153, #w-node-_82250c57-31d5-c1d5-9ffd-55023ba3a24b-d0bc5153, #w-node-eaf6de4e-eee6-ee7f-3bf1-7e922952c2b1-d0bc5153, #w-node-_49efe025-fa3c-b2e8-14dd-065b3a660ccf-d0bc5153, #w-node-bc4328d6-bedd-6012-0f57-5563f3082ebe-d0bc5153, #w-node-b428698b-dccb-c236-ade5-ecac54b34241-d0bc5153, #w-node-d3b980e0-4cc9-6b98-7d08-aa1aa3a78d16-d0bc5153, #w-node-_1db229a4-0114-25b9-9f39-eecc98b67826-d0bc5153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e63-d0bc5154 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e64-d0bc5154, #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e65-d0bc5154, #w-node-_8eb96335-9d88-8641-7965-7983614ad4d5-d0bc5154, #w-node-c6d82d2e-15d0-a23b-636f-aba3018d04f1-d0bc5154, #w-node-d6f2d718-7378-de89-6547-3d7a97cef1cc-d0bc5154, #w-node-_7ebfeb88-87b0-ee65-a5e7-c1f63ae52e4f-d0bc5154, #w-node-_0bfbdd6b-2726-f70a-c53c-479abcdde73f-d0bc5154, #w-node-_8c16fdcb-1d92-ef75-9d4e-b990c9e3edc4-d0bc5154, #w-node-_2bc7e77c-af92-fa93-5302-29330a7bae3a-d0bc5154, #w-node-_148741a3-91b9-e2c4-fea9-7baa3c9fa42d-d0bc5154, #w-node-_46865274-0691-305b-ce52-35c7e1a5d871-d0bc5154, #w-node-c887168c-de71-a338-2a94-61f1e3fba5b9-d0bc5154, #w-node-_279aa69e-2670-4409-98c1-fffb14d5ac62-d0bc5154, #w-node-_7bc4639e-21dd-ad5a-ea0a-2b3f0c65624b-d0bc5154, #w-node-a42cd67f-9b1b-c118-6d6d-d553eea0f7c6-d0bc5154, #w-node-cf491e0b-a8a5-caad-1537-d4808fe4d4d5-d0bc5154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cded11a6-484e-ba35-ddd9-decd97f88888-d0bc5158 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cded11a6-484e-ba35-ddd9-decd97f88889-d0bc5158 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d69f89d-5d80-0c9c-a917-0eaecdb2b19b-d0bc5158, #w-node-af00ce4e-754f-4877-b5d3-c885f94b4f15-d0bc5158, #w-node-_25917290-d4e6-b263-1969-56146cf1a183-d0bc5158, #w-node-f6cad28b-c35e-26cc-e279-448df754a0d7-d0bc5158, #w-node-_75718e03-99a2-adfa-bee1-cb014cafc118-d0bc5158, #w-node-ae9a2776-43a1-cc07-fbb3-82a89889db27-d0bc5158, #w-node-_9909eaaa-8afe-cda1-9392-f294f05795ba-d0bc5158, #w-node-_15048e24-8519-9478-db12-8480b5758f71-d0bc5158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f8760c7-87bf-0882-41c9-ea5a28f1693c-d0bc515c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c5d3061-9c45-fbee-c85a-d7f0f7256900-d0bc515c, #w-node-_378936b8-da6a-f9b1-ae6d-1be280fc3fc8-d0bc515c, #w-node-c069fdd1-f1f8-45e7-5344-9a5254703228-d0bc515c, #w-node-_14ad60cd-c4bf-e2ca-baa3-562dfc558490-d0bc515c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53021f20-75c2-2211-4f7b-ae8e161ff057-d0bc515c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6fa5ae8a-75f0-139a-21ad-98d95b02f6a6-d0bc515c, #w-node-_9eaf8313-da38-ebd8-5b26-dddb21171748-d0bc515c, #w-node-_23ec675f-d877-79a7-58a1-764b9095bba3-d0bc515c, #w-node-a1609b74-ed7d-4896-867c-0c84bd165bb7-d0bc515c, #w-node-de78e166-c13c-6a0b-aa24-13fac14fe6fa-d0bc515c, #w-node-c58d3246-ae65-a737-89cb-f1c4a2523d44-d0bc515c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b61941c8-2c85-f679-a95e-809dcb57f8ff-d0bc5153 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr 1.25fr .5fr;
  }

  #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e63-d0bc5154 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e64-d0bc5154, #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e65-d0bc5154, #w-node-_8eb96335-9d88-8641-7965-7983614ad4d5-d0bc5154, #w-node-c6d82d2e-15d0-a23b-636f-aba3018d04f1-d0bc5154, #w-node-d6f2d718-7378-de89-6547-3d7a97cef1cc-d0bc5154, #w-node-_7ebfeb88-87b0-ee65-a5e7-c1f63ae52e4f-d0bc5154, #w-node-_0bfbdd6b-2726-f70a-c53c-479abcdde73f-d0bc5154, #w-node-_8c16fdcb-1d92-ef75-9d4e-b990c9e3edc4-d0bc5154, #w-node-_2bc7e77c-af92-fa93-5302-29330a7bae3a-d0bc5154, #w-node-_148741a3-91b9-e2c4-fea9-7baa3c9fa42d-d0bc5154, #w-node-_46865274-0691-305b-ce52-35c7e1a5d871-d0bc5154, #w-node-c887168c-de71-a338-2a94-61f1e3fba5b9-d0bc5154, #w-node-_279aa69e-2670-4409-98c1-fffb14d5ac62-d0bc5154, #w-node-_7bc4639e-21dd-ad5a-ea0a-2b3f0c65624b-d0bc5154, #w-node-a42cd67f-9b1b-c118-6d6d-d553eea0f7c6-d0bc5154, #w-node-cf491e0b-a8a5-caad-1537-d4808fe4d4d5-d0bc5154 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f8760c7-87bf-0882-41c9-ea5a28f1693c-d0bc515c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9c5d3061-9c45-fbee-c85a-d7f0f7256900-d0bc515c, #w-node-_378936b8-da6a-f9b1-ae6d-1be280fc3fc8-d0bc515c, #w-node-c069fdd1-f1f8-45e7-5344-9a5254703228-d0bc515c, #w-node-_14ad60cd-c4bf-e2ca-baa3-562dfc558490-d0bc515c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53021f20-75c2-2211-4f7b-ae8e161ff057-d0bc515c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6fa5ae8a-75f0-139a-21ad-98d95b02f6a6-d0bc515c, #w-node-_9eaf8313-da38-ebd8-5b26-dddb21171748-d0bc515c, #w-node-_23ec675f-d877-79a7-58a1-764b9095bba3-d0bc515c, #w-node-a1609b74-ed7d-4896-867c-0c84bd165bb7-d0bc515c, #w-node-de78e166-c13c-6a0b-aa24-13fac14fe6fa-d0bc515c, #w-node-c58d3246-ae65-a737-89cb-f1c4a2523d44-d0bc515c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e63-d0bc5154 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e64-d0bc5154, #w-node-e1f3dab5-8d99-5f87-9d2d-ba5598c30e65-d0bc5154, #w-node-_8eb96335-9d88-8641-7965-7983614ad4d5-d0bc5154, #w-node-c6d82d2e-15d0-a23b-636f-aba3018d04f1-d0bc5154, #w-node-d6f2d718-7378-de89-6547-3d7a97cef1cc-d0bc5154, #w-node-_7ebfeb88-87b0-ee65-a5e7-c1f63ae52e4f-d0bc5154, #w-node-_0bfbdd6b-2726-f70a-c53c-479abcdde73f-d0bc5154, #w-node-_8c16fdcb-1d92-ef75-9d4e-b990c9e3edc4-d0bc5154, #w-node-_2bc7e77c-af92-fa93-5302-29330a7bae3a-d0bc5154, #w-node-_148741a3-91b9-e2c4-fea9-7baa3c9fa42d-d0bc5154, #w-node-_46865274-0691-305b-ce52-35c7e1a5d871-d0bc5154, #w-node-c887168c-de71-a338-2a94-61f1e3fba5b9-d0bc5154, #w-node-_279aa69e-2670-4409-98c1-fffb14d5ac62-d0bc5154, #w-node-_7bc4639e-21dd-ad5a-ea0a-2b3f0c65624b-d0bc5154, #w-node-a42cd67f-9b1b-c118-6d6d-d553eea0f7c6-d0bc5154, #w-node-cf491e0b-a8a5-caad-1537-d4808fe4d4d5-d0bc5154 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cded11a6-484e-ba35-ddd9-decd97f88888-d0bc5158 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cded11a6-484e-ba35-ddd9-decd97f88889-d0bc5158, #w-node-_3d69f89d-5d80-0c9c-a917-0eaecdb2b19b-d0bc5158, #w-node-af00ce4e-754f-4877-b5d3-c885f94b4f15-d0bc5158, #w-node-_25917290-d4e6-b263-1969-56146cf1a183-d0bc5158, #w-node-f6cad28b-c35e-26cc-e279-448df754a0d7-d0bc5158, #w-node-_75718e03-99a2-adfa-bee1-cb014cafc118-d0bc5158, #w-node-ae9a2776-43a1-cc07-fbb3-82a89889db27-d0bc5158, #w-node-_9909eaaa-8afe-cda1-9392-f294f05795ba-d0bc5158, #w-node-_15048e24-8519-9478-db12-8480b5758f71-d0bc5158 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f8760c7-87bf-0882-41c9-ea5a28f1693c-d0bc515c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c5d3061-9c45-fbee-c85a-d7f0f7256900-d0bc515c, #w-node-_378936b8-da6a-f9b1-ae6d-1be280fc3fc8-d0bc515c, #w-node-c069fdd1-f1f8-45e7-5344-9a5254703228-d0bc515c, #w-node-_14ad60cd-c4bf-e2ca-baa3-562dfc558490-d0bc515c, #w-node-_53021f20-75c2-2211-4f7b-ae8e161ff057-d0bc515c, #w-node-_6fa5ae8a-75f0-139a-21ad-98d95b02f6a6-d0bc515c, #w-node-_9eaf8313-da38-ebd8-5b26-dddb21171748-d0bc515c, #w-node-_23ec675f-d877-79a7-58a1-764b9095bba3-d0bc515c, #w-node-a1609b74-ed7d-4896-867c-0c84bd165bb7-d0bc515c, #w-node-de78e166-c13c-6a0b-aa24-13fac14fe6fa-d0bc515c, #w-node-c58d3246-ae65-a737-89cb-f1c4a2523d44-d0bc515c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}