.sell-hero {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
    background-color: #09203D;
}

@media (max-width: 767px) {
    .sell-hero {
        padding: 32px 16px !important;
    }

    .sell-hero .sell-wrapper .sell-content h1 {
        font-size: 48px !important;
    }

    .sell-hero .sell-wrapper .sell-content p {
        font-size: 18px !important;
    }

    .sell-hero .sell-wrapper .sell-content .sell-ctas {
        flex-direction: column;
    }

    .sell-hero .sell-wrapper .sell-content .sell-ctas .primary-link,
    .sell-hero .sell-wrapper .sell-ctas .secondary-link {
        width: 100% !important;
    }
}

.sell-hero .sell-wrapper {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sell-hero .sell-wrapper .sell-content {
    text-align: center;
    color: #fff;
}

.sell-hero .sell-wrapper .sell-content h1 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #fff;
}

.sell-hero .sell-wrapper .sell-content p {
    font-size: 20px;
    margin-bottom: 32px;
}

.sell-hero .sell-wrapper .sell-content .sell-ctas {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sell-hero .sell-wrapper .sell-content .sell-ctas .primary-link {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004155;
    padding: 12px 16px;
    color: #fff;
	border: 1px solid transparent;
    text-decoration: none;
	transition: .2s ease-in-out;
}

.sell-hero .sell-wrapper .sell-content .sell-ctas .primary-link:hover {
	background: transparent;
	border: 1px solid #004155;
}

.sell-hero .sell-wrapper .sell-ctas .secondary-link {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bf9903;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
	border: 1px solid transparent;
	transition: .2s ease-in-out;
}

.sell-hero .sell-wrapper .sell-ctas .secondary-link:hover {
	background: transparent;
	border: 1px solid #bf9903;
}


/* end of hero  */

/* our service  */

.our-service {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .our-service .our-service-wrapper {
        flex-direction: column;
    }

    .our-service .our-service-wrapper .our-service-content,
    .our-service .our-service-wrapper .our-service-img {
        width: 100% !important;
    }

    .our-service .our-service-wrapper .our-service-img {
        display: flex;
        justify-content: center;
        min-height: 400px!important;
        max-height: 400px!important;
    }

    .our-service .our-service-wrapper .our-service-img img {
        max-width: 100% !important;
    }
    .our-service .our-service-wrapper .our-service-content .inner-wrapper {
        padding: 32px 16px 0 16px!important;
        max-width: 100%!important;
    }
}

@media (max-width: 767px) {
    .our-service {
        padding: 0px !important;
    }
}

.our-service .our-service-wrapper {
    width: 100%;
    max-width: 100%;
    gap: 40px;
    align-items: center;
    display: flex;
}

.our-service .our-service-wrapper .our-service-content {
    display: flex;
    justify-content: end;
}

.our-service .our-service-wrapper .our-service-content span {
	color: #bf9903;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 27.5px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.our-service .our-service-wrapper .our-service-content .inner-wrapper {
    width: 100%;
    max-width: 600px;
    padding-left: 32px;
}

.our-service .our-service-wrapper .our-service-img {
    min-height: 700px;
    position: relative;
}

.our-service .our-service-wrapper .our-service-content,
.our-service .our-service-wrapper .our-service-img {
    width: 50%;
}

.our-service .our-service-wrapper .our-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    max-width: 100%;
}

.our-service .our-service-wrapper .our-service-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: bold;
}

.our-service .our-service-wrapper .our-service-content a {
    width: fit-content;
    display: flex;
    margin-top: 24px;
    justify-content: center;
    align-items: center;
    background-color: #004155;
	border: 1px solid transparent;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
	transition: .2s ease-in-out;
}

.our-service .our-service-wrapper .our-service-content a:hover {
	color: black;
	background: transparent;
	border: 1px solid #004155;
}

/* end of our service  */

/* book valuation jumbotron  */

.book-valuation-jumbotron {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .book-valuation-jumbotron {
        padding: 32px 16px !important;
    }

    .book-valuation-jumbotron .book-valuation-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 24px !important;
    }

    .book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content {
        text-align: center;
        align-items: center;
    }
}

