@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");
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  background: #050913;
}

html {
  scroll-padding-top: 100px;
}

.z-index-1 {
  z-index: 1;
}

#particles-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 1.5625rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.2;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

section {
  padding: 75px 0;
}

h2.heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
h2.heading.mode span {
  background: linear-gradient(89deg, #2CB0A4 0.29%, #004EA1 145.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
h2.heading.mode.mix span {
  background: linear-gradient(87deg, #F4B400 6.82%, #2CB0A4 97.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.view-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px 5px 12px;
  border-radius: 15px;
  transition: 0.4s all;
}
.view-more:hover {
  color: #ffffff;
}
.view-more:hover i {
  transform: translateX(3px);
}
.view-more i {
  font-size: 1.875rem;
  transform: translateX(0px);
  transition: 0.4s all;
}
.view-more.white-btn {
  color: #024183;
  background-color: #ffffff;
}
.view-more.white-btn:hover {
  color: #024183;
}
.view-more.white-btn i {
  color: #024183;
}

header {
  background: transparent;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
header .site-logo {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: 0.4s all;
}
header .site-logo img {
  transition: 0.4s all;
  width: 110%;
}
header.scrolled {
  background: #202427;
}
header.scrolled .site-logo {
  gap: 25px;
}
header.scrolled .site-logo img {
  width: 100%;
}
header .navbar {
  padding: 0;
  width: 100%;
}
header .navbar .navbar-nav {
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
}
header .navbar .navbar-nav li .dropdown-menu {
  border-radius: unset;
  background: linear-gradient(70deg, #2CB0A4 0%, #004EA1 100%);
  box-shadow: 0px 4px 4.7px 0px rgba(0, 0, 0, 0.18);
}
header .navbar .navbar-nav li .dropdown-menu a {
  color: #ffffff;
  background-color: unset;
  font-weight: 400;
  padding: 8px 15px;
}
header .navbar .navbar-nav li .dropdown-menu a.active {
  background-color: unset;
  color: #ffffff;
}
header .navbar .navbar-nav li .dropdown-menu a:hover {
  color: #ffffff;
}
header .navbar .navbar-nav li a.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding-left: 0;
  font-size: 14px;
}
header .navbar .navbar-nav li a.nav-link:hover {
  color: #5FF6E8;
}
header .navbar .navbar-nav li a.nav-link:focus {
  color: #5FF6E8;
}
header .navbar .navbar-nav li a.nav-link.active {
  color: #5FF6E8;
}
header .navbar .navbar-toggler {
  border: unset;
  padding-right: 0;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
header .navbar .hamburger:hover {
  cursor: pointer;
}
header .navbar #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
header .navbar #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .navbar #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ma5menu__toggle {
  background-color: transparent;
  height: unset;
}
.ma5menu__toggle:hover {
  background-color: transparent;
}

.ma5menu__panel > ul li a:hover {
  color: #2CB0A4;
}

.ma5menu__container {
  background: linear-gradient(0deg, #2CB0A4 0%, #004EA1 100%);
}
.ma5menu__container .ma5menu__panel {
  background: linear-gradient(0deg, #2CB0A4 0%, #004EA1 100%);
}
.ma5menu__container .ma5menu__logo {
  display: none;
}

.dropend .dropdown-toggle {
  margin-left: 1em;
}

.dropdown-toggle::after {
  vertical-align: 0.2em;
}

.dropdown .dropdown-menu {
  transform: translateY(10px);
  transition: 0.4s all;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.hero-section {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-info h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  margin-bottom: 30px;
}
.hero-section .hero-info h1 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-info p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 32px;
}
.hero-section .hero-info p span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.hero-section .hero-info .hero-img img {
  width: 125%;
  margin-left: -30px;
}

.page-hero-section {
  min-height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.page-hero-section.low-height {
  min-height: 50vh;
}
.page-hero-section.low-height-pro {
  min-height: 25vh;
}
.page-hero-section.goldshell-page img {
  width: 75%;
  margin: auto;
  display: block;
}
.page-hero-section.contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 9, 19, 0.6);
}
.page-hero-section.hpc::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(5, 9, 19, 0.6);
}
.page-hero-section h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.page-hero-section h2 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero-section h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  margin-bottom: 15px;
}
.page-hero-section h1 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero-section h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.page-hero-section p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 0;
}
.page-hero-section img {
  width: 100%;
}

.core-advantage {
  position: relative;
}
.core-advantage .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.core-advantage .box img {
  max-width: 120px;
  height: auto;
}
.core-advantage .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.core-advantage .box .info ul {
  margin-bottom: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.core-advantage .box .info ul li {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.product {
  position: relative;
}
.product .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .box img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
}
.product .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.product .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}
.product .box a {
  background-color: none;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
  font-size: 16px;
  font-weight: 500;
}
.product .box a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.product .box a:hover i {
  color: #ffffff;
}

footer {
  position: relative;
}

.footer-top {
  background: rgba(8, 12, 22, 0.8);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.footer-top .logo-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-top .logo-box h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer-top .logo-box img {
  transition: 0.4s all;
  transform: scale(1);
}
.footer-top .logo-box img:hover {
  transform: scale(1.05);
}
.footer-top .logo-box img.gold-shell {
  height: 35px;
}
.footer-top .logo-box img.gf {
  height: 50px;
}

.page-template-high-performance-computing .footer-top {
  position: absolute;
  top: -88px;
  width: 100%;
}

.footer {
  background: linear-gradient(227deg, #004EA1 -1.4%, #167FA3 38.35%, #2CB0A4 97.97%);
  padding: 75px 0;
  z-index: 1;
  position: relative;
}
.footer .link-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.footer ul.social {
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.footer ul.social li a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s all;
}
.footer ul.social li a i {
  font-size: 25px;
}
.footer ul.social li a:hover {
  color: #2addda;
}
.footer ul.link {
  flex-direction: column;
  gap: 5px;
}
.footer ul.link li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s all;
}
.footer ul.link li a i {
  font-size: 20px;
}
.footer ul.link li a:hover {
  color: #2addda;
}
.footer .inchains-main img {
  width: 200px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s all;
}
.footer a:hover {
  color: #2addda;
}
.footer h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
.footer p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.copyright {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  color: #0271BC;
  font-size: 14px;
  font-weight: 400;
}

.subscribe-box {
  border-radius: 15px;
  padding: 30px;
  border: 2px solid #fff;
}
.subscribe-box h4 {
  color: #ffffff;
}
.subscribe-box .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 10px;
}
.subscribe-box .wpcf7-not-valid-tip {
  color: #e1e1e1;
}
.subscribe-box .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}
.subscribe-box .wpcf7-list-item input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.subscribe-box .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subscribe-box input.wpcf7-form-control {
  border: none;
  border-radius: 10px;
}
.subscribe-box label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-box .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 0.875rem;
}
.subscribe-box .wpcf7-submit {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 20px;
  border-radius: 20px;
  transition: 0.4s all;
}
.subscribe-box .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #2CB0A4;
}
.subscribe-box .wpcf7-submit:hover i {
  transform: translateX(3px);
  color: #2CB0A4;
}
.subscribe-box .wpcf7-submit i {
  font-size: 25px;
  transform: translateX(0px);
  transition: 0.4s all;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e45151;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.wpcf7-spinner {
  top: 8px;
  left: 130px;
  position: absolute;
}

.hpc-advantage .box img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
}
.hpc-advantage .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.hpc-advantage .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}

