body,
html {
  margin: 0;
  overflow-x: hidden;
}
@supports (overflow-x: clip) {
  body,
  html {
    overflow-x: clip;
  }
}

@import "../css/fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
    
    .text-list-feature {
      font-family: "Noto Sans", serif;
    }

	.list-feature, .main-feature {
       font-family: 'Hellix Bold';
	}

/*section*/

@keyframes circle-in-hesitate {
  0% {
    clip-path: circle(0%);
  }
  40% {
    clip-path: circle(40%);
  }
  100% {
    clip-path: circle(125%);
  }
}

[transition-style="in:circle:hesitate"] {
  animation: 2.5s cubic-bezier(0.25, 1, 0.3, 1) circle-in-hesitate both;
}

.HomepageFitur {
  padding-bottom: 220px;
}

.main-feature {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight:700;
  font-size: 31px;
  line-height: 58px;
  margin-top: 78px;
}

.text-feature {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 55px;
  font-family: 'Proxima';
}

.wrap-img-feature {
  margin-top: 78px;
  display: flex;
}

.img-fitur-phone {
  position: absolute;
  right: 20px;
  top: -150px;
}

.img-background-phone {
  position: absolute;
  top: -150px;
  left: -50px;
}

.img-background-phone {
  animation-name: k;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.img-fitur-phone {
  animation-name: k;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  /*animation-delay: 0.5s;*/
}

@keyframes k {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translate(0px);
  }
}

.lm-review-section {
  background-color: white;
}

.lm-review-section .col-md-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.list-feature {
  font-size: 20px;
  line-height: 35px;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #a4b4be;
  cursor: pointer;
  font-weight:600;
}

.lm-accordion::before {
  content: "";
  position: absolute;
  display: block;
  height: 230px;
  left: 15px;
  top: 20px;
  /*border-left: 1px dashed #b3b3b3;*/
}

.lm-accordion__item {
  margin-left: 17px;
  margin-top: 8px;
}

.lm-accordion__item.js-AccordionItem.active .list-feature {
  color: #000;
}

.lm-accordion__item.js-AccordionItem.active .list-feature::before {
  transform: scale(1);
  background-color: #00aed6;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 0 5px #eff5f9;
  box-shadow: 0 0 0 5px #eff5f9;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 5px;
}

.lm-accordion__item.js-AccordionItem .list-feature::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #b3b3b3;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #eff5f9;
  box-shadow: 0 0 0 5px #eff5f9;
  position: absolute;
  z-index: 2;
  left: 5px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin-top: 8px;
}

.text-list-feature {
  font-size: 18px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  margin: -5px 100px 13px 0px;
}

.lm-review-section h2 {
  font-size: 1.75rem;
}

.lm-review .slick-arrow {
  background-color: #eff5f9;
  border: 1px solid #eff5f9;
  border-radius: 100px;
  font-size: 0;
  height: 36px;
  width: 36px;
  transform: translateX(50px);
  position: relative;
}

.lm-review .slick-next {
  transform: translateX(50px) rotate(180deg);
  left: 0px;
}

.lm-review .slick-arrow::before {
  content: url("../../../assets/images/arrow-left.png");
  position: absolute;
  inset: 0;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-4px, -2px) rotate(-90deg);
  cursor: pointer;
}

button:focus.slick-arrow {
  outline: 5px auto #caf0fd !important;
}

.lm-review-item {
  padding: 16px 0 16px 50px;
}

.lm-review-item__content {
  display: flex;
  flex-direction: column;
  background-color: #caf0fd;
  position: relative;
  border-radius: 20px;
  padding: 20px 46px 10px;
  justify-content: center;
  gap: 8px;
  font-size: 31px;
  line-height: 37px;
  font-family: 'Hellix Bold';
}

.lm-review-item__image {
  height: auto;
  width: 50px;
  border-radius: 45px;
  /*border: solid 4px white;*/
}

.lm-review-item__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #47bbe4;
  font-family: 'Hellix Bold';
}

