@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
.iti {
  width: 100%;
}

.bandera {
  height: 30px;
}

.error {
  margin-top: 0.5em;
  color: #575756;
}

.text-red {
  color: #e3001b;
}

.bg-red {
  background-color: #e3001b;
}

.border-red {
  border: 1px solid #e3001b;
}

.btn-red {
  background-color: #e3001b;
  color: #fff;
}

.btn-red:hover {
  background-color: #970012;
  color: #fff;
}

.btn-outline-red {
  border-color: #e3001b;
  background-color: transparent;
  color: #e3001b;
}

.btn-outline-red:hover {
  background-color: #970012;
  color: #fff;
}

.text-blue {
  color: #0d4695;
}

.bg-blue {
  background-color: #0d4695;
}

.border-blue {
  border: 1px solid #0d4695;
}

.btn-blue {
  background-color: #0d4695;
  color: #fff;
}

.btn-blue:hover {
  background-color: #07254f;
  color: #fff;
}

.btn-outline-blue {
  border-color: #0d4695;
  background-color: transparent;
  color: #0d4695;
}

.btn-outline-blue:hover {
  background-color: #07254f;
  color: #fff;
}

.text-green {
  color: #28a745;
}

.bg-green {
  background-color: #28a745;
}

.border-green {
  border: 1px solid #28a745;
}

.btn-green {
  background-color: #28a745;
  color: #fff;
}

.btn-green:hover {
  background-color: #19692c;
  color: #fff;
}

.btn-outline-green {
  border-color: #28a745;
  background-color: transparent;
  color: #28a745;
}

.btn-outline-green:hover {
  background-color: #19692c;
  color: #fff;
}

.text-aqua {
  color: #575756;
}

.bg-aqua {
  background-color: #575756;
}

.border-aqua {
  border: 1px solid #575756;
}

.btn-aqua {
  background-color: #575756;
  color: #fff;
}

.btn-aqua:hover {
  background-color: #248f8f;
  color: #fff;
}

.btn-outline-aqua {
  border-color: #575756;
  background-color: transparent;
  color: #575756;
}

.btn-outline-aqua:hover {
  background-color: #248f8f;
  color: #fff;
}

.op-0 {
  opacity: 0;
}

.text-gray-0 {
  color: #fff;
}

.bg-gray-0 {
  background-color: #fff;
}

.op-5 {
  opacity: 0.05;
}

.text-gray-5 {
  color: #f2f2f2;
}

.bg-gray-5 {
  background-color: #f2f2f2;
}

.op-10 {
  opacity: 0.1;
}

.text-gray-10 {
  color: #e6e6e6;
}

.bg-gray-10 {
  background-color: #e6e6e6;
}

.op-15 {
  opacity: 0.15;
}

.text-gray-15 {
  color: #d9d9d9;
}

.bg-gray-15 {
  background-color: #d9d9d9;
}

.op-20 {
  opacity: 0.2;
}

.text-gray-20 {
  color: #ccc;
}

.bg-gray-20 {
  background-color: #ccc;
}

.op-25 {
  opacity: 0.25;
}

.text-gray-25 {
  color: #bfbfbf;
}

.bg-gray-25 {
  background-color: #bfbfbf;
}

.op-30 {
  opacity: 0.3;
}

.text-gray-30 {
  color: #b3b3b3;
}

.bg-gray-30 {
  background-color: #b3b3b3;
}

.op-35 {
  opacity: 0.35;
}

.text-gray-35 {
  color: #a6a6a6;
}

.bg-gray-35 {
  background-color: #a6a6a6;
}

.op-40 {
  opacity: 0.4;
}

.text-gray-40 {
  color: #999;
}

.bg-gray-40 {
  background-color: #999;
}

.op-45 {
  opacity: 0.45;
}

.text-gray-45 {
  color: #8c8c8c;
}

.bg-gray-45 {
  background-color: #8c8c8c;
}

.op-50 {
  opacity: 0.5;
}

.text-gray-50 {
  color: #808080;
}