.explore-chip {
  position: relative;
}
.explore-chip .chip-container {
  border: 2px solid #fff;
  border-radius: 10px 0 0 0;
  position: relative;
}
.explore-chip .chip-container h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  border: 2px solid #fff;
  position: absolute;
  top: -25px;
  background-color: #000;
}
.explore-chip .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip .box .icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.explore-chip .box .icons img {
  height: 25px;
}
.explore-chip a {
  text-decoration: none;
}
.explore-chip a .box {
  text-align: center;
}
.explore-chip a .box .image-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.explore-chip a .box .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.4s all;
}
.explore-chip a .box .info h5 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  transition: 0.4s all;
}
.explore-chip a .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
  transition: 0.4s all;
}
.explore-chip a:hover .box .image-box img {
  transform: scale(1.1);
}
.explore-chip a:hover .box .info h5 {
  color: #2CB0A4;
}
.explore-chip a:hover .box .info p {
  color: #2CB0A4;
}

.goldshell-section {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.goldshell-section p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.goldshell-section a {
  background-color: none;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
  font-size: 16px;
  font-weight: 500;
}
.goldshell-section a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.goldshell-section a:hover i {
  color: #ffffff;
}

.benifit-section {
  position: relative;
}
.benifit-section .box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.benifit-section .box img {
  width: 110px;
}
.benifit-section .box .info h5 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.benifit-section .box .info p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}

