/* Extracted static styles for template-exclusive-archive.php. */
body {
  margin: 0;
  background: #04101a;
  font-family: 'Vazirmatn', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

a {
  color: #d8b978;
  text-decoration: none;
}

a:hover {
  color: #efdcac;
}

button,
input {
  font-family: 'Vazirmatn', system-ui, sans-serif;
}

::placeholder {
  color: rgba(244, 239, 230, 0.4);
}

::selection {
  background: #d8b978;
  color: #04101a;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

#wpadminbar {
  position: fixed !important;
}

.ka-exclusive-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  border: 1px solid rgba(216, 185, 120, 0.22);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.34);
  transition: all 0.25s ease;
}

.ka-exclusive-card:hover {
  border-color: rgba(216, 185, 120, 0.55);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.ka-hover-text:hover {
  color: #efdcac !important;
}

.ka-hover-border:hover {
  border-color: #efdcac !important;
  color: #efdcac !important;
}

.ka-btn-gold {
  cursor: pointer;
  background: linear-gradient(135deg, #efdcac, #d8b978 58%, #b8963f);
  color: #04101a;
  font-size: 13.5px;
  font-weight: 800;
  padding: 11px 26px;
  border-radius: 999px;
  transition: 0.2s;
  border: none;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ka-btn-gold:hover {
  background: linear-gradient(135deg, #f7ead0, #e2c88e 58%, #c8a44b);
}

.ka-exclusive-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.ka-exclusive-main-nav li {
  position: relative;
}

.ka-exclusive-main-nav a {
  color: rgba(244, 239, 230, 0.82);
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding: 10px 0;
  display: block;
}

.ka-exclusive-main-nav a:hover {
  color: #efdcac;
}

.ka-exclusive-main-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: rgba(4, 16, 26, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 185, 120, 0.18);
  border-radius: 8px;
  min-width: 180px;
  padding: 8px 0;
  z-index: 100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ka-exclusive-main-nav li:hover>ul.sub-menu {
  display: block;
}

.ka-exclusive-main-nav ul.sub-menu li {
  width: 100%;
}

.ka-exclusive-main-nav ul.sub-menu a {
  display: block;
  padding: 8px 20px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 13px;
}

.ka-exclusive-main-nav ul.sub-menu a:hover {
  background: rgba(216, 185, 120, 0.08);
  color: #efdcac;
}

@media(max-width: 900px) {
  .ka-exclusive-main-nav {
    display: none;
  }
}

.ka-exclusive-inline-001 {
  min-height: 100vh;
  background: radial-gradient(115% 75% at 78% -12%, #12405a 0%, #0a2537 40%, #04101a 100%);
  color: #f4efe6;
  position: relative;
  overflow-x: hidden;
}

.ka-exclusive-inline-002 {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image: radial-gradient(rgba(216, 185, 120, 0.05) 1px, transparent 1px);
  background-size: 26px 26px
}

.ka-exclusive-inline-003 {
  background: rgba(4, 16, 26, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(216, 185, 120, 0.18);
  position: sticky;
  top: <?php echo is_admin_bar_showing() ? '32px': '0';
  ?>;
  z-index: 50
}

.ka-exclusive-inline-004 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px
}

.ka-exclusive-inline-005 {
  display: flex;
  align-items: center;
  gap: 28px
}

.ka-exclusive-inline-006 {
  display: flex;
  align-items: center;
  gap: 14px
}

.ka-exclusive-inline-007 {
  position: relative;
  overflow: hidden
}

.ka-exclusive-inline-008 {
  position: absolute;
  inset: 0
}

.ka-exclusive-inline-009 {
  width: 100%;
  height: 100%;
  background-image: url(<?php echo get_template_directory_uri();
  ?>/assets/images/vip-hero.webp);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  filter: saturate(0.65)
}

.ka-exclusive-inline-010 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 16, 26, 0.72) 0%, rgba(4, 16, 26, 0.45) 40%, #04101a 100%)
}

.ka-exclusive-inline-011 {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  padding: 58px 24px 46px;
  text-align: center;
  animation: rise 0.8s cubic-bezier(0.16, 1, 0.3, 1) both
}

.ka-exclusive-inline-012 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px
}

.ka-exclusive-inline-013 {
  width: 34px;
  height: 1px;
  background: linear-gradient(to right, rgba(216, 185, 120, 0), #d8b978);
  display: block
}

.ka-exclusive-inline-014 {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #d8b978
}

.ka-exclusive-inline-015 {
  width: 34px;
  height: 1px;
  background: linear-gradient(to left, rgba(216, 185, 120, 0), #d8b978);
  display: block
}

.ka-exclusive-inline-016 {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 800;
  color: #f8f3e9;
  line-height: 1.55;
  letter-spacing: -0.4px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4)
}

.ka-exclusive-inline-017 {
  margin: 0 auto 26px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1;
  color: rgba(244, 239, 230, 0.68);
  max-width: 600px;
  text-wrap: pretty
}

.ka-exclusive-inline-018 {
  display: flex;
  justify-content: center;
  margin-bottom: 12px
}

.ka-exclusive-inline-019 {
  display: flex;
  gap: 4px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(216, 185, 120, 0.2);
  border-radius: 999px;
  padding: 4px
}

.ka-exclusive-inline-020 {
  cursor: pointer;
  padding: 8px 26px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  <?php echo ($deal =='buy' || $deal =='all') ? 'background:linear-gradient(135deg,#efdcac,#d8b978 58%,#b8963f);color:#04101a;': 'color:rgba(244,239,230,0.8);';
  ?>
}

.ka-exclusive-inline-021 {
  cursor: pointer;
  padding: 8px 26px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  <?php echo ($deal =='rent') ? 'background:linear-gradient(135deg,#efdcac,#d8b978 58%,#b8963f);color:#04101a;': 'color:rgba(244,239,230,0.8);';
  ?>
}

.ka-exclusive-inline-022 {
  background: #ffffff;
  border: 1px solid rgba(216, 185, 120, 0.5);
  border-radius: 9999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.4);
  padding: 3px 5px;
  display: flex;
  align-items: center;
  gap: 8px
}

.ka-exclusive-inline-023 {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0;
  margin-right: 14px;
  white-space: nowrap;
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #1a1816;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

.ka-exclusive-inline-024 {
  width: 1px;
  height: 22px;
  background: #e4e4e2;
  flex: none
}

.ka-exclusive-inline-025 {
  display: flex;
  justify-content: center;
  margin-top: 14px
}

.ka-exclusive-inline-026 {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
  flex-wrap: wrap
}

.ka-exclusive-inline-027 {
  position: relative;
  padding: 0 30px
}

.ka-exclusive-inline-028 {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(216, 185, 120, 0), rgba(216, 185, 120, 0.3), rgba(216, 185, 120, 0));
  display: block
}

.ka-exclusive-inline-029 {
  font-size: 23px;
  font-weight: 300;
  color: #f8f3e9;
  letter-spacing: -0.3px
}

.ka-exclusive-inline-030 {
  margin-top: 5px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(216, 185, 120, 0.85)
}

.ka-exclusive-inline-031 {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px
}

.ka-exclusive-inline-032 {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 20px;
  padding: 22px 20px 20px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: #1a1816
}

.ka-exclusive-inline-033 {
  position: absolute;
  top: 14px;
  left: 14px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 4px
}

.ka-exclusive-inline-034 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 800
}

.ka-exclusive-inline-035 {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ka-exclusive-inline-036 {
  font-size: 13px;
  font-weight: 700;
  color: #4a443d
}

.ka-exclusive-inline-037 {
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid #d9d5cf;
  margin-top: 6px;
  font-family: inherit;
  outline: none;
  background: #fbfbfa;
  color: #1a1816
}

.ka-exclusive-inline-038 {
  display: flex;
  gap: 10px;
  margin-top: 6px
}

.ka-exclusive-inline-039 {
  flex: 1;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  background: linear-gradient(135deg, #efdcac, #d8b978 58%, #b8963f);
  color: #04101a;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 800;
  font-family: inherit
}

.ka-exclusive-inline-040 {
  flex: 1;
  border: 1px solid #e2ddd6;
  cursor: pointer;
  padding: 12px 16px;
  background: #fff;
  color: #1a1816;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 700;
  font-family: inherit
}

.ka-exclusive-inline-041 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}

.ka-exclusive-inline-042 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(216, 185, 120, 0.16);
  border-radius: 18px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.ka-exclusive-inline-043 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.ka-exclusive-inline-044 {
  display: flex;
  gap: 4px;
  background: rgba(4, 16, 26, 0.55);
  border: 1px solid rgba(216, 185, 120, 0.2);
  border-radius: 999px;
  padding: 4px
}

.ka-exclusive-inline-045 {
  width: 1px;
  height: 20px;
  background: rgba(216, 185, 120, 0.2);
  display: block
}

.ka-exclusive-inline-046 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}

.ka-exclusive-inline-047 {
  display: flex;
  align-items: center;
  gap: 18px
}

.ka-exclusive-inline-048 {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.5)
}

