#mobileNav .logo {
  transition: 0.8s;
  cursor: pointer;
  width: auto;
  height: auto;
  z-index: 1000;
}
#mobileNav .logo img {
  width: 162px;
  height: auto;
  transition: 0.3s;
}
#mobileNav .logo img.white {
  display: none;
}
#mobileNav .logo img.black {
  display: block;
}
#mobileNav .logo img:hover {
  transform: scale(0.93);
}
#mobileNav .hamburger {
  padding: 5px;
  margin: -5px;
  width: auto;
  height: auto;
  z-index: 1000;
  text-align: center;
  border-radius: 50%;
  /* From Uiverse.io by vinodjangid07 */
  /* #checkbox:checked + .toggle .bars {
    margin-left: 13px;
  } */
  /* #checkbox:checked + .toggle #bar3 {
    transform: rotate(90deg);
    transition-duration: .3s;
    transform-origin:right;
  } */
}
#mobileNav .hamburger #checkbox {
  display: none;
}
#mobileNav .hamburger .toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition-duration: 0.3s;
  margin-bottom: 0;
}
#mobileNav .hamburger .bars {
  width: 80%;
  height: 2px;
  background-color: #1F1F1F;
  border-radius: 6px;
  transition-duration: 0.3s;
}
#mobileNav .hamburger #checkbox:checked + .toggle #bar2 {
  transform: translateY(14px) rotate(60deg);
  margin-left: 0;
  transform-origin: right;
  transition-duration: 0.3s;
  z-index: 2;
}
#mobileNav .hamburger #checkbox:checked + .toggle #bar1 {
  transform: translateY(28px) rotate(-60deg);
  transition-duration: 0.3s;
  transform-origin: left;
  z-index: 1;
}
#mobileNav .hamburger #checkbox:checked + .toggle {
  transform: rotate(-90deg);
}