.wrp-review {
  margin-left: -50px;
}

.lm-review-item__review {
  height: 20px;
  object-fit: contain;
  object-position: left;
}

.lm-review-item__description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  color: #000;
  font-family: 'Proxima';
  margin-top: 8px;
}

.vc-CardFlex {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.vc-CardFlex p::before, .vc-CardFlex p::after{
  word-break: break-all;
}

.vc-CardFlex .wrap-text-flexible:hover {
  word-break: break-all;
}

/*
.vc-CardFlex .wrap-text-flexible {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}*/

.vc-CardFlex h2.title-flex {
  padding-inline: 42px;
  padding-bottom: 42px;
}

.vc-CardFlex p {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  background: linear-gradient(
    360deg,
    rgba(3, 20, 83, 0.95) 38.09%,
    rgba(28, 27, 27, 0) 90.19%
  );
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

/*
.vc-CardFlex:hover p {
  opacity: 1;
  transition: all ease-in-out 0.5s;
  transform: translateY(32%);
  text-indent: initial;
  padding: 0px 40px;
}

.vc-CardFlex .wrap-text-flexible:hover {
  text-indent: -9999px;
  white-space: nowrap;
}*/

/*hover orange

.vc-CardFlex.orange p {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 42px;
  background: linear-gradient(
    360deg,
    rgba(187, 103, 5, 0.93) 35.09%,
    rgba(28, 27, 27, 0) 80.19%
  );
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: left;
  transform: translateY(100%);
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.vc-CardFlex.orange:hover p {
  opacity: 1;
  transition: all ease-in-out 0.5s;
  transform: translateY(32%);
  text-indent: initial;
  padding: 0px 40px;
}

.vc-CardFlex .wrap-text-flexible.orange:hover {
  text-indent: -9999px;
  white-space: nowrap;
}*/

.lm-feature-merchant {
  display: flex;
  gap: 30px;
}

.lm-feature-merchant .feature-merchant {
  flex: 1;
  object-fit: contain;
  object-position: center;
}



@media (max-width: 700px) {

  /*fitur*/

  .wrap-text-flexible.orange {
    left: 20px;
    bottom: 50px;
  }

  p.mobile {
    display: none;
  }

  .home-intro {
    margin-top: -12px;
  }
  .my-slider {
    display: none !important;
  }

  .hide-mob {
    display: block;
  }

  .wrp-review {
    margin-left: 0px;
  }

  .wrp-mob-merchant {
    display: flex;
    justify-content: center;
  }


  .main-feature {
    font-size: 23px;
    line-height: 30px;
    margin-top: 32px;
    text-align: center;
  }
  .text-feature {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    margin: 0px 0px 29px;
  }
  .featurette {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .featurette-heading {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: bold;
    font-size: 31px !important;
    line-height: 38px !important;
    margin-top: 10px;
  }
  .lm-feature-merchant {
    flex-direction: column;
    gap: 16px;
  }

  .lm-feature-merchant .slick-slide {
    margin: 0 15px;
  }

  .lm-feature-merchant .slick-list {
    margin: 0 -15px;
  }

  .lm-feature-merchant .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin-block: 0 -12px;
  }

  .lm-feature-merchant .slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: none;
  }

  .lm-feature-merchant .slick-dots .slick-active button {
    background-color: #00aed6;
  }

  .lm-feature-merchant-button {
    display: block;
    margin: 50px auto 0px;
  }

  .lm-review {
    padding-inline: 40px;
    position: relative;
    margin-bottom: 0px;
  }

  .lm-review .slick-slide {
    margin: 0 15px;
  }

  .lm-review .slick-list {
    margin: 0 -15px;

  }

  .vc-CardFlex.orange:hover p {
    padding: 0px 0px;
  }

  .vc-CardFlex:hover p {
    padding: 0px 15px;
    text-align: left;
    justify-content: left;
  }

  .lm-review-item {
    padding: 40px 0;
  }
  .lm-review-item__content {
    padding: 20px 16px 16px 16px;
    text-align: center;
    display: table;
    clear: both;
  }
  .lm-review-item__description {
    font-size: 14px;
    line-height: normal;
    width: 240px;
    margin: auto;
    overflow: initial;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .lm-review-item__image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
  }
  .lm-review-item__review {
    margin: 7px auto 10px;
  }
  .lm-review .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lm-review .slick-prev {
    left: 0px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .lm-review .slick-next {
    right: 0px !important;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }

  .lm-review-item__name {
    font-size: 14px;
  }

  .lm-review-item__review {
    height: 15px;
  }

  .pt-7 {
    margin-top: 0px;
  }

  .wrp-fitur {
    display: flex;
    flex-direction: column-reverse;
  }

  .img-background-phone {
    width: 80%;
    top: 0px;
    left: -10px;
  }

  .img-fitur-phone {
    position: absolute;
    right: 125px;
    width: 37%;
    top: 25px;
  }
  .lm-accordion.js-Accordion {
    margin: 350px 55px 0px;
  }

  .list-feature {
    font-size: 16px;
    line-height: 19px;
  }

  .text-list-feature {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
  }

  .lm-accordion__item.js-AccordionItem.active .list-feature::before {
    left: 60px;
  }

  .lm-accordion__item.js-AccordionItem .list-feature::before {
    left: 60px;
    margin-top:0px;
  }

  .lm-accordion::before {
    left: 90px;
    top: 190px;
    height: 212px;
  }

  /*seflexivle*/
  .wrp-all-flex {
    flex: 100%;
    max-width: 100%;
    display: contents;
  }

  .no-support {
    text-align: center;
    padding: 5px;
    width: 450px;
    background: #da1e62;
    margin-left: auto;
    margin-right: auto;
    background: #ee6620;
    color: #fff;
    font-size: 16px;
  }

  .container-grid-mob {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 10px;
    overflow: scroll;
    position: relative;
  }

  .flex-col-content {
    width: 220px;
    height: 285px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .resize-mob-p {
    height: 300px;
  }

  .x-mandatory {
    scroll-snap-type: x mandatory;
  }

  .y-mandatory {
    scroll-snap-type: y mandatory;
  }

  .both-mandatory {
    scroll-snap-type: both mandatory;
  }

  .x-proximity {
    scroo-snao-type: x proximity;
  }

  .y-proximity {
    scroll-snap-type: y proximity;
  }

  .both-proximity {
    scroll-snap-type: both proximity;
  }

  /* Below here just styles the container & elements so they look nice */
  .x-scroll .wrp-flex-col {
    width: 680px;
    display: flex;
  }

  .x-scroll .element {
    float: left;
    margin-right: 10px;
  }

  .y-scroll .element {
    margin-bottom: 10px;
  }

  .wrp-flex-col {
    padding-bottom: 0px;
  }

  .x-scroll .flex-col-content {
    float: left;
  }

  .vc-CardFlex {
    border-radius: 20px;
  }

  .title-flex h2 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    top: 54%;
  }

  .vc-CardFlex p {
    align-items: self-start;
    justify-content: flex-start;
    top: 68%;
    padding: 0px;
    transform: none;
    opacity: inherit;
    transition: none;
    background: linear-gradient(
      360deg,
      rgba(3, 20, 83, 0.86) 30.34%,
      rgba(28, 27, 27, 0) 72.92%
    );
  }

  .vc-CardFlex h2.title-flex {
    padding-inline: 32px;
    padding-bottom: 24px;
    white-space: break-spaces;
  }

  .title-flex p {
    font-size: 14px;
    line-height: 14px;
  }

  .vc-CardFlex p {
    background: linear-gradient(
      360deg,
      rgba(3, 20, 83, 1) 50%,
      rgba(28, 27, 27, 0) 90%
    );
    justify-content: center;
  }

  .vc-CardFlex.orange p {
    align-items: normal;
    justify-content: center;
    top: 76%;
    padding: 0px;
    transform: none;
    opacity: inherit;
    transition: none;
    left: -8%;
  }

  .mt-tf-9 {
    margin-left: 9px;
  }

  .trp-color-light #trp-floater-ls-language-list a {
    position: relative;
  }
  .trp-color-light #trp-floater-ls-language-list a[title]::before {
    content: "/";
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
  }

  #trp-floater-ls-language-list a:hover {
    background-color: inherit !important;
  }
}


