/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.build-team-area {
  position: relative;
  margin-top: 166px;
  min-height: 742px;
  height: auto;
  z-index: 2; }
  .build-team-area .wrap-plus {
    top: -15px;
    left: var(--sideGridWidth); }
  .build-team-area .desktop-only {
    display: block; }
  .build-team-area .vertical-line-top {
    width: 113px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: var(--secondGridLeft);
    top: -3.5px; }
  .build-team-area .team-vertical-text {
    position: absolute;
    left: var(--sideGridWidth);
    top: 70%;
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #26252e;
    transform: rotate(-90deg);
    transform-origin: left top; }
  .build-team-area .team-title {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: var(--font59);
    line-height: 90px;
    color: #26252e;
    margin-left: var(--secondGridLeft);
    padding-top: 58px;
    width: calc((var(--singleGridWidth) * 2));
    overflow-wrap: break-word;
    word-wrap: normal; }
  .build-team-area .team-description {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: var(--font20);
    line-height: 30px;
    letter-spacing: 0.02em;
    color: rgba(38, 37, 46, 0.7);
    margin-left: var(--secondGridLeft);
    letter-spacing: 0.02em;
    margin-top: 48px;
    width: calc((var(--singleGridWidth) * 2)); }
  .build-team-area .bottom-border {
    background: #26252e;
    opacity: 0.3;
    position: absolute;
    left: var(--secondGridLeft);
    bottom: 0;
    width: calc((var(--singleGridWidth) * 2));
    height: 1px; }
  .build-team-area .feature-img {
    position: absolute;
    left: var(--fourGridLeft);
    bottom: 0;
    z-index: 2;
    height: 660px;
    width: calc(var(--singleGridWidth) * 4);
    background-color: #7d7c82; }
  .build-team-area .bg-right-color {
    background-color: #ecf1f2;
    height: calc(100% - 70px);
    position: absolute;
    right: 0;
    width: calc((var(--singleGridWidth) * 3) + var(--sideGridWidth));
    top: -2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .build-team-area {
    margin-top: var(--singleGridWidth); }
    .build-team-area .team-title {
      font-size: var(--font56);
      width: calc(var(--singleGridWidth) * 2.2); }
    .build-team-area .feature-img img {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .build-team-area {
    margin-top: 156px; }
    .build-team-area .bg-right-color {
      height: calc(100% - 70px); }
    .build-team-area .feature-img img {
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 1920px) {
  .build-team-area {
    min-height: 743px !important; } }

@media screen and (max-width: 1024px) {
  .build-team-area {
    position: relative;
    margin: 64px 0px;
    min-height: 630px;
    z-index: 2; }
    .build-team-area .wrap-plus {
      top: -8px;
      left: var(--sideGridWidth); }
    .build-team-area .desktop-only {
      display: none; }
    .build-team-area .vertical-line-top {
      width: 50px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      left: var(--secondGridLeft);
      top: -3.5px; }
    .build-team-area .team-vertical-text {
      position: absolute;
      left: var(--sideGridWidth);
      top: 425px;
      letter-spacing: 0.02em;
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: #26252e;
      font-weight: normal;
      line-height: 18px;
      letter-spacing: 0.02em;
      transform: rotate(-90deg);
      transform-origin: left top;
      font-family: "Roboto-Medium"; }
    .build-team-area .team-title {
      font-family: "Roboto-Regular";
      font-size: 30px;
      color: #26252e;
      font-weight: normal;
      line-height: 40px;
      width: calc((var(--singleGridWidth) * 3));
      font-family: "Roboto-Medium";
      padding-top: 40px; }
    .build-team-area .spTech-team-title {
      top: 0;
      margin-top: 30px; }
    .build-team-area .team-description {
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: #26252e;
      font-weight: normal;
      line-height: 20px;
      letter-spacing: 0.02em;
      opacity: 0.7 !important;
      width: calc((var(--singleGridWidth) * 3)); }
    .build-team-area .spTech-team-description {
      top: 0;
      margin-top: 23px; }
    .build-team-area .bottom-border {
      background: #26252e;
      opacity: 0.3;
      position: absolute;
      left: var(--secondGridLeft);
      bottom: 0;
      width: calc((var(--singleGridWidth) * 2));
      height: 1px; }
    .build-team-area .feature-img {
      position: absolute;
      left: var(--secondGridLeft);
      bottom: 10% !important;
      width: calc((var(--singleGridWidth) * 3));
      z-index: 2;
      height: 216px; }
      .build-team-area .feature-img img {
        width: calc((var(--singleGridWidth) * 3));
        object-fit: cover;
        height: 216px; }
    .build-team-area .spTech-feature-img {
      bottom: 30px; }
    .build-team-area .bg-right-color {
      background-color: #ecf1f2;
      height: calc(100% - 0px);
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc((var(--singleGridWidth) * 2) + var(--sideGridWidth));
      z-index: -1; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.dedicated-team-use {
  margin: 166px 0px;
  min-height: 1050px;
  position: relative; }
  .dedicated-team-use .vertical-line-top {
    width: 113px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: var(--secondGridLeft);
    top: 0px; }
  .dedicated-team-use .use-team-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #26252e;
    font-weight: 500;
    line-height: 90px;
    position: absolute;
    left: var(--secondGridLeft);
    top: 58px;
    width: calc((var(--singleGridWidth) * 3) + 15px);
    z-index: 2; }
  .dedicated-team-use .dedicated-verticle-text-team {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #26252e;
    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute;
    top: 500px;
    bottom: unset;
    left: var(--sideGridWidth);
    transform: rotate(-90deg);
    transform-origin: left top; }
  .dedicated-team-use .right-top-bg-color {
    background: #ecf1f2;
    height: 421px;
    position: absolute;
    right: var(--sideGridWidth);
    width: calc((var(--singleGridWidth) * 2));
    top: 0; }
  .dedicated-team-use .left-bottom-bg-color {
    background: #ecf1f2;
    height: 421px;
    position: absolute;
    left: 0;
    width: calc(var(--sideGridWidth) + (var(--singleGridWidth) * 2));
    bottom: 0; }
    .dedicated-team-use .left-bottom-bg-color:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 100;
      left: var(--sideGridWidth);
      top: 0;
      bottom: 0;
      border: 1px solid #ffffff90;
      border-width: 0 0 0 1px; }
  .dedicated-team-use .wrap-plus {
    position: absolute;
    top: -15px !important;
    left: unset;
    right: calc(var(--secondGridLeft) + var(--singleGridWidth) - 28px) !important; }
  .dedicated-team-use .text-stroke {
    -webkit-text-fill-color: #ffffff00;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
    font-family: "Roboto-Regular";
    font-size: var(--font250);
    color: #ffffff;
    font-weight: 400;
    line-height: 60px;
    margin-left: -12px;
    font-family: "Roboto-Medium"; }
  .dedicated-team-use .text-one {
    position: absolute;
    left: var(--secondGridLeft);
    top: 415px;
    z-index: 1; }
  .dedicated-team-use .text-two {
    position: absolute;
    left: calc(var(--singleGridWidth) * 3 + var(--sideGridWidth));
    top: 415px;
    z-index: 1;
    margin-left: -17px; }
  .dedicated-team-use .text-three {
    position: absolute;
    left: calc(var(--singleGridWidth) * 5 + var(--sideGridWidth));
    top: 415px;
    z-index: 1;
    margin-left: -17px; }
  .dedicated-team-use .text-four {
    position: absolute;
    right: calc(var(--singleGridWidth) * 3 + var(--sideGridWidth));
    top: 720px;
    z-index: 1; }
  .dedicated-team-use .text-five {
    position: absolute;
    right: calc(var(--singleGridWidth) + var(--sideGridWidth));
    top: 720px;
    z-index: 1; }
  .dedicated-team-use .one-text-title {
    position: absolute;
    left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) - 20px);
    width: var(--singleGridWidth);
    top: 410px;
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    z-index: 1; }
  .dedicated-team-use .two-text-title {
    position: absolute;
    left: calc(var(--singleGridWidth) * 4 + var(--sideGridWidth) - 20px);
    width: calc(var(--singleGridWidth) + 10px);
    top: 375px;
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    z-index: 1; }
  .dedicated-team-use .three-text-title {
    position: absolute;
    right: calc(var(--singleGridWidth) * 1 + var(--sideGridWidth) - 25px);
    width: calc(var(--singleGridWidth) + 60px);
    top: 410px;
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    z-index: 1; }
  .dedicated-team-use .four-text-title {
    position: absolute;
    right: calc(var(--singleGridWidth) * 3 + var(--sideGridWidth) - 40px);
    width: calc(var(--singleGridWidth) + 30px);
    top: 700px;
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    z-index: 1; }
  .dedicated-team-use .five-text-title {
    position: absolute;
    right: calc(var(--singleGridWidth) + var(--sideGridWidth) - 50px);
    width: calc(var(--singleGridWidth) + 30px);
    top: 675px;
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    z-index: 1; }
  .dedicated-team-use .bottom-line {
    left: unset;
    bottom: 0px;
    right: var(--sideGridWidth);
    width: calc(var(--singleGridWidth) * 2); }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .dedicated-team-use {
    margin-top: var(--singleGridWidth) !important;
    margin-bottom: 0px !important; }
    .dedicated-team-use .one-text-title,
    .dedicated-team-use .two-text-title,
    .dedicated-team-use .three-text-title,
    .dedicated-team-use .four-text-title,
    .dedicated-team-use .five-text-title {
      font-size: var(--font24); }
    .dedicated-team-use .text-stroke {
      font-size: 190px; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .dedicated-team-use .one-text-title {
    font-family: "Roboto-Regular";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 400;
    line-height: 36px;
    font-family: "Roboto-Medium"; }
  .dedicated-team-use .two-text-title {
    font-family: "Roboto-Regular";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 400;
    line-height: 36px;
    font-family: "Roboto-Medium"; }
  .dedicated-team-use .three-text-title {
    font-family: "Roboto-Regular";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 400;
    line-height: 36px;
    font-family: "Roboto-Medium"; }
  .dedicated-team-use .four-text-title {
    font-family: "Roboto-Regular";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 400;
    line-height: 36px;
    font-family: "Roboto-Medium"; }
  .dedicated-team-use .five-text-title {
    font-family: "Roboto-Regular";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 400;
    line-height: 36px;
    font-family: "Roboto-Medium"; } }

@media screen and (max-width: 1024px) {
  .dedicated-team-use {
    margin-top: 72px;
    margin-bottom: 0px;
    min-height: 1085px;
    position: relative;
    max-width: 100%; }
    .dedicated-team-use .vertical-line-top {
      width: 50px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      left: var(--secondGridLeft);
      top: 0px; }
    .dedicated-team-use .use-team-title {
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #26252e;
      font-weight: 500;
      line-height: 40px;
      position: absolute;
      left: var(--secondGridLeft);
      top: 30px;
      width: calc((var(--singleGridWidth) * 2) + var(--sideGridWidth) + 30px); }
    .dedicated-team-use .dedicated-verticle-text-team {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #000000;
      font-weight: 500;
      line-height: 18px;
      position: absolute;
      top: 630px;
      left: var(--sideGridWidth);
      transform: rotate(-90deg);
      transform-origin: left top;
      max-width: 100%;
      max-height: 18px; }
    .dedicated-team-use .right-top-bg-color {
      background: #ecf1f2;
      height: 246px;
      position: absolute;
      right: var(--sideGridWidth);
      width: calc((var(--singleGridWidth)));
      top: 0;
      z-index: -1; }
    .dedicated-team-use .left-bottom-bg-color {
      background: #ecf1f2;
      height: 172px;
      position: absolute;
      left: 0;
      width: calc((var(--singleGridWidth)) * 2 + var(--sideGridWidth));
      bottom: 0; }
    .dedicated-team-use .wrap-plus {
      position: absolute;
      left: unset;
      top: -8px !important;
      right: calc(var(--secondGridLeft) - 14px) !important; }
    .dedicated-team-use .text-stroke {
      -webkit-text-fill-color: #ffffff00;
      /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
      font-family: "Roboto-Medium";
      font-size: 148px;
      color: #ffffff;
      font-weight: 500;
      line-height: 120px;
      margin-left: -6px; }
    .dedicated-team-use .text-one {
      position: absolute;
      left: var(--secondGridLeft);
      top: 190px; }
    .dedicated-team-use .text-two {
      position: absolute;
      left: var(--secondGridLeft);
      top: 358px; }
    .dedicated-team-use .text-three {
      position: absolute;
      left: var(--secondGridLeft);
      top: 525px; }
    .dedicated-team-use .text-four {
      position: absolute;
      left: var(--secondGridLeft);
      top: 690px; }
    .dedicated-team-use .text-five {
      position: absolute;
      left: var(--secondGridLeft);
      top: 855px; }
    .dedicated-team-use .one-text-title {
      position: absolute;
      left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) + 10px);
      width: calc(var(--singleGridWidth) + 20px);
      top: 240px;
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px; }
    .dedicated-team-use .two-text-title {
      position: absolute;
      left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) + 10px);
      width: calc(var(--singleGridWidth) + 20px);
      top: 380px;
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px; }
    .dedicated-team-use .three-text-title {
      position: absolute;
      left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) + 10px);
      width: calc(var(--singleGridWidth) + 60px);
      top: 563px;
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px; }
    .dedicated-team-use .four-text-title {
      position: absolute;
      left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) + 10px);
      width: calc(var(--singleGridWidth) + 40px);
      top: 720px;
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px; }
    .dedicated-team-use .five-text-title {
      position: absolute;
      left: calc(var(--singleGridWidth) * 2 + var(--sideGridWidth) + 10px);
      width: calc(var(--singleGridWidth) + 40px);
      top: 875px;
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px; }
    .dedicated-team-use .bottom-line {
      left: unset;
      bottom: 0px;
      right: var(--sideGridWidth);
      width: var(--singleGridWidth); } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.general-term-dedicated-team {
  position: relative;
  min-height: 500px;
  margin-top: var(--singleGridWidth); }
  .general-term-dedicated-team .vertical-line-top {
    width: 113px;
    height: 7px;
    background-color: #000000;
    position: absolute;
    left: var(--secondGridLeft); }
  .general-term-dedicated-team .desktop-only {
    display: block; }
  .general-term-dedicated-team .mobile-only {
    display: none; }
  .general-term-dedicated-team .wrap-plus {
    position: absolute;
    left: var(--sideGridWidth);
    top: -15px;
    right: unset; }
  .general-term-dedicated-team .general-verticle-text {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    top: 1200px;
    left: var(--sideGridWidth);
    transform: rotate(-90deg);
    transform-origin: left top; }
  .general-term-dedicated-team .general-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #000000;
    font-weight: 500;
    line-height: 90px;
    margin-left: var(--secondGridLeft);
    width: calc(var(--singleGridWidth) * 2 + (var(--singleGridWidth) / 2));
    padding-top: 58px; }
  .general-term-dedicated-team .right-bg-color {
    background: #ecf1f2;
    position: absolute;
    right: var(--sideGridWidth);
    bottom: 0;
    top: 0;
    width: calc(var(--singleGridWidth) * 4);
    z-index: -1; }
  .general-term-dedicated-team .list-row {
    display: flex;
    width: 100%;
    height: 207px;
    align-items: center; }
  .general-term-dedicated-team .row-pos0 {
    margin-top: 83px; }
  .general-term-dedicated-team .text-style {
    width: 12px;
    height: 12px;
    background: #000000;
    transform: rotate(-45deg);
    margin-left: calc(var(--secondGridLeft)); }
  .general-term-dedicated-team .text-number {
    z-index: 4;
    font-family: "Roboto-Regular";
    font-size: 130px;
    color: #434eba;
    font-weight: 400;
    line-height: 60px; }
  .general-term-dedicated-team .text-title {
    font-family: "Roboto-Medium";
    font-size: 24px;
    color: #26252e;
    font-weight: 500;
    line-height: 36px;
    width: calc(var(--singleGridWidth) * 3); }
  .general-term-dedicated-team .even-style {
    margin-left: 203px; }
  .general-term-dedicated-team .odd-style {
    margin-left: calc(calc(var(--singleGridWidth) * 2) + 48px); }
  .general-term-dedicated-team .even-number {
    margin-left: calc(var(--singleGridWidth) - 6px); }
  .general-term-dedicated-team .odd-number {
    margin-left: calc(var(--singleGridWidth) - 6px); }
  .general-term-dedicated-team .even-title {
    margin-left: 20px;
    z-index: 1; }
  .general-term-dedicated-team .odd-title {
    margin-left: calc(var(--sideGridWidth) - 35px);
    z-index: 1; }
  .general-term-dedicated-team .mobile-bottom-border {
    border-bottom: 1px solid #26252e;
    margin-left: var(--sideGridWidth);
    width: calc(var(--singleGridWidth) * 2);
    bottom: 0;
    opacity: 0.3; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .general-term-dedicated-team {
    margin-top: var(--singleGridWidth) !important; }
    .general-term-dedicated-team .general-title {
      padding-top: var(--margin116); }
    .general-term-dedicated-team .text-title {
      font-size: var(--font24); }
    .general-term-dedicated-team .even-style {
      margin-left: calc(var(--secondGridLeft) - 5px); }
    .general-term-dedicated-team .odd-style {
      margin-left: calc( calc(var(--singleGridWidth) * 2) + var(--sideGridWidth) - 5px); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .general-term-dedicated-team .text-number {
    z-index: 4;
    font-family: "Roboto-Regular";
    font-size: 120px;
    color: #434eba;
    font-weight: 400;
    line-height: 60px; }
  .general-term-dedicated-team .text-title {
    font-family: "Roboto-Medium";
    font-size: var(--font24);
    color: #26252e;
    font-weight: 500;
    line-height: 36px; } }

@media screen and (min-width: 1920px) {
  .general-term-dedicated-team .even-style {
    margin-left: calc(var(--secondGridLeft) - 5px); }
  .general-term-dedicated-team .odd-style {
    margin-left: calc(calc(var(--secondGridLeft) + var(--singleGridWidth)) - 5px); }
  .general-term-dedicated-team .odd-title {
    margin-left: 20px; } }

@media screen and (max-width: 1024px) {
  .general-term-dedicated-team {
    margin-top: 72px;
    position: relative;
    min-height: 500px;
    padding: 40px 0px; }
    .general-term-dedicated-team .vertical-line-top {
      width: 50px;
      height: 7px;
      background-color: #000000;
      position: absolute;
      left: var(--secondGridLeft);
      top: 0px; }
    .general-term-dedicated-team .desktop-only {
      display: none; }
    .general-term-dedicated-team .mobile-only {
      display: block; }
    .general-term-dedicated-team .wrap-plus {
      left: var(--sideGridWidth);
      top: -8px;
      right: unset; }
    .general-term-dedicated-team .general-verticle-text {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #26252e;
      font-weight: 500;
      line-height: 18px;
      position: absolute;
      top: 1000px;
      left: var(--sideGridWidth);
      transform: rotate(-90deg);
      transform-origin: left top; }
    .general-term-dedicated-team .general-title {
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #000000;
      font-weight: 500;
      line-height: 40px;
      margin-top: 0px;
      margin-left: var(--secondGridLeft);
      width: calc(var(--singleGridWidth) * 2 + (var(--singleGridWidth) / 2));
      z-index: 1;
      padding-top: 0px; }
    .general-term-dedicated-team .right-bg-color {
      background: #ecf1f2;
      position: absolute;
      right: var(--sideGridWidth);
      bottom: 0;
      top: 0;
      width: calc(var(--singleGridWidth) * 2);
      z-index: -1; }
    .general-term-dedicated-team .list-row {
      display: flex;
      width: 100%;
      height: 175px;
      align-items: center; }
    .general-term-dedicated-team .row-pos0 {
      margin-top: 0px; }
    .general-term-dedicated-team .text-style {
      width: 6px;
      height: 6px;
      background: #000000;
      transform: rotate(-45deg);
      margin-left: calc(var(--secondGridLeft)); }
    .general-term-dedicated-team .text-number {
      z-index: 4;
      font-family: "Roboto-Medium";
      font-size: 78px;
      color: #434eba;
      font-weight: 500;
      line-height: 70px; }
    .general-term-dedicated-team .text-title {
      font-family: "Roboto-Medium";
      font-size: 14px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 2 + calc(var(--singleGridWidth) / 2)); }
    .general-term-dedicated-team .even-style {
      margin-left: calc(var(--secondGridLeft) - 3px); }
    .general-term-dedicated-team .odd-style {
      margin-left: calc(calc(var(--secondGridLeft) + var(--singleGridWidth)) - 3px); }
    .general-term-dedicated-team .even-number {
      margin-left: 45px; }
    .general-term-dedicated-team .odd-number {
      margin-left: 50px; }
    .general-term-dedicated-team .even-title {
      margin-top: 175px;
      margin-left: -145px;
      z-index: 1; }
    .general-term-dedicated-team .odd-title {
      margin-left: -188px;
      margin-top: 175px;
      z-index: 1; }
    .general-term-dedicated-team .mobile-bottom-border {
      width: var(--singleGridWidth); } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.text-section {
  font-family: "Roboto-Bold";
  margin-top: 10px; }

.dedicated-team-management {
  height: 675px;
  position: relative;
  margin-top: var(--margin166);
  margin-bottom: var(--margin166); }
  .dedicated-team-management .wrap-plus {
    position: absolute;
    top: -15px;
    left: unset;
    right: calc(var(--sideGridWidth) - 28px); }
  .dedicated-team-management .management-verticle-text {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    position: absolute;
    z-index: 1;
    top: 201px;
    left: var(--sideGridWidth);
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top; }
  .dedicated-team-management .title-description-with-image {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row; }
    .dedicated-team-management .title-description-with-image .background-image {
      position: relative;
      height: 100%;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3);
      background-color: #7d7c82; }
      .dedicated-team-management .title-description-with-image .background-image .left-bg-color {
        background: #ecf1f2;
        width: calc(var(--sideGridWidth) + var(--singleGridWidth));
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .dedicated-team-management .title-description-with-image .background-image .feature-image {
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        width: calc(var(--singleGridWidth) * 2);
        height: 100%;
        top: 0; }
        .dedicated-team-management .title-description-with-image .background-image .feature-image img {
          height: 100%;
          width: calc(var(--singleGridWidth) * 2);
          object-fit: cover; }
    .dedicated-team-management .title-description-with-image .bar-title-description {
      padding-top: 47px;
      margin-left: var(--singleGridWidth); }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-top-line {
        width: 113px;
        height: 7px;
        background-color: #000000;
        position: relative;
        margin-bottom: 55px; }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-title {
        font-family: "Roboto-Medium";
        font-size: var(--font59);
        color: #000000;
        font-weight: 500;
        line-height: 90px;
        position: relative;
        width: calc(var(--singleGridWidth) * 3);
        margin-bottom: 48px; }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-description {
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: #000000;
        font-weight: 400;
        line-height: 30px;
        position: relative;
        width: calc(var(--singleGridWidth) * 3 - 0px);
        letter-spacing: 0.02em;
        color: rgba(0, 0, 0, 0.7); }
        .dedicated-team-management .title-description-with-image .bar-title-description .management-description .read-more-section .read-description {
          color: #000000; }
        .dedicated-team-management .title-description-with-image .bar-title-description .management-description ul {
          margin: 0;
          padding-left: 20px; }
  .dedicated-team-management .read-more {
    opacity: 0.8;
    cursor: pointer;
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #16c36e;
    font-weight: 500;
    line-height: 23px; }
    .dedicated-team-management .read-more img {
      width: 14px;
      height: 9px; }
  .dedicated-team-management .mobile-bottom-border {
    border-bottom: 1px solid #26252e;
    position: absolute;
    right: var(--sideGridWidth);
    width: calc(var(--singleGridWidth));
    bottom: 0;
    opacity: 0.3;
    display: block; }

@media screen and (max-width: 1024px) {
  .dedicated-team-management {
    height: auto;
    position: relative;
    width: 100%;
    padding-bottom: 48px; }
    .dedicated-team-management .left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth));
      height: 290px;
      position: absolute;
      left: 0;
      top: 400px; }
    .dedicated-team-management .wrap-plus {
      position: absolute;
      top: -8px;
      left: unset;
      right: calc(var(--sideGridWidth) - 15px); }
    .dedicated-team-management .feature-image {
      position: absolute;
      left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 2);
      height: 290px;
      top: 400px; }
      .dedicated-team-management .feature-image img {
        height: 290px;
        width: calc(var(--singleGridWidth) * 2);
        object-fit: cover; }
    .dedicated-team-management .management-verticle-text {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #000000;
      font-weight: 500;
      line-height: 18px;
      top: 88px; }
    .dedicated-team-management .title-description-with-image {
      flex-direction: column-reverse;
      height: auto; }
      .dedicated-team-management .title-description-with-image .background-image {
        position: relative;
        height: 290px;
        width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
      .dedicated-team-management .title-description-with-image .bar-title-description {
        margin-bottom: 36px;
        padding-top: 0;
        margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
        .dedicated-team-management .title-description-with-image .bar-title-description .management-top-line {
          width: 50px;
          height: 7px;
          margin-bottom: 27px; }
        .dedicated-team-management .title-description-with-image .bar-title-description .management-title {
          line-height: 40px;
          width: calc(var(--singleGridWidth) * 2.5);
          margin-bottom: 24px; }
        .dedicated-team-management .title-description-with-image .bar-title-description .management-description {
          line-height: 20px;
          width: calc(var(--singleGridWidth) * 3); }
    .dedicated-team-management .read-more {
      opacity: 0.8;
      cursor: pointer;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #16c36e;
      font-weight: 500;
      line-height: 20px; }
      .dedicated-team-management .read-more img {
        height: 7px;
        width: 7px; }
    .dedicated-team-management .mobile-bottom-border {
      border-bottom: 1px solid #26252e;
      position: absolute;
      right: 0;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth));
      bottom: 0;
      opacity: 0.3;
      display: block; } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .dedicated-team-management {
    margin-top: var(--singleGridWidth);
    margin-bottom: 0px; }
    .dedicated-team-management .title-description-with-image .bar-title-description {
      padding-top: 75px; }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-title {
        font-size: var(--font56);
        width: calc(var(--singleGridWidth) * 4);
        margin-bottom: 30px; }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-description .read-more-section .read-description {
        font-size: var(--font20);
        width: calc(var(--singleGridWidth) * 3.1); }
      .dedicated-team-management .title-description-with-image .bar-title-description .management-top-line {
        margin-bottom: 30px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.dedicated-team {
  margin-top: var(--margin166);
  min-height: 1006px;
  position: relative;
  overflow: visible;
  width: 100%; }
  .dedicated-team .bottom-line {
    position: absolute;
    bottom: 0;
    right: 0;
    left: unset;
    width: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth));
    height: 1px;
    background: rgba(38, 37, 46, 0.3); }
  .dedicated-team .wrap-plus {
    top: -14px;
    right: calc(var(--sideGridWidth) - 30px);
    left: unset; }
  .dedicated-team .bg-with-grid-line .left-bg-color {
    background: #ecf1f2;
    height: 100%;
    width: calc((var(--singleGridWidth) * 5) + var(--sideGridWidth));
    position: absolute;
    z-index: -1; }
  .dedicated-team .dd-header-block {
    position: relative;
    z-index: 2;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .dedicated-team .dd-header-block .vertical-line-top {
      width: 113px;
      height: 7px;
      background-color: #000000;
      left: var(--secondGridLeft);
      margin-bottom: 53px; }
    .dedicated-team .dd-header-block .dedicated-team-title {
      font-family: "Roboto-Medium";
      font-size: var(--font59);
      color: #000000;
      font-weight: 500;
      line-height: 90px;
      left: var(--secondGridLeft);
      width: calc((var(--singleGridWidth) * 3) + 15px);
      margin-bottom: 48px; }
    .dedicated-team .dd-header-block .dedicated-team-description {
      font-family: "Roboto-Regular";
      font-size: var(--font20);
      color: rgba(38, 37, 46, 0.7);
      font-weight: normal;
      line-height: 30px;
      left: calc((var(--singleGridWidth) * 2) + var(--sideGridWidth));
      width: calc((var(--singleGridWidth) * 3));
      margin-left: var(--singleGridWidth);
      margin-bottom: 83px;
      max-width: 330px; }
  .dedicated-team .dedicated-verticle-text {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #26252e;
    position: absolute;
    bottom: 320px;
    left: var(--sideGridWidth);
    transform: rotate(-90deg);
    transform-origin: left top; }
  .dedicated-team .work-dedicated-verticle-text {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: var(--font20);
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #26252e;
    position: absolute;
    bottom: 250px;
    left: var(--sideGridWidth);
    transform: rotate(-90deg);
    transform-origin: left top; }
  .dedicated-team .small-vertical {
    bottom: 220px !important; }
  .dedicated-team .team-slider-area {
    position: relative;
    z-index: 2;
    margin-left: calc(var(--sideGridWidth) + 80px);
    height: 315px;
    width: 93%; }
    .dedicated-team .team-slider-area .slick-initialized {
      max-width: 1320px; }
    .dedicated-team .team-slider-area .slick-slide .slider-item {
      display: flex !important;
      justify-content: flex-start; }
      .dedicated-team .team-slider-area .slick-slide .slider-item:focus {
        outline: none; }
    .dedicated-team .team-slider-area .slick-slider .slick-prev,
    .dedicated-team .team-slider-area .slick-slider .slick-next {
      display: none !important; }
    .dedicated-team .team-slider-area .image-content-area {
      position: relative;
      width: 24%;
      height: 315px; }
      .dedicated-team .team-slider-area .image-content-area img {
        width: 100%;
        height: 100%; }
      .dedicated-team .team-slider-area .image-content-area .overlay-bg {
        background: rgba(38, 37, 46, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .dedicated-team .team-slider-area .image-content-area .overlay-icon {
        z-index: 2;
        position: absolute;
        top: 92px;
        left: calc(50% - 36.5px);
        width: auto;
        height: auto;
        overflow: hidden; }
      .dedicated-team .team-slider-area .image-content-area .overlay-icon-work-details {
        z-index: 2;
        position: absolute;
        top: 92px;
        left: calc(50% - 20.5px);
        object-fit: contain;
        height: auto;
        width: auto; }
      .dedicated-team .team-slider-area .image-content-area .caption {
        z-index: 2;
        position: absolute;
        bottom: 67px;
        left: 42.5px;
        width: 230px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: normal;
        line-height: 36px;
        text-align: center; }
      .dedicated-team .team-slider-area .image-content-area .caption-work-details {
        z-index: 2;
        position: absolute;
        bottom: 37px;
        left: 42.5px;
        width: 230px;
        height: 70px;
        font-family: "Roboto-Regular";
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
        line-height: 36px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .dedicated-team .team-slider-area .image-content-area:nth-child(1) {
      margin-right: 20px; }
    .dedicated-team .team-slider-area .image-content-area:nth-child(2) {
      margin-right: 20px; }
    .dedicated-team .team-slider-area .image-content-area:nth-child(3) {
      margin-right: 20px; }
    .dedicated-team .team-slider-area .image-content-area:nth-child(4) {
      margin-right: 0px; }
  .dedicated-team .dot-line-block {
    padding-top: 48px;
    position: relative;
    display: block;
    z-index: 3;
    margin-left: calc(var(--sideGridWidth) + 68px); }
    .dedicated-team .dot-line-block .dot-item {
      margin-right: 8px;
      float: left;
      height: 8px;
      width: 8px;
      background-color: #000000;
      opacity: 0.3;
      outline: none;
      cursor: pointer; }
    .dedicated-team .dot-line-block .active {
      width: 48px;
      opacity: 1; }
  .dedicated-team .wrap-slider-next-pre {
    margin-left: calc(calc(var(--singleGridWidth) * 6) + calc(var(--sideGridWidth)));
    height: calc(var(--singleGridWidth) / 2);
    width: var(--singleGridWidth);
    display: flex;
    margin-bottom: 115px;
    justify-content: space-between;
    background-color: #26252e;
    z-index: 3;
    overflow: hidden; }
    .dedicated-team .wrap-slider-next-pre .next-pre-box {
      width: calc(100% / 2);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      background-color: #26252e;
      outline: none; }
    .dedicated-team .wrap-slider-next-pre :hover {
      background-color: #000000; }
    .dedicated-team .wrap-slider-next-pre .pre {
      transform: rotate(180deg); }
  .dedicated-team .hide-slider-controls {
    display: none !important; }

.no-slider-height {
  height: 880px; }

@media screen and (min-width: 1591px) and (max-width: 1919px) {
  .dedicated-team {
    overflow: hidden; } }

@media screen and (min-width: 1280px) and (max-width: calc(1366px - 1px)) {
  .dedicated-team {
    margin-top: var(--singleGridWidth); }
    .dedicated-team .team-slider-area .image-content-area {
      width: calc( calc(var(--singleGridWidth) * 2) - calc(var(--singleGridWidth) / 7.1)) !important;
      height: calc( calc(var(--singleGridWidth) * 2) - calc(var(--singleGridWidth) / 6)) !important; } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .dedicated-team {
    margin-top: var(--singleGridWidth); }
    .dedicated-team .team-slider-area .image-content-area {
      position: relative;
      width: calc( calc(var(--singleGridWidth) * 2) - calc(var(--singleGridWidth) / 6));
      height: calc( calc(var(--singleGridWidth) * 2) - calc(var(--singleGridWidth) / 6)); }
      .dedicated-team .team-slider-area .image-content-area img {
        width: 100%;
        height: 100%; }
      .dedicated-team .team-slider-area .image-content-area .overlay-bg {
        background: rgba(38, 37, 46, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .dedicated-team .team-slider-area .image-content-area .overlay-icon {
        z-index: 2;
        position: absolute;
        top: 25%;
        left: calc(50% - 20.5px);
        object-fit: contain;
        height: 50px;
        width: 50px; }
      .dedicated-team .team-slider-area .image-content-area .overlay-icon-work-details {
        z-index: 2;
        position: absolute;
        top: 25%;
        left: calc(50% - 20.5px);
        object-fit: contain;
        height: 50px;
        width: 50px; }
      .dedicated-team .team-slider-area .image-content-area .caption {
        z-index: 2;
        position: absolute;
        bottom: 10%;
        left: 9%;
        width: 90%;
        height: 70px;
        font-family: "Roboto-Regular";
        font-size: var(--font18);
        color: #ffffff;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dedicated-team .team-slider-area .image-content-area .caption-work-details {
        z-index: 2;
        position: absolute;
        bottom: 10%;
        height: 70px;
        font-family: "Roboto-Regular";
        font-size: var(--font18);
        color: #ffffff;
        font-weight: normal;
        line-height: 25px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        left: 9%;
        width: 90%; }
    .dedicated-team .team-slider-area .image-content-area:nth-child(1) {
      margin-right: calc(var(--singleGridWidth) / 6); }
    .dedicated-team .team-slider-area .image-content-area:nth-child(2) {
      margin-right: calc(var(--singleGridWidth) / 6); }
    .dedicated-team .team-slider-area .image-content-area:nth-child(3) {
      margin-right: calc(var(--singleGridWidth) / 6); }
    .dedicated-team .team-slider-area .image-content-area:nth-child(4) {
      margin-right: 0px; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .dedicated-team {
    margin-top: 156px !important; }
    .dedicated-team .wrap-plus {
      top: -14px;
      right: calc(var(--sideGridWidth) - 28px);
      left: unset; }
    .dedicated-team .team-slider-area {
      width: 92%;
      margin-left: 108px; }
      .dedicated-team .team-slider-area .slick-slide .slider-item .image-content-area {
        width: 24%;
        height: 297px; } }

@media screen and (min-width: 1440px) and (max-width: calc(1440px + 150px)) {
  .dedicated-team {
    overflow: hidden; }
    .dedicated-team .wrap-plus {
      top: 0px; } }

@media screen and (min-width: 1920px) {
  .dedicated-team {
    overflow: hidden; }
    .dedicated-team .wrap-plus {
      top: 0;
      right: calc(var(--sideGridWidth) - 30px);
      left: unset; }
    .dedicated-team .team-slider-area {
      margin-left: calc(var(--sideGridWidth) + 80px); }
      .dedicated-team .team-slider-area .slick-initialized {
        max-width: 1320px; }
    .dedicated-team .dot-line-block {
      margin-left: calc(var(--sideGridWidth) + 90px); } }

@media screen and (max-width: 1024px) {
  .work-dedicated-height {
    height: 588px !important; }
  .dedicated-team {
    margin-top: 72px;
    min-height: 642px;
    position: relative;
    overflow: hidden;
    padding-top: 0px; }
    .dedicated-team .wrap-plus {
      right: calc(var(--sideGridWidth) - 16px);
      top: 0px; }
    .dedicated-team .bottom-line {
      width: calc(var(--sideGridWidth) + var(--singleGridWidth));
      bottom: -48px;
      background: rgba(0, 0, 0, 0.3); }
    .dedicated-team .bg-with-grid-line .left-bg-color {
      width: calc((var(--singleGridWidth) * 3) + var(--sideGridWidth)); }
    .dedicated-team .bg-with-grid-line .grid-two {
      left: calc(var(--singleGridWidth) + var(--sideGridWidth)); }
    .dedicated-team .bg-with-grid-line .grid-three {
      left: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth)); }
    .dedicated-team .bg-with-grid-line .grid-four {
      left: calc(calc(var(--singleGridWidth) * 3) + var(--sideGridWidth)); }
    .dedicated-team .bg-with-grid-line .grid-five {
      left: calc(calc(var(--singleGridWidth) * 4) + var(--sideGridWidth)); }
    .dedicated-team .bg-with-grid-line .grid-six {
      display: none; }
    .dedicated-team .left-bg-color {
      background: #ecf1f2;
      height: 548px;
      width: calc((var(--singleGridWidth) * 3) + var(--sideGridWidth));
      position: absolute;
      z-index: -1; }
    .dedicated-team .dd-header-block .vertical-line-top {
      width: 50px;
      height: 7px;
      background-color: #000000;
      margin-bottom: 30px;
      position: relative;
      top: -3px;
      left: unset; }
    .dedicated-team .dd-header-block .dedicated-team-title {
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #26252e;
      font-weight: 500;
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2 + 10px);
      z-index: 2;
      margin-bottom: 24px;
      letter-spacing: unset; }
    .dedicated-team .dd-header-block .dedicated-team-description {
      font-family: "Roboto-Regular";
      font-size: 12px;
      color: rgba(38, 37, 46, 0.7);
      font-weight: normal;
      line-height: 20px;
      width: calc(calc(var(--singleGridWidth) * 2));
      margin-bottom: 36px;
      margin-left: 40px; }
    .dedicated-team .dedicated-verticle-text {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #000000;
      font-weight: 500;
      line-height: 18px;
      position: absolute;
      bottom: 80px;
      left: var(--sideGridWidth);
      transform: rotate(-90deg);
      transform-origin: left top; }
    .dedicated-team .work-dedicated-verticle-text {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #000000;
      font-weight: 500;
      line-height: 18px;
      position: absolute;
      bottom: 205px;
      left: var(--sideGridWidth);
      transform: rotate(-90deg);
      transform-origin: left top; }
    .dedicated-team .team-slider-area {
      height: 262px;
      left: calc(var(--sideGridWidth) + 40px);
      width: 84%;
      margin-left: 0;
      overflow: hidden; }
      .dedicated-team .team-slider-area .image-content-area {
        position: relative;
        width: 126px;
        height: 126px; }
        .dedicated-team .team-slider-area .image-content-area .overlay-bg {
          background: rgba(38, 37, 46, 0.5);
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0; }
        .dedicated-team .team-slider-area .image-content-area .top-content-block {
          z-index: 2;
          width: 100%;
          height: 100%;
          top: 7px;
          position: absolute;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .dedicated-team .team-slider-area .image-content-area .top-content-block .overlay-icon {
            position: static;
            top: 17px;
            left: 35px;
            width: 30px;
            height: 30px;
            margin-bottom: 19px; }
          .dedicated-team .team-slider-area .image-content-area .top-content-block .overlay-icon-work-details {
            position: static;
            top: 17px;
            left: 35px;
            width: 30px;
            height: 30px; }
          .dedicated-team .team-slider-area .image-content-area .top-content-block .caption {
            position: static;
            bottom: 22px;
            width: 100%;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            font-family: "Roboto-Regular";
            font-size: 12px;
            color: #ffffff;
            font-weight: normal;
            line-height: 20px;
            text-align: center; }
          .dedicated-team .team-slider-area .image-content-area .top-content-block .caption-work-details {
            position: static;
            padding-top: 10px;
            width: 90%;
            font-family: "Roboto-Regular";
            font-size: 12px;
            color: #ffffff;
            font-weight: normal;
            line-height: 20px;
            text-align: center;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
      .dedicated-team .team-slider-area .slick-slide .slider-item {
        flex-wrap: wrap; }
        .dedicated-team .team-slider-area .slick-slide .slider-item .image-content-area {
          width: 48%;
          margin-bottom: 10px; }
      .dedicated-team .team-slider-area .image-content-area:nth-child(1) {
        margin-right: 10px; }
      .dedicated-team .team-slider-area .image-content-area:nth-child(2) {
        margin-right: 0px; }
      .dedicated-team .team-slider-area .image-content-area:nth-child(3) {
        margin-right: 10px; }
      .dedicated-team .team-slider-area .image-content-area:nth-child(4) {
        margin-right: 0px; }
    .dedicated-team .dot-line-block {
      padding-top: 24px;
      margin-left: calc(var(--sideGridWidth) + 42px); }
    .dedicated-team .wrap-slider-next-pre {
      position: relative;
      width: var(--singleGridWidth);
      height: 36px;
      margin-left: calc(var(--singleGridWidth) * 3 + 20px); }
      .dedicated-team .wrap-slider-next-pre img {
        width: 18px;
        height: 14px; }
  .no-slider-height {
    height: 582px; } }