.cover {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  z-index: 10;
}
.cover .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
.cover .content {
  padding-top: 125px;
  width: 100%;
  height: 100%;
  position: relative;
}
.cover .content img, .cover .content video {
  width: 100%;
  height: auto;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-inline: 20px;
  margin-top: 35px;
}
.cover .content .form {
  position: relative;
  margin-top: 30px;
  background: rgba(211, 211, 211, 0.25);
  padding: 20px;
  padding-bottom: 40px;
  height: 100%;
}
.cover .content .form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cover .content .form form #stepOne {
  display: flex;
  border: 1px solid #1F1F1F;
  border-radius: 6px;
  overflow: hidden;
}
.cover .content .form form #stepOne input {
  border: none;
  width: 50%;
  height: 55px;
  background: white;
  outline: none;
  padding-inline: 12px;
  font-size: 16px;
  color: #1F1F1F;
}
.cover .content .form form #stepOne input::-moz-placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.cover .content .form form #stepOne input::placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.cover .content .form form #stepTwo {
  border: 1px solid #1F1F1F;
  border-radius: 6px;
  margin-top: 6px;
  overflow: hidden;
}
.cover .content .form form #stepTwo input {
  border: none;
  border-bottom: 1px solid #1F1F1F;
  width: 100%;
  height: 55px;
  background: white;
  outline: none;
  padding-inline: 12px;
  font-size: 16px;
  color: #1F1F1F;
}
.cover .content .form form #stepTwo input::-moz-placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.cover .content .form form #stepTwo input::placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.cover .content .form form .btn.primary {
  padding: 12px;
  background: linear-gradient(120deg, #1F1F1F 25%, #1F1F1F 50%, #1F1F1F 75%) no-repeat;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  outline: none;
}
.cover .content .form form .btn.primary:focus {
  border: none;
  outline: none;
}
.cover .content .form form .btn.primary.loading {
  pointer-events: none;
  background: linear-gradient(120deg, #1F1F1F 25%, #333 50%, #888888 75%) no-repeat;
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.cover .content .text {
  text-align: left;
  z-index: 100;
  position: relative;
  padding-inline: 20px;
}
.cover .content .text .button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border: none;
  outline: none;
  color: #1F1F1F;
  font-weight: 500;
  margin-top: 35px;
}
.cover .content .text .button i {
  margin-left: 8px;
}
.cover .content .text h1 {
  color: #1F1F1F;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}
.cover .content .text p {
  font-size: 16px;
  color: #1F1F1F;
}

.verdivurdering {
  position: relative;
  width: 100%;
  height: auto;
  padding-block: 80px;
  padding-top: 69px;
  padding-inline: 20px;
}
.verdivurdering .content {
  position: relative;
  padding: 28px 18px;
  border: 1px solid rgba(211, 211, 211, 0.534);
  border-radius: 12px;
}
.verdivurdering .content .text {
  position: relative;
}
.verdivurdering .content .text h2 {
  color: #1F1F1F;
  font-size: 22px;
}
.verdivurdering .content .text h2 .icon {
  display: none;
}
.verdivurdering .content .text form {
  margin-top: 25px;
}
.verdivurdering .content .text form #stepOne {
  display: flex;
  border: 1px solid #1F1F1F;
  border-radius: 6px;
}
.verdivurdering .content .text form #stepOne input {
  border: none;
  width: 50%;
  height: 55px;
  background: none;
  outline: none;
  padding-inline: 12px;
  font-size: 16px;
  color: #1F1F1F;
}
.verdivurdering .content .text form #stepOne input::-moz-placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.verdivurdering .content .text form #stepOne input::placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.verdivurdering .content .text form #stepTwo {
  border: 1px solid #1F1F1F;
  border-radius: 6px;
  margin-top: 15px;
}
.verdivurdering .content .text form #stepTwo input {
  border: none;
  border-bottom: 1px solid #1F1F1F;
  width: 100%;
  height: 55px;
  background: none;
  outline: none;
  padding-inline: 12px;
  font-size: 16px;
  color: #1F1F1F;
}
.verdivurdering .content .text form #stepTwo input::-moz-placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.verdivurdering .content .text form #stepTwo input::placeholder {
  font-size: 15px;
  color: #1F1F1F;
  opacity: 0.7;
  text-transform: none;
}
.verdivurdering .content .text form button {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  background: #1F1F1F;
  color: white;
  border-radius: 25px;
  margin-top: 22px;
}

.sell {
  position: relative;
  width: 100%;
  height: auto;
}
.sell .content {
  background: rgba(211, 211, 211, 0.3);
  position: relative;
  padding-inline: 20px;
  padding-block: 60px;
  padding-top: 95px;
}
.sell .content .text {
  position: relative;
}
.sell .content .text h2 {
  color: #1F1F1F;
  font-size: 30px;
}
.sell .content .cards {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.sell .content .cards .card {
  position: relative;
  width: 100%;
  height: auto;
  background: white;
  padding: 24px 18px;
  border-radius: 6px;
  border: none;
}
.sell .content .cards .card.sponsor {
  text-align: center;
}
.sell .content .cards .card.sponsor p {
  font-size: 18px;
  font-weight: 500;
}
.sell .content .cards .card.sponsor .images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 15px;
}
.sell .content .cards .card.sponsor .images img {
  width: calc(33% - 15px);
  height: auto;
  display: inline-block;
}
.sell .content .cards .card.sponsor .images img.if {
  width: 40px;
}
.sell .content .cards .card h2 {
  color: #1F1F1F;
  font-size: 26px;
  margin-bottom: 15px;
}
.sell .content .cards .card p {
  color: #1F1F1F;
  font-size: 16px;
  margin-bottom: 0;
}
.sell .content .cards .card button {
  background: rgba(211, 211, 211, 0.678);
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding-inline: 8px;
  margin-top: 45px;
}
.sell .content .cards .card button span {
  color: #1F1F1F;
  font-size: 16px;
  padding-left: 6px;
}
.sell .content .cards .card button .icon {
  background: #1F1F1F;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell .content .cards .card button .icon i {
  color: white;
  font-size: 15px;
}

