.tile1 {
    margin-top: 90px;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .tile1 .content {
    color: #fff;
    text-align: left;
    width: 100%;
  }
  .tile1 h1 {
    font-size: 50px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 15px;
  }
  .tile1 .sub-head {
    max-width: 517px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
.tile1 .btn,
.bottom-bar .btn {
  font-size: 12px;
  font-weight: 400;
  padding: 14px 18px;
}
  .bottom-bar {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom-bar .btn {
    margin-left: 10px;
  }
  .bottom-bar .mbar {
    color: #ffd522;
    font-weight: 700;
  }
  .tile2 {
    padding: 100px 0;
    background-color: #ecf2fe;
  }
  .tile2 .connections-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
  }
  .tile2 .img-wrap {
    height: 68px;
    margin-bottom: 35px;
  }
  .tile2 .connections-container img {
    width: 64px;
    height: auto;
  }
  .tile2 .point-heading {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
  }
  .tile2 .point-para {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
  }
  .tile2 .point-wrap {
    margin-bottom: 70px;
    width: 30%;
    justify-content: flex-start;
    margin-right: 30px;
    margin-left: 30px;
  }
  .tile2 .tile-heading {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0 auto;
  }
  .tile3 .stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px auto;
  }
  .tile3 .stat-card {
    width: 311px;
    height: 370px;
    padding: 25px 30px;
    border-radius: 6px;
    background: linear-gradient(to bottom right, #072e79 30%, #0d5bf1 75%);
    color: #fff;
    position: relative;
  }
  .tile3 .stat-card img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
    z-index: 0;
  }
  .tile3 .stat-card .number {
    font-size: 64px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
  }
  .tile3 .stat-card .stat-text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    z-index: 1;
    position: relative;
  }
  .tile4 {
    padding-bottom: 100px;
  }
  .tile4 .tile-heading {
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
  }
  .tile4 .cs-card-wrap {
    display: flex;
    justify-content: space-between;
  }
  .tile4 .cs-card {
    width: 31%;
    max-width: 428px;
    height: 390px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: 1px solid #e2e9f8;
    position: relative;
  }
  .tile4 .cs-card .img-wrap {
    width: 100%;
    height: 278px;
    background: #f0f0f0;
  }
  .tile4 .cs-card img {
    width: 100%;
    height: auto;
  }
  .tile4 .cs-card .cs-text-wrap {
    height: 112px;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all 350ms ease-in-out;
  }
  .tile4 .cs-card .cs-text {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 700;
    height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3e485b;
    margin-bottom: 28px;
  }
  .tile4 .cs-card .cs-action-btn {
    display: flex;
  }
  .tile4 .cs-card:hover .cs-text-wrap {
    bottom: 38px;
  }
  .cs-action-btn .playvideo,
  .cs-action-btn a {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: left;
    color: #1f67f3;
    margin-right: 20px;
    text-transform: uppercase;
  }
  .tile5 .tile-heading {
    margin: 0 auto 50px;
    text-align: center;
  }
  .perks-card-wrap {
    width: 100%;
    height: 700px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    transition: all 500ms ease-in-out;
  }
  .perks-card-wrap.one {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/well-being-thumb.jpg)
      top left no-repeat;
    background-size: inherit;
  }
  .perks-card-wrap.two {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/health-benefits-thumb.jpg)
      top left no-repeat;
    background-size: inherit;
  }
  .perks-card-wrap.three {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/time-off-thumb.jpg)
      top left no-repeat;
    background-size: inherit;
  }
  .perks-card-wrap.four {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/child-care-benefits-thumb.jpg)
      top left no-repeat;
    background-size: inherit;
  }
  .perks-card-wrap.five {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/other-perks-thumb.jpg)
      top left no-repeat;
    background-size: inherit;
  }
  .perks-tabs {
    position: absolute;
    right: 0;
    top: 0;
  }
  .perks-card-wrap .slick-dots li,
  .perks-tabs ul li {
    background-image: linear-gradient(109deg, #ecf2fe, #e2e9f8 120%);
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #3e485b;
    padding: 53px 20px;
    width: 100%;
    max-width: 425px;
    position: relative;
  }
  .perks-tabs ul li {
    height: calc(700px / 4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .perks-card-wrap .slick-dots li:hover,
  .perks-tabs ul li:hover {
    cursor: pointer;
    background: #c3d6fc;
  }
  .perks-content {
    width: 62%;
    padding: 7%;
  }
  .perks-content .tab-content {
    margin: 50px auto 100px;
  }
  .perks-content .tab-content .tile-heading {
    font-size: 50px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .perks-content .tab-content ul {
    list-style-type: disc;
  }
  .perks-content .tab-content li {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 13px;
  }
  .perks-tabs ul li.active .perks-card-wrap .slick-dots li.slick-active {
    color: #fff;
    background-image: linear-gradient(109deg, #0d5bf1, #072e79 120%);
    cursor: auto;
  }
  .perks-card-wrap .slick-dots li.slick-active::after,
  .perks-tabs ul li.active:after {
    height: 100%;
    width: 8px;
    background: #0d5bf1;
    border-radius: 8px 0 0 8px;
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
  }
  .tile5 .disclaimer {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #6f7c95;
    margin-top: 20px;
  }
  .tile5 {
    padding-bottom: 100px;
  }
  .tile6.videotile {
    position: relative;
    height: 100vh;
  }
  .tile6.videotile .icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
  }
  .tile6.videotile .video-bg-container {
    max-height: 100%;
    overflow: hidden;
  }
  .tile6.videotile video {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .tile6.videotile .content {
    width: 100%;
    position: absolute;
    bottom: 37%;
    left: 0;
    text-align: center;
  }
  .tile6.videotile .content .tile-heading {
    text-align: center;
  }
  .tile6.videotile .playvideo-btn {
    font-size: 70px;
    position: relative;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .tile6.videotile .playvideo-btn img {
    max-width: 70px;
    cursor: pointer;
  }
  .testimonial-tile {
    padding: 100px 20px;
    position: relative;
    background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/home/Earth-Pattern.png)
      center/cover no-repeat #f0f0f0;
    text-align: center;
    margin-bottom: 0;
  }
  .testimonial-tile .tile-heading {
    text-align: center;
  }
  .testimonial-tile .customer-sec {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #1f242e;
  }
  .testimonial-tile .secondtestimonial {
    margin-bottom: 100px;
  }
  .testimonial-tile .testimonial .single-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .testimonial-tile .testimonial .content p {
    width: 100%;
    max-width: 1088px;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #3e485b;
  }
  .testimonial-tile .quotes-wrap {
    max-width: 29px;
    margin: 50px auto 20px;
  }
  .testimonial-tile .cust-details {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .testimonial-tile .auth-img {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
  }
  .testimonial-tile .auth-name {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #1f242e;
  }
  .testimonial-tile .auth-des {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #6f7c95;
  }
  .testimonial-tile .text {
    max-width: 1120px;
    text-align: center;
    margin: 0 auto;
  }
  .testimonial-tile .text p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .testimonial-tile .glide__arrow--left {
    left: -4em;
  }
  .testimonial-tile .glide__arrow--right {
    right: -4em;
  }
  .jobs-tile {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .jobs-tile .tile-heading {
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  .top-strip {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .search-box {
    position: relative;
    z-index: 6;
    transition: all 500ms ease-in-out;
    border-radius: 6px;
  }
  .top-strip .search-box input,
  .top-strip .selected-citydd {
    width: 100%;
    max-width: 642px;
    height: 60px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e2e9f8;
  }
  .top-strip .selected-citydd:after {
    top: 22px;
    right: 20px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    margin-left: 6px;
    width: 0;
    height: 0;
  }
  .top-strip .search-box input:focus {
    outline: 0;
  }
  .top-strip .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .top-strip .custom-select-container,
  .top-strip .search {
    position: relative;
    width: 45%;
  }
  .custom-select-container {
    position: relative;
    width: 100%;
    max-width: 642px;
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  .selected-city {
    width: 100%;
    max-width: 642px;
    height: 60px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e2e9f8;
    position: relative;
    z-index: 8;
    background-color: #fff;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .country-list {
    position: relative;
  }
  .country-list ul {
    position: absolute;
    left: 0;
    top: 87%;
    height: 300px;
    overflow: auto;
    background-color: #fff;
    z-index: 8;
    width: 100%;
    border-radius: 6px;
  }
  .country-list ul li {
    color: #3e485b;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e9f8;
    cursor: pointer;
  }
  .top-strip .search .dropdown-content {
    position: absolute;
    top: 51px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    border: 1px solid #e2e9f8;
    border-width: 0;
    background-color: #fff;
    z-index: 6;
    border-radius: 5px;
  }
  .top-strip .search .dropdown-content a {
    color: #3e485b;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e9f8;
    cursor: pointer;
  }
  .top-strip .search .dropdown-content a:hover {
    background-color: #e2e9f8;
  }
  .job-listing .job-deptname {
    border-bottom: 1px solid #a3afc6;
    position: relative;
    height: 84px;
    overflow: hidden;
  }
  .job-listing .job-deptname:after {
    content: "";
    position: absolute;
    color: #1f67f3;
    right: 0;
    top: 29px;
    border-radius: 50%;
    border: 1px solid #1f67f3;
    width: 24px;
    height: 24px;
  }
  .job-listing .job-deptname:before {
    content: "";
    position: absolute;
    color: #1f67f3;
    right: 7px;
    top: 38px;
    bottom: 0;
    margin-left: 0;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    filter: invert(50%) sepia(56%) saturate(4154%) hue-rotate(215deg)
      brightness(99%) contrast(93%);
    transform: rotateZ(90deg);
    transition: all 500ms ease-in-out;
  }
  .job-listing .dept-bookmark {
    position: absolute;
    left: 2px;
    top: 27px;
    font-size: 20px;
    cursor: pointer;
    transform: rotate(45deg);
  }
  .job-listing .job-deptname .job-count {
    width: 24px;
    height: 24px;
    background-color: #0d5bf1;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin-left: 15px;
    padding: 2px 6px;
    display: inline-block;
    vertical-align: middle;
  }
  .job-listing .job-dept-name {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #3e485b;
    padding: 25px 0;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-left: 35px;
  }
  .dept-job li {
    width: 100%;
    padding: 10px 20px;
    background-color: #f1f5fd;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #010712;
    cursor: pointer;
  }
  .dept-job li a {
    color: #010712;
  }
  .dept-job li:nth-child(even) {
    background-color: #fff;
  }
  .heightauto {
    height: auto;
  }
  .job-deptname.open:before {
    top: 35px;
    transform: rotateZ(270deg);
  }
  .sorry-cont p {
    text-align: center;
  }
  .all-jobs-link {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
    color: #0d5bf1;
    cursor: pointer;
  }
  .glide__arrow {
    color: #6f7c95;
    border-radius: 50%;
    padding: 5px 14px;
    border: 1px solid #f0f0f0;
  }
  .testimonial-tile .slick-prev {
    left: -25px;
  }
  .testimonial-tile .slick-next {
    right: -25px;
  }
  .testimonial-tile .slick-prev:before {
    content: "\2023" !important;
    border: 1px solid #6f7c95;
    border-radius: 100%;
    transform: rotate(-180deg);
  }
  .testimonial-tile .slick-next:before {
    content: " \2023" !important;
    border: 1px solid #6f7c95;
    border-radius: 100%;
  }
  .testimonial-tile .slick-next:before,
  .testimonial-tile .slick-prev:before {
    font-family: none !important;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
    color: #0b4dcc !important;
    line-height: 16px !important;
    display: inline-block;
  }
  .blf-scr {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
  }
  .blf-scr-dd {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
  }
  .tile9 {
    padding: 100px 0;
    background-color: #f1f5fd;
  }
  .tile9 .tile-heading {
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .tile9 .img-wrap {
    max-height: 212px;
    overflow: hidden;
    position: relative;
  }
  .tile9 .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .case-study-container {
    text-align: center;
  }
  .case-study-blk {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    border: 1px solid #e2e9f8;
    border-radius: 4px;
    position: relative;
    margin-bottom: 0;
    margin-right: 5%;
    overflow: hidden;
  }
  .tile1-content {
    position: relative;
  }
  .case-study-blk:nth-child(3n) {
    margin-right: 0;
  }
  .case-study-blk:hover {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    -webkit-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
    -moz-box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.16);
  }
  .cs-image-container {
    background: #e2e9f8;
    width: 100%;
    height: 374px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
  }
  .cs-image-container img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cs-content-container {
    padding: 40px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: #fff;
    transition: bottom 350ms ease-in-out;
    width: 100%;
  }
  .case-study-blk:hover .cs-content-container {
    bottom: 0;
  }
  .cs-logo {
    height: 50px;
    width: 132px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .cs-logo img {
    height: 50px;
    width: 132px;
  }
  .cs-content p {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
  }
  .cs-action-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
  }
  .cs-action-blk::after,
  .cs-action-blk::before {
    content: "";
  }
  .cs-action-blk a,
  .playvideo {
    color: #1f67f3;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #fff;
  }
  .cs-action-btn a:hover,
  .playvideo:hover {
    color: #1f67f3;
    text-decoration: none;
    border-bottom: 2px solid #1f67f3;
  }
  .videoContainer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    transform: scale(0);
    transition: transform 400ms ease-in-out;
  }
  .videoContainer.show {
    z-index: 999;
    transform: scale(1);
  }
  .crossbtn {
    background: url(https://web.inmobicdn.net/website/website/6.0.1/img/close_nav.png)
      center/contain no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
  }
  .videoContainer #overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  .videoContainer iframe {
    position: absolute;
    top: calc(50% - 265px);
    left: calc(50% - 480px);
    z-index: 99;
    max-width: 960px;
    max-height: 520px;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .center {
    text-align: center;
  }
  .tile10 {
    padding: 100px 0;
    text-align: center;
  }
  .tile10 .tile-heading {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
  }
  .tile10 .para {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #3e485b;
    margin-bottom: 30px;
  }
  .s-inner-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }
  .image-outer-wrap {
    position: relative;
  }
  .s-blog-cont .img-wrap {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    background: #e2e9f8;
    padding-bottom: calc(100% * 50 / 91);
  }
  .s-blog-cont .img-wrap img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .s-blog {
    width: 30%;
    border: 1px solid #e2e9f8;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5%;
    background-color: #fff;
  }
  .s-blog h4 {
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    color: #333;
  }
  .s-blog:hover {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
  }
  .blog-content {
    padding: 20px;
    height: 230px;
    display: flex;
    flex-direction: column;
  }
  .blog-content .filter-category li {
    color: #333333;
    font-size: 14px;
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #0b4dcc;
  }
  .blog-content .filter-category li:first-child {
    padding-left: 0;
  }
  .blog-content .filter-category li:last-child {
    border: none;
    padding-right: 0;
  }
  .blog-content .btn-sec {
    display: flex;
    justify-content: space-between;
  }
  .category {
    color: #0b4dcc;
    min-height: 40px;
  }
  .author-details {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    color: #a3afc7;
  }
  .tile11 {
    background: rgba(236, 242, 254, 0.75);
    padding: 30px;
    text-align: center;
  }
  .tile11 .para {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1f242e;
    margin: 0 auto;
  }
  .technology-tile {
    position: relative;
    height: 70vh;
    display: flex;
  }
  .technology-tile .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .technology-tile img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
  }
  .technology-tile .content-wrap {
    position: relative;
    z-index: 1;
    max-width: 500px;
  }
  .technology-tile .tile-content-wrap {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
  }
  .technology-tile .content-wrap .technolgy-tile-heading {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .hidden-desktop {
    display: none;
  }
  @media (max-width: 768px) {
    .hidden-desktop {
      display: block;
    }
    .hidden-mobile {
      display: none !important;
    }
    .tile1 {
      margin-top: 87px;
      padding: 0 0 70px;
      height: auto;
    }
    .tile1 h1 {
      font-size: 32px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      text-align: center;
      color: #000;
      margin: 20px auto;
      width: 90%;
    }
    .tile1 .sub-head {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: center;
      color: #3e485b;
      width: 90%;
    }
    .tile1 .content {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .tile1 .img-wrap {
      width: 100%;
    }
    .tile1 .btn {
      display: inline-block;
    }
    .tile2 {
      padding: 50px 20px;
    }
    .tile2 .point-wrap {
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }
    .tile2 .connections-container {
      flex-direction: column;
    }
    .tile2 .tile-heading {
      font-size: 24px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      text-align: center;
      color: #000;
    }
    .tile3 .stats-container {
      margin: 0 auto 50px;
      flex-wrap: wrap;
    }
    .tile3 .stat-card {
      width: 50%;
      height: 215px;
      border-radius: 0;
    }
    .tile3 .stat-card .number {
      font-size: 48px;
    }
    .tile3 .stat-card .stat-text {
      font-size: 14px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.86;
      letter-spacing: normal;
      text-align: left;
    }
    .tile4 .tile-heading {
      font-size: 18px;
      font-weight: 400;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: center;
      color: #000;
    }
    .case-study-blk {
      margin: 0 auto 20px;
    }
    .case-study-container {
      display: flex;
      flex-direction: column;
      padding: 0 20px;
    }
    .tile4 .cs-card-wrap {
      flex-direction: column;
    }
    .tile4 {
      padding: 0 20px;
      margin-bottom: 50px;
    }
    .tile4 .cs-card {
      width: 100%;
      height: 356px;
      margin-bottom: 20px;
    }
    .tile4 .cs-card .cs-text {
      margin-bottom: 10px;
    }
    .tile4 .cs-card .cs-text-wrap {
      padding: 20px;
    }
    .tile4 .cs-card .cs-action-btn {
      text-transform: uppercase;
    }
    .tile5 {
      padding-bottom: 70px;
    }
    .testimonial-tile {
      padding: 50px 20px;
    }
    .tile9 {
      padding: 50px 0;
    }
    .testimonial-tile h2 {
      font-size: 18px;
      padding-bottom: 40px;
    }
    .testimonial-tile .content .text {
      padding: 0;
    }
    .cust-pic img {
      height: 50px;
    }
    .testimonial-tile .btn-sec {
      padding-top: 20px;
    }
    .cust-detail-sec {
      width: 100%;
    }
    .cust-detail-sec .ind-cust {
      padding-left: 0;
      width: 85px;
      overflow: auto;
    }
    .cust-detail-sec .logo {
      text-align: left;
    }
    .cust-detail-sec .logo img {
      width: auto;
      height: 28px;
    }
    .after-text-sec {
      flex-direction: column;
    }
    .after-text-sec .btn-sec {
      margin-top: 20px;
    }
    .testimonial-tile {
      margin: -5px auto 0;
      overflow: hidden;
    }
    .testimonial-tile .tile-heading {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 400;
      padding-bottom: 20px;
    }
    .testimonial-tile .content {
      width: 100%;
    }
    .testimonial-tile .content .text p {
      padding-bottom: 30px;
      width: 100%;
      margin-bottom: 0;
    }
    .testimonial-tile .img-wrap img {
      width: 75%;
    }
    .cust-pic {
      width: 60px;
    }
    .testimonial-tile .customer-sec,
    .testimonial-tile .text {
      max-width: 100%;
    }
    .glide__arrow {
      bottom: -3em;
      top: initial;
    }
    .tile6.videotile .content .tile-heading {
      font-size: 24px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: normal;
      text-align: center;
      color: #000;
    }
    .tile6.videotile {
      height: auto;
    }
    .tile6.videotile .icon-video {
      top: 0;
      font-size: 55px;
    }
    .tile6.videotile .content {
      bottom: 20%;
    }
    .jobs-tile {
      padding: 50px 20px;
    }
    .top-strip .custom-select-container {
      width: 100%;
    }
    .top-strip .selected-citydd {
      overflow: hidden;
    }
    .job-listing .job-deptname {
      height: 65px;
    }
    .job-listing .job-dept-name {
      font-size: 16px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #3e485b;
      padding: 18px 0;
      margin-left: 25px;
    }
    .job-listing .dept-bookmark {
      font-size: 16px;
      top: 20px;
    }
    .job-listing .job-deptname:before {
      top: 31px;
    }
    .job-deptname.open:before {
      top: 27px;
    }
    .job-listing .job-deptname:after {
      top: 21px;
    }
    .all-jobs-link,
    .dept-job li {
      font-size: 14px;
    }
    .s-inner-cont {
      flex-direction: column;
      align-items: center;
    }
    .s-blog {
      width: 100%;
      max-width: 90%;
    }
    .tile10 {
      padding: 50px 20px;
    }
    .tile10 .tile-heading {
      font-size: 18px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: normal;
      text-align: center;
      color: #000;
    }
    .perks-card-wrap {
      height: 645px;
      background: 0 0;
      border-radius: 0;
    }
    .perks-card-wrap .slick-dots {
      bottom: unset;
      top: 0;
      z-index: 11;
      display: flex !important;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .perks-tabs ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    .perks-card-wrap .slick-dots li,
    .perks-tabs ul li {
      width: 50%;
      font-size: 16px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.63;
      letter-spacing: normal;
      text-align: center;
      color: #3e485b;
      height: calc(645px / 2);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin: 0;
    }
    .perks-card-wrap .slick-dots li img,
    .perks-tabs ul li img {
      max-width: 40px;
      margin-bottom: 10px;
      filter: invert(1);
    }
    .perks-card-wrap .slick-dots li.slick-active,
    .perks-tabs ul li.active {
      color: #3e485b;
      background-image: linear-gradient(109deg, #ecf2fe, #e2e9f8 120%);
    }
    .perks-card-wrap .slick-dots li.slick-active::after,
    .perks-tabs ul li.active:after {
      background: 0 0;
      content: "";
    }
    .perks-card-wrap .slick-dots li .tabli {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .perks-content {
      width: 100%;
      position: relative;
      z-index: 9;
      background: #000;
      padding: 0;
    }
    .perks-content .tab-content {
      padding: 50px 30px;
      height: 645px;
      margin-top: 0;
    }
    .perks-card-wrap .glide__arrows {
      position: absolute;
      bottom: 20px;
      left: 0;
      font-size: 20px;
      color: #fff;
      width: 100%;
    }
    .perks-card-wrap .glide__arrow {
      border: 0;
      bottom: 0;
      left: 0;
      color: #ffd522;
    }
    .perks-card-wrap .glide__arrow--right {
      left: auto;
      right: 0;
    }
    .perks-card-wrap .close-perk {
      content: "";
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      z-index: 10;
    }
    .perks-card-wrap .slick-next,
    .perks-card-wrap .slick-prev {
      top: 82%;
    }
    .perks-card-wrap .slick-next:before,
    .perks-card-wrap .slick-prev:before {
      color: #ffd522;
    }
    .perks-card-wrap .slick-prev {
      left: 20px;
      z-index: 1;
    }
    .perks-card-wrap .slick-next {
      right: 20px;
    }
    .perks-content.back {
      z-index: -1;
    }
    .tab-content.one {
      background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/well-being-mthumb.jpg)
        top left/cover no-repeat;
    }
    .tab-content.two {
      background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/health-benefits-mthumb.jpg)
        top left/cover no-repeat;
    }
    .tab-content.three {
      background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/time-off-mthumb.jpg)
        top left/cover no-repeat;
    }
    .tab-content.four {
      background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/child-care-benefits-mthumb.jpg)
        top left/cover no-repeat;
    }
    .tab-content.five {
      background: url(https://web.inmobicdn.net/website/website/6.0.1/v6/img/careers/other-perks-mthumb.jpg)
        top left/cover no-repeat;
    }
    .tile5 .disclaimer {
      width: 90%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
    .perks-content .tab-content .tile-heading {
      font-size: 32px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      letter-spacing: normal;
      text-align: left;
      white-space: break-spaces;
    }
    .perks-content .tab-content li {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      white-space: break-spaces;
    }
    .top-strip .search {
      width: 32%;
    }
    .top-strip .search-box input {
      position: relative;
      transition: all 500ms ease-in-out;
      width: 0;
      float: right;
    }
    .top-strip .search .dropdown-content {
      border: 0;
    }
    .top-strip.togglesearch .custom-select-container {
      width: 50px;
    }
    .top-strip.togglesearch .search {
      width: 78%;
    }
    .top-strip.togglesearch .search-box input {
      width: 100%;
    }
    .icon-search {
      color: #fff;
      background: #0d5bf1;
      padding: 18px 20px;
      font-size: 20px;
      position: absolute;
      top: 0;
      right: 0;
      height: 60px;
      border-radius: 6px;
    }
    .icon-search:before {
      color: #ffffff !important;
    }
    .technology-tile {
      position: relative;
      height: auto;
      flex-direction: column;
      margin-bottom: 30px;
    }
    .technology-tile .img-wrap {
      position: relative;
      width: 100%;
      height: auto;
    }
    .technology-tile img {
      position: relative;
      object-fit: cover;
    }
    .technology-tile .content-wrap {
      padding: 0 20px;
    }
    .technology-tile .content-wrap .technolgy-tile-heading {
      font-size: 32px;
      margin-top: 35px;
    }
    .technology-tile .content-wrap .para {
      margin-bottom: 15px;
      font-size: 16px;
    }
    .testimonial-tile .slick-next,
    .testimonial-tile .slick-prev {
      display: none !important;
    }
  }
  @media (max-width: 400px) {
    .tile4 .cs-card {
      height: 330px;
    }
  }
  @media (max-width: 350px) {
    .tile4 .cs-card {
      height: 290px;
    }
  }
  @media (min-width: 768px) and (max-width: 1366px) {
    .tile2 .point-wrap {
      padding: 0 20px;
    }
    .tile3 .stat-card {
      width: 23%;
      max-width: 310px;
      height: 350px;
    }
    .case-study-container {
      display: flex;
      align-items: center;
    }
    .case-study-blk {
      max-width: 29%;
    }
    .testimonial-tile .text p {
      max-width: 1024px;
      margin: 0 auto;
    }
    .testimonial-tile .glide__arrow--left {
      left: -30px;
    }
    .testimonial-tile .glide__arrow--right {
      right: -30px;
    }
    .perks-card-wrap {
      height: 600px;
    }
    .perks-tabs ul li {
      max-width: 425px;
      padding: 43px 20px;
      height: calc(600px / 4);
    }
    .perks-content .tab-content .tile-heading {
      font-size: 36px;
    }
    .tile4 .cs-card {
      height: 350px;
    }
    .tile4 .cs-card .img-wrap {
      height: 235px;
    }
  }
  @media (min-width: 769px) and (max-width: 1280px) {
    .tile1 .content,
    .tile3 .stats-container {
      padding: 0 40px;
    }
    .tile3 .stat-card {
      height: 300px;
    }
    .tile4 .cs-card-wrap {
      padding: 0 40px;
    }
    .tile4 .cs-card {
      height: 300px;
    }
    .perks-container {
      max-width: 100%;
      padding: 0 40px;
    }
    .perks-card-wrap {
      height: 500px;
    }
    .perks-tabs ul li {
      padding: 37px 20px;
      font-size: 18px;
      height: calc(500px / 4);
    }
    .perks-content .tab-content {
      margin: 0 auto 100px;
    }
    .perks-content .tab-content .tile-heading {
      font-size: 30px;
    }
    .perks-content .tab-content li {
      font-size: 16px;
    }
    .tile6.videotile {
      height: 80vh;
    }
    .testimonial-tile {
      overflow: hidden;
    }
    .content.testimonial,
    .testimonial-tile .customer-sec {
      max-width: 100%;
    }
    .testimonial-tile .glide__arrow--left {
      left: 1em;
    }
    .testimonial-tile .glide__arrow--right {
      right: 1em;
    }
    .testimonial-tile .text p {
      max-width: 650px;
    }
    .jobs-tile {
      padding: 100px 40px;
    }
    .custom-select-container {
      max-width: 50%;
    }
    .tile9 {
      padding: 100px 40px;
    }
    .technology-tile .content-wrap .technolgy-tile-heading {
      font-size: 50px;
    }
    .technology-tile .content-wrap .para {
      font-size: 16px;
    }
    .testimonial-tile .slick-prev {
      left: 0;
    }
    .testimonial-tile .slick-next {
      right: 0;
    }
  }
  @media (min-width: 1400px) {
    .testimonial-tile .glide__arrow--left {
      left: 0;
    }
    .testimonial-tile .glide__arrow--right {
      right: 0;
    }
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    .technology-tile {
      height: 30vh;
    }
    .technology-tile .content-wrap {
      max-width: 365px;
      padding-right: 50px;
    }
    .technology-tile .content-wrap .technolgy-tile-heading {
      font-size: 40px;
    }
    .technology-tile .content-wrap .para {
      font-size: 16px;
    }
  }
  @media (min-width: 1400px) {
    .perks-card-wrap {
      max-width: 1300px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
      display: block !important;
    }
    .technology-tile {
      height: 42vh;
    }
    .technology-tile .content-wrap {
      max-width: 100%;
      padding: 0 50px;
    }
    .technology-tile .tile-content-wrap {
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
    }
    .technology-tile .tile-content-wrap .para {
      color: #fff;
    }
  }
  