/*
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%
*/
.who-we-are-section {
  position: relative;
  margin-top: var(--margin166);
  margin-bottom: var(--margin166);
  min-height: 955px; }
  .who-we-are-section .vertical-text {
    position: absolute;
    z-index: 1;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    top: 220px;
    left: calc(var(--sideGridWidth));
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: var(--font20);
    line-height: 32px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #26252e; }
  .who-we-are-section .content-div {
    position: relative;
    margin-left: var(--secondGridLeft);
    padding-top: 108px; }
    .who-we-are-section .content-div .dash-line {
      position: relative;
      height: 7px;
      width: 113px;
      background-color: #000000; }
    .who-we-are-section .content-div .section-title {
      margin-top: 55px;
      font-family: "Roboto-Medium";
      font-weight: 500;
      font-size: var(--font59);
      line-height: 90px;
      color: #26252e;
      width: calc(var(--singleGridWidth) * 3);
      margin-left: -4px; }
    .who-we-are-section .content-div .section-description {
      margin-top: 48px;
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: var(--font20);
      line-height: 30px;
      display: flex;
      align-items: center;
      letter-spacing: 0.02em;
      color: rgba(38, 37, 46, 0.7);
      width: calc(var(--singleGridWidth) * 3); }
  .who-we-are-section .dash-think-line {
    bottom: 0;
    left: var(--sideGridWidth);
    height: 1px;
    width: calc(var(--singleGridWidth) * 2);
    position: absolute;
    background: rgba(38, 37, 46, 0.3); }
  .who-we-are-section .mobile-hover-div {
    display: none; }
  .who-we-are-section .hover-div {
    margin-top: 85px;
    margin-left: var(--sideGridWidth);
    display: block; }
    .who-we-are-section .hover-div .single-div {
      float: left;
      width: calc(var(--singleGridWidth) * 2);
      height: calc((var(--singleGridWidth) * 2) + 60px);
      margin-right: 12px;
      background-color: #7d7c82; }
      .who-we-are-section .hover-div .single-div .hover-img {
        position: absolute;
        top: 0;
        left: calc(calc(var(--singleGridWidth) * 5) + var(--sideGridWidth));
        height: 100%;
        max-width: calc(calc(var(--singleGridWidth) * 3) + var(--sideGridWidth));
        transition: all 0.5s linear;
        background-color: #7d7c82; }
      .who-we-are-section .hover-div .single-div .wrap-div {
        position: relative;
        height: 100%;
        width: 100%;
        background: #ecf1f2;
        padding: 56px 60px;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        transition: all 0.25s ease-in-out 0s; }
        .who-we-are-section .hover-div .single-div .wrap-div:hover {
          background: #434eba; }
          .who-we-are-section .hover-div .single-div .wrap-div:hover .item-text {
            color: #ffffff; }
          .who-we-are-section .hover-div .single-div .wrap-div:hover .item-description {
            color: rgba(255, 255, 255, 0.7); }
        .who-we-are-section .hover-div .single-div .wrap-div:hover::after {
          background: #434eba;
          content: ''; }
        .who-we-are-section .hover-div .single-div .wrap-div .item-text {
          font-family: "Roboto-Medium";
          font-style: normal;
          font-weight: 500;
          font-size: var(--font20);
          line-height: 36px;
          color: #434eba;
          z-index: 3;
          -webkit-transition: color 0.28s ease-in-out 0s;
          -moz-transition: color 0.28s ease-in-out 0s;
          transition: color 0.28s ease-in-out 0s; }
        .who-we-are-section .hover-div .single-div .wrap-div .item-description {
          margin-top: 30px;
          font-family: "Roboto-Regular";
          font-style: normal;
          font-weight: normal;
          font-size: var(--font16);
          line-height: 30px;
          align-items: center;
          letter-spacing: 0.01em;
          z-index: 3;
          color: rgba(38, 37, 46, 0.7);
          -webkit-transition: color 0.3s ease-in-out 0s;
          -moz-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s; }
  .who-we-are-section .wrap-plus {
    left: calc(var(--sideGridWidth));
    top: -15px; }

@keyframes who-we-are-animation {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .who-we-are-section {
    min-height: 934px;
    margin-top: 156px;
    margin-bottom: 156px !important; } }

@media screen and (min-width: 1280px) and (max-width: calc(1366px - 1px)) {
  .who-we-are-section .hover-div .single-div .wrap-div {
    padding: 40px 13% !important; }
    .who-we-are-section .hover-div .single-div .wrap-div .item-text {
      line-height: 30px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div .item-description {
      line-height: 30px !important; }
  .who-we-are-section .hover-div .single-div .wrap-div-active {
    padding: 40px 13% !important; }
    .who-we-are-section .hover-div .single-div .wrap-div-active .item-text {
      line-height: 30px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div-active .item-description {
      line-height: 30px !important; } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .who-we-are-section {
    margin-top: var(--singleGridWidth) !important;
    margin-bottom: 0px !important; }
    .who-we-are-section .hover-div .single-div .wrap-div {
      padding: 40px 7%; }
      .who-we-are-section .hover-div .single-div .wrap-div .item-text {
        font-size: var(--font18);
        line-height: 27px; }
      .who-we-are-section .hover-div .single-div .wrap-div .item-description {
        line-height: 27px; }
    .who-we-are-section .hover-div .single-div .wrap-div-active {
      padding: 40px 7%; }
      .who-we-are-section .hover-div .single-div .wrap-div-active .item-text {
        font-size: var(--font18);
        line-height: 27px; }
      .who-we-are-section .hover-div .single-div .wrap-div-active .item-description {
        line-height: 27px; }
    .who-we-are-section .content-div .section-title {
      width: calc(var(--singleGridWidth) * 3); } }

@media screen and (max-width: 1024px) {
  .who-we-are-section {
    margin: 0;
    margin-top: 124px;
    position: relative;
    min-height: auto;
    margin-bottom: var(--margin166);
    padding-bottom: 47px; }
    .who-we-are-section .vertical-text {
      top: 300px;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.02em;
      font-weight: 500;
      font-family: "Roboto-Medium"; }
    .who-we-are-section .content-div {
      position: relative;
      margin-left: var(--secondGridLeft);
      padding-top: 0; }
      .who-we-are-section .content-div .dash-line {
        position: relative;
        height: 7px;
        width: 50px;
        background-color: #000000; }
      .who-we-are-section .content-div .section-title {
        margin-top: 30px;
        line-height: 40px;
        font-weight: 500;
        width: calc(var(--singleGridWidth) * 2);
        margin-left: -1px; }
      .who-we-are-section .content-div .section-description {
        margin-top: 24px;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em;
        color: rgba(38, 37, 46, 0.7);
        width: 210px; }
    .who-we-are-section .dash-think-line {
      bottom: 0;
      left: var(--sideGridWidth);
      height: 1px;
      width: calc(var(--singleGridWidth) * 2);
      position: absolute;
      background: rgba(38, 37, 46, 0.3); }
    .who-we-are-section .mobile-hover-div {
      display: block;
      height: 397px;
      width: 100%;
      margin-top: 36px;
      position: relative; }
      .who-we-are-section .mobile-hover-div .hover-img {
        height: 100%;
        margin-left: var(--secondGridLeft);
        width: calc(100% - var(--secondGridLeft));
        background-color: #7d7c82; }
      .who-we-are-section .mobile-hover-div .slider-wrap {
        position: absolute;
        display: block;
        height: 180px;
        width: calc(100% - var(--sideGridWidth));
        margin-left: var(--sideGridWidth);
        bottom: 36px; }
        .who-we-are-section .mobile-hover-div .slider-wrap .slick-list {
          overflow: unset; }
      .who-we-are-section .mobile-hover-div .single-div {
        width: 180px !important;
        height: 500px;
        position: relative;
        outline: none; }
        .who-we-are-section .mobile-hover-div .single-div .hover-img {
          position: absolute;
          top: -180px; }
        .who-we-are-section .mobile-hover-div .single-div .wrap-div {
          position: relative;
          height: 180px !important;
          width: 100%;
          background: #ecf1f2;
          padding: 20px 24px;
          transition: all 0.5s linear; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div .item-text {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            color: #434eba; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div .item-description {
            margin-top: 20px;
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            display: flex;
            align-items: center;
            letter-spacing: 0.01em;
            color: rgba(38, 37, 46, 0.7);
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 5;
            font-feature-settings: "palt";
            font-kerning: auto; }
        .who-we-are-section .mobile-hover-div .single-div .wrap-div-active {
          position: relative;
          height: auto;
          width: 100%;
          background: #434eba;
          padding: 20px 24px;
          transition: all 0.5s linear; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div-active .item-text {
            font-family: "Roboto-Medium";
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            color: #ffffff; }
          .who-we-are-section .mobile-hover-div .single-div .wrap-div-active .item-description {
            margin-top: 20px;
            font-family: "Roboto-Regular";
            font-style: normal;
            font-weight: normal;
            font-size: 11px;
            line-height: 16px;
            align-items: center;
            letter-spacing: 0.01em;
            color: rgba(255, 255, 255, 0.7); }
    .who-we-are-section .hover-div {
      display: none;
      margin-top: 48px;
      margin-left: var(--sideGridWidth); }
    .who-we-are-section .wrap-plus {
      left: var(--sideGridWidth);
      top: -3px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .who-we-are-section .mobile-hover-div .slider-wrap {
    width: calc(var(--singleGridWidth) * 2);
    margin-left: calc(var(--sideGridWidth) +var(--singleGridWidth) / 2); } }

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-slider .slick-arrow {
  display: none !important; }

/*
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%
*/
.solid-top-eye-catch {
  position: relative;
  z-index: 1; }

.breadcrumb-area {
  position: relative;
  padding-left: var(--secondGridLeft);
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #434eba;
  height: 139px; }

.breadcrumb-details {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  width: calc(100% - calc(var(--secondGridLeft))); }
  .breadcrumb-details a {
    color: #ffffff; }

.eye-catch-video {
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  z-index: -1;
  opacity: 0;
  animation: visibleVideo;
  animation-duration: 0.3s;
  animation-delay: 2.3s;
  animation-fill-mode: forwards; }

.vertical-text {
  position: absolute;
  z-index: 3;
  left: var(--sideGridWidth);
  top: 60px;
  font-family: "Roboto-Medium";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 500;
  line-height: 32px;
  font-style: normal;
  letter-spacing: 0.02em;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top; }

.eye-catch-details {
  height: 660px;
  position: relative;
  background-size: cover; }

.shadow {
  position: absolute;
  background: #26252e;
  opacity: 0.7;
  height: inherit;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1; }

.eye-catch-body {
  z-index: 2;
  position: relative; }

.details-title-description {
  position: absolute;
  top: 156px;
  left: var(--fourGridLeft); }

.details-title-description-variant2 {
  top: 56px;
  left: var(--secondGridLeft); }

.details-title-description-variant3 {
  top: 205px;
  left: var(--secondGridLeft); }

.details-title {
  position: relative;
  font-family: "Roboto-Bold";
  font-size: var(--font59);
  color: #ffffff;
  font-weight: 700;
  line-height: 69px;
  width: calc(calc(var(--singleGridWidth) * 3) + 50px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 7;
  -moz-line-clamp: 7;
  -ms-line-clamp: 7;
  line-clamp: 7;
  top: auto;
  margin: -4px; }

.details-title-variant {
  width: calc(var(--singleGridWidth) * 5); }

.details-description {
  position: relative;
  font-family: "Roboto-Regular";
  font-size: var(--font20);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  opacity: 0.7;
  width: calc(var(--singleGridWidth) * 3);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 10;
  -moz-line-clamp: 10;
  -ms-line-clamp: 10;
  line-clamp: 10;
  margin-top: 48px; }

.details-description-variant2 {
  margin: 30px 0px;
  width: calc(var(--singleGridWidth) * 6); }

.details-description-variant3 {
  margin: 50px 0px; }

.details-button {
  display: none;
  font-family: "Roboto-Medium";
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
  width: fit-content;
  padding: 20px 28px;
  background-color: #434eba;
  cursor: pointer; }

.details-button-variant2 {
  display: block; }

.list-area {
  position: relative;
  height: 172px;
  left: var(--secondGridLeft);
  top: 176px;
  font-style: normal;
  width: calc((var(--singleGridWidth) * 2) + 50px); }

.list {
  font-family: "Roboto-Regular";
  font-size: var(--font16);
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  position: relative; }
  .list p a {
    color: #ffffff;
    cursor: pointer; }
  .list .disabled-link {
    cursor: default; }

.area-item-diamond {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -38px; }
  .area-item-diamond img {
    width: 30px;
    height: 30px; }

.drop-down-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 31px);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  background-color: #434eba; }
  .drop-down-bottom svg {
    width: 22px;
    height: 31px; }
    .drop-down-bottom svg path {
      stroke-width: 2px; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .solid-top-eye-catch {
    position: relative; }
  .breadcrumb-area {
    position: relative;
    padding-left: var(--secondGridLeft);
    display: flex;
    align-items: center;
    z-index: 2;
    background-color: #434eba;
    height: 139px; }
  .breadcrumb-details {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    width: calc(100% - calc(var(--secondGridLeft))); }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    position: absolute;
    z-index: 3;
    left: var(--sideGridWidth);
    top: 60px;
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.02em;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top; }
  .eye-catch-details {
    height: 660px;
    position: relative;
    background-size: cover; }
  .shadow {
    position: absolute;
    background: #26252e;
    opacity: 0.7;
    height: inherit;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1; }
  .eye-catch-body {
    z-index: 2;
    position: relative; }
  .details-title-description {
    position: absolute;
    left: var(--fourGridLeft);
    top: 156px; }
  .details-title {
    position: relative;
    font-family: "Roboto-Bold";
    font-size: var(--font56);
    color: #ffffff;
    font-weight: 700;
    line-height: 69px;
    width: calc(calc(var(--singleGridWidth) * 4)) !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 48px;
    top: auto;
    margin-left: -4px; }
  .details-description {
    position: relative;
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    width: calc(var(--singleGridWidth) * 3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10; }
  .list-area {
    position: relative;
    height: 172px;
    left: var(--secondGridLeft);
    top: 176px;
    font-style: normal;
    width: calc((var(--singleGridWidth) * 2) + 50px); }
  .list {
    font-family: "Roboto-Regular";
    font-size: var(--font16);
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    position: relative; }
    .list p a {
      color: #ffffff;
      cursor: pointer; }
    .list .disabled-link {
      cursor: default; }
  .area-item-diamond {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -38px; }
    .area-item-diamond img {
      width: 30px;
      height: 30px; }
  .drop-down-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 31px);
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    background-color: #434eba; }
    .drop-down-bottom svg {
      width: 22px;
      height: 31px; }
      .drop-down-bottom svg path {
        stroke-width: 2px; } }

@media screen and (max-width: 1024px) {
  .solid-top-eye-catch {
    position: relative;
    margin-top: 72px; }
  .breadcrumb-area {
    padding-left: calc(var(--secondGridLeft));
    height: 80px;
    width: 100%;
    z-index: 2; }
  .breadcrumb-details {
    width: calc((var(--singleGridWidth) * 3) - 10px);
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff; }
    .breadcrumb-details a {
      color: #ffffff; }
  .vertical-text {
    line-height: 18px;
    top: 30px; }
  .eye-catch-details {
    height: 300px; }
  .details-title-description {
    left: var(--secondGridLeft);
    top: 52px; }
  .details-title-description-variant2 {
    top: 20px; }
  .details-title {
    position: relative;
    line-height: 35px;
    width: calc(var(--singleGridWidth) * 3.2);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    line-clamp: 7;
    margin-bottom: 7px;
    margin-left: -1px; }
  .details-title-variant {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2; }
  .details-description {
    position: relative;
    letter-spacing: normal;
    line-height: 20px;
    width: calc(var(--singleGridWidth) * 3.1);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 10;
    -moz-line-clamp: 10;
    -ms-line-clamp: 10;
    line-clamp: 10;
    margin-top: 0px; }
  .details-description-variant2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
    margin: 15px 0px; }
  .details-button {
    font-size: 14px;
    padding: 6px 12px; }
  .list-area {
    display: none; }
  .area-item-diamond {
    display: none; }
  .drop-down-bottom {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 19px);
    width: 36px;
    height: 36px; }
    .drop-down-bottom svg {
      width: 10px;
      height: 14px; }
      .drop-down-bottom svg path {
        stroke-width: 3px; } }

/*
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%
*/
.tra-vertical-title {
  font-family: "Roboto-Medium";
  font-size: var(--font20);
  color: #26252e;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: var(--sideGridWidth);
  letter-spacing: 0.02em;
  transform: translateX(-100%) rotate(-90deg);
  transform-origin: right top; }

.tra-right-align-top-line {
  width: 113px;
  height: 7px;
  background-color: #000000;
  position: relative;
  margin-bottom: 55px; }

.tra-mobile-bottom-border {
  border-bottom: 1px solid #26252e;
  position: absolute;
  right: var(--sideGridWidth);
  width: calc(var(--singleGridWidth));
  bottom: 0;
  opacity: 0.3;
  display: block; }

.tra-title-description-with-image {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 2; }

.tra-background-image {
  position: relative;
  height: 100%; }

.tra-left-bg-color {
  background: #ecf1f2;
  position: absolute;
  left: 0;
  top: 0; }

.tra-feature-image {
  position: relative;
  top: 0;
  background-color: #7d7c82; }
  .tra-feature-image img {
    object-fit: cover; }

.text-right-aligned-block {
  height: 675px;
  position: relative;
  margin-top: var(--margin166);
  margin-bottom: var(--margin166); }
  .text-right-aligned-block .wrap-plus {
    position: absolute;
    top: -15px;
    left: unset;
    right: calc(var(--sideGridWidth) - 28px); }
  .text-right-aligned-block .tra-vertical-title {
    top: 25%; }
  .text-right-aligned-block .tra-background-image {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3);
    background-color: #7d7c82; }
  .text-right-aligned-block .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth));
    height: 100%; }
  .text-right-aligned-block .tra-feature-image {
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(var(--singleGridWidth) * 2);
    height: 100%; }
    .text-right-aligned-block .tra-feature-image img {
      height: 100%;
      width: calc(var(--singleGridWidth) * 2); }
  .text-right-aligned-block .tra-bar-title-description {
    padding-top: 47px;
    margin-left: var(--singleGridWidth); }
  .text-right-aligned-block .tra-right-align-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; }
  .text-right-aligned-block .tra-right-align-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); }

.right-aligned-variants3 {
  min-height: 750px;
  padding-top: 83px;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants3 .wrap-plus {
    position: absolute;
    top: -15px;
    right: unset;
    left: calc(var(--sideGridWidth)); }
  .right-aligned-variants3 .tra-background-image {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants3 .tra-feature-image {
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3) + calc(var(--singleGridWidth) / 2));
    height: calc(744px - 166px); }
    .right-aligned-variants3 .tra-feature-image img {
      width: 100%;
      height: calc(744px - 166px); }
  .right-aligned-variants3 .tra-bar-title-description {
    padding-top: 47px;
    margin-left: var(--singleGridWidth); }
  .right-aligned-variants3 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #26252e;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    margin-bottom: 48px;
    width: calc(var(--singleGridWidth) * 2.1); }
  .right-aligned-variants3 .tra-feature-logo-img {
    position: relative;
    width: 83px;
    height: 83px;
    margin-bottom: 48px; }
  .right-aligned-variants3 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2.2); }
  .right-aligned-variants3 .read-more-section .read-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7; }
  .right-aligned-variants3 .tra-background-grid-line {
    display: block;
    position: absolute;
    height: 744px;
    width: 100%;
    top: 0;
    z-index: 1; }
    .right-aligned-variants3 .tra-background-grid-line .tra-background {
      height: 100%;
      width: calc( 100% - calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth)));
      background: #ecf1f2;
      margin-left: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth)); }
    .right-aligned-variants3 .tra-background-grid-line .grid-one,
    .right-aligned-variants3 .tra-background-grid-line .grid-two,
    .right-aligned-variants3 .tra-background-grid-line .grid-three {
      display: none; }

