/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "VVDS-Fifties-SExp-SBold";
  src: url('../fonts/VVDS-Fifties-SExp-SBold.otf');
}

@font-face {
  font-family: "HankenGrotesk-Bold";
  src: url('../fonts/HankenGrotesk-Bold.ttf');
}

@font-face {
  font-family: "HankenGrotesk-SemiBold";
  src: url('../fonts/HankenGrotesk-SemiBold.ttf');
}

@font-face {
  font-family: "HankenGrotesk-Medium";
  src: url('../fonts/HankenGrotesk-Medium.ttf');
}

@font-face {
  font-family: "HankenGrotesk-Regular";
  src: url('../fonts/HankenGrotesk-Regular.ttf');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body.page-id-192 {
  font-family: "HankenGrotesk-SemiBold";
  color: #444444;
  background-color: #131313;
}

body{
  font-family: "HankenGrotesk-SemiBold";
}

p{
  font-family: "HankenGrotesk-Regular";
  line-height: 1.3;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "VVDS-Fifties-SExp-SBold";
}

/*--------------------------------------------------------------
# Thank You
--------------------------------------------------------------*/

section#thank-you-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.page-template-thank-you header {
    background-color: #000 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: transparent;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    position: absolute;
    width: 100%;
}

/* #header.fixed-top {
  height: 70px;
} */

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  /* font-family: "Poppins", sans-serif; */
}

#header .logo a {
  color: #FFB43B;
}

body.page-id-12 #header .logo a {
  color: #F65B00;
}

#header .logo a span {
  color: #fff;
}

body.page-id-12 #header .logo a span {
  color: #111;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}