.ka-exclusive-inline-049 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 26px 24px 0
}

.ka-exclusive-inline-050 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.ka-exclusive-inline-051 {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: #0a1c28
}

.ka-exclusive-inline-052 {
  width: 100%;
  height: 100%;
  background-image: url('<?php echo get_the_post_thumbnail_url($post_id, ' large'); ?>');
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) contrast(1.04)
}

.ka-exclusive-inline-053 {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4, 16, 26, 0.72) 0%, rgba(4, 16, 26, 0) 46%)
}

.ka-exclusive-inline-054 {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(4, 16, 26, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 185, 120, 0.45);
  color: #efdcac;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 6px 13px;
  border-radius: 999px
}

.ka-exclusive-inline-055 {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(4, 16, 26, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 185, 120, 0.3);
  color: #efdcac;
  font-size: 10.5px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px
}

.ka-exclusive-inline-056 {
  position: absolute;
  bottom: 14px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px
}

.ka-exclusive-inline-057 {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2.4px;
  color: rgba(216, 185, 120, 0.95)
}

.ka-exclusive-inline-058 {
  width: 1px;
  height: 11px;
  background: rgba(216, 185, 120, 0.4);
  display: block
}

.ka-exclusive-inline-059 {
  display: inline-flex;
  align-items: center;
  background: rgba(216, 185, 120, 0.16);
  border: 1px solid rgba(216, 185, 120, 0.4);
  color: #efdcac;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px
}

