@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.header {
  padding: 1.8rem 4rem;
  background-color: #000;
  border-radius: 10rem;
  margin: 3.4rem 3.5rem 2rem;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .header {
    margin: 2rem;
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding: 1.8rem;
  }
}
.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__logo img {
    width: 15rem;
  }
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__middle {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .header__middle {
    display: none;
  }
}
.header__middle a {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  color: #b9b9b9;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__middle a {
    font-size: 1.6rem;
  }
}
.header__middle a.active {
  color: #0073ff;
}
.header__end {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header__end button {
  display: none;
  background-color: transparent !important;
  border: none !important;
}
.header__end button img {
  width: 4rem;
}
@media (max-width: 991px) {
  .header__end button {
    display: block;
  }
}
.header__end a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.header__end a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header__end a {
    display: none;
  }
}

.offcanvas {
  background-color: #0E0C15 !important;
}

.menu {
  padding: 3rem;
  height: 100%;
  position: relative;
}
.menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__logo img {
  width: 60%;
}
.menu__list {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.menu__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.menu__btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.menu__btn a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 27rem;
}
.menu__btn a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.menu__close button {
  all: unset !important;
  cursor: pointer !important;
}
.menu__close button img {
  width: 3rem;
}

.banner {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .banner {
    padding: 12rem 0 0;
  }
}
.banner__content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner__content h1 {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .banner__content h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__content h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .banner__content h1 img {
    width: 3rem;
  }
}
.banner__content h1 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.banner__content h1 span.highlight {
  color: #BCA921;
  padding: 0;
}
.banner__content p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 4rem 0 2rem;
  color: #b9b9b9;
}
@media (max-width: 767px) {
  .banner__content p {
    font-size: 1.6rem;
  }
}
.banner__content p span {
  color: #fff;
  font-weight: 700;
}
.banner__content a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.banner__content a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.banner__img {
  margin: -4rem 0 0;
}
@media (max-width: 767px) {
  .banner__img {
    margin: 3rem 0 0;
  }
}
@media md {
  .banner__img {
    margin: 0;
  }
}
.banner__img img {
  width: 100%;
}

.work {
  padding: 10rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .work {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .work__title {
    text-align: center;
  }
}
.work__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .work__title h2 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work__title h2 {
    font-size: 4.2rem;
  }
}
.work__title p {
  color: #b9b9b9;
  font-size: 1.6rem;
  font-weight: 400;
  color: #b9b9b9;
  margin: 0;
}
@media (max-width: 767px) {
  .work__title p {
    font-size: 1.4rem;
  }
}
.work__title p span {
  font-weight: 700;
  color: #fff;
}
.work__card {
  background-color: #2B2B2B;
  border-radius: 6rem;
  padding: 4.8rem 2.4rem;
  height: 100%;
}
@media (max-width: 767px) {
  .work__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work__card h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}
.work__card p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .work__card p {
    font-size: 1.4rem;
  }
}
.work__img {
  margin: 0 0 4rem;
  width: 7.2rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #0073ff;
}
@media (max-width: 767px) {
  .work__img {
    margin: 0 0 2rem;
  }
}
.work__img img {
  width: 4rem;
  height: 4rem;
}
.work__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .work__arrow {
    gap: 0.6rem;
    margin: 2rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .work__arrow img {
    width: 3.2rem;
  }
}
.work__arrow div {
  cursor: pointer;
}