.bg-gray-50 {
  background-color: #808080;
}

.op-55 {
  opacity: 0.55;
}

.text-gray-55 {
  color: #737373;
}

.bg-gray-55 {
  background-color: #737373;
}

.op-60 {
  opacity: 0.6;
}

.text-gray-60 {
  color: #666;
}

.bg-gray-60 {
  background-color: #666;
}

.op-65 {
  opacity: 0.65;
}

.text-gray-65 {
  color: #595959;
}

.bg-gray-65 {
  background-color: #595959;
}

.op-70 {
  opacity: 0.7;
}

.text-gray-70 {
  color: #4d4d4d;
}

.bg-gray-70 {
  background-color: #4d4d4d;
}

.op-75 {
  opacity: 0.75;
}

.text-gray-75 {
  color: #404040;
}

.bg-gray-75 {
  background-color: #404040;
}

.op-80 {
  opacity: 0.8;
}

.text-gray-80 {
  color: #333;
}

.bg-gray-80 {
  background-color: #333;
}

.op-85 {
  opacity: 0.85;
}

.text-gray-85 {
  color: #262626;
}

.bg-gray-85 {
  background-color: #262626;
}

.op-90 {
  opacity: 0.9;
}

.text-gray-90 {
  color: #1a1a1a;
}

.bg-gray-90 {
  background-color: #1a1a1a;
}

.op-95 {
  opacity: 0.95;
}

.text-gray-95 {
  color: #0d0d0d;
}

.bg-gray-95 {
  background-color: #0d0d0d;
}

.op-100 {
  opacity: 1;
}

.text-gray-100 {
  color: #000;
}

.bg-gray-100 {
  background-color: #000;
}

#loading {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  visibility: hidden;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 400ms ease-out;
  width: 100%;
  z-index: 99999;
}

#loading .loading-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

#loading .loading-wrapper .loading-content {
  text-align: center;
  transform: translateY(-50px);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

#loading .loading-wrapper .loading-content .loading-text {
  margin-top: 16px;
  font-size: 9pt;
}

#loading.active {
  visibility: visible;
  opacity: 1;
}

#loading.active .loading-wrapper .loading-content {
  transform: translateY(0);
}

.swal2-popup {
  font-size: 85%;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.btn-group-xs > .btn span,
.btn-xs span {
  font-size: 0.8rem;
}

.btn-black {
  background-color: #333;
  border: 1px solid #333;
  color: #575756;
}

.btn-black:hover {
  background-color: #575756;
  transition: background-color 200ms;
  border-color: #575756;
  color: #fff;
}

.btn-custom {
  border-radius: 1.8rem;
  padding: 0.825rem 4.425rem;
  text-transform: uppercase;
  font-size: 90%;
}

.form-group .btn-custom {
  width: 100%;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #999;
  color: #575756;
}

.btn-outline:active,
.btn-outline:hover {
  background-color: #575756;
  color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
}

section .container {
  position: relative;
}

.wow {
  opacity: 0;
}

.covid-top {
  background-color: #fff;
  padding: 1.5rem;
  color: #999;
  text-align: right;
  font-size: 1.325rem;
}

@media screen and (max-width: 991px) {
  .covid-top {
    text-align: center;
  }
}
.main-men {
  position: relative;
}

.main-men .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
}

.main-men .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}

.main-men .header .country-info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.main-men .header .country-info .location {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.425rem;
}

.main-men .header .country-info .country {
  margin: 0 2rem;
}

@media screen and (max-width: 991px) {
  .main-men .header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .main-men .header .logo {
    margin-bottom: 1.75rem;
    width: 100%;
  }
}
.main-men .main {
  display: flex;
  position: relative;
  padding: 10rem 0;
  justify-content: space-between;
}

.main-men .main .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.main-men .main .caption,
.main-men .main .form {
  position: relative;
  width: 100%;
}

.main-men .main .caption {
  max-width: 380px;
}

.main-men .main .caption .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.main-men .main .caption .hr-bo {
  font-size: 2.325rem;
  margin-top: 1rem;
  font-weight: 300;
}