.ka-exclusive-inline-060 {
  display: block;
  padding: 18px 20px 20px
}

.ka-exclusive-inline-061 {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  color: #f8f3e9;
  text-wrap: pretty;
  min-height: 60px
}

.ka-exclusive-inline-062 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.58)
}

.ka-exclusive-inline-063 {
  flex: none
}

.ka-exclusive-inline-064 {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 13px 4px;
  border-top: 1px solid rgba(216, 185, 120, 0.16);
  border-bottom: 1px solid rgba(216, 185, 120, 0.16)
}

.ka-exclusive-inline-065 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(244, 239, 230, 0.8)
}

.ka-exclusive-inline-066 {
  color: #d8b978;
  display: flex
}

.ka-exclusive-inline-067 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px
}

.ka-exclusive-inline-068 {
  display: flex;
  flex-direction: column;
  gap: 4px
}

.ka-exclusive-inline-069 {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: rgba(244, 239, 230, 0.55)
}

.ka-exclusive-inline-070 {
  display: flex;
  align-items: baseline;
  gap: 6px
}

.ka-exclusive-inline-071 {
  font-size: 20px;
  font-weight: 600;
  color: #efdcac;
  letter-spacing: -0.2px
}

.ka-exclusive-inline-072 {
  font-size: 11.5px;
  font-weight: 400;
  color: rgba(239, 220, 172, 0.65)
}

.ka-exclusive-inline-073 {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(244, 239, 230, 0.7);
  border: 1px solid rgba(216, 185, 120, 0.28);
  border-radius: 999px;
  padding: 8px 16px;
  white-space: nowrap
}

.ka-exclusive-inline-074 {
  text-align: center;
  padding: 100px 20px;
  font-size: 16px;
  color: rgba(244, 239, 230, 0.6);
}

.ka-exclusive-inline-075 {
  max-width: 1320px;
  margin: 40px auto 0;
  padding: 0 24px
}

.ka-exclusive-inline-076 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(216, 185, 120, 0.24);
  border-radius: 22px;
  background: linear-gradient(120deg, rgba(18, 64, 90, 0.6), rgba(4, 16, 26, 0.42))
}

.ka-exclusive-inline-077 {
  position: absolute;
  left: -90px;
  top: -90px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 185, 120, 0.14), rgba(216, 185, 120, 0) 70%)
}

.ka-exclusive-inline-078 {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 44px;
  padding: 38px 40px;
  align-items: center
}

.ka-exclusive-inline-079 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(216, 185, 120, 0.14);
  border: 1px solid rgba(216, 185, 120, 0.3);
  color: #efdcac;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px
}

.ka-exclusive-inline-080 {
  margin: 0 0 12px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.7;
  color: #f8f3e9
}

.ka-exclusive-inline-081 {
  margin: 0 0 22px;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 2.1;
  color: rgba(244, 239, 230, 0.68);
  max-width: 520px;
  text-wrap: pretty
}

.ka-exclusive-inline-082 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 28px;
  max-width: 520px
}

.ka-exclusive-inline-083 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(244, 239, 230, 0.85)
}