.goldshell-pay {
  position: relative;
}
.goldshell-pay .info img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.goldshell-pay .info a {
  background-color: transparent;
  border-radius: 70px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.goldshell-pay .info a i {
  color: #ffffff;
}
.goldshell-pay .info a:hover {
  background-color: #ffffff;
  color: #282828;
}
.goldshell-pay .info a:hover i {
  color: #282828;
}

.infrastructure-section {
  position: relative;
}
.infrastructure-section img {
  width: 80%;
}
.infrastructure-section .info h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.infrastructure-section .info h5 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}
.infrastructure-section .info p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
}
.infrastructure-section .info a {
  background-color: none;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
  font-size: 16px;
  font-weight: 500;
}
.infrastructure-section .info a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.infrastructure-section .info a:hover i {
  color: #ffffff;
}

.company-info-section {
  position: relative;
}
.company-info-section .description p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.company-info-section .history ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.company-info-section .history ul::before {
  position: absolute;
  content: "";
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.company-info-section .history ul li {
  padding: 20px;
  border-radius: 10px;
  background: #050913;
  text-align: center;
  z-index: 2;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.company-info-section .history ul li::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  top: -5px;
  border-radius: 100%;
}
.company-info-section .history ul li:nth-child(1)::before {
  display: none;
}
.company-info-section .history ul li::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  bottom: -5px;
  border-radius: 100%;
}
.company-info-section .history ul li:nth-last-child(1)::after {
  display: none;
}
.company-info-section .history ul li h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-info-section .history ul li p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.company-info-section .core-values {
  position: relative;
}
.company-info-section .core-values .box {
  position: relative;
  border-radius: 10px;
}
.company-info-section .core-values .box img {
  width: 100%;
  border-radius: 10px;
}
.company-info-section .core-values .box .info {
  position: absolute;
  top: 50px;
  padding: 20px;
}
.company-info-section .core-values .box .info h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.company-info-section .core-values .box .info p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.company-info-section .core-values h2 {
  color: #FFF;
  margin-bottom: 20px;
}

.insights-section, .news-section {
  padding-top: 120px;
  position: relative;
}