.right-aligned-variants4 {
  min-height: 750;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants4 .wrap-plus {
    position: absolute;
    top: -15px;
    left: var(--sideGridWidth); }
  .right-aligned-variants4 .tra-background-image {
    height: 744px;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants4 .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
    height: 100%; }
  .right-aligned-variants4 .tra-feature-image {
    margin-top: 83px;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3) + calc(var(--singleGridWidth) / 2));
    height: calc(744px - 166px); }
    .right-aligned-variants4 .tra-feature-image img {
      width: 100%;
      height: calc(744px - 166px); }
  .right-aligned-variants4 .tra-bar-title-description {
    padding-top: 83px;
    margin-left: var(--singleGridWidth);
    margin-bottom: 36px; }
  .right-aligned-variants4 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #000000;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    width: calc(var(--singleGridWidth) * 2);
    margin-bottom: 65px; }
  .right-aligned-variants4 .tra-feature-logo-img {
    position: relative;
    width: 70px;
    height: 70px;
    margin-bottom: 27px; }
  .right-aligned-variants4 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2); }

.right-aligned-variants5 {
  min-height: 750;
  position: relative;
  margin-top: var(--singleGridWidth);
  margin-bottom: var(--margin166); }
  .right-aligned-variants5 .wrap-plus {
    display: none; }
  .right-aligned-variants5 .tra-vertical-title {
    display: none; }
  .right-aligned-variants5 .tra-background-image {
    height: 766px;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 4); }
  .right-aligned-variants5 .tra-left-bg-color {
    width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
    height: 100%; }
  .right-aligned-variants5 .tra-feature-image {
    margin-top: 83px;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
    width: calc(calc(var(--singleGridWidth) * 3));
    height: 600px; }
    .right-aligned-variants5 .tra-feature-image img {
      width: 100%;
      height: 100%; }
  .right-aligned-variants5 .tra-bar-title-description {
    padding-top: 83px;
    margin-left: var(--singleGridWidth);
    margin-bottom: 36px; }
  .right-aligned-variants5 .tra-right-align-title {
    font-family: "Roboto-Medium";
    font-size: var(--font59);
    color: #26252e;
    font-weight: 500;
    line-height: 90px;
    position: relative;
    width: calc(var(--singleGridWidth) * 2);
    margin: 58px 0 48px; }
  .right-aligned-variants5 .tra-right-align-description {
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    position: relative;
    word-wrap: normal;
    width: calc(var(--singleGridWidth) * 2); }
  .right-aligned-variants5 .tra-mobile-bottom-border {
    display: none; }
  .right-aligned-variants5 .tra-bottom-line {
    border-bottom: 1px solid #26252e;
    margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth) * 5);
    width: calc(var(--singleGridWidth) * 2);
    opacity: 0.3; }