.ka-exclusive-inline-084 {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(216, 185, 120, 0.14);
  border: 1px solid rgba(216, 185, 120, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d8b978
}

.ka-exclusive-inline-085 {
  border-right: 1px solid rgba(216, 185, 120, 0.18);
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 13px
}

.ka-exclusive-inline-086 {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 2;
  color: rgba(244, 239, 230, 0.6)
}

.ka-exclusive-inline-087 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: #efdcac;
  border: 1px solid rgba(216, 185, 120, 0.34);
  padding: 14px 24px;
  border-radius: 999px;
  white-space: nowrap;
  transition: 0.2s;
}

.ka-exclusive-inline-088 {
  background: #020a12;
  border-top: 1px solid rgba(216, 185, 120, 0.16);
  margin-top: 80px
}

.ka-exclusive-inline-089 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 24px 24px
}

.ka-exclusive-inline-090 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(216, 185, 120, 0.14);
  padding-bottom: 26px;
  margin-bottom: 26px
}

.ka-exclusive-inline-091 {
  font-size: 17px;
  font-weight: 800;
  color: #f8f3e9;
  margin-bottom: 4px
}

.ka-exclusive-inline-092 {
  font-size: 13px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.55)
}

.ka-exclusive-inline-093 {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  background: linear-gradient(135deg, #efdcac, #d8b978 58%, #b8963f);
  color: #04101a;
  font-size: 13.5px;
  font-weight: 800;
  padding: 12px 26px;
  border-radius: 999px;
  text-decoration: none
}

.ka-exclusive-inline-094 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 36px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(216, 185, 120, 0.14)
}

.ka-exclusive-inline-095 {
  font-size: 14px;
  font-weight: 800;
  color: #f8f3e9;
  margin-bottom: 8px
}

.ka-exclusive-inline-096 {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1;
  color: rgba(244, 239, 230, 0.6);
  max-width: 560px
}

.ka-exclusive-inline-097 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(216, 185, 120, 0.18);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px
}

.ka-exclusive-inline-098 {
  display: flex;
  align-items: center;
  gap: 10px
}

.ka-exclusive-inline-099 {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.55)
}

.ka-exclusive-inline-100 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #d8b978
}

.ka-exclusive-inline-101 {
  font-size: 12.5px;
  font-weight: 700;
  color: #f8f3e9
}

.ka-exclusive-inline-102 {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.95;
  color: rgba(244, 239, 230, 0.55)
}

.ka-exclusive-inline-103 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(216, 185, 120, 0.14)
}

.ka-exclusive-inline-104 {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.ka-exclusive-inline-105 {
  font-size: 13.5px;
  font-weight: 800;
  color: #f8f3e9;
  margin-bottom: 2px
}

.ka-exclusive-inline-106 {
  font-size: 12.5px;
  font-weight: 300;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.58)
}

.ka-exclusive-inline-107 {
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.75);
  text-align: right
}

.ka-exclusive-inline-108 {
  font-size: 12.5px;
  font-weight: 300;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.75);
  text-align: right
}

.ka-exclusive-inline-109 {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(244, 239, 230, 0.5)
}

.ka-exclusive-inline-110 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-bottom: 1px solid rgba(216, 185, 120, 0.14)
}

.ka-exclusive-inline-111 {
  display: flex;
  align-items: center;
  gap: 11px
}

.ka-exclusive-inline-112 {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(244, 239, 230, 0.65)
}

.ka-exclusive-inline-113 {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 185, 120, 0.18);
  display: flex;
  align-items: center;
  justify-content: center
}

.ka-exclusive-inline-114 {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 185, 120, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #efdcac;
  text-decoration: none;
}

.ka-exclusive-inline-115 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(216, 185, 120, 0.18);
  border-radius: 12px;
  padding: 8px 14px;
  text-decoration: none;
}

.ka-exclusive-inline-116 {
  display: flex;
  flex-direction: column;
  line-height: 1.3
}

.ka-exclusive-inline-117 {
  font-size: 12px;
  font-weight: 800;
  color: #f8f3e9
}

.ka-exclusive-inline-118 {
  font-size: 10.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.5)
}

.ka-exclusive-inline-119 {
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap
}

.ka-exclusive-inline-120 {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap
}

.ka-exclusive-inline-121 {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.45)
}

.ka-exclusive-inline-122 {
  font-size: 11.5px;
  font-weight: 300;
  text-decoration: none;
  color: rgba(244, 239, 230, 0.52)
}

.ka-exclusive-inline-123 {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(244, 239, 230, 0.42)
}

.ka-exclusive-inline-124 {
  color: rgba(244, 239, 230, 0.7);
  font-weight: 600;
  text-decoration: none;
}