.main-men .main .caption .hr-bo span:first-of-type {
  color: #575756;
}

.main-men .main .caption .hr-bo span:last-of-type {
  color: #fff;
}

.main-men .main .form {
  max-width: 320px;
}

.main-men .main .form .title {
  color: #fff;
  font-size: 1.65rem;
}

.main-men .main .form form {
  margin-top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .main-men .main {
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
  }

  .main-men .main .caption,
.main-men .main .form,
.main-men .main .image {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .main-men .main .caption {
    padding: 2rem;
    order: 1;
  }

  .main-men .main .image {
    order: 2;
    position: relative;
    height: 580px;
  }

  .main-men .main .form {
    margin-top: -9rem;
    padding: 2rem;
    order: 3;
  }
}
.main-men .phrase {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  max-width: 680px;
  margin: 3rem auto;
}

.main-men .before-after {
  text-align: center;
  padding-bottom: 12rem;
  position: relative;
}

.main-men .before-after .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0.15;
}

.main-men .before-after img {
  width: 100%;
  max-width: 480px;
}

.main-women {
  position: relative;
}

.main-women .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
}

.main-women .main {
  padding: 20rem 0;
  position: relative;
}

.main-women .main .info {
  color: #fff;
  max-width: 420px;
  position: relative;
  width: 100%;
}

.main-women .main .info .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #575756;
}

.main-women .main .info .subtitle {
  font-size: 2.325rem;
  font-weight: 500;
}

.main-women .main .info .caption {
  font-size: 2.625rem;
  margin: 5rem 0;
}

.main-women .main .info .caption .nutrifol {
  font-size: 3.825rem;
  font-style: italic;
  line-height: 1.15;
  margin-right: 1rem;
}

.main-women .main .info .features {
  margin: 0;
  padding: 0 0 5rem 1.625rem;
}

.main-women .main .info .features li {
  margin: 0.625rem 0;
}

.main-women .main .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.main-women .main .image {
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .main-women .main .image {
    background-size: cover;
  }

  .main-women .main {
    margin: 0 -15px;
    padding: 0;
  }

  .main-women .main .image {
    background-position: 90% center;
    position: relative;
    height: 520px;
  }

  .main-women .main .info {
    margin: -5rem auto 1rem auto;
    padding: 2rem;
  }
}
.main-women .doctors .info {
  max-width: 420px;
  min-width: 420px;
  width: 100%;
  position: relative;
}

.main-women .doctors .info .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #575756;
}

.main-women .doctors .info .subtitle {
  font-size: 2.325rem;
  color: #fff;
}

.main-women .doctors .info .caption {
  color: #fff;
  font-size: 2rem;
  margin: 5rem 0;
}

.main-women .doctors-list .doctor {
  margin: 0 0 1.525rem 0;
}

.main-women .doctors-list .doctor .name {
  font-weight: 600;
}

.main-women .doctors .image {
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 70%;
  background-repeat: no-repeat;
}

.doctors-margin {
  margin-top: 16em;
}

.doctor-list-mobile {
  color: white;
  text-align: center;
}
.doctor-list-mobile .name {
  font-weight: 600;
}

@media screen and (min-width: 1301px) {
  .doctors-list {
    transform: translateX(-100px);
    position: absolute;
    left: 480px;
    bottom: 20px;
    color: white;
  }
}
@media screen and (max-width: 1300px) {
  .doctors-list {
    transform: translateX(-100px);
    position: absolute;
    left: 340px;
    bottom: -80px;
    color: white;
  }
}
@media screen and (max-width: 991px) {
  .doctors-margin {
    margin-top: 5em;
  }

  .main-women .doctors-list {
    position: relative;
    color: white;
  }

  .main-women .doctors .info {
    min-width: 0;
    margin: 1rem auto;
    padding: 2rem;
  }

  .main-women .doctors .image {
    background-position: 30% 0;
    height: 520px;
    position: relative;
  }
}
footer.footer {
  background-color: #333;
  color: #fff;
  padding: 3.5rem 0;
}