body.page-id-192 a.header-contact {
  border: 1px solid #FFB43B;
  background-color: unset;
}
a.header-contact {
  border: 1px solid #F65B00;
  background-color: #F65B00;
  color: #fff;
  padding: 5px 40px;
  font-size: 18px;
  border-radius: 30px;
  font-family: 'HankenGrotesk-Regular';
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-family: 'HankenGrotesk-Regular';
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a::before {
  content: "";
  position: absolute;
  width: 10px !important;
  height: 10px;
  bottom: -15px;
  border-radius: 50%;
  left: 45%;
  background-color: #F65B00;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

body.page-id-192 .navbar>ul>li>a::before{
  background-color: #ffb43b;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active a:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active a,
.navbar .active a:focus,
.navbar li a:hover>a {
  color: #F65B00 !important;
}

body.page-id-192 .navbar a:hover,
body.page-id-192 .navbar .active a,
body.page-id-192 .navbar .active a:focus,
body.page-id-192 .navbar li a:hover>a {
  color: #FFB43B !important;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* ===== Base Reset (optional if not present) ===== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== Header Layout ===== */
#header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #FFF7EA;
  padding: 20px 0;
}

body.page-id-192 #header {
  background: #13131300;
  position: absolute;
}
/* ===== Logo Style ===== */
.logo a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
.logo a span {
  color: #106eea;
}

/* ===== Toggle Buttons (Image & Close Icon) ===== */
.mobile-nav-toggle,
.mobile-nav-close {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
  display: none;
}

.mobile-nav-close {
  font-size: 30px;
  color: #fff;
}

/* ===== Show only on Mobile ===== */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar {
    position: static;
  }

  .navbar ul {
    display: none;
  }

  .navbar.navbar-mobile ul {
    display: block;
  }
}

/* ===== Navbar Mobile Active State ===== */
.navbar.navbar-mobile {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay effect */
  z-index: 1000;
  backdrop-filter: blur(5px);
  padding: 0;
}

/* ===== Mobile Nav List ===== */
.navbar.navbar-mobile ul {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  overflow-y: auto;
  padding: 20px 10px;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px 0 0 10px;
}

.navbar.navbar-mobile ul li {
  margin-bottom: 5px;
  padding: 0;
}

.navbar.navbar-mobile ul li a {
  display: block;
  padding: 10px 15px;
  color: #222;
  background: #fff;
  border-radius: 5px;
}

/* ===== Body Scroll Lock when Mobile Nav is Active ===== */
body.mobile-nav-active {
  overflow: hidden;
  height: 100vh;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg{
  background-color:  #131313;
}

.section-light{
  background: linear-gradient(110deg,rgba(255, 240, 218, 1) 48%, rgba(255, 249, 240, 1) 89%);
}

body.page-id-192 .section-title h2{
  color: #FFB43B;
}

.section-title h2 {
    color: #F65B00;
    font-family: 'VVDS-Fifties-SExp-SBold';
    text-transform: uppercase;
    font-size: 74px;
    line-height: 78px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.section-title h2 span{
  color: #111;
}

body.page-id-192 .section-title h2 span{
  color: #fff;
}

.color {
  color: #FFB43B;
}

p.content {
    font-size: 24px;
    color: #fff;
    font-family: "HankenGrotesk-Regular";
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

section#hero {
    padding:10% 0 0;
    background-image: url('../img/Banner Bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# Video Section
--------------------------------------------------------------*/
section#video-sec
 {
    z-index: 0000000;
    position: relative;
}

video#myVideo {
    border-radius: 30px;
}

.video-wrapper {
  position: relative;
  max-width: 100%;
  text-align: center;
}

.video-poster img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.custom-play-wrapper {
  position: absolute;
  bottom: -1%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1111111;
}

.play-label {
  display: block;
  background-color: #F5A623;
  color: #000;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}

.custom-play-button {
  background-color: #F5A623;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 5px solid;
}

button#playButton i {
  border: 3px solid;
  padding: 5px;
  border-radius: 70px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.custom-play-button:hover {
  background-color: #e69500;
}


/*--------------------------------------------------------------
# Known Face
--------------------------------------------------------------*/
.known-face-form {
    width: 70%;
}

section#known-face input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    background-color: #FFB43B;
    padding: 10px 50px;
    font-family: 'HankenGrotesk-SemiBold';
    font-size: 20px;
}

.form-control {
    padding: 10px;
    line-height: 1.5;
    color: #fff;
    background-color: #182D3D;
    border: 1px solid #182D3D;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #fff;
    background-color: #182D3D;
    border-color: #FFB43B;
    outline: 0;
    box-shadow: unset;
    border:1px solid #FFB43B !important;
}

.form-control:hover {
    border: 1px solid #FFB43B;
}

.known-face-form button.btn.btn-primary {
    background-color: #FFB43B;
    border: none;
    color: #111;
    padding: 10px 50px;
    font-size: 18px;
}

input::placeholder,
textarea::placeholder {
  color: #fff !important; /* Replace with your desired color */
  opacity: 1; /* Make sure it's fully visible */
}

/* For better compatibility (especially Safari) */
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff !important;
   opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff !important;
   opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff !important;
   opacity: 1;
}

.known-face-content {
    position: relative;
    background-color: #101C25BF;
    border: 1px solid #FFB43B;
    padding: 50px 70px 40px;
    border-radius: 20px;
}

img.img-fluid.jay-img-1 {
    position: absolute;
    right: 0;
    bottom: 0;
}

img.img-fluid.pattern-img {
    position: absolute;
    top: 0%;
    width: 100%;
}

section#known-face {
    position: relative;
    overflow: visible;
    padding-top: 80px;
    background-image: url(../img/color-shaodow.png);
    background-repeat: no-repeat;
    background-position: right;
}
/*--------------------------------------------------------------
# Command Attention
--------------------------------------------------------------*/

section#command-attention .section-title p {
    font-size: 24px;
    line-height: 30px;
}

.counter-box {
  background: radial-gradient(55.88% 390.88% at 50% 25.83%, #382300 0%, #131313 100%);
  padding: 40px 20px;
  transition: 0.3s;
}

.counter-box h2 {
  color: #f9b233;
  font-weight: bold;
  font-size: 56px;
  line-height: 60px;
}

.counter-box p {
    font-size: 22px;
}

/*--------------------------------------------------------------
# Meet Our Founder
--------------------------------------------------------------*/
section#meet-founder {
    position: relative;
    background: linear-gradient(108.05deg, #141D24 0%, #0F1418 100%);
    padding: 60px 0;
}

.meet-founder-point p {
    font-size: 28px;
    border-left: 4px solid #523300;
    padding-left: 20px;
    line-height: 34px;
}

.meet-founder-point p:hover {
    border-left: 4px solid #FFB43B;
    transition: 0.8s;
    cursor: pointer;
}

img.img-fluid.meet-jay-img {
    position: absolute;
    right: -1%;
    bottom: -6%;
    width: 40%;
}
/*--------------------------------------------------------------
# Grow Exponentially
--------------------------------------------------------------*/

.callout-box {
      border-radius: 80px;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
}

.callout-text {
  display: flex;
  align-items: baseline;
}

.callout-text p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding: 0 30px 0 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'HankenGrotesk-Regular';
}

.callout-text img {
    width: 15px;
}

.callout-text img.arrow-icon {
  width: 14px;
  margin-right: 10px;
}

.question-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Virality
--------------------------------------------------------------*/
section#virality {
    background: linear-gradient(108.05deg, #212121 0%, #001D22 100%);
    padding: 60px 0;
}
.virality {
  background: linear-gradient(to right, #0d0d0d, #002b2b);
  padding: 100px 0;
  position: relative;
  color: #fff;
}

.virality {
  background: linear-gradient(to right, #0d0d0d, #002b2b);
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

section#virality a {
    background-color: #FFB43B;
    color: #111;
    padding: 7px 40px;
    font-size: 24px;
    border-radius: 30px;
}


.stroke-svg {
  position: absolute;
  top: 40%;
  left: -11%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
      font-family: 'VVDS-Fifties-SExp-SBold';
}

.virality-btn {
  background-color: #fcbf2e;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.virality-btn {
  background-color: #fcbf2e;
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

img.img-fluid.decorative-img {
    position: absolute;
    right: 0;
    top: 120px;
}

section#virality .section-title {
    margin-bottom: 6%;
}

/*--------------------------------------------------------------
# Scaling Strategy
--------------------------------------------------------------*/
.scaling-strategy-box h4 {
    font-family: 'HankenGrotesk-SemiBold';
    font-size: 48px;
    color: #FFD592;
}

.scaling-strategy-box small {
    color: #fff;
    font-size: 24px;
}

section#scaling-strategy {
    background-image: url(../img/Maskgroup.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 100px;
}

section#quality-matters .section-title p {
    font-size: 22px;
}

section#quality-matters {
    overflow: hidden;
    margin-top: -9%;
}

.quality-matter-slide img{
  height: 300px;
  object-fit: cover;
}

.scaling-strategy-box-left{
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #575757 0%, rgba(87, 87, 87, 0) 100%);
  text-align: left;
}

.scaling-strategy-box-right{
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgb(180 180 180 / 0%) 0%, #575757 100%);
  text-align: right;
}

.wave-stroke {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
}



.section-with-fade {
  position: relative;
  z-index: 1;
}

.section-with-fade::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245,166,35,0.25) 0%, rgba(245,166,35,0) 70%);
  z-index: 0;
  pointer-events: none;
}

