#hero{
    padding: 50px 0;
}
#hero h1{
  font-size: 65px;
  line-height: 74px;
    margin-bottom: 30px;
}
#hero .accent{
    color: var(--blue);
}

#hero p{
    color: var(--grey);
    font-size: 20px;
    line-height: 27px;
}
#hero strong{
    color: var(--black);
    font-size: 27px;
    font-family: 'nowmedium';
    font-weight: 300;
}
@media(max-width: 767px){
  #hero h1 {
    font-size: 53px;
    line-height: 54px;
}
}
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

SELLING

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#selling{
    background: var(--accent);
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}
#selling .curve{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

#selling .top{
    text-align: center;
    margin-bottom: 50px;
}
#selling .top h2{
    font-family: 'nowblack';
    font-size: 55px;
    margin-bottom: 20px;
}
#selling .top h2 .accent{
    color: var(--blue);
}
#selling .top p{
    font-family: 'nowmedium';
    font-size: 27px;
    line-height: 35px;
}

#selling .faq {
  list-style: none;
  padding-left: 20px;
  padding-right: 40px;
}
#selling .faq li {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 15px;
}
#selling .faq li.active .answer {
  max-height: 1000px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
#selling .faq li.active .question {
  color: var(--blue);
  transition: color 0.5s ease;
}
.faq .answer {
  font-family: 'nowregular';
  font-size: 20px;
  line-height: 31px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  right: -40px;
  top: 50%;
  z-index: 2;
}
.faq .plus-minus-toggle:before, .faq .plus-minus-toggle:after {
  background: var(--blue);
  content: '';
  height: 5px;
  right: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq .plus-minus-toggle:after {
  transform-origin: center;
}
.faq .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq .question {
  font-family: 'nowbold';
  font-size: 27px;
    line-height: 31px;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .faq .question {
    font-size: 18px;
  }
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

LEGAL

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#legal{
    padding: 0;
    position: relative;
    margin-bottom: 50px;
}

#legal .top{
    text-align: center;
    margin-bottom: 50px;
}
#legal .top h2{
    font-family: 'nowblack';
    font-size: 55px;
    margin-bottom: 20px;
}
#legal .top h2 .accent{
    color: var(--blue);
}


#legal .faq {
  list-style: none;
  padding-left: 20px;
  padding-right: 40px;
}
#legal .faq li {
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 15px;
}
#legal .faq li.active .answer {
  max-height: 1000px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
#legal .faq li.active .question {
  color: var(--blue);
  transition: color 0.5s ease;
}



#legal .accordion-item {
  background-color: transparent;
  border: 0;
}
#legal .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-family: 'nowbold';
  font-size: 27px;
  line-height: 31px;
  color: var(--black);
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
}
#legal .accordion-body {
  padding: 1rem 1.25rem;
    font-family: 'nowregular';
font-size: 20px;
line-height: 31px;
}
#legal .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C4D9B'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
#selling .accordion-item {
  background-color: transparent;
  border: 0;
}
#selling .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-family: 'nowbold';
  font-size: 27px;
  line-height: 31px;
  color: var(--black);
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
}
#selling .accordion-body {
  padding: 1rem 1.25rem;
    font-family: 'nowregular';
font-size: 20px;
line-height: 31px;
}
#selling .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232C4D9B'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}