.we {
  padding: 16rem 0;
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
}
@media (max-width: 767px) {
  .we {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .we__left {
    text-align: center;
  }
}
.we__left h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .we__left h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__left h2 {
    font-size: 4.2rem;
  }
}
.we__left p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .we__left p {
    font-size: 1.4rem;
  }
}
.we__left span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .we__left span {
    font-size: 1.4rem;
  }
}
.we__tab .nav-pills {
  background-color: #010001;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(82, 67, 194, 0.1019607843);
          box-shadow: 0px 2px 5px 0px rgba(82, 67, 194, 0.1019607843);
  padding: 1.6rem;
  border-radius: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .we__tab .nav-pills {
    margin: 3rem 0 0;
    padding: 0.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
}
.we__tab .nav-pills .nav-item .nav-link {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1.6rem 2.4rem;
  color: #fff;
  border-radius: 3.5rem;
}
@media (max-width: 767px) {
  .we__tab .nav-pills .nav-item .nav-link {
    min-width: 25rem;
    background-color: #000;
  }
}
.we__tab .nav-pills .nav-item .nav-link.active {
  background-color: #0073ff;
}
.we__list {
  margin: 5rem 0 0;
}
.we__list ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .we__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .we__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.we__list ul li {
  list-style-type: none;
  border: 4px solid rgba(128, 90, 245, 0.2);
  background-color: #2B2B2B;
  border-radius: 3rem;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 3rem;
}
.we__list ul li h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .we__list ul li h4 {
    font-size: 1.4rem;
  }
}
.we__link {
  margin: 3rem 0 0;
}
.we__link a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.we__link a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.tools {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .tools {
    padding: 6rem 0;
  }
}
.tools__title {
  text-align: center;
  margin: 0 0 8rem;
}
@media (max-width: 767px) {
  .tools__title {
    margin: 0;
  }
}
.tools__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .tools__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tools__title h2 {
    font-size: 4.2rem;
  }
}
.tools__title p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .tools__title p {
    font-size: 1.4rem;
  }
}
.tools__icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.tools__tab .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin: 0 0 4rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .tools__tab .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.tools__tab .nav-pills .nav-item .nav-link {
  padding: 0.8rem 1.5rem 0.8rem 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  background-color: #000;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .tools__tab .nav-pills .nav-item .nav-link {
    min-width: 25rem;
  }
}
.tools__tab .nav-pills .nav-item .nav-link span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.tools__tab .nav-pills .nav-item .nav-link.active {
  background-color: #0073ff;
}
.tools__tab .nav-pills .nav-item .nav-link.active .tools__icon {
  background-color: #fff;
}
.tools__tab .nav-pills .nav-item .nav-link.active .tools__icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.tools__icon {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0073ff;
  border-radius: 50%;
}
.tools__left h3 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .tools__left h3 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tools__left h3 {
    font-size: 3.2rem;
  }
}
.tools__left ul {
  padding: 0;
  margin: 3.2rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .tools__left ul {
    margin: 2rem 0;
    gap: 0.6rem;
  }
}
.tools__left ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .tools__left ul li {
    gap: 0.6rem;
  }
}
.tools__left ul li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tools__left ul li p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .tools__img {
    margin: 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .tools__link {
    text-align: center;
  }
}
.tools__link a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.tools__link a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.integration {
  padding: 6rem 0;
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
}
.integration__title {
  text-align: center;
  margin: 0 0 8rem;
}
.integration__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .integration__title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .integration__title h2 {
    font-size: 4.2rem;
  }
}
.integration__title p {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6980392157);
  margin: 0;
}
@media (max-width: 767px) {
  .integration__title p {
    font-size: 1.4rem;
  }
}
.integration__list {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.integration__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 2rem;
  /* Make the ul as wide as its content */
}
.integration__list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  list-style-type: none;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 1rem;
  height: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.integration__list ul li img {
  height: 3rem;
}
.integration__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.7rem;
  margin: 8rem 0 0;
}
@media (max-width: 767px) {
  .integration__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.6rem;
  }
}
.integration__card {
  border-radius: 3.6rem;
  padding: 4rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .integration__card {
    background-color: #2B2B2B;
    padding: 3rem 2rem;
    text-align: center;
  }
}
.integration__card h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.2rem 0 0.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .integration__card h3 {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
.integration__card p {
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .integration__card p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .integration__bg {
    display: none;
  }
}
.integration__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.integration__content {
  position: relative;
  z-index: 2;
}

.news {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .news {
    padding: 6rem 0;
  }
}
.news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8rem;
}
@media (max-width: 767px) {
  .news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3rem;
  }
}
.news__flex a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.news__flex a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.news__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .news__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news__title h2 {
    font-size: 4.2rem;
  }
}
.news__title h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media (max-width: 767px) {
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__card {
  background-color: #2B2B2B;
  border-radius: 2.4rem;
  padding: 2.4rem;
}
.news__content {
  margin: 4rem 0 0;
}
@media (max-width: 767px) {
  .news__content {
    text-align: center;
  }
}
.news__content h3 {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #b9b9b9;
}
.news__content h3 span {
  color: #fff;
}
.news__content p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.news__img {
  position: relative;
}
.news__link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.news__link a {
  width: 6rem;
  height: 6rem;
  background-color: #0073ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__post {
  width: 100%;
  border-radius: 2.4rem;
}

.review {
  padding: 10rem 0;
  overflow: hidden;
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
}
@media (max-width: 767px) {
  .review {
    padding: 6rem 0;
  }
}
.review__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 7rem;
}
@media (max-width: 767px) {
  .review__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2rem;
  }
}
.review__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .review__title h2 {
    font-size: 2.8rem;
    margin: 0 0 0.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review__title h2 {
    font-size: 4.2rem;
  }
}
.review__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .review__arrow img {
    width: 3.2rem;
  }
}
.review__arrow div {
  cursor: pointer;
}
.review__card {
  position: relative;
  z-index: 2;
  border-radius: 2.4rem;
  padding: 2.4rem 6rem 2.4rem 2.4rem;
  min-height: 24rem;
}
.review__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.review__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.review__star img {
  width: 1.4rem;
}
.review__content {
  margin: 1.2rem 0;
  position: relative;
}
.review__content::before {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../assets/img/icons/comma.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  width: 3rem;
}
.review__content h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.review__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review__name p {
  color: #b9b9b9;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.review__name h5 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.review__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.review__star-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem 0 4rem;
}
.review__star-content p {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.review__logo-list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review__logo-list ul li {
  list-style-type: none;
  text-align: center;
  cursor: pointer;
}
.review__logo-list ul li img {
  width: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.review__logo-list ul li img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.chat {
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .chat {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .chat__bg {
    display: none;
  }
}
.chat__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.chat__contents {
  position: relative;
  z-index: 2;
}
.chat__box {
  position: relative;
  border-radius: 7rem;
  padding: 14rem 4rem 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .chat__box {
    padding: 3rem 2rem 3rem;
    border-radius: 3rem;
    background-color: #2B2B2B;
  }
}
.chat__box h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .chat__box h2 img {
    width: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__box h2 img {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .chat__box h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__box h2 {
    font-size: 3.2rem;
  }
}
.chat__box p {
  color: #b9b9b9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .chat__box p {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
.chat__box a {
  background-color: #0073ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
}
.chat__box a span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.chat__left {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__left {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__left img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .chat__left {
    display: none;
  }
}
.chat__right {
  position: absolute;
  bottom: 0;
  right: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__right {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat__right img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .chat__right {
    display: none;
  }
}

/* Right to Left Animation */
.slider-rtl ul {
  -webkit-animation: slideRtl 50s linear infinite;
          animation: slideRtl 50s linear infinite;
}

/* Left to Right Animation */
.slider-ltr ul {
  -webkit-animation: slideLtr 50s linear infinite;
          animation: slideLtr 50s linear infinite;
}

@-webkit-keyframes slideRtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* Move left by half of the content width */
  }
}

@keyframes slideRtl {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* Move left by half of the content width */
  }
}
@-webkit-keyframes slideLtr {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* Start from the left */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLtr {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    /* Start from the left */
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.gradient-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 300px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .gradient-overlay {
    width: 70px;
  }
}

.gradient-overlay.left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(34, 34, 34)), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(90deg, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
}

.gradient-overlay.right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(34, 34, 34)), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(270deg, rgb(34, 34, 34) 0%, rgba(34, 34, 34, 0) 100%);
}

.contact {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .contact {
    padding: 6rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact {
    padding: 6rem 0 0;
  }
}
.contact__title {
  margin: 0 0 7rem;
}
@media (max-width: 767px) {
  .contact__title {
    text-align: center;
  }
}
.contact__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .contact__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__title h2 {
    font-size: 4.2rem;
  }
}
.contact__title h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.contact__box {
  padding: 3.4rem 4rem;
  border-radius: 7.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact__box {
    border-radius: 3rem;
    padding: 3.5rem 2rem;
    background-color: #2B2B2B;
  }
}
.contact__steps {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .contact__bg {
    display: none;
  }
}
.contact__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.contact__form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.73px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 2.8rem;
}
@media (max-width: 767px) {
  .contact__form-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.contact__form-title h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .contact__form-title h3 {
    font-size: 2rem;
  }
}
.contact__form-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
.contact__form {
  padding: 8rem 0 5rem;
  border-bottom: 0.73px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .contact__form {
    padding: 3rem 0;
  }
}
.contact__form h4 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .contact__form h4 {
    text-align: center;
  }
}
.contact__form input {
  background-color: #fff;
  border-radius: 7rem;
  height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  border: none;
  padding: 0.6rem 1rem;
}
.contact__form input:focus {
  background-color: #fff;
}
.contact__form input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.contact__form input::-moz-placeholder {
  color: #B9B9B9;
}
.contact__form input:-ms-input-placeholder {
  color: #B9B9B9;
}
.contact__form input::-ms-input-placeholder {
  color: #B9B9B9;
}
.contact__form input::placeholder {
  color: #B9B9B9;
}
.contact__form textarea {
  background-color: #fff;
  border-radius: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
  border: none;
  padding: 2rem;
  color: #000 !important;
}
.contact__form textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact__form textarea::-webkit-input-placeholder {
  color: #B9B9B9;
}
.contact__form textarea::-moz-placeholder {
  color: #B9B9B9;
}
.contact__form textarea:-ms-input-placeholder {
  color: #B9B9B9;
}
.contact__form textarea::-ms-input-placeholder {
  color: #B9B9B9;
}
.contact__form textarea::placeholder {
  color: #B9B9B9;
}
.contact__btn {
  margin: 7rem 0 0;
}
@media (max-width: 767px) {
  .contact__btn {
    margin: 3rem 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact__end {
  text-align: center;
}
.contact__end h4 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .contact__end h4 {
    font-size: 2.4rem;
  }
}
.contact__end p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 2.4rem;
}
.contact__end button {
  background-color: #FFB800 !important;
  border-radius: 10rem;
  padding: 1rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.4rem;
  font-size: 1.6rem;
  color: #000;
  font-weight: 500;
  border: none;
}
.contact__end-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .contact__flex-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-step {
  display: none;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-group input[type=radio] {
  display: none;
}

.radio-group label {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  cursor: pointer;
}
.radio-group label img {
  width: 5.4rem;
  height: 5.4rem;
}
.radio-group label span {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
}

.radio-group input[type=radio]:checked + label {
  background-color: #BCA921;
}
.radio-group input[type=radio]:checked + label span {
  color: #fff;
}

#contactForm {
  background-image: url(../assets/img/contact/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
}

.service {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .service {
    padding: 14rem 0 0;
  }
}
.service__title {
  text-align: center;
}
.service__title h1 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .service__title h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__title h1 {
    font-size: 4.2rem;
  }
}
.service__title p {
  color: #B9B9B9;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .service__title p {
    font-size: 1.4rem;
  }
}
.service__grid {
  margin: 8rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .service__grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 0;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service__img {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background-color: #0073ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service__img img {
  width: 3rem;
  height: 3rem;
}
.service__arrow {
  text-align: end;
  margin: 2rem 0 0;
}
.service__card {
  background-color: #2B2B2B;
  border-radius: 4rem;
  padding: 3rem;
  border: 0.1rem solid transparent;
}
.service__card:hover {
  border: 0.1rem solid #0073ff;
}
.service__card:hover .service__arrow img {
  -webkit-animation: moveRight 1.5s infinite;
          animation: moveRight 1.5s infinite;
}
@media (max-width: 767px) {
  .service__card {
    padding: 2rem;
  }
}
.service__card h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 6rem 0 1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service__card h4 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}
.service__card p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .service__card p {
    font-size: 1.4rem;
  }
}
.service__info {
  background-color: #2B2B2B;
  padding: 4rem 5rem;
  border-radius: 4.4rem;
}
@media (max-width: 767px) {
  .service__info {
    padding: 2.4rem;
  }
}
.service__info-content h3 {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 0 0 3rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service__info-content h3 {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__info-content h3 {
    font-size: 2.4rem;
  }
}
.service__info-content p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.service__info-content p span {
  font-weight: 400;
  color: #B9B9B9;
}
.service__info-img {
  text-align: center;
}
.service__count-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .service__count-grid {
    padding: 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service__count-card {
  text-align: center;
}
.service__count-card h4 {
  font-size: 7.2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .service__count-card h4 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__count-card h4 {
    font-size: 4.2rem;
  }
}
.service__count-card p {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .service__count-card p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service__count-card p {
    font-size: 1.8rem;
  }
}

.voice {
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
  padding: 10rem 0;
  margin: 0 0 10rem;
}
@media (max-width: 767px) {
  .voice {
    padding: 6rem 0;
    margin: 0;
  }
}
.voice__title {
  margin: 0 0 7rem;
}
@media (max-width: 767px) {
  .voice__title {
    margin: 0 0 4rem;
  }
}
.voice__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .voice__title h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .voice__title h2 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .voice__title h2 {
    font-size: 4.2rem;
  }
}
.voice__title h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.voice__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .voice__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.voice__card {
  background-color: #2B2B2B;
  padding: 2.5rem 2rem;
  border-radius: 3rem;
}
.voice__card h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin: 2.4rem 0 1rem;
}
@media (max-width: 767px) {
  .voice__card h4 {
    font-size: 1.8rem;
  }
}
.voice__card p {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .voice__card p {
    font-size: 1.4rem;
  }
}
.voice__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(234.5deg, #FFD190 22.65%, #FF5599 76.31%, #FF14CC 90.61%);
}
.voice__icon img {
  width: 2.4rem;
  height: 2.4rem;
}