.reviews {
  position: relative;
  width: 100%;
  height: auto;
}
.reviews .content {
  position: relative;
  padding-inline: 20px;
  padding-top: 75px;
  padding-bottom: 30px;
}
.reviews .content .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.reviews .content .image .case {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.93);
  color: #1F1F1F;
  border-radius: 6px;
  padding: 20px;
  font-weight: 500;
}
.reviews .content .image img {
  border-radius: 6px;
  margin-top: 49px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 335px;
}
.reviews .content .text h2 {
  color: #1F1F1F;
  font-size: 26px;
}
.reviews .content .reviews-section {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 25px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.reviews .content .reviews-section::-webkit-scrollbar {
  display: none;
}
.reviews .content .reviews-section .review {
  flex: 0 0 auto;
  position: relative;
  width: 90%;
  height: 300px;
  padding: 16px;
  background: rgba(211, 211, 211, 0.678);
  border-radius: 6px;
}
.reviews .content .reviews-section .review .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.reviews .content .reviews-section .review .top .name {
  color: #1F1F1F;
  font-size: 20px;
}
.reviews .content .reviews-section .review .top .stars {
  font-size: 14px;
  color: rgb(230, 174, 33);
}
.reviews .content .reviews-section .review .bottom {
  margin-top: 15px;
}
.reviews .content .reviews-section .review .bottom p {
  color: #1F1F1F;
  font-size: 16px;
}
.reviews .content .reviews-section .review .bottom .gotfrom {
  color: #1F1F1F;
  font-size: 16px;
  margin-top: 25px;
  opacity: 0.7;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.sold-steps {
  padding: 60px 20px;
  border-radius: 12px;
}
.sold-steps__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: top;
  margin: 0 auto;
}
.sold-steps__info h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #1F1F1F;
}
.sold-steps__info p {
  font-size: 16px;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.sold-steps__workflow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sold-steps__workflow .step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s;
}
.sold-steps__workflow .step.last {
  background: #1F1F1F;
  color: white;
  border: none;
}
.sold-steps__workflow .step.last span {
  color: white;
}
.sold-steps__workflow .step__label {
  font-size: 1rem;
  color: #222;
}
.sold-steps__workflow .step__icon {
  font-size: 1rem;
  color: #888;
}
.sold-steps__workflow .step__btn {
  margin-top: 8px;
  padding: 14px 0;
  background: #1F1F1F;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

@media only screen and (min-device-width: 1140px) {
  #desNav .descontent .logo img {
    width: 182px;
    height: auto;
    transition: 0.3s;
  }
  #desNav .descontent .logo img.white {
    display: none;
  }
  #desNav .descontent .logo img.black {
    display: block;
  }
  #desNav .descontent .logo img:hover {
    transform: scale(0.93);
  }
  #desNav .descontent .menu a {
    color: #1F1F1F;
  }
  .cover {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    min-height: unset;
    position: relative;
    padding-bottom: 60px;
  }
  .cover .cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: brightness(60%);
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 10;
  }
  .cover .content {
    padding-inline: 50px;
    padding-top: 165px;
    padding-bottom: 45px;
    height: 100%;
    position: relative;
    max-width: 1500px;
    margin-inline: auto;
    display: block;
    gap: 100px;
    justify-content: space-between;
  }
  .cover .content.flex {
    display: flex;
  }
  .cover .content img, .cover .content video {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    margin-top: 80px;
    padding: 0;
    margin-bottom: -30px;
  }
  .cover .content .form {
    position: relative;
    margin-top: 0px;
    text-align: left;
    min-width: 500px;
    max-width: 500px;
    padding-bottom: 40px;
    border-radius: 6px;
    height: -moz-max-content;
    height: max-content;
  }
  .cover .content .form form .flexy {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .cover .content .text {
    text-align: left;
    z-index: 100;
    position: relative;
    padding: 0;
  }
  .cover .content .text.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cover .content .text h1 {
    color: #1F1F1F;
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 800px;
  }
  .cover .content .text p {
    max-width: 600px;
    font-size: 20px;
    color: #1F1F1F;
  }
  .cover .content .text .button {
    margin-top: 65px;
    font-size: 20px;
    color: #1F1F1F;
  }
  .cover .content .text .button:hover {
    text-decoration: underline;
  }
  .sold-steps {
    padding: 120px 50px;
    border-radius: 12px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .sold-steps__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    align-items: top;
    margin: 0 auto;
  }
  .sold-steps__info h2 {
    font-size: 48px;
    margin-bottom: 8px;
    color: #1F1F1F;
  }
  .sold-steps__info p {
    font-size: 18px;
    color: #1F1F1F;
    margin-bottom: 24px;
  }
  .sold-steps__workflow {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .sold-steps__workflow .step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s;
  }
  .sold-steps__workflow .step.last {
    background: #1F1F1F;
    color: white;
    border: none;
  }
  .sold-steps__workflow .step.last span {
    color: white;
  }
  .sold-steps__workflow .step__label {
    font-size: 1rem;
    color: #222;
  }
  .sold-steps__workflow .step__icon {
    font-size: 1rem;
    color: #888;
  }
  .sold-steps__workflow .step__btn {
    margin-top: 8px;
    padding: 14px 0;
    background: #1F1F1F;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
  }
  .reviews {
    position: relative;
    width: 100%;
    height: auto;
  }
  .reviews .content {
    position: relative;
    padding-inline: 50px;
    padding-top: 35px;
    padding-bottom: 60px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .reviews .content .overlay-wrapper {
    position: relative;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
  }
  .reviews .content .overlay {
    position: absolute;
    right: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, transparent, white);
    z-index: 100;
    pointer-events: none;
  }
  .reviews .content .text h2 {
    color: #1F1F1F;
    font-size: 38px;
  }
  .reviews .content .reviews-section {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-right: 150px;
  }
  .reviews .content .reviews-section::-webkit-scrollbar {
    display: none;
  }
  .reviews .content .reviews-section .review {
    flex: 0 0 auto;
    position: relative;
    width: 90%;
    max-width: 500px;
    height: 370px;
    padding: 20px;
    background: rgba(211, 211, 211, 0.678);
    border-radius: 6px;
    cursor: grab;
  }
  .reviews .content .reviews-section .review.active {
    cursor: grabbing;
  }
  .reviews .content .reviews-section .review .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  .reviews .content .reviews-section .review .top .name {
    color: #1F1F1F;
    font-size: 24px;
  }
  .reviews .content .reviews-section .review .top .stars {
    font-size: 17px;
    color: rgb(230, 174, 33);
  }
  .reviews .content .reviews-section .review .bottom {
    margin-top: 15px;
  }
  .reviews .content .reviews-section .review .bottom p {
    color: #1F1F1F;
    font-size: 17px;
  }
  .reviews .content .reviews-section .review .bottom .gotfrom {
    color: #1F1F1F;
    font-size: 16px;
    margin-top: 25px;
    opacity: 0.7;
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
  .verdivurdering {
    position: relative;
    width: 100%;
    height: auto;
    padding-block: 120px;
    padding-top: 115px;
    padding-inline: 0;
  }
  .verdivurdering .content {
    position: relative;
    padding: 0;
    padding-inline: 50px;
    border: none;
    border-radius: 12px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .verdivurdering .content .text {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 120px;
    order: 1;
    margin-top: 0;
  }
  .verdivurdering .content .text h2 {
    color: #1F1F1F;
    font-size: 48px;
    width: -moz-max-content;
    width: max-content;
    order: 2;
  }
  .verdivurdering .content .text h2 .icon {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .verdivurdering .content .text h2 .icon i {
    margin-right: 12px;
    color: green;
  }
  .verdivurdering .content .text form {
    max-width: 540px;
    margin-left: auto;
    order: 2;
  }
  .verdivurdering .content .text form #stepOne {
    display: flex;
    border: 1px solid #1F1F1F;
    border-radius: 6px;
  }
  .verdivurdering .content .text form #stepOne input {
    border: none;
    width: 50%;
    height: 55px;
    background: none;
    outline: none;
    padding-inline: 12px;
    font-size: 16px;
    color: #1F1F1F;
  }
  .verdivurdering .content .text form #stepOne input::-moz-placeholder {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.7;
    text-transform: none;
  }
  .verdivurdering .content .text form #stepOne input::placeholder {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.7;
    text-transform: none;
  }
  .verdivurdering .content .text form #stepTwo {
    border: 1px solid #1F1F1F;
    border-radius: 6px;
    margin-top: 15px;
  }
  .verdivurdering .content .text form #stepTwo input {
    border: none;
    border-bottom: 1px solid #1F1F1F;
    width: 100%;
    height: 55px;
    background: none;
    outline: none;
    padding-inline: 12px;
    font-size: 16px;
    color: #1F1F1F;
  }
  .verdivurdering .content .text form #stepTwo input::-moz-placeholder {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.7;
    text-transform: none;
  }
  .verdivurdering .content .text form #stepTwo input::placeholder {
    font-size: 15px;
    color: #1F1F1F;
    opacity: 0.7;
    text-transform: none;
  }
  .verdivurdering .content .text form button {
    width: 100%;
    height: 53px;
    border: none;
    outline: none;
    background: #1F1F1F;
    color: white;
    border-radius: 25px;
    margin-top: 22px;
  }
  .sell {
    position: relative;
    width: 100%;
    height: auto;
    background: rgba(211, 211, 211, 0.3);
  }
  .sell .content {
    background: transparent;
    position: relative;
    padding-inline: 50px;
    padding-block: 100px;
    max-width: 1500px;
    margin-inline: auto;
  }
  .sell .content .text {
    position: relative;
  }
  .sell .content .text h2 {
    color: #1F1F1F;
    font-size: 48px;
  }
  .sell .content .cards {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    row-gap: 60px;
  }
  .sell .content .cards .card {
    position: relative;
    width: calc(33% - 11px);
    height: 365px;
    background: white;
    padding: 32px 24px;
    border-radius: 6px;
    border: none;
  }
  .sell .content .cards .card.sponsor {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    height: -moz-max-content;
    height: max-content;
    padding: 40px 32px;
  }
  .sell .content .cards .card.sponsor p {
    font-size: 30px;
    font-weight: 500;
  }
  .sell .content .cards .card.sponsor .images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .sell .content .cards .card.sponsor .images img {
    width: calc(33% - 86px);
    height: auto;
    display: inline-block;
  }
  .sell .content .cards .card.sponsor .images img.if {
    width: 90px;
  }
  .sell .content .cards .card h2 {
    color: #1F1F1F;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .sell .content .cards .card p {
    color: #1F1F1F;
    font-size: 18px;
    margin-bottom: 0;
  }
  .sell .content .cards .card button {
    background: rgba(211, 211, 211, 0.678);
    border: none;
    outline: none;
    width: calc(100% - 48px);
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    padding-inline: 8px;
    margin-top: 45px;
    position: absolute;
    left: 24px;
    bottom: 30px;
  }
  .sell .content .cards .card button span {
    color: #1F1F1F;
    font-size: 16px;
    padding-left: 6px;
  }
  .sell .content .cards .card button .icon {
    background: #1F1F1F;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sell .content .cards .card button .icon i {
    color: white;
    font-size: 15px;
  }
}/*# sourceMappingURL=page.css.map */