* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff6f7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #de3451;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a7283d;
}

html,
body {
  background-color: #fff6f7;
  scroll-behavior: smooth;
}

.boxWidth {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

button,
input,
textarea,
select {
  outline: none;
}

select {
  text-indent: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_204_2)'%3E%3Cpath d='M9.2625 10.7373L15 16.4623L20.7375 10.7373L22.5 12.4998L15 19.9998L7.5 12.4998L9.2625 10.7373Z' fill='%23884C3A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_204_2'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px;
}

#termsPageSection {
  padding: 30px 10px;
}
#termsPageSection .top {
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #termsPageSection .top {
    flex-direction: column;
    justify-content: center;
  }
}
#termsPageSection .top .heading h2 {
  text-align: center;
  font-family: "recoleta_altmedium", Arial, sans-serif;
  color: #de3451;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#termsPageSection .top .heading h2::after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #de3451;
  bottom: 0px;
  position: absolute;
  left: 0%;
}
@media screen and (max-width: 600px) {
  #termsPageSection .top .heading h2::after {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#termsPageSection .top .heading .titleWithCrown::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='23' viewBox='0 0 22 23' fill='none'%3E%3Cpath d='M14.5444 21.6182C9.89127 19.8772 7.40531 19.3849 3.19918 19.4171V7.58664C-2.32015 3.45973 3.81237 -2.31786 7.79851 2.35917C10.5581 -0.392072 14.2377 0.708441 14.851 4.00996C19.7569 1.2587 24.3563 8.68716 17.6106 10.8882L14.5444 21.6182Z' fill='white' stroke='%23D32A4A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: -20px;
  right: -5px;
}
#termsPageSection .top .heading p {
  font-family: "recoleta_altregular", Arial, sans-serif;
  color: #884c3a;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 475px) {
  #termsPageSection .top .heading p {
    font-size: 0.9rem;
  }
}
#termsPageSection .top .updateDate {
  background-color: #F4EBEC;
  padding: 5px 10px;
  border-radius: 8px;
}
#termsPageSection .top .updateDate p {
  color: #AA9892;
  font-family: "recoleta_altregular", Arial, sans-serif;
  font-size: 0.9rem;
}
#termsPageSection .content {
  padding: 60px 10px;
  color: #884c3a;
  font-family: "recoleta_altregular", Arial, sans-serif;
}
#termsPageSection .content h1, #termsPageSection .content h2, #termsPageSection .content h3, #termsPageSection .content h4, #termsPageSection .content h5, #termsPageSection .content h6 {
  font-family: "recoleta_altmedium", Arial, sans-serif;
}/*# sourceMappingURL=terms.css.map */