@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.about {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .about {
    padding: 14rem 0 0;
  }
}
.about__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .about__title h2 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__title h2 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__title h2 {
    font-size: 4.2rem;
  }
}
.about__title h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.about__accordion .accordion {
  --bs-accordion-bg: transparent;
}
.about__accordion .accordion-item {
  border: none;
}
.about__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.about__accordion .accordion-button {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  border-bottom: 0.83px solid rgba(255, 255, 255, 0.1490196078);
}
.about__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .about__accordion .accordion-button {
    font-size: 1.8rem;
  }
}
.about__accordion .accordion-body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .about__accordion .accordion-body {
    font-size: 1.4rem;
  }
}
.about__accordion .accordion-button::after {
  background-image: url(../assets/img/icons/plus.svg);
  width: 3.2rem;
  height: 3.2rem;
  background-size: unset;
}
.about__accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/img/icons/minus.svg);
}
.about__row {
  margin: 10rem 0 0;
}
@media (max-width: 767px) {
  .about__row {
    margin: 4rem 0 0;
  }
}

.project {
  padding: 20rem 0 4rem;
}
.project__title h1 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .project__title h1 {
    font-size: 3.2rem;
  }
}
.project__title p {
  color: #B9B9B9;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
}
.project__list {
  margin: 8rem 0 0;
}
.project__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.project__list ul li {
  list-style-type: none;
}
.project__box {
  background-color: #2B2B2B;
  border-radius: 3rem;
  padding: 5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.project__count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project__count span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.project__content {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.project__content span {
  color: #B9B9B9;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}
.project__content h3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin: 0 0 4rem;
  color: #fff;
}
.project__content p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.project__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  text-align: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.project__arrow {
  width: 5.8rem;
  height: 5.8rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project__flex h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 767px) {
  .project__flex h2 {
    font-size: 3.2rem;
  }
}
.project__flex h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.project__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
}
.project__list ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.project__count {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
}
.project__contents h3 {
  font-size: 3.2rem;
  margin: 0 0 3rem;
  font-weight: 500;
  color: #fff;
}
.project__contents p {
  color: #B9B9B9;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 4rem;
}
.project__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0 0 4rem;
}
.project__card h4 {
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-size: 2rem;
}
.project__card span {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.project__large-img {
  margin: 2rem 0 0;
}

.details {
  padding: 20rem 0 0;
}
@media (max-width: 767px) {
  .details {
    padding: 14rem 0 0;
  }
}
.details__content {
  margin: 0 0 8rem;
}
.details__content h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .details__content h2 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
}
.details__content p {
  font-size: 2.4rem;
  margin: 0 0 3.2rem;
  font-weight: 500;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .details__content p {
    font-size: 1.4rem;
  }
}
.details__content ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.details__content ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.details__content ul li span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .details__content ul li span {
    font-size: 1.4rem;
  }
}
.details__banner-img {
  margin: 4rem 0 0;
}
.details__list {
  background-color: #2B2B2B;
  padding: 2rem;
  border-radius: 2rem;
}
.details__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.details__list ul li {
  list-style-type: none;
}
.details__list ul li a {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  border-radius: 1rem;
  padding: 1rem 1.6rem;
}
.details__list ul li a.active {
  background-color: #fff;
  color: #000;
}
.details__contact-box {
  border: 2px solid #2B2B2B;
  padding: 3rem;
  border-radius: 2rem;
  margin: 2.4rem 0 0;
  text-align: center;
}
.details__contact-box h4 {
  color: #B9B9B9;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.details__contact-box a {
  border: 1px solid #FFFFFF;
  border-radius: 1rem;
  padding: 1rem;
  width: 100%;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
.details__accordion .accordion {
  --bs-accordion-bg: transparent;
}
.details__accordion .accordion-item {
  border: none;
}
.details__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.details__accordion .accordion-button {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  border-bottom: 0.83px solid rgba(255, 255, 255, 0.1490196078);
}
.details__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .details__accordion .accordion-button {
    font-size: 1.8rem;
  }
}
.details__accordion .accordion-body {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .details__accordion .accordion-body {
    font-size: 1.4rem;
  }
}
.details__accordion .accordion-button::after {
  background-image: url(../assets/img/icons/plus.svg);
  width: 3.2rem;
  height: 3.2rem;
  background-size: unset;
}
.details__accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/img/icons/minus.svg);
}
@media (max-width: 767px) {
  .details__right {
    display: none;
  }
}

