@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Serif+Display:wght@400&family=Cormorant:ital,wght@0,500;0,600;1,400&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

.umbra-container {
  width: 100%;
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.hero-section .umbra-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 1440px) {
  .umbra-container {
    max-width: 1320px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .umbra-container {
    max-width: 92%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .umbra-container {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.py-5 {
    padding-top: 40px !important;
    padding-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .umbra-container {
    max-width: 100%;
  }
  section.py-5 {
    padding-top: 32px !important;
  }
}
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background: #ffffff;
}

.text-montserrat-semibold-15-gold {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ae8d64;
}

.text-montserrat-semibold-14-white {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.text-montserrat-semibold-18-gold {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ae8d64;
}

.text-montserrat-regular-18 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.text-montserrat-regular-16 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text-montserrat-regular-14 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.text-noto-serif-60-white {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
}

.text-noto-serif-45-navy {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 70px;
  color: #1a1f3b;
}

.text-noto-serif-45-white {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 70px;
  color: #ffffff;
}

.text-noto-serif-30-navy {
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 70px;
  color: #1a1f3b;
}

.text-cormorant-semibold-20-brown {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #80341D;
}

.text-cormorant-medium-28-navy {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  color: #1a1f3b;
}

.text-cormorant-italic-40-brown {
  font-family: "Cormorant", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #80341D;
}

.global-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.global-btn.btn-type-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ae8d64;
  background-color: #ffffff;
  color: #ae8d64;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.global-btn.btn-type-2 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.global-btn.btn-type-2 i img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.global-btn.btn-type-2:hover {
  opacity: 0.9;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  height: 108px;
}
.site-header.is-scrolled {
  height: 70px;
  background-color: #ffffff;
}
.site-header.is-scrolled .site-header__inner {
  height: 70px;
}
.site-header.is-scrolled .site-header__nav {
  height: 70px;
}
.site-header.is-scrolled .site-header__right {
  height: 70px;
}
.site-header.is-scrolled .site-header__logo {
  height: 70px;
}
.site-header.is-scrolled .site-header__logo .logo-default {
  display: none;
}
.site-header.is-scrolled .site-header__logo .logo-scrolled {
  display: block;
}
.site-header.is-scrolled .site-header__phone {
  width: 70px;
  height: 70px;
}
.site-header.is-scrolled .site-header__phone img {
  width: 35px;
  height: 35px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 108px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: height 0.3s ease;
}
.site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 108px;
  text-decoration: none;
  padding-left: 50px;
  transition: height 0.3s ease;
}
.site-header__logo .logo-default {
  display: block;
  width: 180px;
  height: auto;
}
.site-header__logo .logo-scrolled {
  display: none;
  height: auto;
}
.site-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 108px;
  overflow: hidden;
  padding-right: 0;
  transition: height 0.3s ease;
}
.site-header__nav .site-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.site-header__nav .site-header__menu li {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-header__nav .site-header__menu li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color 0.2s ease;
}
.site-header__nav .site-header__menu li a:hover {
  color: #ae8d64;
}
.site-header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 108px;
  margin-left: 2rem;
  transition: height 0.3s ease;
}
.site-header__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  background-color: #ae8d64;
  text-decoration: none;
  transition: background 0.2s ease, width 0.3s ease, height 0.3s ease;
  flex-shrink: 0;
}
.site-header__phone:hover {
  background-color: rgb(153.1610169492, 120.5525423729, 80.0389830508);
}
.site-header__phone img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-header__hamburger {
  display: none;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 35px;
  height: 28px;
}
.site-header__hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.site-header__hamburger span:nth-child(1) {
  top: 0;
}
.site-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header__hamburger span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.site-header__hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.site-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.site-header__hamburger.is-open span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.site-header__mobile-nav {
  display: none;
  background-color: #ffffff;
  width: 100%;
  padding: 1rem 0;
}
.site-header__mobile-nav.is-open {
  display: block;
}
.site-header__mobile-nav .site-header__mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mobile-nav .site-header__mobile-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header__mobile-nav .site-header__mobile-menu li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-header__mobile-nav .site-header__mobile-menu li a:hover {
  color: #ae8d64;
  padding-left: 2rem;
}
@media (width <= 575.98px) {
  .site-header {
    height: 55px !important;
  }
  .site-header.is-scrolled {
    height: 55px !important;
    background-color: #ffffff;
  }
  .site-header.is-scrolled .site-header__inner {
    height: 55px;
  }
  .site-header.is-scrolled .site-header__logo {
    height: 55px;
    padding-left: 36px !important;
  }
  .site-header.is-scrolled .site-header__logo .logo-default {
    display: block !important;
    width: 130px;
  }
  .site-header.is-scrolled .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header.is-scrolled .site-header__right {
    height: 55px;
  }
  .site-header.is-scrolled .site-header__phone {
    display: flex !important;
    width: 52px !important;
    height: 55px !important;
    background-color: #ae8d64;
  }
  .site-header.is-scrolled .site-header__phone img {
    width: 28px !important;
    height: 28px !important;
  }
  .site-header__inner {
    height: 55px;
    padding: 0;
  }
  .site-header__logo {
    height: 55px;
    padding-left: 36px !important;
  }
  .site-header__logo .logo-default {
    display: block !important;
    width: 130px;
    height: auto;
  }
  .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header__nav {
    display: none !important;
  }
  .site-header__right {
    display: flex !important;
    align-items: center;
    height: 55px;
    margin-left: 0;
    gap: 8px;
    flex-shrink: 0;
    padding-right: 0;
  }
  .site-header__phone {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ae8d64;
    width: 52px !important;
    height: 55px !important;
  }
  .site-header__phone img {
    width: 28px !important;
    height: 28px !important;
    filter: brightness(0) invert(1);
  }
  .site-header__hamburger {
    display: flex !important;
    position: relative;
    width: 52px;
    height: 55px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header__hamburger span {
    position: absolute;
    left: 50%;
    width: 35px;
    height: 2px;
    background-color: #000000;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .site-header__hamburger span:nth-child(1) {
    top: calc(50% - 13px);
    transform: translateX(-50%);
  }
  .site-header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header__hamburger span:nth-child(3) {
    top: calc(50% + 13px);
    transform: translate(-50%, -100%);
  }
  .site-header__hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .site-header__hamburger.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__mobile-nav {
    display: none;
  }
  .site-header__mobile-nav.is-open {
    display: block;
  }
  .site-header__mobile-nav .site-header__mobile-menu li a {
    padding: 13px 36px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}
@media (576px <= width <= 767.98px) {
  .site-header {
    height: 60px !important;
  }
  .site-header.is-scrolled {
    height: 60px !important;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site-header.is-scrolled .site-header__inner {
    height: 60px;
  }
  .site-header.is-scrolled .site-header__logo {
    height: 60px;
    padding-left: 36px !important;
  }
  .site-header.is-scrolled .site-header__logo .logo-default {
    display: block !important;
    width: 140px;
  }
  .site-header.is-scrolled .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header.is-scrolled .site-header__right {
    height: 60px;
  }
  .site-header.is-scrolled .site-header__phone {
    display: flex !important;
    width: 52px !important;
    height: 60px !important;
    background-color: transparent !important;
  }
  .site-header.is-scrolled .site-header__phone img {
    width: 28px !important;
    height: 28px !important;
  }
  .site-header__inner {
    height: 60px;
    padding: 0;
  }
  .site-header__logo {
    height: 60px;
    padding-left: 36px !important;
  }
  .site-header__logo .logo-default {
    display: block !important;
    width: 140px;
    height: auto;
  }
  .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header__nav {
    display: none !important;
  }
  .site-header__right {
    display: flex !important;
    align-items: center;
    height: 60px;
    margin-left: 0;
    gap: 0;
    padding-right: 0;
  }
  .site-header__phone {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    width: 52px !important;
    height: 60px !important;
  }
  .site-header__phone img {
    width: 28px !important;
    height: 28px !important;
    filter: brightness(0) invert(1);
  }
  .site-header__hamburger {
    display: flex !important;
    position: relative;
    width: 52px;
    height: 60px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header__hamburger span {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .site-header__hamburger span:nth-child(1) {
    top: calc(50% - 8px);
    transform: translateX(-50%);
  }
  .site-header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header__hamburger span:nth-child(3) {
    top: calc(50% + 8px);
    transform: translate(-50%, -100%);
  }
  .site-header__hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .site-header__hamburger.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__mobile-nav {
    display: none;
  }
  .site-header__mobile-nav.is-open {
    display: block;
  }
  .site-header__mobile-nav .site-header__mobile-menu li a {
    padding: 13px 36px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}
@media (768px <= width <= 991.98px) {
  .site-header {
    height: 70px !important;
  }
  .site-header.is-scrolled {
    height: 70px !important;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site-header.is-scrolled .site-header__inner {
    height: 70px;
  }
  .site-header.is-scrolled .site-header__logo {
    height: 70px;
    padding-left: 36px !important;
  }
  .site-header.is-scrolled .site-header__logo .logo-default {
    display: block !important;
    width: 155px;
  }
  .site-header.is-scrolled .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header.is-scrolled .site-header__right {
    height: 70px;
  }
  .site-header.is-scrolled .site-header__phone {
    display: flex !important;
    width: 56px !important;
    height: 70px !important;
    background-color: transparent !important;
  }
  .site-header.is-scrolled .site-header__phone img {
    width: 30px !important;
    height: 30px !important;
  }
  .site-header__inner {
    height: 70px;
    padding: 0;
  }
  .site-header__logo {
    height: 70px;
    padding-left: 36px !important;
  }
  .site-header__logo .logo-default {
    display: block !important;
    width: 155px;
    height: auto;
  }
  .site-header__logo .logo-scrolled {
    display: none !important;
  }
  .site-header__nav {
    display: none !important;
  }
  .site-header__right {
    display: flex !important;
    align-items: center;
    height: 70px;
    margin-left: 0;
    gap: 0;
    padding-right: 36px;
  }
  .site-header__phone {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    width: 56px !important;
    height: 70px !important;
  }
  .site-header__phone img {
    width: 30px !important;
    height: 30px !important;
    filter: brightness(0) invert(1);
  }
  .site-header__hamburger {
    display: flex !important;
    position: relative;
    width: 56px;
    height: 70px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header__hamburger span {
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .site-header__hamburger span:nth-child(1) {
    top: calc(50% - 8px);
    transform: translateX(-50%);
  }
  .site-header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .site-header__hamburger span:nth-child(3) {
    top: calc(50% + 8px);
    transform: translate(-50%, -100%);
  }
  .site-header__hamburger.is-open span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .site-header__hamburger.is-open span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header__mobile-nav {
    display: none;
  }
  .site-header__mobile-nav.is-open {
    display: block;
  }
  .site-header__mobile-nav .site-header__mobile-menu li a {
    padding: 14px 36px;
    font-size: 12px;
    letter-spacing: 2.2px;
  }
}
@media (992px <= width <= 1024px) {
  .site-header__logo {
    padding-left: 30px;
  }
  .site-header__logo .logo-default {
    width: 140px;
  }
  .site-header__logo .logo-scrolled {
    width: 36px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 30px;
  }
  .site-header__nav {
    justify-content: flex-end;
  }
  .site-header__nav .site-header__menu {
    gap: 1rem;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 11px;
    letter-spacing: 1.6px;
  }
}
@media (1025px <= width <= 1280px) {
  .site-header__logo {
    padding-left: 40px;
  }
  .site-header__logo .logo-default {
    width: 155px;
  }
  .site-header__logo .logo-scrolled {
    width: 40px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 40px;
  }
  .site-header__nav .site-header__menu {
    gap: 1.5rem;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media (1281px <= width <= 1440px) {
  .site-header__logo {
    padding-left: 50px;
  }
  .site-header__logo .logo-default {
    width: 170px;
  }
  .site-header__logo .logo-scrolled {
    width: 44px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 50px;
  }
  .site-header__nav .site-header__menu {
    gap: 2rem;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 12px;
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1441px) and (max-width: 1919.98px) {
  .site-header__logo {
    padding-left: 50px;
  }
  .site-header__logo .logo-default {
    width: 200px;
  }
  .site-header__logo .logo-scrolled {
    width: 48px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 50px;
  }
  .site-header__nav .site-header__menu {
    gap: 2.5rem;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 13px;
    letter-spacing: 2.8px;
  }
}
@media (min-width: 1920px) and (max-width: 2199.98px) {
  .site-header__logo {
    padding-left: 160px;
  }
  .site-header__logo .logo-default {
    width: 210px;
  }
  .site-header__logo .logo-scrolled {
    width: 52px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 160px;
  }
  .site-header__nav .site-header__menu {
    gap: 65px;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 14px;
    letter-spacing: 3px;
  }
}
@media (width >= 2200px) {
  .site-header__logo {
    padding-left: 80px;
  }
  .site-header__logo .logo-default {
    width: 230px;
  }
  .site-header__logo .logo-scrolled {
    width: 56px;
  }
  .site-header.is-scrolled .site-header__logo {
    padding-left: 80px;
  }
  .site-header__nav .site-header__menu {
    gap: 3.5rem;
  }
  .site-header__nav .site-header__menu li a {
    font-size: 14px;
    letter-spacing: 3.2px;
  }
}

@media (width <= 991.98px) {
  .hero-side-button {
    display: none !important;
  }
}

body {
  padding-top: 0;
}

.site-footer {
  background: #ffffff;
}

/* =========================
   Signup Section
========================= */
.footer-signup-section {
  background: #ffffff;
  padding-bottom: 40px;
}

.footer-signup-inner {
  --bs-gutter-x: 90px;
  align-items: center;
  border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-signup-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
  margin-bottom: 0;
  text-align: left;
}
.footer-signup-title p {
  margin: 0;
}

.footer-signup-form {
  width: 100%;
  padding-top: 40px;
}
.footer-signup-form .wpcf7 form {
  width: 100%;
}
.footer-signup-form .footer-signup-form-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 150px;
  width: 100%;
}
.footer-signup-form .footer-signup-form-inner .wpcf7-form-control-wrap {
  flex: 1;
  display: block;
  width: 100%;
}
.footer-signup-form .footer-signup-form-inner .footer-form-field {
  width: 100%;
  height: 32px;
  border: none;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
}
.footer-signup-form .footer-signup-form-inner .footer-form-field::placeholder {
  color: #000000;
  opacity: 1;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  flex-direction: row;
  flex-shrink: 0;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap .wpcf7-spinner {
  margin: 0;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-submit-label {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  pointer-events: auto;
  user-select: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  gap: 34px;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
  color: #ae8d64;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-submit-label {
  opacity: 0.75;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-form-submit {
  opacity: 0.75;
}
.footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-form-submit i {
  background-color: #ae8d64;
  color: #ffffff;
}

/* =========================
   Talk Section
========================= */
.footer-talk-section {
  background: #faf8f5;
  padding: 85px 0 78px;
}

.footer-talk-inner {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 190px;
  align-items: start;
}

.footer-talk-left {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer-talk-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 48px;
  font-weight: normal;
  color: #80341D;
  margin: 0 0 42px;
  text-align: left;
}
.footer-talk-title p {
  margin: 0;
}

.footer-talk-description {
  max-width: 812px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
}
.footer-talk-description p {
  margin: 0;
}

.footer-information {
  margin-top: auto;
  padding-top: 60px;
}

.footer-information-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #af5b41;
  margin: 0 0 36px;
  text-align: left;
}
.footer-information-title p {
  margin: 0;
}

.footer-information-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 110px;
  margin-bottom: 46px;
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-contact-details a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.footer-contact-details a:hover, .footer-contact-details a:focus {
  color: #80341D;
  text-decoration: none;
}

.footer-address {
  max-width: 360px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-align: left;
}
.footer-address p {
  margin: 0;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  max-width: 90%;
}
.footer-social-links a {
  width: 44px;
  height: 44px;
  border: 1px solid #af5b41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #af5b41;
  text-decoration: none;
  font-size: 22px;
}
.footer-social-links a:hover, .footer-social-links a:focus {
  background: #af5b41;
  color: #ffffff;
}

/* =========================
   Talk to us — Right form
========================= */
.footer-talk-right {
  width: 100%;
  padding-top: 90px;
}
.footer-talk-right .wpcf7-form {
  width: 100%;
}
.footer-talk-right .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}
.footer-talk-right input[type=text],
.footer-talk-right input[type=email],
.footer-talk-right select,
.footer-talk-right textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  background: transparent;
  padding: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: normal;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.footer-talk-right input[type=text],
.footer-talk-right input[type=email],
.footer-talk-right select {
  height: 38px;
}
.footer-talk-right textarea {
  height: 38px;
  resize: none;
  overflow: hidden;
}
.footer-talk-right input::placeholder,
.footer-talk-right textarea::placeholder {
  color: #000000;
  opacity: 1;
}
.footer-talk-right .wpcf7-form-control-wrap:has(select) {
  position: relative;
}
.footer-talk-right .wpcf7-form-control-wrap:has(select)::after {
  content: "∨";
  position: absolute;
  right: 4px;
  top: 8px;
  color: #af5b41;
  font-size: 12px;
  pointer-events: none;
}
.footer-talk-right .wpcf7-spinner {
  margin: 0;
}
.footer-talk-right .footer-submit-wrap {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 28px;
}
.footer-talk-right .footer-submit-wrap .footer-submit-label {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  pointer-events: auto;
  user-select: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.footer-talk-right .footer-submit-wrap .footer-form-submit {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  padding: 0;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  gap: 34px;
}
.footer-talk-right .footer-submit-wrap .footer-form-submit i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1px;
  color: #ae8d64;
  pointer-events: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.footer-talk-right .footer-submit-wrap:hover .footer-submit-label {
  opacity: 0.75;
}
.footer-talk-right .footer-submit-wrap:hover .footer-form-submit {
  opacity: 0.75;
}
.footer-talk-right .footer-submit-wrap:hover .footer-form-submit i {
  background-color: #ae8d64;
  color: #ffffff;
}
.footer-talk-right .footer-privacy-text a {
  color: #4b4c51;
  text-decoration: underline;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}
.footer-talk-right .footer-privacy-text a:hover, .footer-talk-right .footer-privacy-text a:focus {
  color: #af5b41;
}
.footer-talk-right .footer-privacy-text p {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding-top: 10px;
}

/* =========================
   Sitemap Section
========================= */
.footer-sitemap-section {
  background: #ffffff;
  padding: 55px 0 95px;
}

.footer-sitemap-main-title {
  font-family: "Noto Serif Display", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 70px;
  color: #1a1f3b;
  margin-bottom: 40px !important;
}

.footer-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.footer-sitemap-column h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 3px;
  color: #80341D;
  margin-bottom: 10px;
}
.footer-sitemap-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-sitemap-column li {
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.footer-sitemap-column a.footer-sitemap-link {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.footer-sitemap-column a.footer-sitemap-link:hover, .footer-sitemap-column a.footer-sitemap-link:focus {
  color: #80341D;
  text-decoration: none;
}

.menu-item-ID a.footer-sitemap-link::after {
  content: "®";
  font-size: 0.6em;
  vertical-align: super;
}

/* =========================
   Footer Logos — Base
========================= */
.footer-logo {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 80px;
}
.footer-logo .footer-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo .footer-logo-item img {
  width: auto;
  max-height: 120px;
  max-width: 180px;
  object-fit: contain;
  display: block;
}

@media (width <= 575.98px) {
  .footer-signup-section .umbra-container,
  .footer-talk-section .umbra-container,
  .footer-sitemap-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .footer-signup-title {
    font-size: 25px;
    line-height: 40px;
  }
  .footer-talk-title {
    font-size: 25px;
    line-height: 45px;
  }
  .footer-sitemap-section {
    padding: 32px 0 50px;
  }
  .footer-sitemap-main-title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 20px !important;
  }
  .footer-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-sitemap-column h3 {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .footer-sitemap-column a.footer-sitemap-link {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-signup-inner {
    --bs-gutter-x: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-signup-form {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    flex: unset !important;
  }
  .footer-signup-form .footer-signup-form-inner .footer-form-field {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit i {
    font-size: 16px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
    width: 13px;
    height: 13px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-section {
    padding: 50px 0;
  }
  .footer-talk-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer-talk-left {
    display: contents;
  }
  .footer-talk-title {
    order: 1;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .footer-talk-description {
    order: 2;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 32px;
    font-weight: normal;
  }
  .footer-talk-right {
    order: 3;
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .footer-talk-right input[type=text],
  .footer-talk-right input[type=email],
  .footer-talk-right select,
  .footer-talk-right textarea {
    font-size: 14px;
  }
  .footer-talk-right .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .footer-talk-right .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-right .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit i {
    font-size: 16px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-talk-right .footer-privacy-text {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-privacy-text p {
    display: none;
  }
  .footer-talk-right .footer-privacy-text a {
    font-size: 13px;
    color: #4b4c51;
    text-decoration: underline;
    display: inline-block;
    line-height: 33px;
    position: absolute;
    left: 0;
    top: -45px;
  }
  .footer-talk-right .footer-privacy-text a:hover {
    color: #af5b41;
  }
  .footer-information {
    order: 4;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-information-title {
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .footer-information-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  }
  .footer-contact-details a {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .footer-address {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-social-links {
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 0;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }
  .footer-logo {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 24px;
  }
  .footer-logo .footer-logo-item {
    flex: 0 0 auto;
  }
  .footer-logo .footer-logo-item img {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 80px;
    object-fit: contain;
    display: block;
  }
}
@media (576px <= width <= 767.98px) {
  .footer-signup-section .umbra-container,
  .footer-talk-section .umbra-container,
  .footer-sitemap-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .footer-signup-inner {
    --bs-gutter-x: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-signup-title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .footer-signup-form {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    flex: unset !important;
  }
  .footer-signup-form .footer-signup-form-inner .footer-form-field {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit i {
    font-size: 13px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-section {
    padding: 50px 0;
  }
  .footer-talk-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer-talk-left {
    display: contents;
  }
  .footer-talk-title {
    order: 1;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .footer-talk-description {
    order: 2;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 32px;
    font-weight: normal;
  }
  .footer-talk-right {
    order: 3;
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .footer-talk-right input[type=text],
  .footer-talk-right input[type=email],
  .footer-talk-right select,
  .footer-talk-right textarea {
    font-size: 14px;
  }
  .footer-talk-right .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .footer-talk-right .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-right .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit i {
    font-size: 13px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-talk-right .footer-privacy-text {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-privacy-text p {
    display: none;
  }
  .footer-talk-right .footer-privacy-text a {
    font-size: 13px;
    color: #4b4c51;
    text-decoration: underline;
    display: inline-block;
    line-height: 33px;
    position: absolute;
    left: 0;
    top: -45px;
  }
  .footer-talk-right .footer-privacy-text a:hover {
    color: #af5b41;
  }
  .footer-information {
    order: 4;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-information-title {
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .footer-information-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  }
  .footer-contact-details a {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .footer-address {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-social-links {
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 0;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }
  .footer-sitemap-section {
    padding: 40px 0 60px;
  }
  .footer-sitemap-main-title {
    font-size: 25px;
    line-height: 70px;
    margin-bottom: 24px !important;
    font-weight: normal;
  }
  .footer-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-sitemap-column h3 {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .footer-sitemap-column a.footer-sitemap-link {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-logo {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 28px;
  }
  .footer-logo .footer-logo-item {
    flex: 0 0 auto;
  }
  .footer-logo .footer-logo-item img {
    width: auto;
    height: auto;
    max-height: 50px;
    max-width: 100px;
    object-fit: contain;
    display: block;
  }
}
@media (768px <= width <= 991.98px) {
  .footer-signup-section .umbra-container,
  .footer-talk-section .umbra-container,
  .footer-sitemap-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .footer-signup-inner {
    --bs-gutter-x: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-signup-title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: normal;
  }
  .footer-signup-form {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    flex: unset !important;
  }
  .footer-signup-form .footer-signup-form-inner .footer-form-field {
    width: 100%;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap .footer-form-submit i {
    font-size: 13px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-signup-form .footer-signup-form-inner .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-section {
    padding: 50px 0;
  }
  .footer-talk-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer-talk-left {
    display: contents;
  }
  .footer-talk-title {
    order: 1;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .footer-talk-description {
    order: 2;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 32px;
    font-weight: normal;
  }
  .footer-talk-right {
    order: 3;
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .footer-talk-right .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
  .footer-talk-right .wpcf7-spinner {
    display: none !important;
  }
  .footer-talk-right .footer-submit-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-submit-wrap .footer-submit-label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ae8d64;
    pointer-events: auto;
    user-select: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ae8d64;
    padding: 0;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    gap: 20px;
  }
  .footer-talk-right .footer-submit-wrap .footer-form-submit i {
    font-size: 13px;
    padding-left: 1px;
    color: #ae8d64;
    pointer-events: none;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-submit-label {
    opacity: 0.75;
  }
  .footer-talk-right .footer-submit-wrap:hover .footer-form-submit {
    opacity: 0.75;
  }
  .footer-talk-right .footer-privacy-text {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .footer-talk-right .footer-privacy-text p {
    display: none;
  }
  .footer-talk-right .footer-privacy-text a {
    font-size: 13px;
    color: #4b4c51;
    text-decoration: underline;
    display: inline-block;
    line-height: 33px;
    position: absolute;
    left: 0;
    top: -45px;
  }
  .footer-talk-right .footer-privacy-text a:hover {
    color: #af5b41;
  }
  .footer-information {
    order: 4;
    margin-top: 0;
    padding-top: 0;
  }
  .footer-information-title {
    font-size: 16px;
    letter-spacing: 3.2px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .footer-information-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  }
  .footer-contact-details a {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .footer-address {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-social-links {
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 0;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }
  .footer-sitemap-section {
    padding: 40px 0 60px;
  }
  .footer-sitemap-main-title {
    font-size: 25px;
    line-height: 70px;
    margin-bottom: 24px !important;
    font-weight: normal;
  }
  .footer-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-sitemap-column h3 {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .footer-sitemap-column a.footer-sitemap-link {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-logo {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 36px;
  }
  .footer-logo .footer-logo-item {
    flex: 0 0 auto;
  }
  .footer-logo .footer-logo-item img {
    width: auto;
    height: auto;
    max-height: 65px;
    max-width: 120px;
    object-fit: contain;
    display: block;
  }
}
@media (992px <= width <= 1024px) {
  .footer-logo {
    gap: 45px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 80px;
    max-width: 140px;
  }
  .footer-signup-form .footer-signup-form-inner {
    gap: 40px;
  }
  .footer-talk-inner {
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
}
@media (1025px <= width <= 1280px) {
  .footer-logo {
    gap: 60px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 90px;
    max-width: 155px;
  }
  .footer-signup-form .footer-signup-form-inner {
    gap: 50px;
  }
  .footer-talk-inner {
    grid-template-columns: 1fr 320px;
    gap: 60px;
  }
  .footer-talk-right {
    width: 100%;
    overflow: visible;
  }
  .footer-privacy-text p {
    font-size: 13px;
    line-height: 18px;
  }
  .footer-social-links {
    max-width: 98%;
  }
}
@media (1281px <= width <= 1440px) {
  .footer-logo {
    gap: 80px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 100px;
    max-width: 165px;
  }
  .footer-signup-form .footer-signup-form-inner {
    gap: 60px;
  }
  .footer-talk-inner {
    grid-template-columns: 1fr 360px;
    gap: 80px;
  }
  .footer-talk-description {
    max-width: 750px;
  }
  .footer-social-links {
    max-width: 95%;
  }
}
@media (1441px <= width <= 1919.98px) {
  .footer-logo {
    gap: 100px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 110px;
    max-width: 175px;
  }
}
@media (min-width: 1920px) and (max-width: 2199.98px) {
  .footer-logo {
    gap: 100px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 120px;
    max-width: 180px;
  }
}
@media (width >= 2200px) {
  .footer-logo {
    gap: 100px;
  }
  .footer-logo .footer-logo-item img {
    max-height: 130px;
    max-width: 200px;
  }
}
.hero-section {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center 80%;
  align-items: center;
  overflow: hidden;
  padding-top: 300px;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center 80%;
  transform: scaleX(-1);
  z-index: 0;
}
.hero-section .hero-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.hero-section .umbra-container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0;
}
.hero-section .hero-content {
  max-width: 1134px;
  color: #ffffff;
  padding-top: 0 !important;
}
.hero-section .hero-content .umbra-small-title {
  color: #ae8d64;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 3.2px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
}
.hero-section .hero-content h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
  text-align: left;
  font: normal normal normal 60px/70px "Noto Serif Display";
}
.hero-section .hero-content .hero-description {
  max-width: 430px;
}
.hero-section .hero-content .hero-description p {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
}
.hero-section .hero-content .hero-icon-circle {
  border: 1px solid #ffffff;
}
.hero-section .hero-content .global-btn.btn-type-1.hero-btn {
  color: #ffffff;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.hero-section .hero-content .global-btn.btn-type-1.hero-btn i {
  width: 33px;
  height: 33px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  color: #ffffff;
  padding-top: 1px;
  padding-left: 3px;
  padding-bottom: 1px;
}
.hero-section .hero-content .global-btn.btn-type-1.hero-btn:hover {
  opacity: 0.75;
}
.hero-section .hero-content .global-btn.btn-type-1.hero-btn:hover i {
  background-color: #ffffff;
  color: #000000;
}
.hero-section .hero-side-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 5;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  background: #ae8d64;
  color: #ffffff;
  padding: 24px 14px;
  font-size: 12px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.hero-section .hero-side-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  flex-shrink: 0;
}
.hero-section .hero-side-button:hover {
  background: rgb(153.1610169492, 120.5525423729, 80.0389830508);
}

@media (min-width: 1920px) and (max-width: 2199.98px) {
  .hero-section .umbra-container {
    padding-top: 0 !important;
  }
  .hero-section .hero-content {
    padding-top: 0 !important;
  }
  .hero-section .hero-content .umbra-small-title {
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-content h1 {
    font-size: 70px;
    line-height: 80px;
    font: normal normal normal 70px/80px "Noto Serif Display";
    margin-bottom: 20px;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn {
    font-size: 15px;
  }
}
@media (min-width: 1441px) and (max-width: 1919.98px) {
  .hero-section {
    padding-top: 400px;
  }
  .hero-section .hero-content .umbra-small-title {
    margin-bottom: 1rem;
  }
  .hero-section .hero-content h1 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .hero-section {
    padding-top: 400px;
  }
  .hero-section .hero-content .umbra-small-title {
    margin-bottom: 0.8rem;
  }
  .hero-section .hero-content h1 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .hero-section .hero-content .umbra-small-title {
    margin-bottom: 0.75rem;
  }
  .hero-section .hero-content h1 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero-section .hero-content .umbra-small-title {
    margin-bottom: 0.6rem;
  }
  .hero-section .hero-content h1 {
    margin-bottom: 14px;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: 616px;
    height: 616px;
    align-items: stretch;
    background-size: cover;
    background-position: 20% 35% !important;
    padding-top: 80px;
  }
  .hero-section::before {
    background-position: 20% 35% !important;
  }
  .hero-section .umbra-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    min-height: 520px;
  }
  .hero-section .hero-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: unset;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 310px;
  }
  .hero-section .hero-content .umbra-small-title {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .hero-section .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
    max-width: 100% !important;
    font: normal normal normal 28px/36px "Noto Serif Display";
  }
  .hero-section .hero-content h1 br {
    display: none;
  }
  .hero-section .hero-content .hero-description {
    margin-bottom: 0;
  }
  .hero-section .hero-content .hero-description p {
    font-size: 13px;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn {
    align-self: flex-start;
    font-size: 12px;
    letter-spacing: 2px;
    gap: 20px;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-right: 1px;
  }
  .hero-section .hero-side-button {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hero-section .umbra-container {
    padding-left: 36px !important;
    padding-bottom: 36px !important;
  }
  .hero-section .hero-content {
    padding-left: 0;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn {
    gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section .umbra-container {
    padding-left: 36px !important;
    padding-bottom: 36px !important;
  }
  .hero-section .hero-content {
    padding-left: 0;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-section .hero-content {
    padding-left: 30px !important;
  }
  .hero-section .hero-content .global-btn.btn-type-1.hero-btn {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    align-items: center;
  }
  .hero-section .umbra-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .hero-section .hero-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.who-we-are-section {
  background-color: #ffffff;
  color: #000000;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding: 5rem 0;
}
.who-we-are-section .who-we-are-inner {
  --bs-gutter-x: 62px;
  align-items: flex-start;
}
.who-we-are-section .col-lg-8 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0.625rem;
}
.who-we-are-section .who-we-are-content-row {
  align-items: stretch;
  flex: 1;
  width: 100%;
}
.who-we-are-section .who-we-are-button-col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 0 !important;
}
.who-we-are-section .who-we-are-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  color: #1a1f3b;
  margin-bottom: 0;
  text-align: left;
}
.who-we-are-section .who-we-are-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  text-align: left;
  line-height: 30px;
}
.who-we-are-section .who-we-are-description p {
  margin-bottom: 0;
}
.who-we-are-section .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.who-we-are-section .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  color: #ae8d64;
  padding-top: 1px;
  padding-left: 3px;
}
.who-we-are-section .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.who-we-are-section .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .who-we-are-section {
    padding-bottom: 0;
  }
  .who-we-are-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .who-we-are-section .who-we-are-inner,
  .who-we-are-section .who-we-are-content-row {
    --bs-gutter-x: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .who-we-are-section .col-lg-8 {
    margin-top: 0;
  }
  .who-we-are-section .who-we-are-title {
    font-size: 25px;
    line-height: 70px;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .who-we-are-section .who-we-are-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    padding-top: 0;
    margin-bottom: 0;
    min-height: unset;
  }
  .who-we-are-section .who-we-are-button-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 28px;
    padding-bottom: 2.5rem;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .who-we-are-section .global-btn.btn-type-1 {
    font-size: 12px;
    gap: 8px;
    margin-left: auto;
    line-height: 15px;
  }
  .who-we-are-section .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}

.who-we-work-with-section {
  background-color: #ffffff;
  padding: 5rem 0;
  overflow: visible;
}
.who-we-work-with-section .umbra-container {
  overflow: visible;
}
.who-we-work-with-section .who-we-work-with-inner {
  --bs-gutter-x: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.who-we-work-with-section .who-we-work-with-inner > .col-lg-4 {
  align-self: stretch;
  position: relative;
}
.who-we-work-with-section .sticky-section-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
  position: sticky;
  top: 100px;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-top: 0;
}
.who-we-work-with-section .sticky-section-title p {
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
}
.who-we-work-with-section .item-title {
  font-family: "Cormorant", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #80341D;
  margin-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
  margin-top: 0.938rem;
}
.who-we-work-with-section .item-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #000000;
  max-width: 100%;
}
.who-we-work-with-section .p p {
  margin-top: 0;
  margin-bottom: 0;
}
.who-we-work-with-section .who-item-inner {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding-right: 0;
}
.who-we-work-with-section .cards {
  padding-top: 0;
  margin-top: 0;
  --bs-gutter-x: 80px;
  --bs-gutter-y: 0;
}
.who-we-work-with-section .btn-type-2 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  background: none;
  color: #ae8d64;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 10px;
  padding: 0;
  margin-left: 0;
}
.who-we-work-with-section .btn-type-2 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
}
.who-we-work-with-section .btn-type-2:hover {
  opacity: 0.75;
}
.who-we-work-with-section .btn-type-2:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
.who-we-work-with-section {
  /* ===== Responsive ===== */
}
@media (max-width: 991.98px) {
  .who-we-work-with-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .who-we-work-with-section .who-we-work-with-inner {
    --bs-gutter-x: 24px;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .who-we-work-with-section .who-we-work-with-inner > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .who-we-work-with-section .sticky-section-title {
    position: static;
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 24px;
  }
  .who-we-work-with-section .sticky-section-title p {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .who-we-work-with-section .item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .who-we-work-with-section .item-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
  }
  .who-we-work-with-section .cards {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  .who-we-work-with-section .col-md-6.mb-4 {
    padding-top: 0;
    margin-top: 0;
  }
  .who-we-work-with-section .who-item-inner {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
    padding-right: 20px;
  }
  .who-we-work-with-section .btn-type-2 {
    margin-top: 6px;
  }
  .who-we-work-with-section .btn-type-2 i {
    padding-bottom: 1px;
  }
}
@media (max-width: 575px) {
  .who-we-work-with-section .sticky-section-title {
    font-size: 25px !important;
    line-height: 70px !important;
    margin-bottom: 24px;
  }
  .who-we-work-with-section .sticky-section-title p {
    font-size: 25px !important;
    line-height: 70px !important;
  }
  .who-we-work-with-section .item-title {
    font-size: 20px;
    line-height: 22px;
  }
  .who-we-work-with-section .item-description {
    font-size: 14px;
    line-height: 22px;
  }
  .who-we-work-with-section .item-description .p {
    margin-bottom: 0;
  }
  .who-we-work-with-section .who-item-inner {
    padding-top: 0;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    padding-right: 0;
    border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  }
  .who-we-work-with-section .btn-type-2 {
    margin-top: 6px;
  }
  .who-we-work-with-section .btn-type-2 i {
    padding-bottom: 1px;
  }
  .who-we-work-with-section .cards .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.featured-in-section {
  background-color: #faf8f5;
}
.featured-in-section .umbra-container {
  padding-top: 20px;
}
.featured-in-section .featured-in-inner {
  --bs-gutter-x: 62px;
  align-items: flex-start;
}
.featured-in-section .featured-in-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 70px;
  font-weight: normal;
  color: #1a1f3b;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}
.featured-in-section .featured-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
}
.featured-in-section .featured-logo-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.featured-in-section .featured-logo-item img {
  max-width: 150px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
}
@media (max-width: 991.98px) {
  .featured-in-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .featured-in-section .featured-in-inner {
    --bs-gutter-x: 24px;
  }
  .featured-in-section .featured-in-title {
    margin-bottom: 24px;
    font-size: 25px;
  }
  .featured-in-section .featured-logo-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 30px;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .featured-in-section .featured-logo-item {
    justify-content: center;
  }
  .featured-in-section .featured-logo-item img {
    width: 120px;
    height: 50px;
    object-fit: contain;
    object-position: center;
  }
}
@media (max-width: 575.98px) {
  .featured-in-section {
    padding: 40px 0 0;
  }
  .featured-in-section .featured-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 28px;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .featured-in-section .featured-logo-item {
    justify-content: center;
  }
  .featured-in-section .featured-logo-item img {
    width: 110px;
    height: 45px;
    object-fit: contain;
    object-position: center;
  }
}

.four-pillars-section {
  background-color: #ffffff;
  padding: 5rem 0;
  overflow: visible;
}
.four-pillars-section .umbra-container {
  overflow: visible;
}
.four-pillars-section .four-pillars-outer-row {
  --bs-gutter-x: 62px;
  align-items: flex-start;
}
.four-pillars-section .four-pillars-header-row {
  --bs-gutter-x: 62px;
  align-items: flex-end;
  margin-bottom: 55px;
}
.four-pillars-section .four-pillars-left {
  position: relative;
  align-self: stretch;
}
.four-pillars-section .sticky-section-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
  position: sticky;
  top: 100px;
  margin: 0;
  padding: 0;
}
.four-pillars-section .sticky-section-title p {
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
}
.four-pillars-section .four-pillars-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.four-pillars-section .section-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 55px;
  padding: 0;
  max-width: 733px;
}
.four-pillars-section .section-description p {
  margin: 0;
}
.four-pillars-section .four-pillars-items-row {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 0;
}
.four-pillars-section .pillar-item-inner {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding-right: 0;
  height: auto;
}
.four-pillars-section .pillar-item-inner .item-title-icon-wrap {
  display: block;
  margin-bottom: 10px;
}
.four-pillars-section .pillar-item-inner .item-icon {
  margin-bottom: 1rem;
}
.four-pillars-section .pillar-item-inner .item-icon img {
  width: 58px !important;
  height: 63px !important;
  max-width: unset !important;
  object-fit: contain;
  display: block;
}
.four-pillars-section .pillar-item-inner .item-title {
  font-family: "Cormorant", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24px;
  color: #80341D;
  margin-top: 0;
  margin-bottom: 10px;
}
.four-pillars-section .pillar-item-inner .item-title p {
  margin: 0;
  font-family: "Cormorant", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24px;
  color: #80341D;
}
.four-pillars-section .pillar-item-inner .item-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 1rem;
  max-width: 482px;
}
.four-pillars-section .pillar-item-inner .item-description p {
  margin: 0;
}
.four-pillars-section .section-button-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.four-pillars-section .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.four-pillars-section .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
}
.four-pillars-section .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.four-pillars-section .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .four-pillars-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .four-pillars-section .four-pillars-outer-row {
    --bs-gutter-x: 24px;
    flex-direction: column;
  }
  .four-pillars-section .four-pillars-left {
    align-self: auto;
    width: 100%;
  }
  .four-pillars-section .four-pillars-right {
    width: 100%;
    padding-bottom: 40px;
  }
  .four-pillars-section .sticky-section-title {
    position: static;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .four-pillars-section .sticky-section-title p {
    font-size: 25px;
    line-height: 40px;
  }
  .four-pillars-section .section-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .four-pillars-section .section-description p {
    font-size: 14px;
  }
  .four-pillars-section .four-pillars-items-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
  }
  .four-pillars-section .item-icon {
    margin-bottom: 0.75rem;
  }
  .four-pillars-section .item-icon img {
    width: 40px !important;
    height: 44px !important;
    max-width: 40px !important;
  }
  .four-pillars-section .item-title {
    font: normal normal 600 18px/22px "Cormorant" !important;
    letter-spacing: 4px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .four-pillars-section .item-title p {
    font: normal normal 600 18px/22px "Cormorant" !important;
    letter-spacing: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .four-pillars-section .item-description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0.5rem;
  }
  .four-pillars-section .pillar-item-inner {
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
    height: auto;
  }
  .four-pillars-section .section-button-wrap {
    justify-content: flex-end;
    margin-top: 16px;
  }
  .four-pillars-section .global-btn.btn-type-1 {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 15px;
  }
  .four-pillars-section .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}
@media (max-width: 575px) {
  .four-pillars-section .four-pillars-items-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .four-pillars-section .item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .four-pillars-section .item-title p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .four-pillars-section .global-btn.btn-type-1 {
    font-size: 12px;
    letter-spacing: 2.4px;
    gap: 8px;
  }
  .four-pillars-section .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-bottom: 1px;
  }
}

.profile-highlight-section {
  background-color: #faf8f5;
  padding: 5rem 0;
}
.profile-highlight-section .profile-highlight-inner {
  --bs-gutter-x: 62px;
}
.profile-highlight-section .profile-title-wrap {
  position: sticky;
  top: 100px;
}
.profile-highlight-section .profile-person-name {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 70px;
  font-weight: normal;
  color: #1a1f3b;
  margin-bottom: 20px;
}
.profile-highlight-section .profile-person-name p {
  margin: 0;
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 70px;
  font-weight: normal;
  color: #1a1f3b;
}
.profile-highlight-section .profile-person-role {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 2rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  color: #af5b41;
}
.profile-highlight-section .profile-top-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  margin-bottom: 45px;
  max-width: 760px;
  letter-spacing: 0px;
  margin-top: 25px;
}
.profile-highlight-section .profile-top-description p {
  margin: 0;
}
.profile-highlight-section .profile-top-description ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.profile-highlight-section .profile-top-description ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.profile-highlight-section .profile-top-description ul li:last-child {
  margin-bottom: 0;
}
.profile-highlight-section .profile-top-description ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #1a1f3b;
  flex-shrink: 0;
  margin-top: 14px;
}
.profile-highlight-section .profile-content-divider,
.profile-highlight-section .profile-bottom-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(75, 76, 81, 0.5019607843);
}
.profile-highlight-section .profile-content-divider {
  margin-bottom: 55px;
}
.profile-highlight-section .profile-main-row {
  --bs-gutter-x: 80px;
  align-items: stretch;
}
.profile-highlight-section .profile-quote-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profile-highlight-section .profile-quote-text {
  font-family: "Cormorant", serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  font-style: italic;
  color: #80341D;
  max-width: 460px;
  letter-spacing: 0.8px;
  flex: none;
  padding-top: 30px;
}
.profile-highlight-section .profile-quote-text p {
  margin: 0;
}
.profile-highlight-section .profile-image-wrap {
  width: 100%;
  height: 100%;
}
.profile-highlight-section .scroll-zoom-wrap {
  width: 100%;
  height: 532px;
  overflow: hidden;
  position: relative;
}
.profile-highlight-section .scroll-zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.profile-highlight-section .profile-button-wrap {
  margin-top: 0;
}
.profile-highlight-section .profile-image-col {
  position: relative;
  min-height: 400px;
}
.profile-highlight-section .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.profile-highlight-section .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  font-size: 16px;
  background: transparent;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
  padding-bottom: 0.5px;
}
.profile-highlight-section .global-btn.btn-type-1:hover {
  opacity: 0.85;
}
.profile-highlight-section .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
.profile-highlight-section .profile-bottom-divider {
  margin-top: 50px;
  background-color: rgba(75, 76, 81, 0.5019607843);
}
@media (max-width: 991.98px) {
  .profile-highlight-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .profile-highlight-section .profile-highlight-inner,
  .profile-highlight-section .profile-main-row {
    --bs-gutter-x: 24px;
  }
  .profile-highlight-section .profile-title-wrap {
    position: static;
    margin-bottom: 16px;
  }
  .profile-highlight-section .profile-person-name {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 4px;
  }
  .profile-highlight-section .profile-person-name p {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 40px;
  }
  .profile-highlight-section .profile-person-role {
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 15px;
    margin-bottom: 16px;
    font-weight: 500;
  }
  .profile-highlight-section .profile-top-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .profile-highlight-section .profile-top-description p {
    display: block !important;
    padding-left: 16px !important;
    text-indent: -16px !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    line-height: 20px;
    white-space: normal !important;
  }
  .profile-highlight-section .profile-top-description p:last-child {
    margin-bottom: 0 !important;
  }
  .profile-highlight-section .profile-top-description p .dash-char,
  .profile-highlight-section .profile-top-description p .dash-text {
    display: inline !important;
    flex: unset !important;
    white-space: normal !important;
  }
  .profile-highlight-section .profile-top-description ul, .profile-highlight-section .profile-top-description ol {
    margin: 0 !important;
    padding-left: 0 !important;
    list-style: none !important;
  }
  .profile-highlight-section .profile-top-description ul li, .profile-highlight-section .profile-top-description ol li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    text-indent: 0 !important;
    margin-bottom: 14px !important;
    line-height: 20px;
  }
  .profile-highlight-section .profile-top-description ul li:last-child, .profile-highlight-section .profile-top-description ol li:last-child {
    margin-bottom: 0 !important;
  }
  .profile-highlight-section .profile-top-description ul li::before, .profile-highlight-section .profile-top-description ol li::before {
    content: "";
    display: inline-block;
    width: 8px;
    min-width: 8px;
    height: 1.5px;
    background-color: #1a1f3b;
    flex-shrink: 0;
    margin-top: 9px;
  }
  .profile-highlight-section .profile-image-col {
    min-height: 330px;
  }
  .profile-highlight-section .profile-content-divider {
    margin-bottom: 20px;
  }
  .profile-highlight-section .profile-main-row {
    display: flex;
    flex-direction: column;
  }
  .profile-highlight-section .profile-main-row .col-md-6:last-child {
    order: -1;
    margin: 0;
    padding-top: 10px;
  }
  .profile-highlight-section .profile-main-row .col-md-6:first-child {
    order: 1;
  }
  .profile-highlight-section .scroll-zoom-wrap {
    height: 394px;
  }
  .profile-highlight-section .scroll-zoom-image {
    transform: scale(1) !important;
    transition: none !important;
  }
  .profile-highlight-section .profile-quote-text {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .profile-highlight-section .profile-button-wrap {
    margin-top: 0;
    margin-bottom: 28px;
    text-align: right;
  }
  .profile-highlight-section .profile-bottom-divider {
    display: none;
  }
  .profile-highlight-section .global-btn.btn-type-1 {
    justify-content: flex-end;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
  }
  .profile-highlight-section .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
    border: 1px solid #ae8d64;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}

.secure-lifestyle-section {
  padding: 0;
  position: relative;
}
.secure-lifestyle-section .secure-lifestyle-inner {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 !important;
  width: 100%;
  align-items: stretch;
}
.secure-lifestyle-section .secure-lifestyle-left {
  flex: 0 0 58.333%;
  max-width: 58.333%;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.secure-lifestyle-section .secure-lifestyle-right {
  flex: 0 0 41.667%;
  max-width: 41.667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5rem 4rem 5rem 4rem;
  min-height: 100%;
  box-sizing: border-box;
}
.secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items {
  max-width: 100%;
}
.secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-button-wrap {
  margin-top: 2rem;
  width: 100%;
}
.secure-lifestyle-section .secure-lifestyle-image {
  flex: 1;
  height: 100%;
  position: relative;
  margin: 0 !important;
  overflow: hidden;
}
.secure-lifestyle-section .secure-lifestyle-image img.secure-lifestyle-zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay {
  position: sticky;
  top: 80px;
  left: 0;
  right: 0;
  padding: 0 2rem 0 3rem;
  z-index: 2;
}
.secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-title sup {
  font-size: 0.4em;
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -0.1em;
}
.secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}
.secure-lifestyle-section .secure-lifestyle-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding: 30px 0 0px;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .service-item-text {
  flex: 1;
  min-width: 0;
  padding-right: 20px;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .service-item-text .service-item-title {
  font-weight: 600;
  color: #80341D;
  margin-bottom: 6px;
  font-size: 20px;
  font-family: "Cormorant", sans-serif;
  letter-spacing: 4px;
  line-height: 24px;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .service-item-text .service-item-title p {
  margin: 0;
  font-weight: 600;
  color: #80341D;
  font-size: 25px;
  font-family: "Cormorant", sans-serif;
  letter-spacing: 0px;
  line-height: 24px;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .service-item-text .service-item-description {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .global-btn.btn-type-2 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ae8d64;
  color: #ae8d64;
  background: transparent;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .global-btn.btn-type-2:hover {
  background: #ae8d64;
  color: #ffffff;
}
.secure-lifestyle-section .secure-lifestyle-items .service-item .global-btn.btn-type-2 i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 1px;
}
.secure-lifestyle-section .secure-lifestyle-button-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
}
.secure-lifestyle-section .secure-lifestyle-button-wrap .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.secure-lifestyle-section .secure-lifestyle-button-wrap .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.secure-lifestyle-section .secure-lifestyle-button-wrap .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
.secure-lifestyle-section .secure-lifestyle-button-wrap .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  font-size: 16px;
  background: transparent;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
  padding-bottom: 1px;
}
@media (width <= 575.98px) {
  .secure-lifestyle-section .secure-lifestyle-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .secure-lifestyle-section .secure-lifestyle-left,
  .secure-lifestyle-section .secure-lifestyle-right {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: unset;
  }
  .secure-lifestyle-section .secure-lifestyle-image {
    height: 297px;
  }
  .secure-lifestyle-section .secure-lifestyle-image img.secure-lifestyle-zoom-image {
    height: 297px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay {
    position: absolute !important;
    top: 1.25rem !important;
    left: 36px !important;
    right: 36px !important;
    width: auto !important;
    padding: 0 !important;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 24px;
    line-height: 28px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 30px 36px !important;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items {
    width: 100%;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item {
    padding: 25px 0 0;
    width: 100%;
    align-items: flex-end;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .global-btn.btn-type-2 {
    margin-bottom: 15px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .global-btn.btn-type-2 i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text {
    padding-right: 14px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title {
    font-size: 18px;
    letter-spacing: 3.6px;
    line-height: 600;
    margin-bottom: 10px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title p {
    font-size: 18px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    max-width: 100%;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-button-wrap .global-btn.btn-type-1 {
    font-size: 12px;
    gap: 8px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-button-wrap .global-btn.btn-type-1 i {
    padding-bottom: 1px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
}
@media (576px <= width <= 767.98px) {
  .secure-lifestyle-section .secure-lifestyle-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .secure-lifestyle-section .secure-lifestyle-left,
  .secure-lifestyle-section .secure-lifestyle-right {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: unset;
  }
  .secure-lifestyle-section .secure-lifestyle-image {
    height: 297px;
  }
  .secure-lifestyle-section .secure-lifestyle-image img.secure-lifestyle-zoom-image {
    height: 297px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay {
    position: absolute !important;
    top: 1.5rem !important;
    left: 36px !important;
    right: 36px !important;
    width: auto !important;
    padding: 0 !important;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 28px;
    line-height: 32px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 28px 36px !important;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item {
    padding: 13px 0 11px;
    align-items: flex-end;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .global-btn.btn-type-2 {
    margin-bottom: 15px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text {
    padding-right: 16px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title {
    font-size: 11px;
    letter-spacing: 2.2px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title p {
    font-size: 11px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-description {
    font-size: 12px;
    line-height: 19px;
  }
}
@media (768px <= width <= 991.98px) {
  .secure-lifestyle-section .secure-lifestyle-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .secure-lifestyle-section .secure-lifestyle-left,
  .secure-lifestyle-section .secure-lifestyle-right {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: unset;
  }
  .secure-lifestyle-section .secure-lifestyle-image {
    height: 450px;
  }
  .secure-lifestyle-section .secure-lifestyle-image img.secure-lifestyle-zoom-image {
    height: 450px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay {
    position: absolute !important;
    top: 1.5rem !important;
    left: 36px !important;
    right: 36px !important;
    width: auto !important;
    padding: 0 !important;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 32px;
    line-height: 36px;
  }
  .secure-lifestyle-section .secure-lifestyle-image .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 32px 36px !important;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item {
    padding: 14px 0 12px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text {
    padding-right: 16px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-title p {
    font-size: 12px;
  }
  .secure-lifestyle-section .secure-lifestyle-right .secure-lifestyle-items .service-item .service-item-text .service-item-description {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (992px <= width <= 1024px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 2.5rem 2rem 2.5rem 5.5rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 1.5rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 28px;
    line-height: 34px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .secure-lifestyle-section .service-item-title {
    font-size: 11px !important;
    letter-spacing: 2px !important;
  }
  .secure-lifestyle-section .service-item-description {
    font-size: 12px !important;
    line-height: 22px;
  }
}
@media (1025px <= width <= 1280px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 3rem 3rem 3rem 8.5rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 2rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 36px;
    line-height: 42px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 14px;
  }
  .secure-lifestyle-section .service-item-title {
    font-size: 12px !important;
    letter-spacing: 2.5px !important;
  }
  .secure-lifestyle-section .service-item-description {
    font-size: 13px !important;
  }
}
@media (1281px <= width <= 1440px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 4rem 5rem 4rem 5rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 1.5rem !important;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 40px;
    line-height: 46px;
  }
  .secure-lifestyle-section .service-item-title {
    font-size: 13px !important;
  }
  .secure-lifestyle-section .service-item-description {
    font-size: 13px !important;
  }
}
@media (1300px <= width <= 1440px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 3rem 6rem 3rem 8rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 3.5rem !important;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 36px;
    line-height: 42px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 14px;
  }
  .secure-lifestyle-section .service-item-title {
    font-size: 12px !important;
    letter-spacing: 2.5px !important;
  }
  .secure-lifestyle-section .service-item-description {
    font-size: 13px !important;
  }
}
@media (1441px <= width <= 1919.98px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 5rem 4rem 5rem 10rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 3rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 45px;
    line-height: 50px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 16px;
  }
}
@media (min-width: 1920px) and (max-width: 2199.98px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 5rem 10rem 5rem 10rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 7rem !important;
    right: auto;
    padding: 0;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 52px;
    line-height: 58px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 17px;
  }
}
@media (width >= 2200px) {
  .secure-lifestyle-section .secure-lifestyle-right {
    padding: 4rem 5rem 4rem 9rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay {
    left: 8rem;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-title {
    font-size: 58px;
    line-height: 64px;
  }
  .secure-lifestyle-section .secure-lifestyle-text-overlay .secure-lifestyle-description {
    font-size: 18px;
  }
}

.content-with-image-section {
  padding: 5rem 0;
}
.content-with-image-section.white {
  background-color: #ffffff;
}
.content-with-image-section.off_white {
  background-color: #faf8f5;
}
.content-with-image-section.light_grey {
  background-color: #cecece;
}
.content-with-image-section .content-with-image-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: stretch;
  padding: 0;
}
.content-with-image-section .content-col {
  flex: 0 0 58.333%;
  max-width: 58.333%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 4rem 0 50px;
}
.content-with-image-section .content-col .sticky-section-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 70px;
  font-weight: normal;
  color: #1a1f3b;
  margin: 0 0 0;
}
.content-with-image-section .content-col .section-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  color: #af5b41;
}
.content-with-image-section .content-col .service-items-row {
  flex: 1;
}
.content-with-image-section .content-col .service-items-row .service-item-inner {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}
.content-with-image-section .content-col .section-button-wrap {
  margin-top: 2rem;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding-bottom: 2rem;
}
.content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: none;
  background: transparent;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
.content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  font-size: 16px;
  background: transparent;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
}
.content-with-image-section .image-col {
  flex: 0 0 41.667%;
  max-width: 41.667%;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0 50px 0 0;
}
.content-with-image-section .image-col .content-image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-with-image-section .image-col .content-image .scroll-zoom-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex: 1;
  display: flex;
}
.content-with-image-section .image-col .content-image img,
.content-with-image-section .image-col .content-image .scroll-zoom-image {
  width: 100%;
  aspect-ratio: 674/601;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
@media (992px <= width <= 1024px) {
  .content-with-image-section .content-col {
    padding: 0 2rem 0 50px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 26px;
    line-height: 40px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 13px;
    letter-spacing: 2.5px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 15px;
    line-height: 24px;
  }
  .content-with-image-section .image-col {
    padding: 0 50px 0 0;
  }
}
@media (1025px <= width <= 1280px) {
  .content-with-image-section .content-col {
    padding: 0 3rem 0 50px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 32px;
    line-height: 50px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 17px;
    line-height: 26px;
  }
  .content-with-image-section .image-col {
    padding: 0 50px 0 0;
  }
}
@media (1281px <= width <= 1440px) {
  .content-with-image-section .content-col {
    padding: 0 3.5rem 0 90px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 38px;
    line-height: 58px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 15px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 18px;
    line-height: 28px;
  }
  .content-with-image-section .image-col {
    padding: 0 80px 0 0;
  }
}
@media (1300px <= width <= 1440px) {
  .content-with-image-section .content-col {
    padding: 0 4rem 0 100px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 42px;
    line-height: 65px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 16px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 19px;
    line-height: 29px;
  }
  .content-with-image-section .image-col {
    padding: 0 90px 0 0;
  }
}
@media (1441px <= width <= 1919.98px) {
  .content-with-image-section .content-col {
    padding: 0 4rem 0 50px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 42px;
    line-height: 65px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 16px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 19px;
    line-height: 29px;
  }
  .content-with-image-section .image-col {
    padding: 0 60px 0 0;
  }
}
@media (1920px <= width <= 2199.98px) {
  .content-with-image-section .content-col {
    padding: 0 3rem 0 170px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 45px;
    line-height: 70px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-bottom: 10rem;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 20px;
    line-height: 30px;
  }
  .content-with-image-section .image-col {
    padding: 0 160px 0 0;
  }
}
@media (width >= 2200px) {
  .content-with-image-section .content-col {
    padding: 0 6rem 0 50px;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 48px;
    line-height: 72px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 17px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 20px;
    line-height: 30px;
  }
  .content-with-image-section .image-col {
    padding: 0 50px 0 0;
  }
}
@media (width <= 575.98px) {
  .content-with-image-section {
    padding: 0;
  }
  .content-with-image-section .content-with-image-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .content-with-image-section .content-col,
  .content-with-image-section .image-col {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .content-with-image-section .image-col {
    order: 1;
    padding: 0;
  }
  .content-with-image-section .image-col .content-image {
    width: 100%;
  }
  .content-with-image-section .image-col .content-image img,
  .content-with-image-section .image-col .content-image .scroll-zoom-image {
    height: 300px;
    aspect-ratio: unset;
    object-fit: cover;
    transform: scale(1) !important;
    transition: none !important;
  }
  .content-with-image-section .content-col {
    order: 2;
    padding: 24px 36px 0;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 25px;
    line-height: 40px;
  }
  .content-with-image-section .content-col .sticky-section-title p {
    margin-bottom: 1px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner {
    padding: 12px 0 10px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 14px;
    line-height: 22px;
  }
  .content-with-image-section .content-col .section-button-wrap {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 24px;
    margin-top: 1rem;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 {
    font-size: 12px;
    gap: 8px;
    font-weight: 600;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
  }
}
@media (576px <= width <= 767.98px) {
  .content-with-image-section {
    padding: 0;
  }
  .content-with-image-section .content-with-image-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .content-with-image-section .content-col,
  .content-with-image-section .image-col {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .content-with-image-section .image-col {
    order: 1;
    padding: 0;
  }
  .content-with-image-section .image-col .content-image {
    width: 100%;
  }
  .content-with-image-section .image-col .content-image img,
  .content-with-image-section .image-col .content-image .scroll-zoom-image {
    height: 300px;
    aspect-ratio: unset;
    object-fit: cover;
    transform: scale(1) !important;
    transition: none !important;
  }
  .content-with-image-section .content-col {
    order: 2;
    padding: 24px 36px 0;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 25px;
    line-height: 40px;
  }
  .content-with-image-section .content-col .sticky-section-title p {
    margin-bottom: 1px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner {
    padding: 12px 0 10px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 14px;
    line-height: 22px;
  }
  .content-with-image-section .content-col .section-button-wrap {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 24px;
    margin-top: 1rem;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 {
    font-size: 12px;
    gap: 12px;
    font-weight: 600;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
  }
}
@media (768px <= width <= 991.98px) {
  .content-with-image-section {
    padding: 0 0 40px;
  }
  .content-with-image-section .content-with-image-inner {
    flex-direction: column;
  }
  .content-with-image-section .image-col {
    order: 1;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 0;
  }
  .content-with-image-section .image-col .content-image img {
    height: 320px;
    aspect-ratio: unset;
    object-fit: cover;
  }
  .content-with-image-section .image-col .content-image img .scroll-zoom-image {
    transform: scale(1) !important;
    transition: none !important;
  }
  .content-with-image-section .content-col {
    order: 2;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 32px 36px 0;
  }
  .content-with-image-section .content-col .sticky-section-title {
    font-size: 26px;
    line-height: 40px;
  }
  .content-with-image-section .content-col .section-description {
    font-size: 12px;
    letter-spacing: 2.4px;
    margin-bottom: 14px;
  }
  .content-with-image-section .content-col .service-items-row .service-item-inner .service-item-description {
    font-size: 15px;
    line-height: 24px;
  }
  .content-with-image-section .content-col .section-button-wrap {
    display: flex;
    justify-content: flex-end;
    border-bottom: none;
    padding-bottom: 24px;
    margin-top: 1rem;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 {
    font-size: 12px;
    gap: 12px;
  }
  .content-with-image-section .content-col .section-button-wrap .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
  }
}

.featured-insights-section {
  background-color: #ffffff;
  padding: 5rem 0;
  overflow: visible;
}
.featured-insights-section .featured-insights-header {
  --bs-gutter-x: 62px;
  align-items: flex-start;
  margin-bottom: 55px;
}
.featured-insights-section .featured-insights-left {
  position: relative;
  align-self: stretch;
}
.featured-insights-section .sticky-section-title {
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: normal;
  color: #1a1f3b;
  position: sticky;
  top: 100px;
  margin: 0;
  padding: 0;
}
.featured-insights-section .featured-insights-right {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  margin-top: 0;
}
.featured-insights-section .insight-content-row {
  align-items: stretch;
  margin-bottom: 55px;
  margin-top: 0;
}
.featured-insights-section .insight-content-row > .col-lg-8 {
  padding-top: 0;
  margin-top: 0;
}
.featured-insights-section .section-description {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  margin: 0;
  padding: 0;
}
.featured-insights-section .section-description p {
  margin-bottom: 0;
  margin-top: 20px;
}
.featured-insights-section .insight-button-col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  padding-right: 10px;
}
.featured-insights-section .featured-insights-posts-outer {
  --bs-gutter-x: 62px;
}
.featured-insights-section .insights-posts {
  --bs-gutter-x: 80px;
  --bs-gutter-y: 0;
}
.featured-insights-section .insights-posts .insight-post {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
  padding-bottom: 1.5rem;
  flex: 1;
}
.featured-insights-section .insights-posts .insight-post .scroll-zoom-wrap {
  width: 100%;
  height: 299px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.featured-insights-section .insights-posts .insight-post .scroll-zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.featured-insights-section .insights-posts .insight-post .insight-post-title {
  font-family: "Cormorant", serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 35px;
  color: #1a1f3b;
  margin-bottom: 1rem;
  min-height: 75px;
}
.featured-insights-section .insights-posts .insight-post .insight-category {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid rgba(75, 76, 81, 0.5019607843);
  border-bottom: 1px solid rgba(75, 76, 81, 0.5019607843);
}
.featured-insights-section .insights-posts .insight-post .insight-category .category-label {
  color: #af5b41;
  font-weight: 600;
  margin-right: 6px;
  font-size: 18px;
  letter-spacing: 3.6px;
  font-family: "Cormorant", sans-serif;
}
.featured-insights-section .insights-posts .insight-post .insight-category .category-name {
  color: #1a1f3b;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}
.featured-insights-section .insights-posts .insight-post .insight-description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 1.5rem;
}
.featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1 i {
  width: 33px;
  height: 33px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  font-size: 16px;
  background: transparent;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
}
.featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
.featured-insights-section .global-btn.btn-type-1 {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ae8d64;
  text-decoration: none;
  white-space: nowrap;
}
.featured-insights-section .global-btn.btn-type-1 i {
  width: 32px;
  height: 32px;
  border: 1px solid #ae8d64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ae8d64;
  font-size: 16px;
  background: transparent;
  flex-shrink: 0;
  padding-top: 1px;
  padding-left: 3px;
}
.featured-insights-section .global-btn.btn-type-1:hover {
  opacity: 0.75;
}
.featured-insights-section .global-btn.btn-type-1:hover i {
  background-color: #ae8d64;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .featured-insights-section .umbra-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .featured-insights-section .featured-insights-header {
    --bs-gutter-x: 0px;
    flex-direction: column;
    margin-bottom: 28px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .featured-insights-section .featured-insights-left {
    align-self: auto;
    width: 100%;
  }
  .featured-insights-section .featured-insights-right {
    width: 100%;
  }
  .featured-insights-section .section-description p {
    margin-top: 15px;
  }
  .featured-insights-section .sticky-section-title {
    position: static;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .featured-insights-section .insight-content-row {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .featured-insights-section .section-description {
    font-size: 14px;
    line-height: 22px;
  }
  .featured-insights-section .insight-button-col {
    justify-content: flex-end;
    margin-top: 16px;
  }
  .featured-insights-section .featured-insights-posts-outer {
    --bs-gutter-x: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .featured-insights-section .featured-insights-posts-outer > .col-lg-4 {
    display: none;
  }
  .featured-insights-section .featured-insights-posts-outer > .col-lg-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-insights-section .insights-posts {
    --bs-gutter-x: 0;
    margin-right: 0 !important;
    padding-right: 0;
  }
  .featured-insights-section .insights-posts .col-md-6 {
    display: block !important;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .featured-insights-section .insights-posts .insight-post {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
  .featured-insights-section .insights-posts .insight-post .insight-description {
    font-size: 14px;
    font-weight: 22px;
    margin-bottom: 0 !important;
  }
  .featured-insights-section .insights-posts .insight-post .scroll-zoom-wrap {
    height: 222px;
  }
  .featured-insights-section .insights-posts .insight-post .scroll-zoom-image {
    transform: scale(1) !important;
    transition: none !important;
  }
  .featured-insights-section .insights-posts .insight-post .insight-post-title {
    min-height: unset;
    font-size: 22px;
    line-height: 35px;
    width: 100%;
  }
  .featured-insights-section .insights-posts .insight-post .insight-category {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
  }
  .featured-insights-section .insights-posts .insight-post .insight-category .category-label {
    font-size: 16px;
    letter-spacing: 3.2px;
    line-height: 18px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 0;
  }
  .featured-insights-section .insights-posts .insight-post .insight-category .category-name {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 18px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
  }
  .featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1 {
    justify-content: flex-end;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
  }
  .featured-insights-section .insights-posts .insight-post .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
  }
  .featured-insights-section .global-btn.btn-type-1 {
    justify-content: flex-end;
    width: auto;
    font-size: 12px;
    gap: 8px;
  }
  .featured-insights-section .global-btn.btn-type-1 i {
    width: 30px;
    height: 30px;
  }
}

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