@media (max-width: 700px) {
  /*fitur*/
  
  img.card-img-border {
      width:100% !important;
   }

  .navbar-header {
    display: block;
    position: fixed;
    right: 10px;
    top: 24px;
  }

  p.mobile {
    display: none;
  }

  .home-intro {
    margin-top: -12px;
  }
  .my-slider {
    display: none !important;
  }

  .hide-mob {
    display: block;
  }

  .wrp-review {
    margin-left: 0px;
  }

  .wrp-mob-merchant {
    display: flex;
    justify-content: center;
  }

  .main-feature {
    font-size: 23px;
    line-height: 30px;
    margin-top: 32px;
    text-align: center;
  }
  .text-feature {
    font-size: 14px;
    line-height: normal;
    text-align: center;
    margin: 0px 0px 29px;
  }
  .featurette {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .featurette-heading {
    font-size: 27px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal !important;
    margin-top: 150px !important;
  }
  
  .lm-feature-merchant {
    flex-direction: column;
    gap: 16px;
  }

  .lm-feature-merchant .slick-slide {
    margin: 0 15px;
  }

  .lm-feature-merchant .slick-list {
    margin: 0 -15px;
  }

  .lm-feature-merchant .slick-dots {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
    margin-block: 0 -12px;
  }

  .lm-feature-merchant .slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: none;
  }

  .lm-feature-merchant .slick-dots .slick-active button {
    background-color: #00aed6;
  }

  .lm-feature-merchant-button {
    margin-top: 50px;
    justify-content: center;
    display: flex;
  }

  .lm-review {
    padding-inline: 40px;
    position: relative;
    margin-bottom: 0px;
  }

  .lm-review .slick-slide {
    margin: 0 15px;
  }

  .lm-review .slick-list {
    margin: 0 -15px;
  }

  .vc-CardFlex.orange:hover p {
    padding: 0px 0px;
  }

  .vc-CardFlex:hover p {
    padding: 0px 24px;
    text-align: left;
    justify-content: left;
  }

  .lm-review-item {
    padding: 40px 0;
  }
  .lm-review-item__content {
    padding: 20px 16px 16px 16px;
    text-align: center;
    display: block;
    min-height: 100%;
  }
  .lm-review-item__description {
    font-size: 14px;
    line-height: normal;
    width: 240px;
    margin: auto;
    overflow: initial;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .lm-review-item__image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
  }
  .lm-review-item__review {
    margin: 7px auto 10px;
  }
  .lm-review .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .lm-review .slick-prev {
    left: 0px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .lm-review .slick-next {
    right: 0px !important;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }

  .lm-review-item__name {
    font-size: 14px;
  }

  .lm-review-item__review {
    height: 15px;
  }

  .pt-7 {
    margin-top: 0px;
  }

  .wrp-fitur {
    display: flex;
    flex-direction: column-reverse;
  }

  .img-background-phone {
    width: 80%;
    top: 0px;
    left: -10px;
  }

  .img-fitur-phone {
    position: absolute;
    right: 125px;
    width: 37%;
    top: 25px;
  }
  .lm-accordion.js-Accordion {
    margin: 350px 55px 0px;
  }

  .list-feature {
    font-size: 16px;
    line-height: 19px;
  }

  .text-list-feature {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
  }

  .lm-accordion__item.js-AccordionItem.active .list-feature::before {
    left: 60px;
  }

  .lm-accordion__item.js-AccordionItem .list-feature::before {
    left: 60px;
  }

  .lm-accordion::before {
    left: 90px;
    top: 190px;
    height: 212px;
  }
  
  .skeleton-layanan-kredivo { 
  	 height:161px;
  }

  /*seflexivle*/
  .wrp-all-flex {
    flex: 100%;
    max-width: 100%;
    display: contents;
  }

  .no-support {
    text-align: center;
    padding: 5px;
    width: 450px;
    background: #da1e62;
    margin-left: auto;
    margin-right: auto;
    background: #ee6620;
    color: #fff;
    font-size: 16px;
  }

  .container-grid-mob {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 10px;
    overflow: scroll;
    position: relative;
  }

  .flex-col-content {
    width: 220px;
    height: 250px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .resize-mob-p {
    height: 300px;
  }

  .x-mandatory {
    scroll-snap-type: x mandatory;
  }

  .y-mandatory {
    scroll-snap-type: y mandatory;
  }

  .both-mandatory {
    scroll-snap-type: both mandatory;
  }

  .x-proximity {
    scroo-snao-type: x proximity;
  }

  .y-proximity {
    scroll-snap-type: y proximity;
  }

  .both-proximity {
    scroll-snap-type: both proximity;
  }

  /* Below here just styles the container & elements so they look nice */
  .x-scroll .wrp-flex-col {
    width: 680px;
    display: flex;
  }

  .x-scroll .element {
    float: left;
    margin-right: 10px;
  }

  .y-scroll .element {
    margin-bottom: 10px;
  }

  .wrp-flex-col {
    padding-bottom: 0px;
  }

  .x-scroll .flex-col-content {
    float: left;
  }

  .vc-CardFlex {
    border-radius: 20px;
  }

  .title-flex h2 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 54%;
  }

  .vc-CardFlex p {
    align-items: self-start;
    justify-content: flex-start;
    top: 68%;
    padding: 0px;
    transform: none;
    opacity: inherit;
    transition: none;
    background: linear-gradient(
      360deg,
      rgba(3, 20, 83, 0.86) 30.34%,
      rgba(28, 27, 27, 0) 72.92%
    );
  }

  .vc-CardFlex h2.title-flex {
    padding-inline: 16px;
    padding-bottom: 24px;
    white-space: break-spaces;
  }

  .title-flex p {
    font-size: 14px;
    line-height: 14px;
  }

  .vc-CardFlex p {
    background: linear-gradient(
      360deg,
      rgba(3, 20, 83, 1) 50%,
      rgba(28, 27, 27, 0) 90%
    );
    justify-content: left;
    padding-left: 25px;
  }

  .vc-CardFlex.orange p {
    align-items: normal;
    justify-content: left;
    top: 76%;
    padding: 0px;
    transform: none;
    opacity: inherit;
    transition: none;
    left: 9%;
  }

  .mt-tf-9 {
    margin-left: 9px;
  }

  .trp-color-light #trp-floater-ls-language-list a {
    position: relative;
  }
  .trp-color-light #trp-floater-ls-language-list a[title]::before {
    content: "/";
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
  }

  #trp-floater-ls-language-list a:hover {
    background-color: inherit !important;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.1;
  }
}

.skeleton {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.skeleton-layanan-kredivo {
  background-color: #5d5d5d;
  opacity: 0.2;
  height: 161px;
  margin-bottom: 24px;
  border-radius: 24px;
  position: relative;
}

.skeleton-layanan-kredivo-title {
  height: 50px;
  background-color: #000000;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 24px 24px;
}

.skeleton-promo {
  background-color: #d0d0d0;
  opacity: 0.5;
  height: 200px;
  margin-bottom: 24px;
  border-radius: 24px;
  position: relative;
}

.skeleton-promo-title {
  height: 20px;
  background-color: #848484;
  opacity: 1;
  position: absolute;
  bottom: 50px;
  left: 12px;
  right: 12px;
  width: 84%;
  border-radius: 24px 24px;
}