.ai__banner {
  padding: 24rem 0 4rem;
  background-image: url(../assets/img/ai/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .ai__banner {
    padding: 14rem 0 4rem;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai__banner {
    padding: 18rem 0 4rem;
  }
}
.ai__banner-title {
  text-align: center;
  margin: 0 0 4rem;
}
.ai__banner-title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3.2rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .ai__banner-title h2 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai__banner-title h2 {
    font-size: 4.2rem;
  }
}
.ai__banner-title p {
  color: #b9b9b9;
  font-size: 1.8rem;
  font-weight: 400;
  color: #b9b9b9;
  margin: 0;
}
@media (max-width: 767px) {
  .ai__banner-title p {
    font-size: 1.4rem;
  }
}
.ai__banner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .ai__banner-grid {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ai__banner-card {
  text-align: center;
}
.ai__banner-card h3 {
  color: #BCA921;
  font-size: 6rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
@media (max-width: 767px) {
  .ai__banner-card h3 {
    font-size: 2.8rem;
  }
}
.ai__banner-card p {
  color: #E3E3E3;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .ai__banner-card p {
    font-size: 1.6rem;
  }
}
.ai__business {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .ai__business {
    padding: 4rem 0 0;
  }
}
.ai__title {
  text-align: center;
}
.ai__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 3.4rem;
}
@media (max-width: 767px) {
  .ai__title h2 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai__title h2 {
    font-size: 4.2rem;
  }
}
.ai__title h2 span {
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
.ai__title p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .ai__title p {
    font-size: 1.4rem;
  }
}
.ai__grid {
  margin: 10rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .ai__grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ai__card {
  background: none;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ai__content {
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 3.4rem;
}
.ai__content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .ai__content h3 {
    font-size: 1.8rem;
  }
}
.ai__content p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .ai__content p {
    font-size: 1.4rem;
  }
}
.ai__bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.ai__row {
  margin: 6rem 0 0;
}
.ai__list ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
.ai__list ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
.ai__list ul li img {
  width: 2.4rem;
  height: 2.4rem;
}
.ai__list ul li p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .ai__list ul li p {
    font-size: 1.4rem;
  }
}
.ai__list ul li p span {
  color: #fff;
  font-weight: 700;
}
.ai__right {
  background-color: #2B2B2B;
  padding: 4rem;
  border-radius: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .ai__right {
    margin: 2rem 0 0;
  }
}
.ai__right h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem;
  color: #fff;
}
@media (max-width: 767px) {
  .ai__right h4 {
    font-size: 1.8rem;
  }
}
.ai__right p {
  color: #B9B9B9;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .ai__right p {
    font-size: 1.4rem;
  }
}