@media screen and (max-width: 1024px) {
  .tra-vertical-title {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 500;
    line-height: 18px;
    top: 88px; }
  .tra-right-align-top-line {
    width: 50px;
    height: 7px;
    margin-bottom: 27px; }
  .tra-mobile-bottom-border {
    right: 0;
    width: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
  .tra-title-description-with-image {
    flex-direction: column-reverse;
    height: auto; }
  .tra-feature-image {
    position: relative; }
    .tra-feature-image img {
      object-fit: cover; }
  .text-right-aligned-block {
    height: auto;
    position: relative;
    width: 100%;
    padding-bottom: 48px; }
    .text-right-aligned-block .wrap-plus {
      position: absolute;
      top: -8px;
      left: unset;
      right: calc(var(--sideGridWidth) - 15px); }
    .text-right-aligned-block .tra-vertical-title {
      top: 88px; }
    .text-right-aligned-block .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth));
      height: 290px;
      position: absolute;
      left: 0; }
    .text-right-aligned-block .tra-feature-image {
      position: absolute;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 2);
      height: 290px; }
      .text-right-aligned-block .tra-feature-image img {
        height: 290px;
        width: calc(var(--singleGridWidth) * 2); }
    .text-right-aligned-block .tra-background-image {
      position: relative;
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .text-right-aligned-block .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .text-right-aligned-block .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .text-right-aligned-block .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .text-right-aligned-block .read-more {
      opacity: 0.8;
      cursor: pointer;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #16c36e;
      font-weight: 500;
      line-height: 20px; }
      .text-right-aligned-block .read-more img {
        height: 7px;
        width: 7px; }
  .right-aligned-variants3 {
    min-height: 750px;
    position: relative;
    width: 100%;
    margin: 72px 0; }
    .right-aligned-variants3 .wrap-plus {
      position: absolute;
      top: -8px;
      right: unset;
      left: calc(var(--sideGridWidth)); }
    .right-aligned-variants3 .tra-vertical-title {
      top: 120px; }
    .right-aligned-variants3 .tra-background-image {
      position: relative;
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants3 .tra-feature-image {
      margin-left: 0;
      width: 100vw;
      height: 320px; }
      .right-aligned-variants3 .tra-feature-image img {
        width: 100%;
        height: 320px; }
    .right-aligned-variants3 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants3 .tra-right-align-title {
      font-family: "Roboto-Medium";
      font-size: 30px;
      color: #26252e;
      font-weight: 500;
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .right-aligned-variants3 .tra-feature-logo-img {
      width: 36px;
      height: 36px;
      margin-bottom: 24px; }
    .right-aligned-variants3 .tra-right-align-description {
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #26252e;
      font-weight: 500;
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .right-aligned-variants3 .tra-background-grid-line {
      height: 780px;
      z-index: -1; }
      .right-aligned-variants3 .tra-background-grid-line .tra-background {
        margin-left: var(--sideGridWidth);
        width: calc(100% - var(--sideGridWidth)); }
      .right-aligned-variants3 .tra-background-grid-line .grid-one,
      .right-aligned-variants3 .tra-background-grid-line .grid-two,
      .right-aligned-variants3 .tra-background-grid-line .grid-four,
      .right-aligned-variants3 .tra-background-grid-line .grid-six,
      .right-aligned-variants3 .tra-background-grid-line .grid-eight {
        display: none; }
      .right-aligned-variants3 .tra-background-grid-line .grid-three {
        display: block; }
  .right-aligned-variants4 {
    height: auto;
    position: relative;
    width: 100%; }
    .right-aligned-variants4 .wrap-plus {
      position: absolute;
      top: -7px;
      right: unset;
      left: calc(var(--sideGridWidth)); }
    .right-aligned-variants4 .tra-vertical-title {
      display: block;
      top: 70%; }
    .right-aligned-variants4 .tra-background-image {
      height: 290px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants4 .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
      height: 100%;
      position: absolute;
      left: 0; }
    .right-aligned-variants4 .tra-feature-image {
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 3);
      height: 216px;
      margin-top: 36px; }
      .right-aligned-variants4 .tra-feature-image img {
        height: 100%;
        width: 100%; }
    .right-aligned-variants4 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants4 .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin-bottom: 24px; }
    .right-aligned-variants4 .tra-feature-logo-img {
      position: relative;
      width: auto;
      height: 42px;
      margin-bottom: 24px; }
    .right-aligned-variants4 .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
  .right-aligned-variants5 {
    height: auto;
    position: relative;
    width: 100%; }
    .right-aligned-variants5 .tra-vertical-title {
      display: block;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #000000;
      font-weight: 500;
      line-height: 20px;
      position: absolute;
      top: 70%;
      width: auto;
      left: var(--sideGridWidth);
      transform: rotate(-90deg) translateX(-50%);
      transform-origin: left top; }
    .right-aligned-variants5 .tra-background-image {
      height: 334px;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 3); }
    .right-aligned-variants5 .tra-left-bg-color {
      background: #ecf1f2;
      width: calc(var(--sideGridWidth) + var(--singleGridWidth) * 2);
      height: 100%;
      position: absolute;
      left: 0; }
    .right-aligned-variants5 .tra-feature-image {
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth));
      width: calc(var(--singleGridWidth) * 3);
      height: 262px;
      margin-top: 36px; }
      .right-aligned-variants5 .tra-feature-image img {
        width: 100%;
        height: 100%; }
    .right-aligned-variants5 .tra-bar-title-description {
      margin-bottom: 36px;
      padding-top: 0;
      margin-left: calc(var(--sideGridWidth) + var(--singleGridWidth)); }
    .right-aligned-variants5 .tra-right-align-title {
      line-height: 40px;
      width: calc(var(--singleGridWidth) * 2.5);
      margin: 27px 0; }
    .right-aligned-variants5 .tra-right-align-description {
      line-height: 20px;
      width: calc(var(--singleGridWidth) * 3); }
    .right-aligned-variants5 .tra-bottom-line {
      margin-left: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 3));
      width: calc(var(--sideGridWidth) + var(--singleGridWidth)); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .text-right-aligned-block {
    margin-top: var(--singleGridWidth);
    margin-bottom: 0px; }
    .text-right-aligned-block .tra-right-align-title {
      font-size: var(--font56);
      width: calc(var(--singleGridWidth) * 4);
      margin-bottom: 30px; }
    .text-right-aligned-block .read-more-section .read-description {
      font-size: var(--font20);
      width: calc(var(--singleGridWidth) * 3.1); } }

