@charset "UTF-8";
/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/* @end */
/**
* @version   $1.0.0: custom.scss 2022-06-15 18:24 [Son Nguyen] $
* @author PHPKUNGFU https://phpkungfu.com/
* @copyright Copyright (C) 2022 PHPKUNGFU (Son Nguyen)
* @support info@phpkungfu.com
*/
/* @group VARIABLES */
/* @end */
/* @group BUTTONS */
/* @end */
/* @group COMPONENTS */
/* @end */
/* @group FONTS */
/* @end */
@font-face {
  font-family: "Sorts Mill Goudy";
  src: url("../fonts/SortsMillGoudy-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sorts Mill Goudy";
  src: url("../fonts/SortsMillGoudy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoudyTitling-Bold";
  src: url("../fonts/GoudyTitling-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html::after {
  content: none;
}

.uk-grid > * {
  padding: 0;
}

@media (min-width: 960px) {
  :not(.uk-sticky-below) > .uk-navbar-container:not(.uk-navbar) {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.tm-page {
  border: 0 none;
}
.tm-page::before {
  content: none;
}

.uk-grid-divider, .uk-grid {
  margin: 0;
}

.uk-container {
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1132px) {
  .uk-container {
    padding: 0 16px;
  }
}

.uk-panel {
  font-size: 16px;
  color: rgba(248, 248, 248, 0.5);
  font-weight: 500;
  line-height: 1.21;
}
@media (max-width: 991px) {
  .uk-panel {
    line-height: 1.6;
  }
}
.uk-panel p {
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.5;
}
.uk-panel p:last-child {
  margin: 0;
}

.jk-btn a {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  padding: 0 32px 0 3px;
  min-width: 137px;
  position: relative;
}
.jk-btn a .uk-icon {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.jk-btn a .uk-icon svg {
  display: none;
}
.jk-btn a:hover {
  opacity: 0.8;
  background: #D4AF37;
}

.jk-list .el-content {
  border: 1px solid #4A4A4A;
  border-radius: 28px;
  color: #D4AF37;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.jk-list .el-content::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D4AF37;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
  border-radius: 50%;
}

header.tm-header {
  border-bottom: 2px solid #111;
  background: #111;
}
header.tm-header .uk-navbar-sticky > .uk-container {
  padding: 6px 0;
}
header.tm-header .uk-navbar {
  justify-content: space-between;
  align-items: center;
}
header.tm-header .uk-navbar .uk-navbar-item {
  min-height: auto;
}
header.tm-header .uk-navbar .uk-navbar-left {
  width: 80px;
}
header.tm-header .uk-navbar .uk-navbar-center {
  width: calc(100% - 244px);
  text-align: center;
  position: static;
  transform: none;
  justify-content: center;
}
header.tm-header .uk-navbar .uk-navbar-center .uk-navbar-nav {
  gap: 4px;
}
header.tm-header .uk-navbar .uk-navbar-center .uk-navbar-nav a {
  font-size: 14px;
  padding: 4px 8px;
  text-transform: none;
  min-height: auto;
}
header.tm-header .uk-navbar .uk-navbar-center .uk-navbar-nav a::before {
  bottom: 0;
}
header.tm-header .uk-navbar .uk-navbar-right {
  width: 164px;
}
header.tm-header .uk-navbar .uk-navbar-right .uk-button {
  padding: 0;
}
header.tm-header .jk-header-button {
  background: transparent;
  color: #fff;
}
header.tm-header .jk-header-button .uk-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-image: url("../images/icon-calendar.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px !important;
}
header.tm-header .jk-header-button .uk-icon svg {
  display: none;
}
header.tm-header .jk-header-button .jk-contact-top {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  white-space: nowrap;
}
header.tm-header .uk-dropbar-top.uk-dropnav-dropbar.uk-navbar-dropbar {
  max-height: calc(100vh - 80px);
  background: transparent;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar {
  width: auto !important;
  max-width: 1100px !important;
  border: 1px solid #D4AF37;
  padding: 32px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #D4AF37 transparent;
  margin: 0 0 20px;
  background-image: url("../images/megamenu-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-color: #111;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu {
  justify-content: space-between;
  gap: 16px 60px;
  flex-wrap: nowrap;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu > div {
  position: relative;
  width: auto;
  flex: 1;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu > div::after {
  content: "";
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: rgba(212, 175, 55, 0.5);
  position: absolute;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu > div:last-child::after {
  content: none;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu h4 {
  margin: 0 !important;
  font-family: Archivo;
  font-weight: bold;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu h4 > a {
  color: #F8F8F8;
  font-size: 16px;
  font-weight: bold;
  line-height: 112%;
  display: block;
  padding: 0 0 10px;
  border-bottom: 1px solid #D4AF37;
  white-space: nowrap;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu .uk-list {
  margin: 0 !important;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu .uk-list > .el-item {
  margin: 0 !important;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu .uk-list > .el-item a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #F8F8F8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
header.tm-header .uk-navbar-dropdown.uk-navbar-dropdown-dropbar .jk-mega-menu .uk-list > .el-item a:hover {
  color: #D4AF37;
}

.tm-header-mobile .uk-navbar-item, .tm-header-mobile .uk-navbar-nav > li > a, .tm-header-mobile .uk-navbar-toggle {
  min-height: 80px;
}
.tm-header-mobile .uk-nav-secondary {
  font-size: 16px;
}
.tm-header-mobile .uk-nav-secondary .uk-nav-sub {
  font-size: 14px;
  font-weight: 400;
}

#module-menu-dialog-mobile .uk-nav-parent-icon {
  position: absolute;
  content: "";
  right: 8px;
  top: 8px;
  z-index: 8888;
}
#module-menu-dialog-mobile .uk-nav > li.uk-parent {
  position: relative;
}
#module-menu-dialog-mobile .uk-nav > li.uk-parent > .uk-nav-parent-icon {
  top: 23px;
}
#module-menu-dialog-mobile .uk-nav-sub > li.uk-parent {
  position: relative;
}
#module-menu-dialog-mobile .uk-nav-sub > li.uk-parent > .uk-nav-parent-icon {
  top: 8px;
}

.sec-mv > .uk-section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .sec-mv > .uk-section {
    background-position: top right 22% !important;
    padding: 60px 0;
  }
}
.sec-mv .jk-list .el-content {
  border: 1px solid #4A4A4A;
  border-radius: 28px;
  color: #D4AF37;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
}
.sec-mv .jk-list .el-content::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D4AF37;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
  border-radius: 50%;
}
.sec-mv .jk-heading {
  color: #FFF;
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec-mv .jk-heading {
    font-size: 24px;
    line-height: 1.6;
    margin: 10px 0;
    letter-spacing: 0;
  }
}
.sec-mv .jk-text {
  color: rgba(248, 248, 248, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.21;
}
.sec-mv .txt-animation > div {
  display: flex;
  gap: 6px;
  align-items: center;
}
.sec-mv .txt-animation > div > * {
  margin: 0 !important;
}
.sec-mv .txt-animation > div .uk-panel {
  font-size: 24px;
  font-family: "GoudyTitling-Bold", sans-serif;
}
@media (max-width: 991px) {
  .sec-mv .txt-animation > div .uk-panel {
    font-size: 16px;
    height: 30px;
  }
}
.sec-mv .txt-animation > div .jk-animate-slide {
  min-width: 100%;
  height: 30px;
}
.sec-mv .txt-animation > div .jk-animate-slide li {
  margin: 0 !important;
}
.sec-mv .txt-animation > div .jk-animate-slide li a {
  white-space: nowrap;
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 24px;
  display: block;
  padding: 0 6px;
}
@media (max-width: 991px) {
  .sec-mv .txt-animation > div .jk-animate-slide li a {
    font-size: 16px;
    padding: 0 2px;
  }
}
.sec-mv .txt-animation > div .jk-animate-slide li a span:last-child {
  color: #fff;
  text-decoration: none;
  padding-left: 6px;
}
@media (max-width: 991px) {
  .sec-mv .txt-animation > div .jk-animate-slide li a span:last-child {
    padding-left: 2px;
  }
}

.sec-usp {
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  padding: 25px 0;
}
@media (max-width: 991px) {
  .sec-usp {
    padding: 0;
  }
}
.sec-usp .uk-container {
  max-width: 1400px;
}

.list-usp .uk-grid {
  gap: 0px 48px;
  align-items: flex-end;
  justify-content: center;
}
.list-usp .uk-grid > div {
  width: auto;
}
@media (max-width: 991px) {
  .list-usp .uk-grid > div {
    width: 100%;
    padding: 16px 0;
    margin: 0 !important;
  }
}
.list-usp .uk-grid > div::before {
  content: none;
}
@media (max-width: 991px) {
  .list-usp .uk-grid > div::before {
    top: 0 !important;
  }
}
.list-usp .el-meta {
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.8px;
}
@media (max-width: 991px) {
  .list-usp .el-meta {
    letter-spacing: 0;
  }
}
.list-usp .el-meta span {
  font-size: 48px;
  padding-right: 4px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -1.92px;
  font-family: "GoudyTitling-Bold", sans-serif;
}
@media (max-width: 991px) {
  .list-usp .el-meta span {
    letter-spacing: 0;
  }
}
.list-usp .el-title {
  color: rgba(248, 248, 248, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 121%;
  text-transform: none;
}

@media (max-width: 991px) {
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    left: 0;
  }
}

.sec-legal {
  text-align: center;
}
.sec-legal .jk-title {
  font-size: 40px;
  font-family: "GoudyTitling-Bold", sans-serif;
  margin: 0 0 20px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}
@media (max-width: 991px) {
  .sec-legal .jk-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-legal .uk-panel {
  line-height: 150%;
  margin: 0 !important;
}

.sec-who-are-you {
  position: relative;
  padding: 70px 0 0;
  gap: 10px 36px;
  text-align: left;
  align-items: flex-start;
}
.sec-who-are-you::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-who-are-you > div {
  position: relative;
  width: calc((100% - 36px) / 2);
}
@media (max-width: 991px) {
  .sec-who-are-you > div {
    width: 100%;
  }
}
.sec-who-are-you .jk-panel-desc .el-title {
  color: #FFF;
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
  text-transform: uppercase;
}
.sec-who-are-you .jk-panel-desc .el-link {
  border-radius: 40px;
  background: #D4AF37;
  display: inline-block;
  border-color: #D4AF37;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 121.698%;
  text-align: left;
  position: relative;
  padding: 10px 32px 10px 16px;
  min-width: 159px;
}
.sec-who-are-you .jk-panel-desc .el-link::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-who-are-you .jk-panel-desc .el-link:hover {
  opacity: 0.8;
}
.sec-who-are-you .jk-list-li .el-item {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.sec-who-are-you .jk-list-li .el-item:last-child .uk-panel a {
  border-bottom: 1px solid #f8f8f8;
}
.sec-who-are-you .jk-list-li .el-item .uk-panel {
  color: #D4AF37;
  width: 100%;
}
.sec-who-are-you .jk-list-li .el-item .uk-panel a {
  display: block;
  position: relative;
  padding: 24px 8px;
  border-top: 1px solid #f8f8f8;
  overflow: hidden;
}
.sec-who-are-you .jk-list-li .el-item .uk-panel a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  z-index: 0;
}
.sec-who-are-you .jk-list-li .el-item .uk-panel a::after {
  position: absolute;
  content: "";
  mask-image: url("../images/arrow-long.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #D4AF37;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 30px;
  height: 8px;
}
.sec-who-are-you .jk-list-li .el-item .uk-panel a:hover::before {
  transform: translateX(0);
}
.sec-who-are-you .jk-list-li .el-item .uk-panel a > * {
  position: relative;
  z-index: 1;
}

.sec-about {
  padding: 40px 0;
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  background: #000;
}
.sec-about .uk-grid-margin {
  gap: 0 36px;
}
.sec-about .uk-grid-margin > div {
  width: calc((100% - 36px) / 2);
}
@media (max-width: 991px) {
  .sec-about .uk-grid-margin > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec-about .uk-grid-margin p br {
    display: none;
  }
}
.sec-about .jk-title {
  font-size: 20px;
  color: #F8F8F8;
  margin: 0;
  text-transform: none;
  letter-spacing: -0.8px;
}
@media (max-width: 991px) {
  .sec-about .jk-title {
    letter-spacing: 0;
  }
}

.sec-content {
  text-align: center;
}
.sec-content .jk-title {
  color: rgba(255, 255, 255, 0.5);
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec-content .jk-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-content .jk-title span {
  color: #fff;
}

.sec-team > .uk-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .sec-team > .uk-section {
    padding: 40px 0;
  }
}
.sec-team .jk-list-team > .uk-grid {
  gap: 16px;
  text-align: left;
}
.sec-team .jk-list-team > .uk-grid > div {
  position: relative;
  width: calc((100% - 48px) / 4);
  background: #1E1E1E;
  padding: 8px;
}
@media (max-width: 991px) {
  .sec-team .jk-list-team > .uk-grid > div {
    width: 100%;
  }
}
.sec-team .jk-list-team > .uk-grid h3 {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
  margin: 0 0 2px;
}
@media (max-width: 991px) {
  .sec-team .jk-list-team > .uk-grid h3 {
    letter-spacing: 0;
  }
}
.sec-team .jk-list-team > .uk-grid .el-meta {
  color: #F8F8F8;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.36px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .sec-team .jk-list-team > .uk-grid .el-meta {
    letter-spacing: 0;
  }
}
.sec-team .jk-list-team > .uk-grid .uk-grid-margin {
  margin-top: 0 !important;
}
.sec-team .jk-list-team > .uk-grid .el-image {
  width: 100%;
}

.sec-process {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  .sec-process {
    padding: 40px 0;
  }
}
.sec-process::before, .sec-process::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-process::before {
  top: 0;
}
.sec-process::after {
  bottom: 0;
}
.sec-process .jk-list-icon {
  text-align: left;
  max-width: 500px;
  margin: 60px auto;
  position: relative;
}
@media (max-width: 991px) {
  .sec-process .jk-list-icon {
    margin: 40px auto 0;
  }
}
.sec-process .jk-list-icon::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  background: rgba(212, 175, 55, 0.28);
  width: 1px;
  height: calc(100% - 20px);
}
.sec-process .jk-list-icon .el-item {
  padding-left: 72px;
  position: relative;
  margin: 0 0 46px;
}
.sec-process .jk-list-icon .el-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: url("../images/process-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-process .jk-list-icon .el-item > .uk-grid {
  display: block;
}
.sec-process .jk-list-icon .el-item:nth-child(2)::before {
  background-image: url("../images/process-2.png");
}
.sec-process .jk-list-icon .el-item:nth-child(3)::before {
  background-image: url("../images/process-3.png");
}
.sec-process .jk-list-icon .el-item:last-child {
  margin: 0;
}
.sec-process .jk-list-icon .el-title {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.8px;
  margin: 0 0 10px !important;
}
@media (max-width: 991px) {
  .sec-process .jk-list-icon .el-title {
    letter-spacing: 0;
  }
}
.sec-process .jk-list-icon .el-content {
  color: rgba(248, 248, 248, 0.5);
  font-family: Archivo;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.21;
}
.sec-process .jk-list-icon .uk-grid-margin {
  margin-top: 0 !important;
}
.sec-process.style-2 {
  background: #F5F3EA;
  color: #111;
}
.sec-process.style-2::before, .sec-process.style-2::after {
  content: none;
}
.sec-process.style-2 .jk-list .el-content {
  color: #111;
  font-size: 10px;
  font-weight: 500;
  line-height: 121.698%;
}
.sec-process.style-2 .jk-list .el-content::before {
  top: 1px;
}
.sec-process.style-2 .jk-title {
  color: rgba(17, 17, 17, 0.5);
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  letter-spacing: -1.28px;
}
@media (max-width: 991px) {
  .sec-process.style-2 .jk-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-process.style-2 .jk-title span {
  color: #111;
}
.sec-process.style-2 .jk-list-icon {
  margin-bottom: 0;
}
.sec-process.style-2 .jk-list-icon::before {
  background: rgba(17, 17, 17, 0.5);
}
.sec-process.style-2 .jk-list-icon .el-title {
  color: #111;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.2px;
}
@media (max-width: 991px) {
  .sec-process.style-2 .jk-list-icon .el-title {
    letter-spacing: 0;
  }
}
.sec-process.style-2 .jk-list-icon .el-content {
  color: rgba(17, 17, 17, 0.5);
}

.sec-faq {
  position: relative;
}
.sec-faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-faq > .uk-section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-faq > .uk-section {
    padding: 40px 0;
  }
}
.sec-faq .jk-title {
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .sec-faq .jk-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-faq .list-faq .el-item {
  padding: 16px 20px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  background: #1E1E1E;
  margin: 0 0 12px;
}
.sec-faq .list-faq .el-item:nth-child(n+2) {
  padding: 13px 20px;
  margin-top: 0;
}
.sec-faq .list-faq .el-item.uk-open .uk-accordion-title::before {
  background-image: url("../images/arrow-down-outline.png");
}
.sec-faq .list-faq .uk-accordion-title {
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
  position: relative;
  padding-left: 32px;
}
.sec-faq .list-faq .uk-accordion-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-up-outline.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.sec-faq .list-faq .uk-accordion-icon {
  display: none;
}
.sec-faq .list-faq .uk-accordion-content {
  margin-top: 16px;
  padding-left: 32px;
}
.sec-faq .list-faq .uk-accordion-content .el-content.uk-panel {
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -0.24px;
}
@media (max-width: 991px) {
  .sec-faq .list-faq .uk-accordion-content .el-content.uk-panel {
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.sec-case {
  padding: 60px 0 0px;
  position: relative;
}
@media (max-width: 991px) {
  .sec-case {
    padding: 40px 0 0px;
  }
}
.sec-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-case .jk-title {
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .sec-case .jk-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-case .uk-slidenav-container {
  margin: 0;
  top: -100px;
}
.sec-case .uk-slidenav-container .uk-slidenav {
  margin: 0 4px;
  background: #fff;
  border-radius: 4px;
}
.sec-case .uk-slidenav-container .uk-slidenav:hover {
  background: #D4AF37;
}
.sec-case .uk-slidenav-container .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #D4AF37;
}
.sec-case .uk-slidenav-container .uk-icon:not(.uk-preserve):hover [stroke*="#"]:not(.uk-preserve) {
  stroke: #111;
}
.sec-case .uk-slider-items {
  gap: 24px;
}
.sec-case .uk-slider-items .uk-margin-top {
  margin-top: 0 !important;
}
.sec-case .uk-slider-items .el-item {
  border: 0.5px solid rgba(248, 248, 248, 0.2);
  background: #0A0A0A;
  padding: 20px 28px 14px;
}
.sec-case .uk-slider-items .el-title {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px !important;
}
.sec-case .uk-slider-items .el-meta {
  margin-bottom: 12px;
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
}
.sec-case .uk-slider-items .el-content {
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.21;
  margin-bottom: 12px;
}
.sec-case .uk-slider-items .el-content strong {
  color: #D4AF37;
  font-weight: 500;
}
.sec-case .uk-slider-items .el-content p {
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sec-case .uk-slider-items .el-content p + p {
  border-bottom: 0 none;
}
.sec-case .uk-slider-items .uk-button {
  border: 0 none;
  padding: 0;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.48px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .sec-case .uk-slider-items .uk-button {
    letter-spacing: 0;
  }
}
.sec-case .uk-slider-items .uk-button:hover {
  background: transparent;
  color: #D4AF37;
  text-decoration: underline;
}

.sec-global {
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  background: #000;
}
.sec-global > .uk-section {
  padding: 48.5px 0;
}
@media (max-width: 991px) {
  .sec-global > .uk-section {
    background-position: top center !important;
  }
}
.sec-global .jk-title {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -1.28px;
  text-transform: none;
}
@media (max-width: 991px) {
  .sec-global .jk-title {
    letter-spacing: 0;
  }
}
.sec-global .jk-title span {
  color: #F8F8F8;
}
.sec-global .uk-panel {
  max-width: 542px;
}

.sec-contact {
  text-align: left;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  .sec-contact {
    padding: 40px 0;
  }
}
.sec-contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-contact .jk-contact {
  border-radius: 20px;
  border: 0.5px solid rgba(248, 248, 248, 0.2);
  background: #0A0A0A;
  padding: 28px 36px;
  gap: 12px;
}
@media (max-width: 991px) {
  .sec-contact .jk-contact {
    padding: 28px 16px;
  }
}
.sec-contact .jk-contact > div {
  position: relative;
  width: calc((100% - 12px) / 2);
}
@media (max-width: 991px) {
  .sec-contact .jk-contact > div {
    width: 100%;
  }
}
.sec-contact .jk-title {
  font-size: 32px;
  line-height: 124.15%;
  letter-spacing: -1.28px;
  text-transform: none;
  margin: 10px 0;
  font-family: "Sorts Mill Goudy", sans-serif;
}
@media (max-width: 991px) {
  .sec-contact .jk-title {
    letter-spacing: 0;
  }
}
.sec-contact .jk-panel {
  padding: 0 0 32px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sec-contact .jk-panel::before {
  content: none;
}
.sec-contact .jk-panel .uk-grid-margin {
  margin-top: 0 !important;
}
.sec-contact .jk-panel .el-title {
  color: #D4AF37;
  font-family: "Abhaya Libre";
  font-size: 16px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 991px) {
  .sec-contact .jk-panel .el-title {
    letter-spacing: 0;
  }
}
.sec-contact .jk-panel .el-content {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 126%;
  text-transform: none;
  font-family: "Archivo";
  margin-top: 10px !important;
}
.sec-contact .jk-panel .el-content a {
  color: #f8f8f8;
}
.sec-contact .jk-panel .el-content a:hover {
  color: #D4AF37;
}
.sec-contact .jk-panel .el-link {
  border: 0 none;
  padding: 0;
  display: inline-block;
  color: #F8F8F8;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: underline;
}
.sec-contact .jk-panel .el-link:hover {
  background: transparent;
  color: #D4AF37;
}
.sec-contact .jk-panel.jk-address .el-title::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  background-image: url("../images/icon-address.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.sec-contact .jk-panel.jk-address .el-content p {
  color: #F8F8F8;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul {
  list-style: outside none none;
  margin: 0 0 0 -26px;
  padding: 0;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li {
  color: #F8F8F8;
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;
  margin: 0 0 16px;
  position: relative;
  padding: 0 0 0 32px;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li span {
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  letter-spacing: -0.36px;
  display: block;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li:last-child {
  margin: 0;
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li:last-child::before {
  background-image: url("../images/icon-phone.png");
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li:first-child::before {
  background-image: url("../images/icon-branch.png");
}
.sec-contact .jk-panel.jk-panel-contact .el-content ul li:nth-child(2)::before {
  background-image: url("../images/icon-mail.png");
}
.sec-contact .jk-panel.jk-clock .el-title::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 0;
  background-image: url("../images/icon-clock.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.sec-contact .jk-panel:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.sec-contact .jk-form form {
  border-radius: 12px;
  background: #282522;
  padding: 16px;
}
.sec-contact .jk-form .rsform-block:last-child {
  margin-bottom: 0 !important;
}
.sec-contact .jk-form .formRequired {
  display: none;
}
.sec-contact .jk-form .form-label {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 112%;
  display: block;
  margin: 0 0 8px;
}
.sec-contact .jk-form input, .sec-contact .jk-form select, .sec-contact .jk-form textarea {
  border-radius: 4px;
  border: 0.5px solid rgba(248, 248, 248, 0.2) !important;
  background: #3E3C39;
  padding: 0 8px;
  width: 100%;
}
.sec-contact .jk-form input::placeholder, .sec-contact .jk-form select::placeholder, .sec-contact .jk-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
}
.sec-contact .jk-form input, .sec-contact .jk-form select {
  height: 30px;
  line-height: 30px;
}
.sec-contact .jk-form select {
  padding: 0px 16px 0px 8px;
  appearance: none !important;
  background-image: url("../images/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 8px auto;
  cursor: pointer;
}
.sec-contact .jk-form textarea {
  height: 219px;
  padding: 8px;
}
.sec-contact .jk-form button[type=submit] {
  border-radius: 8px;
  background: #D4AF37;
  text-align: center;
  display: block;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
  border: 0 none;
}

.sec-insights-h > .uk-section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-insights-h > .uk-section {
    padding: 40px 0;
  }
}
.sec-insights-h .jk-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 124.15%;
  letter-spacing: -1.28px;
  text-transform: none;
}
@media (max-width: 991px) {
  .sec-insights-h .jk-title {
    letter-spacing: 0;
  }
}
.sec-insights-h .list-content-insights {
  margin: 60px auto 0 !important;
}
.sec-insights-h .list-content-insights > div {
  position: relative;
}
.sec-insights-h .list-content-insights > div .jk-btn {
  position: absolute;
  content: "";
  bottom: 60px;
  left: 0;
  width: 100%;
}
.sec-insights-h .list-post {
  position: relative;
  padding: 0 0 80px;
}
.sec-insights-h .list-post::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) -2.57%, #111 90.2%);
}
.sec-insights-h .list-post .uk-grid {
  gap: 16px;
}
.sec-insights-h .list-post .uk-grid > div {
  width: calc((100% - 32px) / 3);
  border-radius: 8px;
  background: #1E1E1E;
  padding: 8px;
  text-align: left;
}
@media (max-width: 991px) {
  .sec-insights-h .list-post .uk-grid > div {
    width: 100%;
  }
}
.sec-insights-h .list-post .el-meta {
  display: flex;
  font-size: 0;
}
.sec-insights-h .list-post .el-meta time {
  color: #F8F8F8;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  order: 2;
}
.sec-insights-h .list-post .el-meta time::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #D4AF37;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: inline-block;
}
.sec-insights-h .list-post .el-meta > a {
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  order: 1;
}
.sec-insights-h .list-post .el-title {
  color: #F8F8F8;
  font-family: Archivo;
  font-size: 20px;
  font-weight: 400;
  line-height: 123%;
  text-transform: none;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer .jk-group {
  gap: 24px 20px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .site-footer .jk-group {
    gap: 16px 16px;
  }
}
.site-footer .jk-group > div {
  width: 22.6666666667%;
  flex-grow: unset;
}
@media (max-width: 991px) {
  .site-footer .jk-group > div {
    width: 100%;
  }
}
.site-footer .jk-group > div:first-child {
  padding-right: 0px;
  width: 40%;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .site-footer .jk-group > div:first-child {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .site-footer .jk-group > div:first-child {
    padding-right: 0;
    width: 100%;
  }
}
.site-footer h3 {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 112%;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.site-footer .jk-list-marker .el-content, .site-footer .jk-list-marker a, .site-footer .jk-list-marker .uk-link {
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.64px;
}
@media (max-width: 991px) {
  .site-footer .jk-list-marker .el-content, .site-footer .jk-list-marker a, .site-footer .jk-list-marker .uk-link {
    letter-spacing: 0;
  }
}
.site-footer .jk-list-marker a:hover, .site-footer .jk-list-marker .uk-link:hover {
  color: #D4AF37;
}
.site-footer .jk-list-marker .uk-width-auto {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 6px;
}
.site-footer .jk-list-marker .uk-width-auto .el-image {
  display: none;
}
.site-footer .jk-list-marker .el-item {
  margin: 0 0 20px;
}
.site-footer .jk-list-marker .el-item > .uk-grid {
  align-items: flex-start;
}
.site-footer .jk-list-marker .el-item .ic-address .uk-width-auto {
  background-image: url("../images/icon-address.png");
}
.site-footer .jk-list-marker .el-item .ic-branch .uk-width-auto {
  background-image: url("../images/icon-branch.png");
}
.site-footer .jk-list-marker .el-item .ic-mail .uk-width-auto {
  background-image: url("../images/icon-mail.png");
}
.site-footer .jk-list-marker .el-item .ic-phone {
  margin: 0;
}
.site-footer .jk-list-marker .el-item .ic-phone .uk-width-auto {
  background-image: url("../images/icon-phone.png");
}
.site-footer .jk-list-marker .el-item .ic-clock .uk-width-auto {
  background-image: url("../images/icon-clock.png");
}
.site-footer .jk-list-marker .el-item:last-child {
  margin: 0;
}
.site-footer .jk-list-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0 !important;
}
.site-footer .jk-list-menu a {
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
}
.site-footer .jk-list-menu a:hover {
  color: #D4AF37;
}
.site-footer .jk-list-menu .el-item {
  margin: 0 0 12px;
}
.site-footer .jk-list-menu .el-item:last-child {
  margin: 0;
}

.sec-title {
  padding: 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .sec-title {
    padding: 40px 0;
  }
}
.sec-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-title .uk-breadcrumb a, .sec-title .uk-breadcrumb span {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 121.698%;
}
.sec-title .uk-breadcrumb li:nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #D4AF37;
  margin: 0 8px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.sec-title h1 {
  color: #FFF;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  margin: 12px 0;
}
@media (max-width: 991px) {
  .sec-title h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-title .jk-txt {
  color: #F8F8F8;
  font-weight: 400;
  line-height: 144%;
}
.sec-title .jk-video {
  margin: 60px 0 0 !important;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: auto;
  padding-top: 56.25%;
  transition: all 0.3s 0s ease;
  border-radius: 22px;
}
@media (max-width: 991px) {
  .sec-title .jk-video {
    margin: 24px 0 0 !important;
  }
}
.sec-title .jk-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-title .jk-insights-problems > .uk-grid {
  justify-content: center;
  width: 245px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #D9DEDE;
  background: #F7F8F8;
  padding: 8px;
}
.sec-title .jk-insights-problems > .uk-grid .el-item a {
  color: rgba(18, 18, 18, 0.5);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  border: 0 none;
  padding: 8px 12px;
}
.sec-title .jk-insights-problems > .uk-grid .el-item a:hover {
  background: transparent;
  opacity: 0.8;
}
.sec-title .jk-insights-problems > .uk-grid .el-item:first-child a {
  border-radius: 4px;
  background: #D4AF37;
  color: #f7f8f8;
}
.sec-title .jk-insights-problems > .uk-grid .el-item:first-child a:hover {
  background: #D4AF37;
}
.sec-title.no-after {
  padding: 60px 0 0;
}
@media (max-width: 991px) {
  .sec-title.no-after {
    padding: 40px 0 0;
  }
}
.sec-title.no-after::after {
  content: none;
}
.sec-title.case-detail {
  text-align: left;
}
.sec-title.case-detail h1 {
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
}
@media (max-width: 991px) {
  .sec-title.case-detail h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec-title.case-detail .jk-info .uk-grid {
  flex-direction: column;
}
.sec-title.case-detail .jk-info .uk-grid > div {
  width: 100%;
}
.sec-title.case-detail .jk-info .uk-grid .el-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.sec-title.case-detail .jk-info .uk-grid .el-title {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 121.698%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px;
  background: #000;
  width: 73px;
}
@media (max-width: 991px) {
  .sec-title.case-detail .jk-info .uk-grid .el-title {
    letter-spacing: 0;
  }
}
.sec-title.case-detail .jk-info .uk-grid .el-content {
  width: calc(100% - 102px);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 121%;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .sec-title.case-detail .jk-info .uk-grid .el-content {
    width: 100%;
  }
}
.sec-title.case-detail .content-title {
  position: relative;
  padding: 0 0 60px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-title.case-detail .content-title {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
}
.sec-title.case-detail .content-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-title.case-detail .content-info {
  gap: 0 30px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .sec-title.case-detail .content-info {
    padding-bottom: 40px;
  }
}
.sec-title.case-detail .content-info > div {
  width: 418px;
}
@media (max-width: 991px) {
  .sec-title.case-detail .content-info > div {
    width: 100%;
  }
}
.sec-title.case-detail .content-info > div:last-child {
  width: calc(100% - 448px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sec-title.case-detail .content-info > div:last-child {
    width: 100%;
  }
}
.sec-title.case-detail .intro-user {
  color: #F8F8F8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
}
.sec-title.case-detail .ceo-user {
  background: #1A1A1A;
  display: grid;
  grid-template-columns: 68px auto;
  grid-column-gap: 10px;
}
.sec-title.case-detail .ceo-user picture {
  display: block;
  width: 68px;
  grid-row: 1/3;
}
.sec-title.case-detail .ceo-user .el-title, .sec-title.case-detail .ceo-user .el-meta {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 600;
  line-height: 144%;
  margin: 0 !important;
  align-self: center;
  position: relative;
}
.sec-title.case-detail .ceo-user .el-title {
  grid-area: 1/2/2/3;
  top: 10px;
}
.sec-title.case-detail .ceo-user .el-meta {
  grid-area: 2/2/3/3;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  top: -8px;
}
.sec-title.case-detail .quote-user {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 144%;
}
.sec-title.insight-detail {
  text-align: left;
}
.sec-title.insight-detail > .uk-container {
  max-width: 638px;
  margin: 0 auto;
}
.sec-title.insight-detail h1 {
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.4px;
}
@media (max-width: 991px) {
  .sec-title.insight-detail h1 {
    letter-spacing: 0;
  }
}
.sec-title.insight-detail .uk-panel {
  color: #F8F8F8;
  font-size: 12px;
  font-weight: 400;
  line-height: 144%;
}
.sec-title.commercial-law {
  text-align: left;
  padding-bottom: 30px;
}
.sec-title.commercial-law > .uk-container {
  margin: 0 auto;
}
.sec-title.commercial-law .intro-law {
  align-items: flex-start;
  gap: 10px 18px;
  margin: 10px 0 0;
}
.sec-title.commercial-law .intro-law > div {
  width: calc((100% - 18px) / 2);
}
@media (max-width: 991px) {
  .sec-title.commercial-law .intro-law > div {
    width: 100%;
    margin: 0;
  }
}
.sec-title.commercial-law h1 {
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-title.commercial-law h1 {
    font-size: 24px;
  }
}
.sec-title.commercial-law .uk-panel {
  color: #F8F8F8;
  font-size: 12px;
  font-weight: 400;
  line-height: 131%;
}

.page-about .sec-title::after {
  content: none;
}

.sec-mission-vision {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-mission-vision {
    padding: 0px 0 40px;
  }
}
.sec-mission-vision .jk-image img {
  border-radius: 8px;
  overflow: hidden;
}
.sec-mission-vision h2 {
  color: #FFF;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.008%;
}
@media (max-width: 991px) {
  .sec-mission-vision h2 {
    font-size: 24px;
  }
}
.sec-mission-vision .jk-content {
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
}
@media (max-width: 991px) {
  .sec-mission-vision .jk-content {
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-mission-vision .content-item {
  gap: 16px 32px;
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991px) {
  .sec-mission-vision .content-item {
    padding: 40px 0;
    margin: 0;
  }
}
.sec-mission-vision .content-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-mission-vision .content-item > div {
  width: calc((100% - 32px) / 2);
}
@media (max-width: 991px) {
  .sec-mission-vision .content-item > div {
    width: 100%;
  }
}
.sec-mission-vision .content-item:last-child {
  padding-bottom: 0;
}
.sec-mission-vision .content-item:last-child::after {
  content: none;
}

.sec-founder {
  background: #F5F3EA;
  padding: 60px 0;
  color: #111;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .sec-founder {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.sec-founder .list-founder {
  gap: 0 34px;
}
.sec-founder .list-founder > div {
  width: calc((100% - 34px) / 2);
}
@media (max-width: 991px) {
  .sec-founder .list-founder > div {
    width: 100%;
  }
}
.sec-founder .jk-list .el-content {
  color: #111;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 121.698%;
}
@media (max-width: 991px) {
  .sec-founder .jk-list .el-content {
    line-height: 1.6;
  }
}
.sec-founder .jk-list .el-content::before {
  width: 6px;
  height: 6px;
  top: 0;
}
.sec-founder h2 {
  color: #111;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120.008%;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .sec-founder h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.sec-founder .jk-content {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
@media (max-width: 991px) {
  .sec-founder .jk-content {
    line-height: 1.6;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .sec-founder .jk-content p {
    line-height: 1.6;
  }
}
.sec-founder .jk-image img {
  border-radius: 8px;
  overflow: hidden;
}
.sec-founder .jk-signature img {
  height: 62px;
  object-fit: contain;
  width: auto;
}

.sec-cta {
  padding: 32px 0;
  background: #1E1E1E;
}
.sec-cta .cta-grid {
  justify-content: space-between;
  align-items: center;
}
.sec-cta h2 {
  color: #FFF;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 124.15%;
  text-transform: none;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .sec-cta h2 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.sec-cta .list-btn .uk-grid-small {
  gap: 16px;
  flex-wrap: nowrap;
}
.sec-cta .list-btn a {
  border-radius: 40px;
  background: #D4AF37;
  border-color: #D4AF37;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 121.698%;
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  max-width: 166px;
  margin-left: auto;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec-cta .list-btn a {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 auto;
  }
}
.sec-cta .list-btn a:hover {
  opacity: 0.8;
  background: #D4AF37;
  border-color: #D4AF37;
  color: #111;
}
.sec-cta .list-btn a .uk-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-cta .list-btn a .uk-icon svg {
  display: none;
}
.sec-cta.style-2 {
  padding: 0;
  background: transparent;
  text-align: center;
}
.sec-cta.style-2 .uk-container {
  border-radius: 4px;
  background: #1E1E1E;
  padding: 32px 20px;
}
.sec-cta.style-2 h2 {
  color: #FFF;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 36px;
}
@media (max-width: 991px) {
  .sec-cta.style-2 h2 {
    font-size: 24px;
  }
}
.sec-cta.style-2 .list-btn .uk-grid-small {
  justify-content: center;
}
.sec-cta.bg-gray {
  background: #F5F3EA;
  margin: 0;
}
.sec-cta.bg-gray h2 {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  line-height: 112%;
  font-family: "Archivo";
}
@media (max-width: 991px) {
  .sec-cta.bg-gray h2 {
    line-height: 1.6;
  }
}
.sec-cta.bg-gray.commercial-law h2 {
  color: #111;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 124.15%;
}
@media (max-width: 991px) {
  .sec-cta.bg-gray.commercial-law h2 {
    line-height: 1.6;
    font-size: 24px;
  }
}

.sec-casestudies .uk-grid-margin {
  margin: 0 !important;
}
.sec-casestudies .jk-case-stadies > .uk-grid > div {
  margin: 0 0 32px !important;
  padding: 20px 32px;
  border-radius: 8px;
  background: #F5F3EA;
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies > .uk-grid > div {
    padding: 16px 16px;
  }
}
.sec-casestudies .jk-case-stadies > .uk-grid > div:last-child {
  margin: 0 !important;
}
.sec-casestudies .jk-case-stadies > .uk-grid > div:nth-child(2n) {
  background: #1E1E1E;
}
.sec-casestudies .jk-case-stadies > .uk-grid > div:nth-child(2n) h3.el-title {
  color: #F8F8F8;
  font-size: 28px;
}
.sec-casestudies .jk-case-stadies > .uk-grid > div:nth-child(2n) .el-content {
  color: rgba(248, 248, 248, 0.5);
}
.sec-casestudies .jk-case-stadies > .uk-grid > div:nth-child(2n) .el-content p {
  color: #F8F8F8;
  text-transform: uppercase;
}
.sec-casestudies .jk-case-stadies .list-case > .uk-grid {
  gap: 16px;
}
.sec-casestudies .jk-case-stadies .list-case > .uk-grid > div {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies .list-case > .uk-grid > div {
    width: 100%;
  }
}
.sec-casestudies .jk-case-stadies .list-case .el-meta {
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies .list-case .el-meta {
    line-height: 1.6;
  }
}
.sec-casestudies .jk-case-stadies .list-case h3.el-title {
  color: #111;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 123%;
  letter-spacing: -1.28px;
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies .list-case h3.el-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-casestudies .jk-case-stadies .list-case .el-content {
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 121%;
  max-width: 60%;
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies .list-case .el-content {
    line-height: 1.6;
    margin: 0 !important;
    max-width: 100%;
  }
}
.sec-casestudies .jk-case-stadies .list-case .el-content p {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.sec-casestudies .jk-case-stadies .list-case .el-image {
  border-radius: 4px;
  overflow: hidden;
}
.sec-casestudies .jk-case-stadies .list-case .el-link {
  border: 0 none;
  padding: 0;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .sec-casestudies .jk-case-stadies .list-case .el-link {
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-casestudies .jk-case-stadies .list-case .el-link::after {
  content: " →";
  display: inline-block;
  margin-left: 6px;
}
.sec-casestudies .jk-case-stadies .list-case .el-link:hover {
  background: transparent;
}
.sec-casestudies .jk-btn-case {
  margin: 32px 0 0 !important;
  text-align: center;
}
.sec-casestudies .jk-btn-case > a {
  padding: 8px 32px 8px 16px;
  border-radius: 40px;
  background: #D4AF37;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 121.698%;
  text-transform: capitalize;
  border-color: #D4AF37;
  display: block;
  text-align: left;
  position: relative;
  max-width: 242px;
  margin: 0 auto;
  white-space: nowrap;
}
.sec-casestudies .jk-btn-case > a .uk-icon {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-casestudies .jk-btn-case > a .uk-icon svg {
  display: none;
}
.sec-casestudies .jk-btn-case > a:hover {
  background: #D4AF37;
  opacity: 0.8;
}

.sec-case-detail {
  background: #F5F3EA;
  color: #111;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-case-detail {
    padding: 40px 0;
  }
}
.sec-case-detail h2 {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.64px;
}
@media (max-width: 991px) {
  .sec-case-detail h2 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
}
.sec-case-detail h3 {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  text-transform: uppercase;
  font-family: "Archivo";
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .sec-case-detail h3 {
    font-size: 15px;
    line-height: 1.6;
    margin: 16px 0 6px;
  }
}
.sec-case-detail ul li {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  letter-spacing: -0.32px;
  font-family: "Archivo";
}
@media (max-width: 991px) {
  .sec-case-detail ul li {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-case-detail p {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  font-family: "Archivo";
}
@media (max-width: 991px) {
  .sec-case-detail p {
    line-height: 1.6;
  }
}

.sec-case-more > .uk-section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .sec-case-more > .uk-section {
    padding: 40px 0;
  }
}
.sec-case-more h2 {
  color: #FFF;
  font-family: "GoudyTitling-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  margin-top: 10px !important;
}
@media (max-width: 991px) {
  .sec-case-more h2 {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.sec-insights {
  position: relative;
  padding: 60px 0;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-insights {
    padding: 40px 0;
    margin: 0 0 40px;
  }
}
.sec-insights::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, #D4AF37 50%, rgba(212, 175, 55, 0) 100%);
  width: 864px;
  height: 1px;
  max-width: 100%;
}
.sec-insights .list-insights .uk-grid {
  gap: 32px;
}
.sec-insights .list-insights .uk-grid > div {
  width: calc((100% - 32px) / 2);
  margin: 0 !important;
}
@media (max-width: 991px) {
  .sec-insights .list-insights .uk-grid > div {
    width: 100%;
  }
}
.sec-insights .list-insights .el-image {
  border-radius: 6px;
  overflow: hidden;
}
.sec-insights .list-insights .el-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #1E1E1E;
  padding: 16px;
}
.sec-insights .list-insights .el-item > .uk-margin-top:last-child {
  order: 4;
}
.sec-insights .list-insights picture {
  order: 1;
}
.sec-insights .list-insights .el-title {
  color: #F8F8F8;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 123%;
  order: 3;
}
@media (max-width: 991px) {
  .sec-insights .list-insights .el-title {
    line-height: 1.6;
    font-size: 18px;
  }
}
.sec-insights .list-insights .el-meta {
  order: 2;
  display: flex;
  font-size: 0;
}
.sec-insights .list-insights .el-meta > a {
  order: 1;
  color: rgba(248, 248, 248, 0.5);
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 991px) {
  .sec-insights .list-insights .el-meta > a {
    line-height: 1.6;
  }
}
.sec-insights .list-insights .el-meta time {
  order: 2;
  color: #F8F8F8;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}
@media (max-width: 991px) {
  .sec-insights .list-insights .el-meta time {
    line-height: 1.6;
  }
}
.sec-insights .list-insights .el-meta time::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #D4AF37;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: inline-block;
}
.sec-insights .list-insights .el-link {
  border: 0 none;
  padding: 0;
  color: #D4AF37;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .sec-insights .list-insights .el-link {
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-insights .list-insights .el-link:hover {
  background: transparent;
}
.sec-insights .list-insights .el-link::after {
  content: " →";
  display: inline-block;
  margin-left: 6px;
}

.sec-insights-detail > .uk-container {
  max-width: 1167px;
  margin: 0 auto;
  border-radius: 8px;
  background: #000;
  padding: 36px;
}
@media (max-width: 1124px) {
  .sec-insights-detail > .uk-container {
    padding: 36px 16px;
  }
}
.sec-insights-detail .group-insights {
  gap: 16px 150px;
}
.sec-insights-detail .group-insights > div {
  width: calc(100% - 454px);
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights > div {
    width: 100%;
  }
}
.sec-insights-detail .group-insights > div:last-child {
  width: 304px;
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights > div:last-child {
    width: 100%;
  }
}
.sec-insights-detail .group-insights h2 {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.24px;
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights h2 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0;
    margin: 10px 0;
  }
}
.sec-insights-detail .group-insights ul li, .sec-insights-detail .group-insights p {
  color: #FFF;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 400;
  line-height: 146%;
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights ul li, .sec-insights-detail .group-insights p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.sec-insights-detail .group-insights .jk-team {
  border-radius: 4px;
  background: #1E1E1E;
  padding: 12px;
}
.sec-insights-detail .group-insights .jk-team .el-image {
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 16px;
  display: block;
}
.sec-insights-detail .group-insights .jk-team .el-title {
  color: #D4AF37;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights .jk-team .el-title {
    line-height: 1.6;
  }
}
.sec-insights-detail .group-insights .jk-team .el-meta {
  color: #F8F8F8;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .sec-insights-detail .group-insights .jk-team .el-meta {
    line-height: 1.6;
  }
}
.sec-insights-detail .jk-price {
  border-radius: 4px;
  background: #1E1E1E;
  padding: 20px 32px;
  text-align: center;
}
.sec-insights-detail .jk-price .uk-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.sec-insights-detail .jk-price .uk-list > .el-item {
  margin: 0 !important;
}
.sec-insights-detail .jk-price .uk-list > .el-item > .uk-grid {
  flex-direction: column;
}
.sec-insights-detail .jk-price .uk-list > .el-item > .uk-grid > div {
  margin: 0 !important;
}
.sec-insights-detail .jk-price .el-title {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.96px;
}
@media (max-width: 991px) {
  .sec-insights-detail .jk-price .el-title {
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.sec-insights-detail .jk-price .el-meta {
  color: #F8F8F8;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 991px) {
  .sec-insights-detail .jk-price .el-meta {
    line-height: 1.6;
  }
}
.sec-insights-detail .jk-price .uk-button {
  border-radius: 40px;
  background: #D4AF37;
  border-color: #D4AF37;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 121.698%;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .sec-insights-detail .jk-price .uk-button {
    line-height: 1.6;
  }
}
.sec-insights-detail .jk-price .uk-button .uk-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-insights-detail .jk-price .uk-button .uk-icon svg {
  display: none;
}
.sec-insights-detail .jk-price .uk-button:hover {
  opacity: 0.8;
}

.sec-law .list-commercial {
  gap: 16px 144px;
}
.sec-law .list-commercial > div {
  width: calc(100% - 448px);
}
.sec-law .list-commercial > div:first-child h2 {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.64px;
  text-transform: none;
}
@media (max-width: 991px) {
  .sec-law .list-commercial > div:first-child h2 {
    line-height: 1.6;
    letter-spacing: 0;
    margin: 10px 0;
    font-size: 24px;
  }
}
.sec-law .list-commercial > div:first-child h3 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 146%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991px) {
  .sec-law .list-commercial > div:first-child h3 {
    line-height: 1.6;
    font-size: 15px;
  }
}
.sec-law .list-commercial > div:last-child {
  width: 304px;
}
.sec-law .jk-quote {
  border-left: 1px solid #D4AF37;
  background: #000;
  padding: 8px;
  color: #D4AF37;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 112%;
  text-transform: none;
  display: inline-block;
}
.sec-law .uk-panel, .sec-law p, .sec-law ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 146%;
}
@media (max-width: 991px) {
  .sec-law .uk-panel, .sec-law p, .sec-law ul li {
    line-height: 1.6;
    font-size: 15px;
  }
}
.sec-law .uk-panel {
  margin: 0 0 20px !important;
}
.sec-law p {
  margin: 0 0 20px;
}
.sec-law p:last-child {
  margin: 0;
}
.sec-law .jk-video {
  margin: 24px 0 !important;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: auto;
  padding-top: 56.25%;
  transition: all 0.3s 0s ease;
  border-radius: 22px;
}
@media (max-width: 991px) {
  .sec-law .jk-video {
    margin: 0px 0 10px !important;
  }
}
.sec-law .jk-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
}
.sec-law .jk-sidebar-title {
  background: #252525;
  padding: 6px 8px;
  color: #D4AF37;
  font-family: "Abhaya Libre Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 121.698%;
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.sec-law .jk-sidebar-title::before, .sec-law .jk-sidebar-title::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #D4AF37;
  margin: 0 8px 0 4px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: inline-block;
  flex-shrink: 0;
}
.sec-law .jk-nav-sidebar {
  background: #252525;
  padding: 12px;
}
.sec-law .jk-nav-sidebar li {
  margin: 0 0 4px;
}
.sec-law .jk-nav-sidebar li > a {
  display: block;
  padding: 12px 20px;
  color: #D4AF37;
  font-size: 14px;
  font-weight: 500;
  line-height: 121.698%;
  text-transform: capitalize;
  background: #111;
}
.sec-law .jk-nav-sidebar li:last-child {
  margin: 0;
}
.sec-law .btn-all-law > a {
  padding: 8px 8px 8px 16px;
  border-radius: 40px;
  background: #D4AF37;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 121.698%;
  border-color: #D4AF37;
  display: block;
  text-align: left;
  position: relative;
}
.sec-law .btn-all-law > a:hover {
  background: #D4AF37;
}
.sec-law .btn-all-law .uk-icon {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-diagonal-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec-law .btn-all-law .uk-icon svg {
  display: none;
}

.sec-areas-detail .list-items-law > .uk-grid {
  gap: 41px;
}
@media (max-width: 991px) {
  .sec-areas-detail .list-items-law > .uk-grid {
    gap: 16px;
  }
}
.sec-areas-detail .list-items-law > .uk-grid > div {
  position: relative;
  margin: 0;
  width: calc((100% - 82px) / 3);
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  padding: 24px;
}
@media (max-width: 991px) {
  .sec-areas-detail .list-items-law > .uk-grid > div {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 480px) {
  .sec-areas-detail .list-items-law > .uk-grid > div {
    width: 100%;
  }
}
.sec-areas-detail .list-items-law .el-title {
  color: #D4AF37;
  font-family: "Sorts Mill Goudy", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  text-transform: none;
}
.sec-areas-detail .list-items-law ul {
  list-style: inside disc;
  margin: 0;
  padding: 0;
}
.sec-areas-detail .list-items-law ul li {
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.64px;
  position: relative;
}
.sec-areas-detail .list-items-law p {
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.sec-areas-detail .list-items-law .el-link {
  color: #F8F8F8;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding: 0;
  border: 0 none;
}
.sec-areas-detail .list-items-law .el-link::after {
  content: "";
  mask-image: url("../images/arrow-short.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  display: inline-block;
  background-color: #D4AF37;
  margin-left: 2px;
  width: 15px;
  height: 15px;
}
.sec-areas-detail .list-items-law .el-link:hover {
  background: transparent;
  color: #D4AF37;
}

.page-contact #tm-main {
  background-image: url("../images/contact.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-color: #111212;
}
.page-contact #tm-main .uk-section {
  background: transparent;
}

.sec-logo {
  padding: 0 0 60px;
}
@media (max-width: 991px) {
  .sec-logo {
    padding: 0 0 40px;
  }
}
.sec-logo .jk-list .el-content {
  border: 0 none;
  color: #F8F8F8;
  font-size: 16px;
  font-weight: 700;
  line-height: 121.698%;
  font-family: Archivo;
}
.sec-logo .list-logo {
  gap: 16px;
  align-items: center;
}
.sec-logo .list-logo > div {
  width: 131px;
}
@media (max-width: 991px) {
  .sec-logo .list-logo > div {
    width: 100%;
  }
}
.sec-logo .list-logo > div:last-child {
  width: calc(100% - 147px);
  position: relative;
}
@media (max-width: 991px) {
  .sec-logo .list-logo > div:last-child {
    width: 100%;
  }
}
.sec-logo .list-logo > div:last-child::before, .sec-logo .list-logo > div:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 2;
}
.sec-logo .list-logo > div:last-child::before {
  left: 0px;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}
.sec-logo .list-logo > div:last-child::after {
  right: 0px;
  background: linear-gradient(to left, #111 0%, transparent 100%);
}
.sec-logo .slide-logo .el-image {
  height: 80px;
  object-fit: contain;
}