body {
  background: #000;
}
.wrapper {
  padding: 0;
}
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
h1 {
  color: #fff;
  font-family: "yrsa", serif;
  font-size: 6.75rem;
  font-weight: 300;
  line-height: 95%;
}
h2 {
  color: #fff;
  font-family: "yrsa", serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.045rem;
}
h3 {
  color: #C9A86A;
  font-family: "yrsa", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 121.581%;
}
h4 {
  color: #fff;
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
p,
li {
  color: #fff;
  font-family: "roboto-black", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05rem;
}
.small {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}
a {
  transition: 0.5s ease-in-out;
}
.button {
  display: inline-flex;
  padding: 1.25rem 2.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025rem;
  font-family: "termina", sans-serif;
  text-decoration: none;
  border-radius: 0.25rem;
}
.goldbtn {
  background: #C9A86A;
  color: #fff;
  border: 2px solid #C9A86A;
}
.goldbtn:hover {
  background: #D6C197;
  color: #fff;
  border: 2px solid #D6C197;
}
.outlinebtn {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid #C9A86A;
}
.outlinebtn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #C9A86A;
}
#main-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.navbar {
  padding: 3.5rem 4.5rem 0;
  background: transparent;
}
.navbar.sticky {
  background: #000;
}
.navbar-brand img {
  width: 16.68rem;
}
.navbar.sticky .navbar-brand {
  width: 12rem;
}
.mega-menu-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.0625rem;
}
.mega-menu-link:hover {
  color: #C9A86A;
}
.navbar-expand-md .navbar-nav {
  gap: 3.5rem;
}
.dropdown-menu,
.mega-sub-menu {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(50, 50, 50, 0.5) !important;
  padding: 0;
}
.dropdown-item {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.05625rem;
  padding: 0.75rem 1.5rem;
}
.dropdown-item:hover,
.mega-sub-menu .mega-menu-item:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(201, 168, 106, 0.4) !important;
  color: #fff;
}
.mega-menu-item-57 {
  background: #C9A86A !important;
  color: #fff;
  padding: 0.5rem 1.5rem !important;
  border-radius: 0.25rem !important;
}
.mega-menu-item-57:hover {
  background: #D6C197 !important;
}
.mega-menu-item-57:hover a {
  color: #fff !important;
}
.home-hero {
  padding-top: 17.5rem;
  padding-bottom: 5rem;
}
.home-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  line-height: 180%;
  letter-spacing: 0.075rem;
}
p.subtitle {
  color: #C9A86A;
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
}
.hero-buttons {
  margin-top: 4.5rem;
}
.hero-buttons .col-auto {
  margin-bottom: 1rem;
}
.home-services {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.service-boxes {
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}
.home-services a {
  color: #C9A86A;
  font-family: "termina", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
}
.home-services a:hover {
  color: #D6C197;
}
.box-inner {
  height: 100%;
}
.service-boxes .box-inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(50, 50, 50, 0.5);
  padding: 3.5rem 2.5rem;
  border-radius: 0.5rem;
  display: block;
  text-decoration: none;
}
.service-boxes a.box-inner:hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(201, 168, 106, 0.4);
}
.service-boxes i {
  color: #C9A86A;
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
}
.service-boxes h4 {
  font-family: "yrsa", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.02rem;
  text-transform: unset;
  max-width: 165px;
  margin: 0 auto 1rem;
}
.service-boxes p {
  color: rgba(255, 255, 255, 0.7);
}
.home-find {
  padding-top: 7.69rem;
  padding-bottom: 11.44rem;
}
.home-find p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
}
.home-works,
.home-service {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.home-works .col {
  padding: 3rem 4.5rem;
}
.home-works .row-cols-1 {
  margin-top: 4.5rem;
}
.home-works p.big {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.075rem;
}
.home-works h2 {
  margin-bottom: 1rem;
}
.home-service img {
  border-radius: 0.5rem;
}
.home-service h2 {
  text-wrap: balance;
  margin-bottom: 4.5rem;
}
.service-list-item {
  margin-bottom: 3.5rem;
}
.home-service i {
  color: #C9A86A;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 100%;
  margin-right: 2.5rem;
}
.home-service p {
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.015rem;
}
.home-works p {
  color: rgba(255, 255, 255, 0.7);
}
#primary {
  padding-top: 14rem;
}
#primary h1 {
  text-align: center;
}
#primary h2 {
  font-size: 2.75rem;
  margin-top: 2rem;
}
#primary h3 {
  font-size: 1.75rem;
}
#primary a,
.jet-list li::marker {
  color: #C9A86A;
}
#primary a:hover,
.horizontal-list a:hover {
  color: #D6C197;
}
.full-image img {
  height: 37.8125rem;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}
