html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

.title-huge {
  font-size: 64px;
}

.title-xlg {
  font-size: 48px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.title-lg {
  font-size: 40px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.title-md {
  font-size: 32px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.title-sm {
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  line-height: 120%;
}

.title-xsm {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.title-xxsm {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-lg {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
}

.text-sm {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #282828;
}

.text-xsm {
  font-size: 14px;
  font-style: normal;
  color: #8A8F98;
  line-height: 120%;
}

body {
  background: #0E0E10;
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  position: relative;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
body .content {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 12px;
  border-radius: 4px;
}
body::-webkit-scrollbar-track {
  background: #CCCCCC;
}
body::-webkit-scrollbar-thumb {
  background: #282828;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(153, 102, 255, 0.4);
}

.custom-container {
  max-width: 1440px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 60px;
}

.offices-list {
  gap: 16px;
}

.search-results-header span {
  font-weight: 275;
}

.site-logo {
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  display: flex;
}
.site-logo img {
  height: 40px;
  width: auto;
}
.site-logo:hover {
  opacity: 0.7;
  color: #FFFFFF;
}

.btn {
  font-weight: 600;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
.btn.outlined {
  background-color: transparent;
  border-color: #9966FF;
  color: #9966FF;
}
.btn.outlined:hover {
  background-color: #9966FF;
  color: #FFFFFF;
}
.btn.primary {
  background-color: #9966FF;
  color: #FFFFFF;
}
.btn.primary:hover {
  opacity: 0.7;
}
.btn.primary:disabled {
  background-color: #CCCCCC;
  color: #282828;
  pointer-events: none;
}
.btn.lg {
  padding: 24px 32px;
  font-size: 1rem;
}
.btn.md {
  padding: 16px 24px;
  font-size: 0.875rem;
}
.btn.sm {
  padding: 12px 16px;
  font-size: 0.75rem;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.text-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  transition: 0.3s ease-in-out;
  color: #9966FF;
}
.text-btn:hover {
  transform: translateY(-2px);
  color: #9966FF;
  opacity: 0.7;
}

.border-bottom {
  border-bottom: 1px solid #CBCBCB;
}

header nav .nav-tabs {
  gap: 24px;
  border: none;
}
header nav .nav-tabs .nav-item .nav-link {
  border-radius: 8px;
  background-color: transparent;
  padding: 10px 12px;
  color: #8A8F98;
  transition: 0.3s ease-in-out;
  border: none;
  font-size: 14px;
  font-weight: 500;
}
header nav .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #F7F8F8;
}

.header-btn {
  border-radius: 8px;
  background-color: transparent;
  padding: 10px 12px;
  color: #8A8F98;
  transition: 0.3s ease-in-out;
  border: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.header-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #F7F8F8;
}
.header-btn.active {
  background-color: rgba(255, 255, 255, 0.08);
  color: #F7F8F8;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  display: flex;
}

table {
  width: 100%;
}
table a {
  color: #F7F8F8;
  transition: 0.3s ease-in-out;
}
table a:hover {
  opacity: 0.7;
  color: #F7F8F8;
}
table.office-table th {
  width: 60%;
}
table.office-table th:first-child {
  width: 40%;
  text-align: left;
}
table.office-table td:first-child {
  text-align: left;
}
table thead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
table thead th {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  padding: 12px 16px 16px 0px;
}
table thead th:first-child {
  padding: 12px 16px;
}
table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.08);
}
table tbody tr td {
  padding: 16px 12px 16px 0px;
  color: rgba(255, 255, 255, 0.4);
}
table tbody tr td:first-child {
  color: #F7F8F8;
  padding: 16px 12px 16px 16px;
}

.office-card {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.08);
  color: #F7F8F8;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.office-card:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #F7F8F8;
  transform: translateY(-2px);
}
.office-card.active {
  background-color: #9966FF;
}

.search-container {
  height: 36px;
  width: 208px;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  position: relative;
  background-color: rgba(255, 255, 255, 0.08);
}
.search-container input {
  color: #8A8F98;
  width: 208px;
  height: 36px;
  padding-left: 32px;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  display: flex;
  border: none;
  background-color: transparent;
  position: relative;
  top: -1px;
  width: 100%;
}
.search-container form {
  width: 100%;
}
.search-container .search-bar .search-input-container {
  width: 100%;
}
.search-container .search-bar .search-input-container .search {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-container .search-bar .search-input-container .search svg {
  background-color: transparent;
  border: none;
  padding: 0px;
  height: 14px;
  width: 14px;
}
.search-container .search-bar .search-input-container .search svg path {
  fill: #8A8F98;
}

#cookie-popup {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  transform: translateY(100%);
  padding: 32px 0px;
  z-index: 999;
  height: fit-content;
  background-color: #181818;
  display: flex;
  align-items: center;
}
#cookie-popup .primary {
  width: 164px;
  height: 40px;
}
#cookie-popup.visible {
  animation: slideInUp 0.5s ease-in-out forwards;
  transform: translateY(0%);
}
#cookie-popup.hidden {
  transform: translateY(100%);
  animation: slideOutDown 0.5s ease-in-out forwards;
  animation-delay: 0.3s !important;
}
#cookie-popup .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cookie-popup p {
  max-width: 640px;
  margin-right: 40px;
  font-size: 14px;
  color: #FFFFFF;
}
#cookie-popup .default-btn {
  background-color: #181818;
  min-width: 180px;
}
#cookie-popup a {
  color: #181818 !important;
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}
#cookie-popup a:hover {
  text-decoration: underline;
  font-weight: 600 !important;
  opacity: 0.7;
}
#cookie-popup .cookies-action-container {
  display: flex;
  align-items: center;
}
#cookie-popup .cookies-action-container #decline-cookies {
  background-color: transparent;
  color: #FFFFFF;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.7;
  box-shadow: none;
  border: none;
  padding: 8px 16px;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .btn.primary:hover {
    opacity: 1;
  }
  header nav ul .header-btn {
    font-size: 10px;
  }
}
.go-back-btn {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  width: -moz-fit-content;
  color: #8A8F98;
  transition: 0.3s ease-in-out;
}
.go-back-btn svg {
  transition: 0.3s ease-in-out;
}
.go-back-btn:hover {
  color: #8A8F98;
}
.go-back-btn:hover svg {
  transform: translateX(-4px);
}

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