.book-valuation-jumbotron .book-valuation-wrapper {
    max-width: 1140px;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 12px;
    padding: 50px 10px 50px 50px;
    background-color: hsl(213, 74%, 92%);
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content,
.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-img {
    flex: 1;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content {
    display: flex;
    flex-direction: column;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content h3 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 16px;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content a {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004155;
    padding: 12px 16px;
	border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
	transition: .2s ease-in-out;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-content a:hover {
	background: transparent;
	border: 1px solid #004155;
	color: black;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-img {
    display: flex;
    justify-content: flex-end;
}

.book-valuation-jumbotron .book-valuation-wrapper .valuation-jumbo-img img {
    max-width: 100%;
    height: auto;
    width: 220px;
}

/* end of book valuation  */

/* supporting you  */

.supporting-you {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

.supporting-you .supporting-wrapper {
    width: 100%;
    max-width: 1140px;
}

.supporting-you .supporting-wrapper .supporting-intro {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px auto;
    text-align: center;
}

.supporting-you .supporting-wrapper .supporting-intro h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

.supporting-you .supporting-wrapper .supporting-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .supporting-you .supporting-wrapper .supporting-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .supporting-you .supporting-wrapper .supporting-grid>.support-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 50%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .supporting-you {
        padding: 32px 16px !important;
    }

    .supporting-you .supporting-wrapper .supporting-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.supporting-you .supporting-wrapper .supporting-grid .support-card {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-img {
    width: 120px;
    min-width: 120px;
    display: flex;
    justify-content: center;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-img svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-content {
    margin-top: 32px;
    text-align: center;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-content h4 {
    margin-top: 0;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.supporting-you .supporting-wrapper .supporting-grid .support-card .support-card-content p {
    margin-top: 0;
}

/* end of supporting you  */


/* recently sold slider  */


/* end of recently sold slider  */


/* what does selling look like  */

.selling-look-like {
    width: 100%;
    padding: 64px 32px;
    display: flex;
    justify-content: center;
}

.selling-look-like .selling-look-wrapper {
    display: flex;
    flex-direction: column;
}

.selling-look-like .selling-look-wrapper .selling-look-intro {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.selling-look-like .selling-look-wrapper .selling-look-intro h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

/* timeline  */

.selling-look-like .selling-look-wrapper .selling-timeline {
    padding-bottom: 80px;
    width: 100%;
}

@media (max-width: 767px) {
    .selling-look-like {
        padding: 32px 16px !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content,
    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-img {
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {
    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-mobile-path {
        display: block !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-timeline-wrapper,
    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-starting-dot-wrapper {
        display: none !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content {
        flex-direction: column !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline.flipped .timeline-content {
        flex-direction: column-reverse !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .path-space-taker {
        display: none !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-img {
        width: 100% !important;
        max-width: 540px !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline {
        padding-bottom: 50px !important;
    }

    .selling-look-like .selling-look-wrapper .selling-timeline .timeline {
        padding-top: 32px !important;
    }
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline {
    padding-bottom: 124px;
    padding-top: 80px;
    position: relative;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline.end {
    padding-bottom: 0 !important;
    padding-top: 80px;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline.end .svg-starting-dot-wrapper {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100%;
    max-width: 1085px;
    left: calc(4.16667%);
    right: calc(4.16667%);
    margin: auto;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline.end .svg-starting-dot-wrapper .dot {
    display: block;
    position: absolute;
    bottom: 0px;
    right: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #bf9903;
    top: unset;
    left: unset;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-timeline-wrapper {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100%;
    max-width: 1085px;
    left: calc(4.16667%);
    right: calc(4.16667%);
    overflow: hidden;
    margin: auto;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-timeline-wrapper svg {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width: 100%;
	height: auto;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline.flipped .svg-timeline-wrapper svg {
    transform: scale(-1, 1);
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline.flipped.end .svg-timeline-wrapper svg {
    bottom: unset;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-starting-dot-wrapper {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100%;
    max-width: 1085px;
    left: calc(4.16667%);
    right: calc(4.16667%);
    margin: auto;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .svg-starting-dot-wrapper .dot {
    position: absolute;
    top: 0px;
    left: -7px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #bf9903;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-mobile-path {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: none;
}


.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 1180px;
    margin: auto;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .path-space-taker {
    display: block;
    width: calc(8.33333%);
    -moz-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-img {
    max-width: unset;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px;
	background: hsl(213, 74%, 92%);
	border-radius: 4px;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content {
    display: flex;
    max-width: 540px;
    flex-direction: column;
    padding: 0 20px;
    margin: 0;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .timeline-step {
    -moz-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    padding-top: 10px;
    text-align: left;
    color: #bf9903;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px;
    margin-top: 15px;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .content {
    text-align: left;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .content .content-heading {
    text-align: left;
    margin-top: 20px;
    color: #09203D;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .content .content-text {
    text-align: left;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .content .content-text .quote {
    margin: 20px 0px 0px;
    color: rgb(10, 66, 84);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.selling-look-like .selling-look-wrapper .selling-timeline .timeline .timeline-content .timeline-inner-content .content .content-text p.text {
    margin: 20px 0px 0px;
    color: rgb(10, 66, 84);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* end of what does selling look like  */

/* specialist team  */

.specialist-team {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .specialist-team {
        padding: 0px !important;
    }
}

@media (max-width: 1024px) {
    .specialist-team .specialist-team-wrapper {
        flex-direction: column;
    }

    .specialist-team .specialist-team-wrapper .team-img,
    .specialist-team .specialist-team-wrapper .team-content {
        width: 100% !important;
    }
    .specialist-team .specialist-team-wrapper .team-content {
        max-width: 100%!important;
        padding: 0 16px 32px 16px!important;
    }
    

    .specialist-team .specialist-team-wrapper .team-img img {
        max-width: 100% !important;
    }

    .specialist-team .specialist-team-wrapper .team-img {
        display: flex;
        justify-content: center;
        min-height: 400px!important;
        max-height: 400!important;
    }
}

.specialist-team .specialist-team-wrapper {
    display: flex;
    max-width: 100%;
    width: 100%;
    gap: 40px;
    align-items: center;
}

.specialist-team .specialist-team-wrapper .team-img,
.specialist-team .specialist-team-wrapper .team-content {
    width: 50%;
}

.specialist-team .specialist-team-wrapper .team-content span {
	color: #bf9903;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 27.5px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.specialist-team .specialist-team-wrapper .team-content {
    display: flex;
    justify-content: start;
}

.specialist-team .specialist-team-wrapper .team-content .inner-wrapper {
    width: 100%;
    max-width: 600px;
    padding-right: 32px;
}

.specialist-team .specialist-team-wrapper .team-img {
    position: relative;
    min-height: 700px;
}

.specialist-team .specialist-team-wrapper .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    max-width: 100%;
}

.specialist-team .specialist-team-wrapper .team-content h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 24px;
}

.specialist-team .specialist-team-wrapper .team-content a {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004155;
	border: 1px solid transparent;
    margin-top: 24px;
    padding: 12px 16px;
    color: #fff;
    text-decoration: none;
	transition: .2s ease-in-out;
}

.specialist-team .specialist-team-wrapper .team-content a:hover {
	background: transparent;
	color: black;
	border: 1px solid #004155;
}

/* end of specialist team  */

/* faqs  */

.sell-faqs {
    padding: 64px 32px;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .sell-faqs {
        padding: 32px 16px !important;
    }
}

.sell-faqs .sell-faqs-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sell-faqs .sell-faqs-wrapper .faq-intro {
    margin-bottom: 24px;
    text-align: center;
}

.sell-faqs .sell-faqs-wrapper .faq-intro h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

.sell-faqs .sell-faqs-wrapper .faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sell-faqs .sell-faqs-wrapper .faqs .faq {
    width: 100%;
}

/* question row */
.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title {
    background-color: transparent;
    position: relative;
    border-top: 1px solid #e9ecf1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
	gap: 20px;
    padding: 34px 0;
    text-align: left;
    transition: all .3s cubic-bezier(.47, 0, .745, .715) 0s;
    width: 100%;
}

.sell-faqs .sell-faqs-wrapper .faqs .faq:last-child .faq-title {
/*     border-bottom: 1px solid #e9ecf1; */
}

.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    white-space: normal;
    padding-right: 16px;
}

/* plus / minus icon */
.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title::after {
    align-items: center;
    background-color: #f4f6fb;
    background-image: url('https://www.axept.io/hubfs/4424028/axeptio-hs-theme/plus.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 50%;
    content: "";
    display: flex;
    height: 36px;
    justify-content: center;
    position: relative;
    right: 0;
    transition: all .15s ease 0s;
    width: 36px;
	min-width: 36px;
    flex: 0 0 36px;
}

.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title.active::after {
    background-image: url('https://www.axept.io/hubfs/4424028/axeptio-hs-theme/minus.svg');
    transform: rotate(180deg);
}

/* answer reveal */
.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-answer {
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
}

.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-answer .faq-answer-inner {
    overflow: hidden;
}

/* open state (your JS should toggle .is-open on .faq) */
.sell-faqs .sell-faqs-wrapper .faqs .faq.is-open .faq-answer {
    grid-template-rows: 1fr !important;
}

/* spacing + reveal */
.sell-faqs .sell-faqs-wrapper .faqs .faq .faq-answer .faq-answer-inner p {
    margin: 0;
    padding: 0 0 24px;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .2s ease, transform .2s ease;
}

.sell-faqs .sell-faqs-wrapper .faqs .faq.is-open .faq-answer .faq-answer-inner p {
    opacity: 1;
    transform: translateY(0);
}

/* mobile typography */
@media (max-width: 576px) {
    .sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title {
        padding: 24px 0;
    }

    .sell-faqs .sell-faqs-wrapper .faqs .faq .faq-title h4 {
        font-size: 20px;
    }
}

/* end of faqs  */