:root {
  --background: #f3f3f3;
  --text: #2e2d2e;
}

body {
  background-color: var(--background);
  color: var(--text);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: var(--text);
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.hero_section.u-section {
  height: 50vh;
}

.u-section {
  padding: 32px;
}

.u-container {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.hero_container.u-container {
  height: 100%;
}

.hero_heading {
  letter-spacing: -.01em;
  flex: none;
  font-family: Funnel Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.hero_content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.latest_work_cards_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_title {
  text-transform: capitalize;
  margin-bottom: 24px;
}

.work_card {
  color: #353535;
  text-decoration: none;
}

.work_image_wrap {
  aspect-ratio: 3 / 2;
  background-color: #adadad1f;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_image {
  border-radius: 6px;
  max-width: none;
  min-height: 108%;
}

.work_tag {
  text-transform: capitalize;
  font-family: Funnel Sans, sans-serif;
}

.work_title {
  text-transform: capitalize;
}

.hero_para {
  text-wrap: balance;
  width: 32ch;
  margin-bottom: 12px;
}

.showreel_section.u-section {
  overflow: hidden;
}

.single-bg-image-long {
  background-image: url('../images/children-nature-happy_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 4px;
  width: 22.5em;
  height: 12.5em;
  margin-left: 1em;
  margin-right: 1em;
  box-shadow: 9px 11px 14px 3px #0000001a;
}

.single-bg-image-long._20 {
  background-image: url('../images/HSA_f_des_1.avif');
}

.single-bg-image-long._12 {
  background-image: url('../images/HSA_mkp_1.avif');
}

.single-bg-image-long._17 {
  background-image: url('../images/HSA_mobdes.avif');
}

.single-bg-image-long._2 {
  background-image: url('../images/po2_1.avif');
  width: 22.5em;
}

.single-bg-image-long._15 {
  background-image: url('../images/HSA_ct.avif');
}

.single-bg-image-long._10 {
  background-image: url('../images/HSA_f_des_1.avif');
}

.single-bg-image-long._5 {
  background-image: url('../images/sa_1.avif');
}

.single-bg-image-long._7 {
  background-image: url('../images/wineyaard_1.avif');
}

.single-bg-image {
  background-image: url('../images/ant_1.avif');
  background-position: 50%;
  background-size: cover;
  border: 3px solid #fff;
  border-radius: 4px;
  width: 12.5em;
  height: 12.5em;
  margin-left: 1em;
  margin-right: 1em;
  box-shadow: 9px 11px 14px 3px #0000001a;
}

.single-bg-image._3 {
  background-image: url('../images/sa_p_1.avif');
}

.single-bg-image._6 {
  background-image: url('../images/ll_1.avif');
}

.single-bg-image._4 {
  background-image: url('../images/kd_1.avif');
}

.single-bg-image._11 {
  background-image: url('../images/ant_1.avif');
}

.single-bg-image._16 {
  background-image: url('../images/Identity---Jewelry-Co.---D2---Page-91_1.avif');
}

.single-bg-image._13 {
  background-image: url('../images/kd1_1.avif');
}

.single-bg-image._9 {
  background-image: url('../images/Free-Jewelry-Box-Mockup3-Medium_1.avif');
}

.single-bg-image._8 {
  background-image: url('../images/Identity---Jewelry-Co.---D2---Page-91_1.avif');
}

.single-bg-image._14 {
  background-image: url('../images/ll_1.avif');
}

.single-bg-image._18 {
  background-image: url('../images/Free-Jewelry-Box-Mockup3-Medium_1.avif');
}

.single-bg-image._19 {
  background-image: url('../images/kd1_1.avif');
}

.image-row-wrapper {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.loop-container {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.image-wrapper-inner {
  z-index: -1;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

.showreel_container.u-container {
  border: 1px solid #00000014;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 18px 6px #00000014;
}

.showreel_bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  width: 100vw;
  height: 80vh;
}

.page_wrapper {
  min-height: 100vh;
  padding-top: 114px;
  position: relative;
  overflow: clip;
}

.card_arrow {
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card_arrow_icon {
  width: 20px;
  height: 20px;
}

.navbar-no-shadow.u-section {
  z-index: 999;
  background-color: #fffffe;
  border-bottom: 1px solid #cacaca30;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 32px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav_logo_text {
  color: #333;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 600;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
}

.footer-subscribe.u-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.work_info_section.u-section {
  margin-top: 32px;
  margin-bottom: 32px;
}

.work_info_wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.work_info_images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.work_info_content {
  width: 340px;
  position: sticky;
  top: 94px;
}

.work_info_img {
  border: 1px solid #6c6c6c29;
  border-radius: 6px;
}

.work_info_img_wrapper {
  background-color: #e0e0e042;
  border: 1px solid #d2d2d278;
  border-radius: 8px;
  overflow: hidden;
}

.info_row {
  margin-bottom: 24px;
}

.info_row.is--v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #cfcfcf;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.info_row.is--v2.is--last {
  border-bottom: 1px solid #cfcfcf;
}

.info_row_title {
  color: #525252;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
}

.info_row_title.is--v2 {
  margin-bottom: 0;
}

.info_row_para {
  color: #343434;
  letter-spacing: .02em;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.work_info_title {
  color: #343434;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Funnel Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.work_info_title.has--link {
  margin-bottom: 8px;
}

.bold-text {
  font-size: 13px;
}

.xx-div {
  background-color: #645656;
  width: 100vw;
  height: 10vh;
}

.all_projects_section.u-section {
  margin-top: 32px;
}

.all_projects_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img_interaction_wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-transition {
  z-index: 3000;
  background-color: #000;
  width: 100vw;
  height: 101vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.page_transition_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page_transition_text {
  color: #eaeaea;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.page_transition_text.is--bg {
  color: #848484;
}

.t_mask {
  position: absolute;
  overflow: clip;
}

.services_cards_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.service_card {
  background-color: #dbdbdb;
  border: 4px solid #fffffff0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: -2px 1px 17px -4px #4a4a4a1f;
}

.service_list_item {
  text-transform: capitalize;
  margin-bottom: 4px;
}

.service_para {
  color: #767676;
  margin-bottom: 14px;
  font-weight: 500;
}

.service_card_title {
  color: #353535;
  margin-bottom: 24px;
  font-family: Funnel Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.service_card_content {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: radial-gradient(circle farthest-side at 0 100%, #fffc, #ffffffa1 42%, #ffffff1a), linear-gradient(0deg, #fffffffa 61%, #ffffff9c 81%, #ffffff1a);
  flex: 1;
  padding: 96px 32px 32px;
  position: relative;
}

.service_list {
  margin-bottom: 0;
  padding-left: 16px;
}

.service_card_bg {
  z-index: 0;
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.work_info_img_load {
  padding: 42px;
  overflow: hidden;
}

.page-transition-home {
  z-index: 3000;
  background-color: #000;
  width: 100vw;
  height: 101vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.work_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ababab;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: flex;
  overflow: clip;
}

.work_link:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #545454;
}

.work_link_text {
  text-transform: capitalize;
  font-weight: 500;
}

.work_link_arrow {
  aspect-ratio: 1;
  width: 10px;
}

.work_link_arrow.is--back {
  transform: rotate(-135deg);
}

.contra_badge {
  z-index: 999;
  cursor: pointer;
  width: 200px;
  margin-bottom: 6px;
  margin-right: 6px;
  transition: margin .3s cubic-bezier(.645, .045, .355, 1);
  position: fixed;
  inset: auto 0% 0% auto;
}

.contra_badge:hover {
  margin-right: 24px;
}

.back-to-projects {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ababab;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: inline-flex;
  overflow: clip;
}

.back-to-projects:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #545454;
}

.link_arrow {
  aspect-ratio: 1;
  width: 10px;
}

.link_arrow.is--back {
  transform: rotate(-135deg);
}

.link_text {
  text-transform: capitalize;
  font-weight: 500;
}

.email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  background-color: #fff;
  border: .4px solid #cbcbcb26;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 14px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.text-block {
  font-weight: 500;
}

.email_icon {
  width: 18px;
}

.email_line {
  background-color: var(--text);
  width: 16px;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .hero_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .work_info_wrapper {
    flex-flow: column;
  }

  .work_info_content {
    order: -1;
    width: auto;
    position: static;
  }

  .services_cards_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero_section.u-section {
    height: 40vh;
  }

  .u-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero_content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .latest_work_cards_wrapper {
    grid-template-columns: 1fr;
  }

  .work_image {
    height: 300px;
  }

  .work_title {
    font-size: 18px;
    line-height: 20px;
  }

  .hero_para {
    width: auto;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .all_projects_grid {
    grid-template-columns: 1fr 1fr;
  }

  .services_cards_wrapper {
    grid-template-columns: 1fr;
  }

  .work_info_img_load {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .u-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero_heading {
    font-size: 24px;
  }

  .work_image {
    height: 233px;
  }

  .work_title {
    line-height: 20px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .all_projects_grid {
    grid-template-columns: 1fr;
  }

  .work_info_img_load {
    padding: 16px;
  }
}