footer.footer .column-wrapper {
  display: flex;
  justify-content: space-between;
}

footer.footer .column-wrapper .left {
  max-width: 480px;
}

footer.footer .column-wrapper .left .logo {
  margin-bottom: 0.625rem;
}

footer.footer .column-wrapper .right .title {
  font-size: 1.775rem;
  font-size: 300;
}

footer.footer .column-wrapper .right .stores {
  margin: 1rem 0;
  padding: 0;
}

footer.footer .column-wrapper .right .stores li {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
}

footer.footer .column-wrapper .right .stores li a:active,
footer.footer .column-wrapper .right .stores li a:hover {
  text-decoration: none;
  color: #808080;
}

footer.footer .column-wrapper .right .stores li:before {
  content: "\f192";
  color: #575756;
  font-family: "FontAwesome";
  margin-right: 1rem;
  transform: translateY(0.65rem);
}

footer.footer .column-wrapper .right .stores li .phone {
  display: block;
  color: #575756;
  font-size: 1.3rem;
  font-weight: 600;
}

footer.footer .column-wrapper .right .stores li .store {
  font-size: 1.25rem;
  font-weight: 300;
}

footer.footer .column-wrapper .right .stores li .email {
  transform: translateY(0.65rem);
  display: block;
  color: #575756;
}

@media screen and (max-width: 991px) {
  footer.footer .column-wrapper {
    flex-wrap: wrap;
  }

  footer.footer .column-wrapper .left,
footer.footer .column-wrapper .right {
    width: 100%;
  }

  footer.footer .column-wrapper .left {
    margin: 2rem 0;
  }

  footer.footer .column-wrapper .right .stores li .phone {
    font-size: 1.75rem;
  }

  footer.footer .column-wrapper .right .stores li .store {
    font-size: 1.425rem;
  }
}
.blank-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blank-page .login {
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  padding: 3rem;
}

::-moz-selection {
  color: white;
  background: #575756;
}

::selection {
  color: white;
  background: #575756;
}

.form-control {
  border-radius: 0;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url("/new-design-images/hero-bg1.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-section .hero-logo {
  height: 40px;
  position: absolute;
  top: 50px;
  left: 75px;
}
.hero-section .hero-content {
  height: 100%;
  max-width: 770px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero-section .hero-content .hero-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 60px;
  border-radius: 100px;
  font-weight: 700;
  margin: 20px auto;
  font-size: 26px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.hero-section .hero-content .hero-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  margin: 20px 0;
}
.hero-section .hero-content .hero-title .highlight {
  background: linear-gradient(0deg, transparent 15%, #d5ff5f 15%, #d5ff5f 90%, transparent 85%);
  color: #221e1b;
  padding: 0 6px;
}
.hero-section .hero-content .hero-text {
  display: none;
  text-align: center;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 1.2em;
}
.hero-section .hero-content .hero-text .hero-subtext {
  color: #ddd;
}
.hero-section .hero-content .hero-text .hero-cta {
  color: #d5ff5f;
}

.lead-section {
  max-width: 900px;
  padding: 60px 0;
  display: flex;
  gap: 20px;
  margin: auto;
}
.lead-section .half-col .heading-text h2 {
  color: #2d2d2d;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 20px;
}
.lead-section .half-col .heading-text p {
  font-size: 16px;
  margin: 0 0 20px;
}
.lead-section .half-col .highlight-text {
  color: #88796d;
}
.lead-section .ai-analysis {
  padding: 20px 40px 0;
}
.lead-section .ai-analysis .selfie-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f3f1f1;
  box-shadow: 0px 5px 10px #00000018;
  border-radius: 15px;
}
.lead-section .ai-analysis .selfie-container img {
  width: 100%;
}
.lead-section .lead-form {
  background: url("/new-design-images/hr_logo_transparent.png");
  background-repeat: no-repeat;
  background-position: right 30px bottom 20px;
  box-shadow: 0px 5px 10px #00000018;
  border-radius: 15px;
  padding: 80px 40px 20px;
}
.lead-section #form input,
.lead-section #form select {
  font-size: 14px;
  border: 1px solid #2a2a2a;
  border-radius: 50px;
}
.lead-section form input::-moz-placeholder {
  color: #8c8c8c;
}
.lead-section form input:-ms-input-placeholder {
  color: #8c8c8c;
}
.lead-section form input::placeholder {
  color: #8c8c8c;
}
.lead-section #form button {
  background-image: url(/new-design-images/Button.png);
  padding: 1em 6em 1em 3em !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  background-color: transparent !important;
  border: none;
  width: 250px;
}

