:root {
  --omc-primary-dark: #baa681;
  --omc-primary-subtle: #f4efe6;
  --omc-accent: #ffe32b;
  --omc-accent-subtle: rgb(255, 232.6, 85.4);
}
.breadcrumb {
  --omc-breadcrumb-padding-x: 0;
  --omc-breadcrumb-padding-y: 0;
  --omc-breadcrumb-margin-bottom: 1rem;
  --omc-breadcrumb-bg: ;
  --omc-breadcrumb-border-radius: ;
  --omc-breadcrumb-divider-color: var(--omc-secondary-color);
  --omc-breadcrumb-item-padding-x: 0.5rem;
  --omc-breadcrumb-item-active-color: var(--omc-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--omc-breadcrumb-padding-y) var(--omc-breadcrumb-padding-x);
  margin-bottom: var(--omc-breadcrumb-margin-bottom);
  font-size: var(--omc-breadcrumb-font-size);
  list-style: none;
  background-color: var(--omc-breadcrumb-bg);
  border-radius: var(--omc-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--omc-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--omc-breadcrumb-item-padding-x);
  color: var(--omc-breadcrumb-divider-color);
  content: var(
    --omc-breadcrumb-divider,
    "/"
  ); /* rtl: var(--omc-breadcrumb-divider, "/") */
}
.breadcrumb-item.active {
  color: var(--omc-breadcrumb-item-active-color);
} /*! Devices.css v0.2.0 | MIT License | github.com/picturepan2/devices.css */
.device,
.device *,
.device ::after,
.device ::before,
.device::after,
.device::before {
  box-sizing: border-box;
  display: block;
}
.device {
  position: relative;
}
.device .device-screen .device-screen-img {
  background-color: #000;
  object-position: 50% 0;
  object-fit: cover;
}
.device-iphone-14-pro {
  width: 147.6px;
  height: 299.4px;
}
@media (min-width: 768px) {
  .device-iphone-14-pro {
    width: 246px;
    height: 499px;
  }
}
.device-iphone-14-pro .device-frame {
  width: 147.6px;
  height: 299.4px;
  padding: 4.4%;
  border: 1px solid #1b1721;
  background: #010101;
  border-radius: 15%/8%;
  box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
}
@media (min-width: 768px) {
  .device-iphone-14-pro .device-frame {
    width: 246px;
    height: 499px;
  }
}
.device-iphone-14-pro .device-screen {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12%/6%;
  background-color: #004890;
}
.device-iphone-14-pro .device-screen .device-screen-img {
  position: absolute;
  top: 5.5%;
  width: 100%;
  height: 94.5%;
  border-bottom-right-radius: 12% 6%;
  border-bottom-left-radius: 12% 6%;
}
.device-iphone-14-pro .device-stripe::after,
.device-iphone-14-pro .device-stripe::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.9%;
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 0 7px;
  z-index: 9;
}
.device-iphone-14-pro .device-stripe::after {
  top: 10%;
}
.device-iphone-14-pro .device-stripe::before {
  bottom: 10%;
}
.device-iphone-14-pro .device-header {
  position: absolute;
  top: 3.3%;
  left: 50%;
  width: 29%;
  height: 4.1%;
  margin-left: -15%;
  border-radius: 10rem;
  background: #010101;
}
.device-iphone-14-pro .device-sensors::after,
.device-iphone-14-pro .device-sensors::before {
  content: "";
  position: absolute;
}
.device-iphone-14-pro .device-sensors::after {
  top: 3.7%;
  left: 50%;
  width: 18%;
  height: 3.3%;
  margin-left: -14%;
  border-radius: 10rem;
  background: #010101;
}
.device-iphone-14-pro .device-sensors::before {
  top: 4.85%;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: 8.5%;
  border-radius: 50%;
  background: radial-gradient(
      farthest-corner at 20% 20%,
      #6074bf 0,
      transparent 40%
    ),
    radial-gradient(
      farthest-corner at 80% 80%,
      #513785 0,
      #24555e 20%,
      transparent 50%
    );
  box-shadow: 0 0 1px 1px hsla(0, 0%, 100%, 0.05);
}
.device-iphone-14-pro .device-btns {
  position: absolute;
  top: 13.5%;
  left: -0.5%;
  width: 0.6%;
  height: 3.5%;
  border-radius: 2px;
  background: #1b1721;
}
.device-iphone-14-pro .device-btns::after,
.device-iphone-14-pro .device-btns::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 205%;
  border-radius: 2px;
  background: #1b1721;
}
.device-iphone-14-pro .device-btns::after {
  top: 200%;
}
.device-iphone-14-pro .device-btns::before {
  top: 460%;
}
.device-iphone-14-pro .device-power {
  position: absolute;
  top: 23%;
  right: -0.5%;
  width: 0.6%;
  height: 11.5%;
  border-radius: 2px;
  background: #1b1721;
}
.device-iphone-14-pro .device-home::after,
.device-iphone-14-pro .device-home::before {
  content: "";
  position: absolute;
  width: 1.5%;
  height: 100%;
  border: solid rgba(1, 1, 1, 0.25);
  border-width: 6px 0;
  z-index: 9;
}
.device-iphone-14-pro .device-home::after {
  top: 0;
  right: 20%;
}
.device-iphone-14-pro .device-home::before {
  left: 20%;
  bottom: 0;
}
.device-iphone-14-pro.device-silver .device-frame {
  border-color: #c8cacb;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #e2e3e4;
}
.device-iphone-14-pro.device-silver .device-btns {
  background: #c8cacb;
}
.device-iphone-14-pro.device-silver .device-btns::after,
.device-iphone-14-pro.device-silver .device-btns::before {
  background: #c8cacb;
}
.device-iphone-14-pro.device-silver .device-power {
  background: #c8cacb;
}
.device-iphone-14-pro.device-black .device-frame {
  border-color: #5c5956;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #76726f;
}
.device-iphone-14-pro.device-black .device-btns {
  background: #5c5956;
}
.device-iphone-14-pro.device-black .device-btns::after,
.device-iphone-14-pro.device-black .device-btns::before {
  background: #5c5956;
}
.device-iphone-14-pro.device-black .device-power {
  background: #5c5956;
}
.device-iphone-14-pro.device-gold .device-frame {
  border-color: #e7d19e;
  box-shadow: inset 0 0 4px 2px #fff, inset 0 0 0 6px #d2ab4c;
}
.device-iphone-14-pro.device-gold .device-btns {
  background: #e7d19e;
}
.device-iphone-14-pro.device-gold .device-btns::after,
.device-iphone-14-pro.device-gold .device-btns::before {
  background: #e7d19e;
}
.device-iphone-14-pro.device-gold .device-power {
  background: #e7d19e;
}
.front {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  background-color: color-mix(in srgb, var(--omc-primary), white 40%);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 6px,
    rgb(from var(--omc-primary-subtle) r g b/0.1) 6px,
    rgb(from var(--omc-primary-subtle) r g b/0.1) 12px
  );
  background-size: auto auto;
}
.front .main {
  border-radius: 1rem;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 576px) {
  .front .main {
    width: 100%;
    max-width: 448px;
    box-shadow: 0px 0px 12px 0px var(--omc-border-color);
  }
}
.front .header {
  padding: 1rem 1rem 1.5rem 1rem;
}
.front .container {
  --container-padding: var(--omc-gutter-x);
  padding: var(--container-padding);
}
@media (min-width: 576px) {
  .front .container {
    --container-padding: calc(var(--omc-gutter-x) * 2);
  }
}
.front:has(.header) .container {
  padding-top: 0;
}
.front .profile-title {
  display: inline;
  font-size: 1.25rem;
}
.front .profile-title a {
  color: var(--omc-body-color);
}
.btn {
  --omc-btn-padding-x: 1.25rem;
}
.btn-xl {
  --omc-btn-padding-y: 0.5rem;
  --omc-btn-padding-x: 1.5rem;
}
@media (max-width: 575.98px) {
  .lead {
    font-size: calc(1.175rem + 0.3vw);
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}
.breadcrumb {
  --omc-breadcrumb-divider: ">";
  margin-bottom: 0;
  padding-bottom: var(--omc-breadcrumb-margin-bottom);
}
.text-article {
  font-size: 1.15rem;
}
.seo-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--omc-primary-dark);
  color: var(--omc-white);
}
.navbar {
  background-color: var(--omc-primary-dark);
  background-image: none;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    --omc-navbar-brand-margin-end: 2rem;
    margin-bottom: 0.5rem;
  }
}
.navbar .offcanvas-header {
  background-color: var(--omc-primary-dark);
}
@media (max-width: 767.98px) {
  .navbar .offcanvas-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .navbar .offcanvas-body {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .navbar .head-login {
    padding: 1.5rem 1rem;
    background-color: var(--omc-primary-dark);
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav {
    padding: 1rem;
  }
}
.navbar-nav .nav-link {
  --omc-nav-link-padding-x: 1rem;
  --omc-nav-link-font-size: 1.25rem;
  color: var(--omc-primary);
}
@media (min-width: 768px) {
  .navbar-nav .nav-link {
    --omc-nav-link-padding-x: 0.5rem;
    --omc-nav-link-font-size: 1.12rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    color: var(--omc-white);
  }
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  background-color: var(--omc-primary-subtle);
  color: var(--omc-primary-dark);
}
@media (min-width: 768px) {
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--omc-accent-subtle);
    color: var(--omc-accent-subtle);
  }
}
.card {
  --omc-card-cap-padding-y: 1rem;
}
@media (min-width: 992px) {
  .login-thumb {
    max-width: 169px;
  }
}
.login-thumb.thumb {
  gap: 0.5rem;
}
.badge-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.badge {
  --omc-badge-padding-x: 0.5em;
  --omc-badge-padding-y: 0.25em;
  --omc-badge-font-size: 1.25rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background-color: var(--omc-accent);
  background-image: none;
  color: var(--omc-black);
}
@media (min-width: 768px) {
  .badge {
    --omc-badge-padding-x: 0.75em;
    --omc-badge-padding-y: 0.5em;
  }
}
.header {
  position: relative;
  background-color: var(--omc-gray-600);
  z-index: -1;
}
.header__body {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-right: 10%;
  padding-bottom: 2rem;
  color: var(--omc-accent);
}
@media (min-width: 768px) {
  .header__body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.header__body::before,
.header__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--omc-gray-700);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header__body::before {
  transform: translateX(-80%);
}
.header__body::after {
  transform: skewX(-15deg);
}
.hero {
  position: relative;
}
.hero__body {
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .hero__body {
    align-items: center;
    margin-top: 1rem;
  }
}
.hero__under {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .hero__under {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.hero__under .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0.75rem;
}
.hero__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
@media (max-width: 767.98px) {
  .hero__text {
    padding-bottom: 2rem;
  }
}
.hero__text-mask {
  position: relative;
  padding: 1.75rem 0.75rem 0.5rem 0;
  background-color: var(--omc-white);
}
@media (min-width: 576px) {
  .hero__text-mask {
    padding: 2rem 1.5rem 1rem 0;
    width: auto;
  }
}
@media (min-width: 768px) {
  .hero__text-mask {
    padding: 2.75rem 3.5rem 1.25rem 0;
  }
}
@media (min-width: 1200px) {
  .hero__text-mask {
    padding-right: 3rem;
  }
}
.hero__text-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--omc-white);
  transform: translateX(-50%);
}
.hero__text h1 {
  font-size: 1.313rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 576px) {
  .hero__text h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .hero__text h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero__text h1 {
    font-size: 3.25rem;
  }
}
.hero .rotate {
  padding: 0 0.25rem 0.25rem;
  background-color: var(--omc-black);
  color: var(--omc-white);
}
@media (min-width: 768px) {
  .hero .rotate {
    padding: 0 0.25rem 0.25rem 0.5rem;
  }
}
.hero picture {
  min-height: 420px;
  max-height: 600px;
}
.hero picture img {
  object-position: 50% 100%;
}
.hero .badge-group {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.hero .badge-group .badge {
  box-shadow: var(--omc-box-shadow);
}
@media (max-width: 575.98px) {
  .hero .badge-group .badge {
    --omc-badge-font-size: 1rem;
  }
}
.faqs {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
.faqs dt,
.faqs dd {
  padding: 0 1rem;
  border: 1px solid var(--omc-border-color);
  border-radius: var(--omc-border-radius);
}
.faqs dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--omc-primary-subtle);
  font-size: 1.25rem;
}
.faqs dd {
  margin-bottom: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: var(--omc-faqs-dd-bg);
}
.bg-light {
  background-color: #f4efe6 !important;
}
.funcbtns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.funcbtns .btn {
  --omc-btn-padding-y: 0.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
}
.funcbtns .ico {
  font-size: 1.75rem;
}
.funclist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .funclist {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.funclist__item {
  overflow: hidden;
  display: block;
  flex: 0 0 calc(33.3333333333% - 0.5rem);
  max-width: calc(33.3333333333% - 0.5rem);
  padding: 1rem 0.5rem;
  border: 1px solid var(--omc-gray-100);
  border-bottom-color: var(--omc-gray-400);
  border-radius: 0.375rem;
  box-shadow: var(--omc-box-shadow-sm);
  text-align: center;
  transition: background-color 0.5s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .funclist__item {
    flex: 0 0 calc(20% - 0.5rem);
    max-width: calc(20% - 0.5rem);
  }
}
.funclist__item .ico {
  display: block;
  margin-bottom: 0.5rem;
  background: #0dbd28;
  background-image: linear-gradient(
    135deg,
    #0dbd28 0%,
    #e88307 33%,
    #f238bd 66%,
    #16cdde 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.funclist__item:hover {
  background-color: var(--omc-primary);
  color: var(--omc-white);
}
.funclist__item:hover .ico {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--omc-white);
}
.funccheck {
  position: relative;
  list-style-type: none;
}
.funccheck__item {
  margin-bottom: 0.25rem;
  line-height: 1.35;
}
.funccheck__item::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  color: var(--omc-success);
  font-family: "icomoon";
}
.sec {
  overflow-x: hidden;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  scroll-margin-top: 100px;
}
@media (min-width: 768px) {
  .sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sec__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec__body {
  z-index: 1;
}
.sec__title {
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 0.75em;
  font-weight: 800;
}
.sec__title::before {
  content: attr(data-word);
  position: absolute;
  top: -30%;
  left: -2%;
  color: var(--omc-primary-subtle);
  font-size: 1.5em;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1;
  text-wrap: nowrap;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .sec__title::before {
    font-size: 3em;
  }
}
.sec__title-white::before {
  color: rgba(var(--omc-white-rgb), 0.85);
}
.sec__title:is(.text-center)::before {
  left: 50%;
  transform: translateX(-50%);
}
.sec__title:is(.text-white) {
  color: var(--omc-white);
}
.sec__title:is(.text-white)::before {
  color: rgba(var(--omc-white-rgb), 0.15);
}
.sec h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .sec h2 {
    font-size: 2.375rem;
  }
}
.sec h3 {
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  .sec h3 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  main.home .sec {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
}
main.home .sec__body {
  line-height: 1.7;
}
.outend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 200px auto 200px;
  grid-gap: 2px 2px;
}
@media (min-width: 1200px) {
  .outend {
    grid-template-columns: 20% repeat(6, 1fr) 20%;
    grid-template-rows: 200px repeat(2, auto) 200px;
  }
}
.outend__body {
  grid-area: 2/1/3/5;
}
@media (min-width: 1200px) {
  .outend__body {
    grid-area: 2/2/4/8;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.outend__body .badge-group {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .outend__body .badge-group {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .outend__body .badge-group {
    max-width: 95%;
  }
}
.outend__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.outend__item-1 {
  grid-area: 1/1/2/2;
}
@media (min-width: 1200px) {
  .outend__item-1 {
    grid-area: 1/1/3/2;
  }
}
.outend__item-2 {
  grid-area: 1/2/2/3;
}
@media (min-width: 1200px) {
  .outend__item-2 {
    grid-area: 1/2/2/4;
  }
}
.outend__item-3 {
  grid-area: 1/3/2/4;
}
@media (min-width: 1200px) {
  .outend__item-3 {
    grid-area: 1/4/2/8;
  }
}
.outend__item-4 {
  grid-area: 1/4/2/5;
}
@media (min-width: 1200px) {
  .outend__item-4 {
    grid-area: 1/8/3/9;
  }
}
.outend__item-5 {
  grid-area: 3/1/4/2;
}
@media (min-width: 1200px) {
  .outend__item-5 {
    grid-area: 3/1/5/2;
  }
}
.outend__item-6 {
  grid-area: 3/2/4/3;
}
@media (min-width: 1200px) {
  .outend__item-6 {
    grid-area: 4/2/5/5;
  }
}
.outend__item-7 {
  grid-area: 3/3/4/4;
}
@media (min-width: 1200px) {
  .outend__item-7 {
    grid-area: 4/5/5/8;
  }
}
.outend__item-8 {
  grid-area: 3/4/4/5;
}
@media (min-width: 1200px) {
  .outend__item-8 {
    grid-area: 3/8/5/9;
  }
}
main.faq {
  padding-top: 1rem;
  background-color: var(--omc-light);
}
main.faq .tabs {
  position: sticky;
  top: 90px;
  background-color: var(--omc-light);
  z-index: 1019;
}
main.faq .tabs .nav-tabs {
  box-shadow: var(--omc-box-shadow-sm);
}
@media (max-width: 575.98px) {
  main.faq .nav-item .btn {
    --omc-btn-padding-x: 0.75rem;
  }
}
main.faq .nav-link {
  --omc-nav-link-padding-y: 1rem;
}
@media (min-width: 768px) {
  main.faq .nav-link {
    --omc-nav-link-font-size: 1.25rem;
  }
}
main.faq .sec__body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--omc-white);
}
@media (min-width: 768px) {
  main.faq .sec__body {
    border-right: 1px solid var(--omc-border-color);
    border-left: 1px solid var(--omc-border-color);
    border-bottom: 1px solid var(--omc-border-color);
  }
}
@media (min-width: 992px) {
  main.faq .sec__body {
    padding: 1.5rem;
  }
}
.front-hero {
  overflow: hidden;
  position: relative;
}
.front-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px) brightness(55%);
  transform: scale(110%);
}
.news__title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 1.5rem;
  }
}
.badge-news {
  --omc-badge-font-size: 12px;
}
@media (min-width: 768px) {
  .badge-news {
    --omc-badge-font-size: 14px;
  }
}