.related-posts-container {
  padding: 64px 0px 80px 0px;
}

.share-social-container {
  color: #000000;
}
.share-social-container svg path {
  fill: #000000;
}
.share-social-container strong {
  font-weight: 600;
}
.share-social-container .d-flex {
  gap: 16px;
}

.home-first-section {
  position: relative;
  color: hsl(0, 0%, 100%);
  z-index: 1;
}
.home-first-section .section-overlay {
  position: absolute;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  width: 100%;
}
.home-first-section .section-overlay h1 {
  font-weight: 700;
  font-size: 60px;
  max-width: 724px;
  font-family: "Roundkey", sans-serif;
  margin-bottom: 80px;
}
.home-first-section .background-video {
  width: 100vw;
  height: auto;
}
.home-first-section .background-video video {
  object-fit: cover;
  width: 100vw;
  height: auto;
}

.cards {
  padding-top: 160px;
}
.cards .row {
  gap: 24px 0px;
}
.cards .home-card img {
  height: 70px;
  width: auto;
}
.cards .home-card p {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 16px;
  max-width: 314px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .home-first-section {
    min-height: 100vh;
  }
  .home-first-section .section-overlay .custom-container {
    padding-top: 32px !important;
  }
  .home-first-section .section-overlay h1 {
    font-size: 40px;
    margin-bottom: 0px;
    font-family: "Roundkey", sans-serif;
  }
  .home-first-section .background-video {
    height: 100vh;
    width: 100%;
  }
  .home-first-section .background-video video {
    height: 100vh;
  }
  .cards {
    padding-top: 240px;
  }
  .cards .home-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cards .home-card p {
    font-size: 16px;
  }
  .cards .home-card img {
    height: 56px;
  }
}
.home-first-section.compliance .section-overlay h1 {
  font-weight: 700;
  font-size: 96px;
  max-width: 724px;
  font-family: "Roundkey", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 0px;
}
.home-first-section.compliance .section-overlay p {
  margin-bottom: 128px;
  max-width: 466px;
}

.compliance-text-section {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 64px 0px 40px 0px;
}
.compliance-text-section .text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 32px;
  margin-bottom: 80px;
}
.compliance-text-section .text-grid p {
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.compliance-text-section iframe {
  width: 100%;
  height: 512px;
}
.compliance-text-section .col-lg-5 {
  display: flex;
  flex-grow: 1;
}
.compliance-text-section .material-card {
  margin-top: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 40px 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.compliance-text-section .material-card a {
  margin-top: auto;
  background-color: #9966FF;
  color: #FFFFFF;
  max-width: 128px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.compliance-text-section .material-card a:hover {
  transform: translateY(-2px);
}
.compliance-text-section .material-card p {
  color: #282828;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 32px;
}
.compliance-text-section .material-card h3 {
  font-size: 24px;
  color: #282828;
  font-weight: 600;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .home-first-section.compliance .section-overlay h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  .home-first-section.compliance .section-overlay .text-lg {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Roundkey";
  src: url("../fonts/Roundkey-Bold.ttf") format("truetype"), url("../fonts/Roundkey-Bold.woff") format("woff"), url("../fonts/Roundkey-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
header {
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  background-color: rgba(14, 14, 16, 0.8);
}
header nav {
  margin-left: 32px;
}
header nav ul {
  gap: 24px;
  display: flex;
}
header nav ul a {
  color: #9966FF;
  font-weight: 600;
}

.office-team-section .tab-content {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 80px;
}

.hero {
  padding-top: 72px;
  padding-bottom: 48px;
}
.hero .last-posts-container {
  padding-left: 24px;
}

footer .site-logo img {
  height: 32px;
}
footer .disclaimer {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}
footer .all-rights {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
}
footer .footer-btn {
  color: #FFFFFF;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
footer .footer-btn:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}
footer nav ul {
  gap: 16px;
}
footer nav ul li a {
  color: #FFFFFF;
  font-size: 24px;
  display: flex;
  transition: 0.3s ease-in-out;
}
footer nav ul li a:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  table {
    margin-top: 24px;
  }
  table td {
    white-space: nowrap;
  }
  .office-team-section {
    padding: 0px 15px;
  }
  .office-team-section .tab-content {
    padding-top: 240px;
  }
  body {
    overflow-x: hidden;
  }
  .custom-container {
    padding: 0px 15px;
  }
  .hero {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  header {
    height: auto;
    padding: 32px 0px;
  }
  header .header-align {
    gap: 24px;
  }
  header nav {
    margin-left: 0px;
  }
  header nav ul {
    gap: 10px;
  }
  header nav ul a {
    font-size: 14px;
  }
  .search-container {
    width: 100%;
  }
  .search-container input {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