.footer-section {
  padding: 100px 0;
  background: linear-gradient(90deg, #88796d, #353536);
}
.footer-section .footer-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.footer-section .footer-content p {
  font-size: 16px;
  color: #fff;
}
.footer-section .footer-content img.footer-logo {
  width: 350px;
  margin-top: 50px;
}
.footer-section .numbers-block {
  display: flex;
  margin: 80px 0;
  gap: 20px;
}
.footer-section .numbers-block .number-single-card {
  flex: 1;
}
.footer-section .numbers-block .number-single-card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.footer-section .numbers-block .number-single-card p.number {
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
}
.footer-section .numbers-block .number-single-card p {
  font-size: 16px;
  color: #e3c2a7;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-card {
  flex: 0 0 33.3333333333%;
  /* Show 3 cards at once */
  box-sizing: border-box;
  padding: 10px;
}

.dots {
  text-align: center;
  margin-top: 10px;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots .active {
  background: #333;
}

.testimonial-heading h3, .testimonial-heading h4 {
  font-size: 20px;
}

.testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  max-width: 320px;
  margin: 20px auto;
}

.testimonial-card .quote-icon {
  font-size: 36px;
  color: #222;
  text-align: center;
  margin-bottom: 15px;
}

.testimonial-card .title {
  font-weight: 700;
  font-size: 16px;
  color: #0a0a23;
  text-align: center;
  margin-bottom: 15px;
}

.testimonial-card .content {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}

.testimonial-card hr {
  margin: 15px 0;
  border-top: 1px solid #ddd;
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
}

.testimonial-card .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-card .author-info {
  line-height: 1.2;
}

.testimonial-card .author-info strong {
  font-size: 14px;
  color: #0a0a23;
}

.testimonial-card .author-info span {
  display: block;
  font-size: 12px;
  color: #666;
}

@media (max-width: 767px) {
  .hero-section {
    background: url("/new-design-images/mobile-hero-bg.png") center center/cover no-repeat;
    height: 54vh;
  }
  .hero-section .hero-logo {
    height: 40px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-section .hero-content .hero-tag {
    padding: 6px 20px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 25%;
    font-size: 11px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 24px;
  }
  .hero-section .hero-content .hero-text {
    display: none;
  }

  .lead-section {
    padding: 0;
    flex-direction: column-reverse;
  }
  .lead-section .half-col .heading-text h2 {
    font-size: 24px;
  }
  .lead-section .half-col .heading-text:first-child {
    padding-left: 30px;
  }
  .lead-section .half-col .heading-text:first-child h2 {
    padding-bottom: 0;
  }
  .lead-section .ai-analysis {
    padding: 0;
  }
  .lead-section .ai-analysis .selfie-container {
    background-color: #ffffff;
    margin: auto;
  }
  .lead-section .lead-form {
    padding: 60px 30px 60px;
  }

  .testimonial-heading h3 {
    font-size: 18px;
  }
  .testimonial-heading h4 {
    font-size: 14px;
    line-height: 1.2em;
  }

  .carousel-card {
    flex: 0 0 100%;
  }

  .footer-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #88796d, #353536);
  }
  .footer-section .footer-content p {
    font-size: 14px;
  }
  .footer-section .footer-content .numbers-block {
    flex-direction: column;
  }
  .footer-section .footer-content img.footer-logo {
    width: 300px;
    margin-top: 10px;
  }
}