.full-image.left img {
  object-position: center left;
}
.full-image.center img {
  object-position: center;
}
.contact-form img,
.jet1 img,
.jet2 img {
  border-radius: 0.5rem;
}
.img-overlay {
  background: linear-gradient(0deg, #000 0.29%, rgba(0, 0, 0, 0) 40%), linear-gradient(180deg, #000 0.18%, rgba(0, 0, 0, 0) 64%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.horizontal-list li {
  color: #fff;
  font-family: "termina", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.01rem;
}
.horizontal-list i {
  color: #C9A86A;
  font-size: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(50, 50, 50, 0.5);
  width: 3.5rem;
  height: 3.5rem;
  align-content: center;
  justify-content: center;
  border-radius: 0.5rem;
}
.horizontal-list {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.approach {
  padding-top: 4.5rem;
  padding-bottom: 8rem;
}
.approach h2 {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.approach p,
.jet1 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  line-height: 190%;
  letter-spacing: 0.0625rem;
}
.approach .button,
.jet1 .button,
.jet-elevated .button {
  margin-top: 4rem;
}
.jet-benefits h2,
.jet2 h2,
.jet1 h2 {
  margin-bottom: 4.5rem;
}
.home-works i {
  margin-bottom: 3.5rem;
  color: #C9A86A;
  font-size: 3.5rem;
  line-height: 95%;
  /* 3.325rem */
  letter-spacing: 0.035rem;
}
.horizontal-list a {
  color: #fff;
  text-decoration: none;
}
.contact-form h2 {
  margin-bottom: 3.5rem;
}
.contact-form p {
  margin-bottom: 3.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}
.jet1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.jet-benefits {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.jet2,
.jet-elevated,
.right-option {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.jet-benefits .box-inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(50, 50, 50, 0.5);
  padding: 3.5rem 2.5rem;
  border-radius: 0.5rem;
}
.jet-benefits .last-box .box-inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(201, 168, 106, 0.4);
}
.jet-benefits i {
  color: #C9A86A;
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
}
.jet-benefits h4 {
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin: 0 auto 1rem;
}
.jet-benefits p {
  color: rgba(255, 255, 255, 0.7);
}
.jet-benefits h3 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.035rem;
  margin-bottom: 1rem;
}
.jet-benefits .last-box .button {
  margin-top: 2rem;
}
.jet-list li {
  margin-bottom: 3.5rem;
  color: #fff;
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.015rem;
}
.right-option h2 {
  margin-bottom: 4.5rem;
}
.right-option i {
  font-size: 3.5rem;
  color: #C9A86A;
  margin-bottom: 3.5rem;
}
.right-option .col {
  padding: 4.5rem;
}
.right-option p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  line-height: 190%;
  /* 2.375rem */
  letter-spacing: 0.0625rem;
}
.right-option h4 {
  margin-bottom: 2rem;
}
.right-option h3 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  margin-top: 6.5rem;
}
.right-option .button {
  margin-top: 3.5rem;
}
.jet2 li {
  font-family: "termina", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.015rem;
}
.jet2 li::marker {
  color: #C9A86A;
}
.jet2 li li {
  font-family: "roboto-black", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05rem;
  color: rgba(255, 255, 255, 0.7);
}
.jet2 li ul {
  margin-bottom: 3.5rem;
  margin-top: 1.5rem;
  list-style-type: none;
  padding-left: 0;
}
.empty1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.empty1 img {
  border-radius: 0.6rem;
}
.empty1 h2 {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  text-wrap: balance;
}
.empty1 .button {
  margin-top: 4rem;
}
.empty1 p {
  font-size: 1.25rem;
  line-height: 190%;
  letter-spacing: 0.0625rem;
  color: rgba(255, 255, 255, 0.7);
}
.empty2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.empty2 h2 {
  margin-bottom: 3rem;
}
.empty2 p {
  font-size: 1.25rem;
  line-height: 190%;
  letter-spacing: 0.0625rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4rem;
}
.empty3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.empty3 h2 {
  margin-bottom: 4.5rem;
}
.jet2 .button {
  margin-top: 4rem;
}
.jet2 p {
  font-size: 1.25rem;
  line-height: 190%;
  letter-spacing: 0.0625rem;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), rgba(201, 168, 106, 0.4);
  padding: 3.5rem 3.25rem;
  border-radius: 0.5rem;
}
.faq-content {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.sticky-top {
  top: 100px;
}
.sidebar li::marker {
  color: #C9A86A;
}
.sidebar li {
  margin-bottom: 1.5rem;
}
.sidebar a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  text-decoration: none;
}
.sidebar a:hover {
  color: #D6C197;
}
.sidebar ul {
  padding-left: 1rem;
}
.sidebar h4 {
  margin-bottom: 1.5rem;
}
.faq-category {
  margin-top: 6rem;
}
.faq-category:first-child {
  margin-top: 0;
}
.accordion-button::after {
  background: none;
  font-family: 'Font Awesome 7 Pro';
  content: '\2b';
  font-weight: 300;
  color: #C9A86A;
  font-size: 1.5rem;
  margin-top: -10px;
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background: none;
  content: '\f068';
}
.accordion-button {
  background: #000 !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.accordion-item {
  color: rgba(255, 255, 255, 0.7);
  background-color: #000;
  border: 0;
  border-bottom: 0.1875rem solid #323232;
}
.accordion-item h4 {
  font-weight: 400;
  font-size: 1.5rem;
}
.accordion-button:not(.collapsed) {
  color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.accordion-item p {
  color: rgba(255, 255, 255, 0.7);
}
#wrapper-footer {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.66%, #000 96.64%), linear-gradient(180deg, #000 12.12%, rgba(0, 0, 0, 0.85) 28.17%, rgba(0, 0, 0, 0) 76.33%), url('/wp-content/uploads/2026/05/clouds.png') no-repeat center;
  background-size: cover;
  margin-top: 8rem;
}
.footer-logo {
  padding-top: 4.5rem;
  margin-top: 8rem;
  border-top: 0.03125rem solid rgba(255, 255, 255, 0.7);
}
.footer-logo img {
  margin-bottom: 1.5rem;
  width: 24.25rem;
}
.acf-social-icons {
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 3.5rem;
}
.acf-social-icons a,
.copyright p,
.copyright a {
  color: rgba(255, 255, 255, 0.6);
}
.acf-social-icons a:hover,
.copyright a:hover {
  color: #fff;
}
#menu-footer-menu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.5rem;
  list-style-type: none;
  padding-left: 0;
}
#menu-footer-menu a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.0625rem;
  text-decoration: none;
}
#menu-footer-menu a:hover {
  color: #C9A86A;
}
.copyright {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.ready h2 {
  font-size: 7.5rem;
  margin-bottom: 2rem;
}
.ready p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .right-option .col:first-child {
    border-right: 0.1875rem solid #323232;
  }
}
@media (min-width: 992px) {
  .home-works .col:nth-child(2) {
    border-left: 0.1875rem solid #323232;
    border-right: 0.1875rem solid #323232;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 3rem 1.5rem 0;
    background: transparent;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 2rem 0 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-57 {
    margin-right: 0 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem !important;
  }
  .navbar-brand img {
    width: 200px;
  }
  .mega-menu-item-57 {
    padding: 0.5rem 0.75rem !important;
  }
  .home-works .col {
    padding: 3rem;
  }
  h1 {
    font-size: 5.5rem;
  }
  .home-works .col:nth-child(2) {
    border-top: 0.1875rem solid #323232;
    border-bottom: 0.1875rem solid #323232;
  }
}
@media (max-width: 767.98px) {
  .right-option .col:first-child {
    border-bottom: 0.1875rem solid #323232;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary:before {
    display: block;
    content: ' ';
    background: url(/wp-content/uploads/2026/05/logo.svg) no-repeat center;
    background-size: auto 75px;
    background-position: center;
    width: 100%;
    height: 150px;
    position: relative;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%), #323232;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item,
  #mega-menu-wrap-primary #mega-menu-primary > #mega-menu-item-57 {
    margin: 0 2rem 1.5rem !important;
  }
  .right-option .col {
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .home-hero {
    padding-top: 13.5rem;
  }
  h1 {
    font-size: 3.9rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  p.subtitle,
  .home-hero p {
    font-size: 1rem;
  }
  .hero-buttons {
    margin-top: 2.5rem;
  }
  .ready h2 {
    font-size: 5rem;
  }
  .horizontal-list i {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .horizontal-list li {
    font-size: 0.8rem;
  }
  .accordion-button {
    font-size: 1.1rem;
  }
}
