@font-face {
  font-family: "halcom-extrabold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Halcom-ExtraBold.otf") format("opentype"); }

@font-face {
  font-family: "halcom-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Halcom-Bold.otf") format("opentype"); }

@font-face {
  font-family: "halcom";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Halcom-Regular.otf") format("opentype"); }

* {
  font-family: "halcom", sans-serif; }

body {
  padding-top: 0; }

ul, li, ol {
  list-style: none; }

a {
  text-decoration: none; }

[href]:focus, input, input:focus, button, button:focus {
  outline: none !important; }

[data-sub-layout] {
  padding: 0 !important; }

.txt-center {
  text-align: center; }

.flex {
  display: flex; }

@media screen and (min-width: 900px) {
  .deskNone {
    display: none; } }

.moNone {
  display: none; }
  @media screen and (min-width: 900px) {
    .moNone {
      display: block; } }

.flex {
  display: flex; }

.section-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.7px;
  font-family: "halcom-bold", sans-serif;
  color: #0f0f0f;
  margin-bottom: 20px;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    .section-title {
      font-size: 34px;
      line-height: 41px;
      letter-spacing: -0.1px; } }

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

.page-banner {
  position: relative;
  max-width: 1440px;
  margin: auto; }
  .page-banner img {
    max-width: 100%;
    min-height: 359px;
    object-fit: cover; }
  .page-banner .banner-text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-banner .banner-text h2 {
      color: #FFFFFF;
      font-size: 32px;
      line-height: 39px;
      letter-spacing: -0.1px;
      font-family: "halcom-extrabold", sans-serif; }
      @media screen and (min-width: 900px) {
        .page-banner .banner-text h2 {
          font-size: 46px;
          line-height: 54px;
          letter-spacing: -0.14px; } }

.our-company h2 {
  text-align: center;
  padding: 0 20px; }

.our-company .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px; }
  @media screen and (min-width: 900px) {
    .our-company .company-list {
      gap: 18px;
      max-width: 996px;
      margin: auto; } }
  @media screen and (min-width: 1372px) {
    .our-company .company-list {
      gap: 24px; } }
  .our-company .company-list .company-item {
    width: calc(50% - 4px);
    box-shadow: 0px 4px 10px #00000014;
    border-radius: 4px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; }
    .our-company .company-list .company-item a {
      display: block;
      text-align: center; }
    .our-company .company-list .company-item img {
      border-radius: 4px;
      max-width: 80%;
      max-height: 50px; }
    @media screen and (min-width: 600px) {
      .our-company .company-list .company-item {
        width: calc((100% / 3) - (16px / 3));
        height: 85px; }
        .our-company .company-list .company-item img {
          max-height: 65px; } }
    @media screen and (min-width: 900px) {
      .our-company .company-list .company-item {
        width: calc((100% / 3) - (36px / 3));
        height: 100px; }
        .our-company .company-list .company-item img {
          max-height: 80px; } }
    @media screen and (min-width: 1200px) {
      .our-company .company-list .company-item {
        height: 115px; }
        .our-company .company-list .company-item img {
          max-height: 90px; } }
    @media screen and (min-width: 1372px) {
      .our-company .company-list .company-item {
        width: calc((100% / 3) - (72px / 3));
        height: 127px; }
        .our-company .company-list .company-item img {
          max-height: 100px; } }

div[data-content-region="page_our_team"] .section-title {
  text-align: center; }

div[data-content-region="page_our_team"] .card-grid {
  display: flex;
  gap: 11.3px;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (min-width: 900px) {
    div[data-content-region="page_our_team"] .card-grid {
      gap: 16px; } }
  div[data-content-region="page_our_team"] .card-grid .ourteam-card {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 10px #00000014;
    border-radius: 4px;
    width: calc(50% - (11.3px / 2)); }
    div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body {
      text-align: left;
      padding: 12.8px 10.8px 20px; }
      @media screen and (min-width: 1200px) {
        div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body {
          padding: 26.4px 20px 0 15.97px;
          display: inline-block;
          float: left;
          width: calc(100% - 300px); } }
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h3 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.06px;
        font-family: "halcom-medium", sans-serif;
        color: #0f0f0f; }
        @media screen and (min-width: 1200px) {
          div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h3 {
            font-size: 28px;
            line-height: 30px;
            letter-spacing: -0.08px; } }
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h5 {
        font-size: 15px;
        line-height: 22px;
        font-family: "halcom-medium", sans-serif;
        color: #0f0f0f;
        margin: 0;
        text-transform: capitalize; }
        @media screen and (min-width: 1200px) {
          div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h5 {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: -0.05px; } }
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body p {
        font-size: 14px;
        line-height: 20px;
        color: #0f0f0f;
        margin-top: 15.22px; }
        @media screen and (min-width: 1200px) {
          div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body p {
            margin-top: 20px; } }
    div[data-content-region="page_our_team"] .card-grid .ourteam-card img {
      border-radius: 4px 4px 0px 0px;
      width: 100%; }
    @media screen and (min-width: 900px) {
      div[data-content-region="page_our_team"] .card-grid .ourteam-card {
        width: calc((100% / 3) - (48px / 3)); } }
    @media screen and (min-width: 1200px) {
      div[data-content-region="page_our_team"] .card-grid .ourteam-card {
        width: calc(50% - 8px);
        padding: 10.3px 0 14.43px 10.3px;
        display: inline-block; }
        div[data-content-region="page_our_team"] .card-grid .ourteam-card img {
          max-width: 276px;
          border-radius: 4px 0px 0px 4px;
          display: inline-block;
          float: left; } }
    @media screen and (min-width: 1372px) {
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h3 {
        font-size: 29px;
        line-height: 35px;
        letter-spacing: -0.09px; }
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body h5 {
        font-size: 19px;
        line-height: 28px;
        margin: 0; }
      div[data-content-region="page_our_team"] .card-grid .ourteam-card .card-body p {
        font-size: 14px;
        line-height: 20px; } }

div[data-content-region="page_our_team"] .card-grid + a {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #6FB8C1;
  border-radius: 4px;
  display: block;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.09px;
  font-family: "halcom-bold", sans-serif;
  color: #0f0f0f;
  padding: 14px;
  text-align: center;
  max-width: 400px;
  margin: 32px auto; }

.flex {
  display: flex; }

p {
  font-size: 15px;
  line-height: 24px;
  color: #0f0f0f; }
  @media screen and (min-width: 900px) {
    p {
      font-size: 18px;
      line-height: 28px; } }

.section-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.7px;
  font-family: "halcom-bold", sans-serif;
  color: #0f0f0f;
  margin-bottom: 20px;
  margin-top: 0; }
  @media screen and (min-width: 900px) {
    .section-title {
      font-size: 34px;
      line-height: 41px;
      letter-spacing: -0.1px; } }

.family-of-brands {
  margin-top: 40px; }
  @media screen and (min-width: 1200px) {
    .family-of-brands {
      margin-top: 90px; } }
  .family-of-brands .section-title {
    text-align: center; }

.our-team {
  margin-top: 20px; }