.section-with-fade .section-title {
  position: relative;
  z-index: 2;
}

.highlight {
  color: #f5a623;
  font-weight: 800;
}

/*--------------------------------------------------------------
# Grabbing Factory
--------------------------------------------------------------*/
.grabbing-factory {
    background: #111;
    padding: 60px 0;
  }

  .profile-cards {
    display: flex;
    gap: 10px;
    overflow: hidden;
  }

  .profile-card {
    background: #1a1a1a;
    color: white;
    flex: 1;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 350px;
    min-height: 300px;
    cursor: pointer;
    flex-direction: column;
    padding: 30px 0;
  }

  .profile-card.active {
    flex: 2;
    background: #f5a623;
    color: #000;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .profile-card .card-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    gap: 8px;
    text-align: center;
  }

  .card-number {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    transform: rotate(90deg);
    font-size: 38px;
    font-weight: 900;
    font-family: 'VVDS-Fifties-SExp-SBold';
  }

  .card-text {
    color: #fff;
    font-size: 22px;
  }

  .profile-card.active .card-label {
    display: none;
  }

  .profile-card .hover-content {
    display: none;
    text-align: left;
    padding:0 30px 0 30px;
  }

  .profile-card.active .hover-content {
    display: block;
  }

  .hover-content .title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'HankenGrotesk-Regular';
  } 

  .hover-content p {
    font-size: 18px;
    line-height: 1.6;
  }

  .hover-number {
      font-size: 45px;
      font-family: 'VVDS-Fifties-SExp-SBold';
  }

  .brand-col {
      position: relative;
  }
  .brand-col .brand-box {
    text-align: center;
    aspect-ratio: 4 / 2;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.brand-col::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    bottom: -20px;
    right: -20px;
    z-index: 9;
}

ul#logoTabs {
    display: flex;
    gap: 20px;
    border: none;
}

section#business-brands .nav-tabs .nav-link.active {
    background-color: #F65B00;
    color: #fff;
}

section#business-brands .nav-tabs .nav-link {
    padding: 10px 40px;
    background-color: #111;
    color: #fff;
    border-radius: 6px;
}
.brand-box.no-right-border {
  border-right: none;
}

.brand-box.no-bottom-border {
  border-bottom: none;
}

.brand-boxs img {
    border-radius: 10px;
}

body.page-id-192 section#business-brands .nav-tabs .nav-link.active {
    background-color: #FFB43B;
    color: #fff;
}

body.page-id-192  section#business-brands .nav-tabs .nav-link{
  padding: 10px 40px;
    background-color: #fff;
    color: #111;
    border-radius: 6px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
}

.footer-top {
    padding: 70px 0;
}

body.page-id-192 .footer-top-content a {
    background-color: #FFB43B;
    color: #111;
}

.footer-top-content a {
    background-color: #F65B00;
    color: #fff;
    padding: 7px 40px;
    font-size: 24px;
    border-radius: 30px;
}

body.page-id-192 .marquee {
  background-color: #FFB43B;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #F65B00;
  padding: 10px 0 8px;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee__content {
  display: flex;
}

body.page-id-192
.marquee__item {
  color: #111;
}

.marquee__item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  padding: 2px 10px;
}

body.page-id-192 .marquee__item img {
  filter: unset;
}

.marquee__item img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.trems-main h1{
  margin-bottom: 40px;
}
.copy-right-main{
  background-color: #FFB43B;
}
.copy-right-main a{
   color: #000;
}
.copy-right-main a:hover{
  color: #fff;
}
.copy-right-main p{
  color: #000;
}