.policy {
  padding: 20rem 0 4rem;
}
@media (max-width: 767px) {
  .policy {
    padding: 14rem 0 4rem;
  }
}
.policy__title {
  margin: 0 0 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .policy__title {
    margin: 0 0 4rem;
  }
}
.policy__title h1 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .policy__title h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .policy__title h1 {
    font-size: 4.2rem;
  }
}
.policy__title p {
  color: #B9B9B9;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .policy__title p {
    font-size: 1.4rem;
  }
}
.policy__box {
  background-color: #2B2B2B;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .policy__box {
    padding: 1.6rem;
  }
}
.policy__box p {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .policy__box p {
    font-size: 1.4rem;
  }
}
.policy__content {
  margin: 0 0 4rem;
}
.policy__content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 2.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .policy__content h3 img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .policy__content h3 {
    font-size: 2rem;
  }
}
.policy__list-box {
  background-color: #374151;
  padding: 2rem;
  border-radius: 2rem;
}
.policy__list-box h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #fff;
}
.policy__list-box ul {
  padding: 0 0 0 3rem;
  margin: 0;
}
.policy__list-box ul li {
  list-style-type: disc;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .policy__list-box ul li {
    font-size: 1.4rem;
  }
}
.policy__list-box ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .policy__list-box ul li a {
    font-size: 1.4rem;
  }
}
.policy__alert-box {
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
  border: 1px solid #F42D2D;
  border-radius: 2rem;
  padding: 4rem;
}
.policy__alert-box ul {
  padding: 0 0 0 3rem;
  margin: 2rem 0;
}
.policy__alert-box ul li {
  list-style-type: disc;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .policy__alert-box ul li {
    font-size: 1.4rem;
  }
}
.policy__alert-box ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .policy__alert-box ul li a {
    font-size: 1.4rem;
  }
}
.policy__cookies-box {
  background: linear-gradient(98.64deg, #171A21 0.52%, rgba(23, 26, 33, 0) 99.49%);
  border-radius: 2rem;
  padding: 4rem;
  border: 1px solid #BCA921;
}
.policy__cookies-box h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #fff;
}
.policy__cookies-box ul {
  padding: 0 0 0 3rem;
  margin: 0;
}
.policy__cookies-box ul li {
  list-style-type: disc;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 767px) {
  .policy__cookies-box ul li {
    font-size: 1.4rem;
  }
}
.policy__cookies-box ul li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .policy__cookies-box ul li a {
    font-size: 1.4rem;
  }
}
.policy__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .policy__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.policy__card {
  background-color: #374151;
  border-radius: 2rem;
  padding: 1.6rem 2.4rem;
}
.policy__card p {
  margin: 0 0 1rem;
}
.policy__card span {
  color: #B9B9B9;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .policy__card span {
    font-size: 1.4rem;
  }
}
.policy__grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .policy__grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.policy__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0 4rem;
}
.policy__list-flex h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.map {
  padding: 20rem 0 10rem;
}
@media (max-width: 767px) {
  .map {
    padding: 14rem 0 4rem;
  }
}
.map__title {
  text-align: center;
}
.map__title h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
  color: #fff;
  background-color: #000;
  padding: 0 2rem;
  display: inline-block;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .map__title h2 {
    font-size: 3.2rem;
  }
}
.map__img iframe {
  width: 100%;
}
.map__list {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .map__list {
    padding: 6rem 0 0;
  }
}
.map__grid {
  margin: 7rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 767px) {
  .map__grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 4rem 0 0;
  }
}
.map__card {
  text-align: center;
}
.map__card h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 2rem 0;
  color: #fff;
}
@media (max-width: 767px) {
  .map__card h4 {
    font-size: 1.8rem;
  }
}
.map__card a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #B9B9B9;
}