.news-section .select-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-section .select-box span {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.news-line {
  border-bottom: 1px solid #8d8d8d;
  padding-bottom: 20px;
}
.news-line a {
  text-decoration: none;
}
.news-line a .date {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-line a .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  transition: 0.5s all;
}
.news-line a .title:hover {
  color: #5FF6E8;
}

.insights-box {
  border-radius: 0 0 15px 15px;
  transition: 0.4s all;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.insights-box a {
  text-decoration: none;
}
.insights-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.insights-box .img-box img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights-box .img-box .box-info {
  position: absolute;
  left: 0;
  padding: 0px 15px 0 30px;
}
.insights-box .img-box .box-info .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.insights-box .img-box .box-info .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.insights-box .insights-info {
  background: #F8F8F8;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}
.insights-box .insights-info p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.insights-box:hover p {
  color: #2CB0A4;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}
.pagination li .page-link {
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  background: transparent;
}
.pagination li .page-link:hover {
  color: #167FA3;
}
.pagination li .page-link span {
  border: none;
}
.pagination li.active {
  background-color: transparent;
  background: transparent;
}
.pagination li.active .page-link {
  background: linear-gradient(227deg, #004EA1 -1.4%, #167FA3 38.35%, #2CB0A4 97.97%);
}
.pagination li:focus {
  box-shadow: unset;
}

.location-info {
  position: relative;
}
.location-info p {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.location-info h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.location-info h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.location-info .address {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.location-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s all;
}
.location-info a:hover {
  color: #2addda;
}
.location-info a img {
  width: 25px;
}
.location-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.location-info ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.location-info ul li a i {
  color: #000000;
  font-weight: 800;
  font-size: 30px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-info ul li a:hover i {
  color: #ffffff;
  background-color: #2addda;
}

.page-hero-section.careers a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: 2px solid #FFF;
}
.page-hero-section.careers a i {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}
.page-hero-section.careers a:hover {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  border: 2px solid #FFF;
}

.job-list {
  position: relative;
  overflow: hidden;
}
.job-list .accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.job-list .accordion p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.job-list .accordion .accordion-item {
  border-radius: 40px 40px 10px 10px;
  border: 1.5px solid #2CB0A4;
  background-color: transparent;
  border-top: none;
}
.job-list .accordion .accordion-item:has(.accordion-button[aria-expanded=false]) {
  border-radius: 40px;
}
.job-list .accordion .accordion-item .accordion-button {
  border-radius: 40px;
  background: linear-gradient(88deg, #2CB0A4 1%, #004EA1 107.59%);
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}
.job-list .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.job-list .accordion .accordion-item .accordion-body {
  padding: 25px 30px;
}
.job-list .accordion .accordion-item .accordion-body h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
.job-list .accordion .accordion-item .accordion-body ul {
  padding-left: 18px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.job-list .accordion .accordion-item .accordion-body ul li {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
.job-list .accordion .accordion-item .accordion-body p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.job-list .accordion .accordion-item .accordion-body a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
}
.job-list .accordion .accordion-item .accordion-body a i {
  font-size: 28px;
  font-weight: 600;
  color: #2CB0A4;
}
.job-list .accordion .accordion-item .accordion-body a:hover {
  background-color: #2CB0A4;
  color: #ffffff;
}
.job-list .accordion .accordion-item .accordion-body a:hover i {
  color: #ffffff;
}

.contact-form p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.contact-form .wpcf7-submit.btn-light {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 20px;
  border-radius: 50px;
  transition: 0.4s all;
  border-color: #ffffff;
  height: 35px;
}
.contact-form .wpcf7-submit.btn-light:hover {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  color: #ffffff;
}
.contact-form .wpcf7-submit.btn-light:hover i {
  transform: translateX(3px);
  color: #ffffff;
}
.contact-form .wpcf7-submit.btn-light i {
  font-size: 25px;
  transform: translateX(0px);
  font-weight: 600;
  transition: 0.3s all;
}
.contact-form .wpcf7-form-control {
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  min-height: 45px;
}
.contact-form .wpcf7-form-control::-moz-placeholder {
  color: #595757;
  font-size: 12px;
  font-weight: 400;
}
.contact-form .wpcf7-form-control::placeholder {
  color: #595757;
  font-size: 12px;
  font-weight: 400;
}
.contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  color: #e45151;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output, .contact-form .wpcf7 form.unaccepted .wpcf7-response-output, .contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e45151;
  text-align: center;
  color: #ffffff;
  padding: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  color: #ffffff;
  padding: 15px;
}

.scrolltop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  border: 1px solid #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 9999;
  transition: 0.8s all;
  transform: scale(1);
  cursor: pointer;
}
.scrolltop .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.scrolltop .icon i {
  color: #fff;
  font-size: 30px;
  transform: rotate(270deg);
}
.scrolltop:hover {
  transform: scale(1.2);
}

.insight-single-page {
  position: relative;
}
.insight-single-page h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}
.insight-single-page h2 span {
  background: linear-gradient(88deg, #2CB0A4 5.27%, #004EA1 124.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.insight-single-page .insight-header {
  padding-top: 120px;
}
.insight-single-page .insight-single {
  color: #fff;
}
.insight-single-page .insight-single a {
  color: #5FF6E8;
}

.pp-content {
  position: relative;
}
.pp-content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
.pp-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.pp-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #2CB0A4;
}
.pp-content a {
  color: #2CB0A4;
}
.pp-content ul, .pp-content ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pp-content ul li, .pp-content ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.chart-section {
  position: relative;
}
.chart-section .chart-img img {
  width: 100%;
}

.chart {
  border-radius: 30px;
  border: 2px solid #2CB0A4;
  padding: 25px;
  height: 100%;
  min-height: 350px;
}

html.theme-dark .tv-widget-chart .label-viu2QKQw {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.error-404 {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-404 h1 {
  font-size: 20rem;
  font-weight: 600;
  color: #ffffff;
}
.error-404 h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.error-404 a {
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  transition: 0.4s all;
  border-radius: 70px;
  border: 2px solid #2CB0A4;
  color: #2CB0A4;
}
.error-404 a:hover {
  background-color: #2CB0A4;
  border: 1px solid #2CB0A4;
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */