.ui\:location {
  overflow: hidden;
  align-items: stretch;
}
@media screen and (min-width: 64rem) {
  .ui\:location {
    border-radius: 10px;
  }
}
.ui\:location-info {
  min-height: 250px;
  background-color: #000000;
  color: #FFFFFF;
}
.ui\:location-map {
  overflow: hidden;
}

.separator {
  width: 100px;
  height: 2px;
  background-color: #000000;
  display: inline-block;
}

.table_grid {
  width: 100%;
  display: block;
}

.table_grid .tbody,
.table_grid .thead {
  display: flex;
  flex-direction: column;
}

.table_grid .thead {
  text-align: left;
}

.table_grid .tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 1fr;
}

.table_grid .td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

.table_grid .tbody .tr:last-child {
  border: 0;
}

.table_grid .tbody {
  max-height: 565px;
  overflow-y: hidden;
}

.table_grid .tbody::-webkit-scrollbar {
  display: none;
}

.table_grid .tbody.expand {
  max-height: 1000vh;
}

.table_grid .td,
.table_grid .th {
  padding: 0.5rem 1rem;
}

.table_grid .thead {
  display: none;
}

@media screen and (max-width: 767px) {
  .imgqrcode{
    min-width: 150px;
    height: 150px;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .imgqrcode{
    min-width: 150px;
    height: 150px;
    object-fit: contain;
  }
}
@media screen and (min-width: 70rem) {
  .imgqrcode{
    min-width: 150px;
    height: 150px;
    object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .table_grid .tr {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 980px) {
  .table_grid .tbody {
    max-height: 335px;
    overflow-y: auto;
  }

  .table_grid .tr {
    grid-template-columns: repeat(8, 1fr);
  }

  .t_column {
    display: none;
  }

  .table_grid .thead {
    display: grid;
  }
}
/* slider 3d */
.parentSlider3D {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 80vh;
  border-radius: 0;
  background-color: whitesmoke;
  color: white;
}
@media screen and (min-width: 48rem) {
  .parentSlider3D {
    height: 50vh;
  }
}
@media screen and (min-width: 64rem) {
  .parentSlider3D {
    height: 37.5rem;
  }
}

.slider__3d_container {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.slider__3d {
  height: 100%;
  position: relative;
  transition: margin-left 0.25s linear;
}

viewer-3d,
viewer-video {
  height: 100%;
  color: #fff;
  width: 100%;
  touch-action: none;
  overflow: hidden;
}

view-video {
  display: block;
  width: 100%;
  height: 100%;
}

viewer-3d [cardboard] {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  opacity: 0.5;
  z-index: 5;
  filter: invert(1);
  transition: all 0.25s ease;
  /* display: none; */
}

viewer-3d [cardboard]:hover {
  opacity: 1;
  transform: scale(1.02);
}

actions-3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 4;
}

actions-3d .playing * {
  pointer-events: none;
}

.btn3dToggle,
.playing {
  border-radius: 5rem;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
  height: 40px;
}

.playing {
  width: 60px;
  height: 60px;
}

.btn3dToggle [is-icon-small] {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.actionsToggle {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
  border-radius: 4rem;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.actionsToggleMobile {
  background-color: #000;
}

.btn3dToggle {
  border-radius: 0;
}

.btn3dToggle.active {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

.actionsToggleMobile .btn3dToggle {
  color: #fff;
}

.actionsToggleMobile .btn3dToggle.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn3dToggle {
  margin: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn3dToggle:hover,
.playing:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

viewer-3d .background-3d {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}

#viewer3dHomes {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

viewer-label {
  z-index: 6;
  display: inline-block;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  user-select: none;
  transform: translateX(-50%);
  text-transform: uppercase;
}

thumbs-3d,
thumbs-video {
  overflow-x: auto;
  padding: 0.5rem;
  z-index: 4;
  background-color: #000000;
  justify-content: center;
}

thumbs-3d.show,
thumbs-video.show {
  bottom: 0;
}

video {
  object-fit: cover;
}

.thumb_item {
  min-width: 80px;
  width: 80px;
  min-height: 80px;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}

.thumb_item:not(:last-child) {
  margin-right: 0.5rem;
}

.thumb_item .typeMedia {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-size: 0.8rem;
  padding: 0.25rem;
}

thumbs-3d .thumb_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumb_item * {
  pointer-events: none;
}

@media screen and (min-width: 650px) {
  .actionsToggle .btn3dToggle:first-child {
    border-radius: 3rem 0 0 3rem;
  }

  .actionsToggle .btn3dToggle:last-child {
    border-radius: 0 3rem 3rem 0;
  }

  .actionsToggle .btn3dToggle:last-child:first-child {
    border-radius: 3rem;
  }

  .actionsToggle {
    top: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .parentSlider3D {
    border-radius: 10px;
  }

  .actionsToggle {
    display: inline-flex;
  }

  .actionsToggleMobile {
    display: none;
  }

  thumbs-3d,
thumbs-video {
    border-radius: 0 0 10px 10px;
  }
}
[demo3d] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  object-fit: cover;
}

.buho3d {
  width: 80px;
  height: 80px;
  border-radius: 5rem;
  padding: 0.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

view-video iframe {
  border: none !important;
  border-radius: 0 !important;
}

.labelOSGO {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  user-select: none;
  pointer-events: none;
  display: block;
  padding: 0.5rem;
  font-size: 0.85rem;
}

.ui\:catalog-item {
  width: 100%;
}
@media screen and (min-width: 38.75rem) {
  .ui\:catalog-item {
    width: 50%;
  }
}
@media screen and (min-width: 64rem) {
  .ui\:catalog-item {
    width: 25%;
  }
}
.ui\:catalog-item w-button {
  opacity: 0.65;
}
.ui\:catalog-item w-button:hover {
  opacity: 1;
}
.ui\:catalog-multicolor {
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 3rem;
}
.ui\:catalog-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: block;
  position: relative;
}
.ui\:catalog-image .discountIcon {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  cursor: initial;
}
@media screen and (min-width: 64rem) {
  .ui\:catalog-image {
    height: 300px;
  }
}
.ui\:catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.1s;
}
.ui\:catalog-image img.change {
  opacity: 0;
}
.ui\:catalog-info {
  position: relative;
  padding: 0.5rem 1rem;
}
.ui\:catalog-controls {
  z-index: 2;
  position: relative;
  margin-top: 0;
  transition: all 0.2s cubic-bezier(0.48, 0.32, 0.83, 0.67);
}
.ui\:catalog .button_icon {
  box-shadow: none;
}
.ui\:catalog .button_icon.active, .ui\:catalog .button_icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #000000;
}
.ui\:catalog-color {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.ui\:catalog-color img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.ui\:catalog-color:not(:last-child) {
  margin-right: 0.5rem;
}
.ui\:catalog-color:hover {
  transform: scale(1.2);
}

.catalog_item_container {
  background-color: white;
  border-radius: 5px;
  transition: all 0.2s ease;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.05);
}
.catalog_item_container:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}

#touchActions {
  cursor: pointer;
}

#__slide__ {
  transition: margin-left 0.25s cubic-bezier(0.45, 0.47, 0.54, 0.55);
}

.slide_item {
  user-select: none;
}

.slide_item * {
  pointer-events: none;
}

.slide_item {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 300px;
  border-radius: 10px;
}

.slide_item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slide_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.slide_item *:not(.background) {
  z-index: 2;
}

.arrowSlide {
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%);
  z-index: 6;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: 0;
  border: 0;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.arrowSlide:focus {
  outline: 0;
}

.arrowSlide:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.arrowSlide * {
  pointer-events: none;
  user-select: none;
}

.arrowSlide.prev {
  left: 2rem;
}

.arrowSlide.next {
  right: 2rem;
}

/* google map */
.address_header {
  padding: 0 2rem;
}
@media screen and (min-width: 48rem) {
  .address_header {
    padding: 0;
  }
}

.slide_thumbs_item.active {
  box-shadow: inset 0 0 0 2px #000000;
}

.titleHome {
  font-weight: 900;
  font-size: 1.75rem;
  padding: 1rem;
  word-break: break-word;
  text-align: center;
}

google-map {
  background-color: #F5F5F5;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 350px;
  transition: transform 0.25s var(--bezier);
}

container-map,
map-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  border-radius: 10px;
}

.oh-share-link:not(:last-child) {
  margin: 0 0.5rem;
}

/* google maps controls style */
#titleGoogleMapsHome {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  pre {
    display: none;
  }

  .productInPicture .homesPicturePic {
    border-radius: 0;
  }
}
@media screen and (min-width: 980px) {
  #titleGoogleMapsHome {
    opacity: 1;
    position: absolute;
    background: white;
    z-index: 1;
    margin: 0.6rem;
    height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }

  #titleGoogleMapsHome {
    padding: 0 1rem;
    max-width: 95%;
    bottom: 0.5rem;
    width: 100%;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 110%;
  }
}
.icon-arrow-feature * {
  pointer-events: none;
}

/* general */
.oh-h1 {
  padding: 0;
}

.starReview:not(:last-child) {
  margin-right: 0.5rem;
}

#reviewsCount {
  margin-right: 1rem;
}

slider-homes {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 300px;
  max-height: 100%;
  margin-top: 2rem;
  border-radius: 10px 10px 0 0;
}

slider-homes img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

slider-thumbs {
  border-radius: 0 0 10px 10px;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #F5F5F5;
  position: relative;
}

slider-thumbs span {
  height: 100%;
  cursor: pointer;
  z-index: 1;
  margin: 4px;
}

slider-thumbs img {
  z-index: -1;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.thumb-homeItem {
  min-height: 60px;
  min-width: 60px;
  height: 60px;
  width: 60px;
}

.featureImgIcon {
  width: 30px;
  height: 30px;
}

.slider-homes {
  transition: margin-left 0.25s var(--bezier);
}

.arrows {
  position: absolute;
  top: 0;
  width: 2rem;
  height: 100%;
  font-size: 2rem;
  z-index: 2;
  cursor: pointer;
  display: none;
  transition: background-color 0.25s var(--bezier);
}

.arrows.left {
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /*background: rgba($white, 1);
  background: -moz-linear-gradient(left, rgba($white, 1) 60%, rgba($white, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(60%, rgba($white, 1)), color-stop(100%, rgba($white, 0)));
  background: -webkit-linear-gradient(left, rgba($white, 1) 60%, rgba($white, 0) 100%);*/
}

.arrows.right {
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  /*background: rgba($white, 0);
  background: -moz-linear-gradient(left, rgba($white, 0) 10%, rgba($white, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(10%, rgba($white, 0)), color-stop(100%, rgba($white, 1)));
  background: -webkit-linear-gradient(left, rgba($white, 0) 10%, rgba($white, 1) 100%);*/
}

.arrows.right:hover,
.arrows.left:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.previewArrows icon::before {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.previewArrows {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  color: #FFFFFF;
  width: 15%;
  height: 100%;
  z-index: 30;
  transform: translateY(-50%);
  appearance: none;
  background-color: transparent;
  outline: 0;
  border: none;
}

.previewArrows * {
  pointer-events: none;
}

.previewArrows.left {
  left: 0;
}

.previewArrows.right {
  right: 0;
}

.arrows icon {
  pointer-events: none;
}

.previewArrows icon {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0.5rem;
}

slider-homes .slider-homeItem {
  height: 300px;
  user-select: none;
  overflow: hidden;
}

.titles {
  font-size: 1.5rem;
}

.esentialsItem,
.featuresItem {
  min-height: 40px;
}

.esentialsItem strong,
.esentialsItem p {
  min-height: 30px;
  line-height: 30px;
  position: relative;
}

.esentialsItem strong sup,
.esentialsItem p sup {
  position: absolute;
  top: -5px;
  right: -10px;
}

/*productInPicture*/
.homesContainerPicture {
  position: relative;
  margin-bottom: 3rem;
}

.homesContainerPicture .dots {
  position: absolute;
  top: 100%;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.homesContainerPicture .dots .dot {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 100%;
  background-color: #CCCCCC;
  transition: background-color 0.2s ease;
}

.homesContainerPicture .dots .dot.active {
  background-color: #000000;
}

.homesShopPicture {
  display: flex;
  align-content: flex-start;
  transition: margin-left 0.25s ease;
}

.prev *,
.slideRoomNext * {
  pointer-events: none;
  background-color: #F5F5F5;
  padding: 1rem;
  border-radius: 20px;
}

.homesContainerPicture .prev,
.homesContainerPicture .slideRoomNext {
  top: calc(100% + 20px);
  position: absolute;
  z-index: 7;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.homesContainerPicture .prev {
  left: 1rem;
}

.homesContainerPicture .slideRoomNext {
  right: 1rem;
}

.productInPicture {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sliderSection {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .productInPicture {
    border-radius: 10px;
    margin: 0;
  }

  .sliderSection {
    flex-direction: row;
  }
}
@media screen and (min-width: 980px) {
  .homesContainerPicture {
    overflow: hidden;
  }

  .homesContainerPicture .prev {
    left: -4rem;
  }

  .homesContainerPicture .slideRoomNext {
    right: -4rem;
  }

  .homesContainerPicture .prev,
.homesContainerPicture .slideRoomNext {
    top: 50%;
    transform: translateY(-50%);
  }
}
.productInPicture .homesPicturePic {
  display: block;
  width: 100%;
  object-fit: contain;
}

.productInPicture img {
  pointer-events: none;
}

.shopProductInPicture {
  position: absolute;
  z-index: 5;
  border-radius: 100%;
  cursor: pointer;
  outline: 0;
  transition: all 0.25s cubic-bezier(0.2, 0.63, 0.72, 0.47);
  animation: bubble 2s cubic-bezier(0.2, 0.63, 0.72, 0.47);
  animation: bubble 2s linear;
  animation-iteration-count: infinite;
  background-color: #FFFFFF;
}
.shopProductInPicture:hover {
  transform: scale(1.2);
}

@keyframes bubble {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  30% {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 0 0 2px rgba(0, 0, 0, 0.3);
  }
  60% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(0, 0, 0, 0.1);
  }
  90% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1), 0 0 0 25px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
.detailsInformation .infoItem {
  flex-shrink: 0;
  height: 30px;
  align-items: center;
}

/*slider also footer*/
.homesAlsoTitle {
  padding: 0 2rem;
  text-align: center;
}

.containersAlso {
  overflow: hidden;
  position: relative;
}

.containersAlso .dots {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
}

.containersAlso .dots .dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.6;
  margin: 4px;
}

.containersAlso .dots .dot.active {
  opacity: 1;
}

.sliderAlso {
  min-width: 300%;
  transition: margin-left 0.25s var(--bezier);
}

.sliderAlsoInfo {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.sliderAlsoInfo strong {
  height: 40px;
}

.sliderAlso-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  border-radius: 10px;
}

.sliderAlso-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  slider-homes,
slider-homes .slider-homeItem {
    height: 500px;
  }

  .arrows {
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .titleHome {
    padding: 0;
    text-align: left;
  }

  slider-homes,
slider-homes .slider-homeItem {
    height: 700px;
  }

  .homes_features,
.homes_esentials {
    padding: 1rem 0;
  }

  .detailsInformation {
    padding: 0;
  }

  .homesAlsoTitle {
    text-align: left;
    padding: 0;
  }

  .sliderAlsoInfo {
    padding: 0;
  }

  .sliderAlso {
    min-width: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .sliderAlso_item {
    max-width: 30%;
  }

  .sliderAlso-img img {
    object-fit: cover;
  }

  .containersAlso .dots {
    display: none;
  }

  #titleGoogleMapsHome {
    left: 200px;
    bottom: auto;
    width: auto;
    top: 0;
    padding: 0 1rem;
    font-size: 110%;
  }
}
.body-checkout .icon-cart {
  margin: 0 0 2rem 0;
  opacity: 0.3;
}

.body-checkout a {
  margin: 0 0.25rem;
}

.body-checkout a:after {
  display: none;
}

.body-checkout a:hover {
  text-decoration: none;
  color: var(--cta);
}

.text-empty {
  display: flex;
  width: 50%;
  opacity: 0.4;
  font-size: 1.5rem;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

/* request informaction */
request-info {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 10 20px -10px rgba(0, 0, 0, 0.2);
  position: fixed;
  transform-origin: center;
  transition: transform 0.2s ease;
  z-index: 600;
  max-height: 100vh;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0 0 0 20rem rgba(0, 0, 0, 0.9);
}

request-info.open {
  bottom: 0;
  transform: translate(-50%, 0%);
}

@media screen and (min-width: 980px) {
  request-info {
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
  }

  request-info.open {
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: initial;
  }
}
@media screen and (max-width: 979px) {
  .centerMobile,
.oh-share-links {
    text-align: center;
  }
}
container-info {
  position: relative;
  overflow-x: hidden;
}

.representant_image,
.representant_image_large {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  border-radius: 100%;
  object-fit: cover;
  overflow: hidden;
}

request-info h1,
request-info h3 {
  text-align: center;
}

.representant_image_large {
  box-shadow: 0 0 0 10px #FFFFFF;
}

#closeRequest {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 700;
  background-color: #FFFFFF;
}

.representantImage {
  margin-bottom: 1rem;
}

.representantInfo {
  margin-bottom: 2rem;
}

.slider__rep {
  transition: margin-left 0.25s var(--bezier);
}

@media screen and (min-width: 800px) {
  .representantInfo {
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .buttonsRepresentants .oh-button-inline {
    width: 180px !important;
  }
}
@media screen and (min-width: 1100px) {
  pre {
    display: none;
  }

  .representantInfo {
    margin: 0;
  }

  .slider__rep_item {
    margin-top: 2rem;
  }
}
.check-icon {
  position: relative;
  align-items: center;
  justify-content: center;
}

.check-icon:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  margin-top: -8px;
  border: 2px solid #000000;
  border-left: 0;
  border-top: 0;
  transform-origin: 0 0;
  transform: translateX(100%) rotate(45deg);
}

.thumb-homeItem * {
  pointer-events: none !important;
  user-select: none;
}

.rotateAnimation {
  animation: rotation 4s ease infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#materporView {
  width: 100%;
  height: 80vh;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}
@media screen and (min-width: 48rem) {
  #materporView {
    height: 50vh;
  }
}
@media screen and (min-width: 64rem) {
  #materporView {
    height: 37.5rem;
  }
}

#materporView .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
}

#materporView .controls {
  z-index: 2;
}

matter-vr {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.text-centerMobile {
  padding: 0 1rem;
  text-align: center;
}

.divider {
  display: block;
  width: 80%;
  max-width: 100%;
  height: 1px;
  background-color: #355EA2;
}

.floorplansImage {
  display: block;
  width: 100%;
  height: 80vw;
  object-fit: contain;
  margin: 2rem 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #floorplansImage {
    height: 550px;
    padding: 0;
  }

  .divider {
    width: 100%;
    max-width: 75%;
  }

  .floorplansImage {
    height: 550px;
  }

  [data-bind=".slider"],
[data-bind=".slider__rep"] {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #sectionCredit {
    flex-wrap: wrap;
  }

  #sectionCredit * {
    text-align: center;
  }
}
#sectionCredit {
  padding: 1rem;
}

#slider_floors {
  padding: 1rem;
}

@media screen and (min-width: 980px) {
  .text-centerMobile {
    padding: 0;
    text-align: initial;
  }

  #slider_floors {
    padding: 0;
  }

  #sectionCredit .oh-button {
    margin: 0;
  }

  .creditImage {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.homesShopPicture .slider {
  transition: margin-left 0.2s linear;
}

.slider_fix {
  overflow: hidden;
  width: 100%;
}

.slider_fix_block {
  position: relative;
}

p {
  word-break: break-word;
}

.page-content .wrapper {
  padding: 0;
}

.sliderRepresentants {
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.sliderRepresentants .sliderRepresentants-item {
  scroll-snap-align: center;
  min-width: 80%;
  width: 80%;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  margin-right: 2rem;
}
@media screen and (min-width: 48rem) {
  .sliderRepresentants .sliderRepresentants-item {
    min-width: 30%;
    width: 30%;
  }
}
@media screen and (min-width: 64rem) {
  .sliderRepresentants .sliderRepresentants-item {
    min-width: 20%;
    margin: 0;
    width: 20%;
    border: none;
  }
}

@media screen and (min-width: 64rem) {
  .centerDesktop {
    justify-content: center;
  }
}

/*floors toggle*/
.floorsToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  width: 30px;
  border: 1px solid black;
  margin: 0.5rem;
  line-height: 30px;
  border-radius: 5rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.floorsToggle.active,
.floorsToggle:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.floorWrap {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
}

.__slideFloor__ {
  transition: margin-left 0.25s ease;
}

bullet {
  pointer-events: none;
}

.esentialsItem p {
  text-align: center;
}

.hyperText {
  font-size: 3.5rem;
}

.representant_image {
  border-radius: 100%;
  transition: all 0.2s ease;
}

.representant_image:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 0 2px black, 0 5px 5px 1px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}

#locations {
  padding: 3rem 2rem;
  background-color: #F8F8F8;
}

#slideGallery {
  background-color: #FAFAFA;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
}
@media screen and (min-width: 64rem) {
  #slideGallery {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}
#slideGallery .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
#slideGallery .ui\:button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 5;
  display: none;
}
#slideGallery .ui\:button.left {
  left: 0;
  margin-left: 1rem;
}
#slideGallery .ui\:button.right {
  right: 0;
  margin-right: 1rem;
}
#slideGallery:hover .ui\:button {
  display: inline-flex;
}
@media screen and (min-width: 48rem) {
  #slideGallery {
    height: 400px;
  }
}
@media screen and (min-width: 64rem) {
  #slideGallery {
    height: 600px;
  }
}
#slideGallery .homeSlide {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
#slideGallery .homeSlide article {
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  scroll-snap-align: center;
}
#slideGallery .homeSlide article .image-container {
  display: inline-block;
  height: 100%;
  width: auto;
  position: relative;
}
#slideGallery .homeSlide article .image-container img {
  height: 300px;
  width: auto;
  object-fit: contain;
  pointer-events: none;
}
@media screen and (min-width: 48rem) {
  #slideGallery .homeSlide article .image-container img {
    height: 400px;
  }
}
@media screen and (min-width: 64rem) {
  #slideGallery .homeSlide article .image-container img {
    height: 600px;
  }
}

.slider_thumbs {
  background-color: #F5F5F5;
}
@media screen and (min-width: 64rem) {
  .slider_thumbs {
    border-radius: 0 0 0.625rem 0.625rem;
  }
}
.slider_thumbs .slide_thumbs {
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 1rem;
  justify-content: flex-start;
}
.slider_thumbs .slide_thumbs_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 5px;
  padding: 0.5rem;
  transition: transform 0.2s ease;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
}
.slider_thumbs .slide_thumbs_item:hover {
  transform: scale(1.03);
}
.slider_thumbs .slide_thumbs_item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 0 0 2px white;
}

.slideui2 {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  margin: 1rem 0;
}

.ui\:catalog-slide-container {
  display: block;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .pic {
    order: -1;
  }

  google-map {
    height: 500px;
  }
}
.aboutimages style:round,
.pic {
  transition: all 0.25s ease;
}

.pic:hover .aboutimages style:round {
  transform: scale(1.01);
}

/*cart homes*/
.cart-homes {
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(4px);
  position: fixed;
  display: block;
  top: 0;
  left: 100%;
  width: 90vw;
  height: 100%;
  z-index: -1;
  transition: transform 0.15s var(--bezier);
  overflow: hidden;
  color: #FFFFFF;
  pointer-events: none;
}
@media screen and (min-width: 64rem) {
  .cart-homes {
    width: 400px;
  }
}
.cart-homes-header {
  display: block;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cart-homes-body {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  display: block;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cart-homes-body .container {
  width: 100%;
  display: block;
  height: 100%;
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 64rem) {
  .cart-homes-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.cart-homes.open {
  transform: translateX(-100%);
  pointer-events: all;
  z-index: 500;
}

.cartHomesItem {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 80% 20%;
  width: 100%;
  transition: box-shadow 0.2s linear;
  color: #FFFFFF;
}

.cart-homesImg_item {
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}

.cart-homesImg_item img {
  height: 250px;
  width: auto;
  border-radius: 5px;
}

.cart-tr {
  display: inline-block;
  margin: 0;
  width: 30%;
  text-align: center;
  height: auto;
}

.sliderelated {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
}

.ui\:catalog-item {
  min-width: 95%;
}
@media screen and (min-width: 48rem) {
  .ui\:catalog-item {
    min-width: 30%;
  }
}
@media screen and (min-width: 64rem) {
  .ui\:catalog-item {
    min-width: 25%;
    scroll-snap-align: start;
  }
}

#decorslide {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  height: auto;
}
@media screen and (min-width: 64rem) {
  #decorslide {
    height: 600px;
  }
}
#decorslide::-webkit-scrollbar {
  display: block;
}
#decorslide article {
  height: 100%;
  min-width: 95%;
  background-color: #fafafa;
  border-radius: 10px;
  margin-right: 1rem;
  cursor: grab;
  scroll-snap-align: center;
}
#decorslide article:active {
  cursor: grabbing;
}
@media screen and (min-width: 48rem) {
  #decorslide article {
    min-width: 70%;
  }
}
#decorslide article .image-container {
  height: 100%;
  width: fit-content;
  position: relative;
}
#decorslide article .image-container img {
  width: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
@media screen and (min-width: 64rem) {
  #decorslide article .image-container img {
    height: 100%;
  }
}

.decor-slide-btn {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  margin: 0.5rem;
  cursor: pointer;
}
.decor-slide-btn * {
  pointer-events: none;
}
.decor-slide-btn:before {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background-color: #E0E0E0;
  transition: background-color 0.2s ease;
}
.decor-slide-btn:hover::before, .decor-slide-btn.active::before {
  background-color: #000000;
}

.multimedia {
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.multimedia-item {
  min-width: 100%;
  scroll-snap-align: start;
}
@media screen and (min-width: 64rem) {
  .multimedia-item {
    padding: 1rem;
  }
}

#mortageapp {
  padding: 4rem 2rem;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 48rem) {
  #mortageapp {
    border: 1px solid #ccc;
    border-radius: 10px;
  }
}
#mortageapp.loaded {
  opacity: 1;
  pointer-events: all;
}

#totalmortage {
  position: relative;
  min-width: 250px;
  min-height: 250px;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 5px #E0E0E0;
}
@media screen and (min-width: 48rem) {
  #totalmortage {
    min-width: 350px;
    min-height: 350px;
    width: 350px;
    height: 350px;
  }
}
#totalmortage:before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid #000000;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  animation: mortage 3s ease-in-out infinite;
}

@keyframes mortage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 320px) {
  .sold {
    margin-left: 13rem;
    margin-top: -33rem;
    text-align: center;
    color: white;
    width: 243px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 13rem;
    margin-top: -26rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 374px) {
  .sold {
    margin-left: 18rem;
    margin-top: -33rem;
    text-align: center;
    color: white;
    width: 243px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 13rem;
    margin-top: -26rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 400px) and (max-width: 419px) {
  .sold {
    margin-left: 15rem;
    margin-top: -30rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 420px) and (max-width: 599px) {
  .sold {
    margin-left: 20rem;
    margin-top: -30rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 21rem;
    margin-top: -26rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .sold {
    margin-left: 28rem;
    margin-top: -30rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 32rem;
    margin-top: -25rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 768px) {
  .sold {
    margin-left: 37rem;
    margin-top: -42rem;
    text-align: center;
    color: white;
    width: 285px;
    height: 35px;
    font-weight: bold;
    font-size: 28px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 7rem;
    margin-top: -26rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 800px) and (max-width: 949px) {
  .sold {
    margin-left: 42rem;
    margin-top: -41rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 950px) and (max-width: 1023px) {
  .sold {
    margin-left: 51rem;
    margin-top: -41rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1129px) {
  .sold {
    margin-left: 54rem;
    margin-top: -66rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 6rem;
    margin-top: -33rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1329px) {
  .sold {
    margin-left: 58rem;
    margin-top: -66rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 8rem;
    margin-top: -31rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 1330px) {
  .sold {
    margin-left: 69rem;
    margin-top: -66rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 39px;
    font-weight: bold;
    font-size: 32px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }

  .soldRelated {
    margin-left: 10rem;
    margin-top: -31rem;
    text-align: center;
    color: white;
    width: 480px;
    height: 28px;
    font-weight: bold;
    font-size: 22px;
    z-index: 4;
    transform: rotate(35deg);
    background-color: #f10e0e;
  }
}
@media screen and (min-width: 320px) {
  .css-shapes {
    position: relative;
    z-index: 4;
  }

  .n-shape {
    height: 115px;
    width: 0px;
    border-left: 50px solid #ff0000;
    border-right: 50px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -300px;
    right: -155px;
  }

  .text-shape {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 35px;
    right: 48px;
  }

  .text-shape-us {
    position: absolute;
    font-weight: bold;
    font-size: 27px;
    top: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 500px) {
  .css-shapes {
    position: relative;
    z-index: 4;
  }

  .n-shape {
    height: 130px;
    width: 0px;
    border-left: 60px solid #ff0000;
    border-right: 60px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -300px;
    right: -250px;
  }

  .text-shape {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 35px;
    right: 57px;
  }

  .text-shape-us {
    position: absolute;
    font-weight: bold;
    font-size: 27px;
    top: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 768px) {
  .css-shapes {
    position: relative;
    z-index: 4;
  }

  .n-shape {
    height: 130px;
    width: 0px;
    border-left: 60px solid #ff0000;
    border-right: 60px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -400px;
    right: -365px;
  }

  .text-shape {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 35px;
    right: 57px;
  }

  .text-shape-us {
    position: absolute;
    font-weight: bold;
    font-size: 27px;
    top: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .css-shapes {
    position: relative;
    z-index: 4;
  }

  .n-shape {
    height: 130px;
    width: 0px;
    border-left: 60px solid #ff0000;
    border-right: 60px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -600px;
    right: -470px;
  }

  .text-shape {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 35px;
    right: 57px;
  }

  .text-shape-us {
    position: absolute;
    font-weight: bold;
    font-size: 27px;
    top: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .css-shapes {
    position: relative;
    z-index: 4;
  }

  .n-shape {
    height: 130px;
    width: 0px;
    border-left: 60px solid #ff0000;
    border-right: 60px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -600px;
    right: -540px;
  }

  .text-shape {
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    top: 35px;
    right: 57px;
  }

  .text-shape-us {
    position: absolute;
    font-weight: bold;
    font-size: 27px;
    top: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 320px) {
  .css-shapes2 {
    position: relative;
    z-index: 4;
  }

  .n-shape2 {
    height: 85px;
    width: 0px;
    border-left: 40px solid #ff0000;
    border-right: 40px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -255px;
    right: -155px;
  }

  .text-shape2 {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 23px;
    right: 37px;
  }

  .text-shape-us2 {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    top: 23px;
    right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .css-shapes2 {
    position: relative;
    z-index: 4;
  }

  .n-shape2 {
    height: 85px;
    width: 0px;
    border-left: 40px solid #ff0000;
    border-right: 40px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -255px;
    right: -95px;
  }

  .text-shape2 {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 23px;
    right: 37px;
  }

  .text-shape-us2 {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    top: 23px;
    right: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .css-shapes2 {
    position: relative;
    z-index: 4;
  }

  .n-shape2 {
    height: 85px;
    width: 0px;
    border-left: 40px solid #ff0000;
    border-right: 40px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -305px;
    right: -95px;
  }

  .text-shape2 {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 23px;
    right: 37px;
  }

  .text-shape-us2 {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    top: 23px;
    right: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .css-shapes2 {
    position: relative;
    z-index: 4;
  }

  .n-shape2 {
    height: 85px;
    width: 0px;
    border-left: 40px solid #ff0000;
    border-right: 40px solid #ff0000;
    border-bottom: 20px solid transparent;
    position: absolute;
    color: white;
    top: -305px;
    right: -120px;
  }

  .text-shape2 {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 23px;
    right: 37px;
  }

  .text-shape-us2 {
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    top: 23px;
    right: 19px;
  }
}