.footer {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .footer__one {
    margin: 0 0 3rem;
    text-align: center;
  }
}
.footer__one h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin: 0 0 5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__one h2 {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__one h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__one h2 {
    font-size: 3.2rem;
  }
}
.footer__one p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2rem 0 0;
  color: #fff;
}
@media (max-width: 991px) {
  .footer__one p {
    font-size: 1.4rem;
  }
}
.footer__one .input-group {
  height: 7rem;
}
@media (max-width: 767px) {
  .footer__one .input-group {
    height: 5rem;
  }
}
.footer__one .input-group input {
  padding: 0.8rem 1.6rem;
  color: #000;
  font-size: 1.6rem;
  border: none !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__one .input-group input {
    font-size: 1.4rem;
  }
}
.footer__one .input-group-text {
  background-color: #fff;
  border: none !important;
}
.footer__one .input-group-text button {
  all: unset !important;
  cursor: pointer !important;
}
.footer__row {
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .footer__row {
    padding: 0 0 2rem;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .footer__list {
    margin: 0 0 4rem;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .footer__list a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .footer__end {
    text-align: center;
  }
}
.footer__end p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 4rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__end p {
    margin: 0 0 2rem;
    font-size: 1.4rem;
  }
}
.footer__call a {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .footer__call a {
    font-size: 1.6rem;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 4rem 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .footer__social a {
    width: 4rem;
    height: 4rem;
  }
}
.footer__social a img {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__copyright {
  border-top: 0.55px solid rgba(255, 255, 255, 0.1490196078);
  padding: 3.8rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.footer__copyright p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.footer__copyright p span {
  font-weight: 700;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
.footer__left a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #0e0c15 !important;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

.unset {
  all: unset !important;
  cursor: pointer !important;
}

.default-btn {
  background-color: #0073ff;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  border: none;
}
.default-btn span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.outline-btn {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 10rem;
  border: 0.1rem solid #0073ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.mySwiper,
.reviewSwiper {
  overflow: hidden;
}

.scrolled {
  margin: 0;
  border-radius: 0;
}

#mainHeader {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.chat-padding .chat {
  padding: 0 0 10rem !important;
}
@media (max-width: 767px) {
  .chat-padding .chat {
    padding: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */