.brand-model__breadcrumbs {
    position: absolute;
    top: 20px;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    justify-content: left;
    left: 50%;
    transform: translateX(-50%);
}
.brand-model__breadcrumbs .gs-breadcrumbs__link {
    color: #fff;
}
.brand-model__header {
    position: relative;
}
.brand-model .gs-hero {
    padding: 0px;
    overflow: hidden;
    max-height: 650px;
    display: flex;
    align-items: center;
}
.brand-model .gs-hero__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    margin-bottom: 48px;
    width: 100%;
}
.brand-model .gs-hero__content-buttons {
    margin: 20px 0px;
    display: flex;
    column-gap: 12px;
}
.gs-hero__content-title {
    margin-top: 20px;
}

.gs-hero__spec-list {
    column-gap: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}
.gs-hero__spec {
    padding-bottom: 4px;
    border-bottom: 3px solid rgb(247, 227, 83);
}
.gs-hero__spec span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.gs-hero__spec p.gs-heading {
    font-weight: 600;
}

@media screen and (min-width: 576px) {
    .gs-hero__spec-list {
        display: flex;
        column-gap: 48px;
    }
}

@media screen and (min-width: 768px) {
    .brand-model .gs-hero__content {
        padding: 0px 48px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .brand-model__breadcrumbs {
        padding: 0px 48px;
    }
    .brand-model .gs-hero__spec-list {
        color: #ffffff;
    }
    .gs-hero__spec span {
        font-size: 30px;
    }
    .gs-hero__content-title {
        display: none;
    }
    .brand-model .gs-hero__content-buttons {
        margin: 0;
        margin-bottom: 30px;
    }
    .brand-model .gs-hero__content-buttons .gs-button {
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
        background: rgba(0, 43, 73, 0.3);
    }
}
@media screen and (min-width: 1600px) {
    .brand-model .gs-hero > div {
        width: 100%;
    }
    .brand-model .gs-hero > div > img {
        width: 100%;
    }
}

.brand-model__content {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding: 0px 20px;
    margin-top: 48px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .brand-model__content {
        padding: 0px 48px;
    }
}

@media screen and (min-width: 1024px) {
    .brand-model__content {
        flex-direction: row;
        column-gap: 48px;
    }
}

.brand-model__overview {
    width: 100%;
}
.brand-model__overview h1 {
    max-width: 600px;
    line-height: 1.4;
}
.brand-model__overview h1.gs-heading.page-heading {
    font-size: 24px !important
}
.brand-model__overview h3.gs-heading.section-heading + p {
    margin-top: 12px;
}
.brand-model__overview p {
    line-height: 2;
}
.brand-model__overview h2 {
    margin-bottom: 12px;
}
.brand-model__overview b {
    font-weight: 600;
}

.brand-model__overview h2 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 30px !important;
}

.brand-model__overview h3 {
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    font-size: 24px !important;
}
.listing-info__price-base-container {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    margin-top: 12px;
}

.listing-info__price-base span {
    color: rgb(93, 170, 213);
}
.listing-info__price-base i {
    font-style: italic;
}

.listing-info__price-base-container .gs-icon {
    color: rgb(93, 170, 213);
}
.overview-gallery {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 12px;
    margin: 48px -20px 60px -20px;
    position: relative;
}

.overview-gallery img {
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 4px 4px hsl(0deg 0% 0% / 0.1);
    display: none;
}
img.overview-gallery__thumb:nth-of-type(1) {
    display: block;
}
.overview-gallery__title.gs-heading {
    position: absolute;
    text-transform: initial;
}
.overview-gallery__icon {
    position: absolute;
    right: 17px;
    bottom: -75px;
    z-index: 1;
    display: flex;
    column-gap: 16px;
    align-items: center;
    cursor: pointer;
}
.overview-gallery__icon svg {
    fill: #f7e353;
}
.overview-gallery__icon > span {
    padding-top: 12px;
}
@media screen and (min-width: 576px) {
    .overview-gallery {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 48px 0px 60px 0px;
    }
    .overview-gallery img {
        display: block;
    }
}
.brand-model__overview-links {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 30px;
}
.brand-model__overview-links a {
    color: inherit !important;
}
.brand-model__overview-links a:hover,
.brand-model__overview-links a:active,
.brand-model__overview-links a:visited {
    color: inherit !important;
}
.brand-model__overview-links .gs-icon {
    cursor: pointer;
}
.brand-model__overview-links .gs-icon.text {
    column-gap: 12px;
}
.listing-section .section-heading {
    margin-bottom: 48px;
    position: relative;
    width: fit-content;
}
.listing-section .section-heading:before {
    background-color: rgb(247, 227, 83);
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 60%;
    left: -2px;
    bottom: 0;
    z-index: -1;
}
.listing-section__blocks {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
    margin-bottom: 60px;
}
.listing-section .block-heading {
    text-transform: initial !important;
    letter-spacing: initial !important;
}
.text-grid {
    margin-top: 16px;
    padding-left: 16px;
}
.text-grid__item {
    margin-top: 8px;
}
.text-grid span {
    font-weight: 600;
    margin-right: 8px;
}
@media screen and (min-width: 576px) {
    .listing-section__blocks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 30px;
    }
    .brand-model__overview-links {
        flex-direction: row;
        column-gap: 30px;
    }
}


.model-inquiry {
    width: 500px;
    margin: 0 auto;
    margin-top: 48px;
    max-width: 500px;
    height: fit-content;
    position: sticky;
    top: 210px;
}
.model-inquiry__form {
    background: rgb(0, 43, 73);
    color: #ffffff !important;
}
.model-inquiry__form--mobile {
    padding-top: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.model-inquiry__form--desktop {
    margin-top: 16px;
    padding: 30px;
    display: none;
}
.model-inquiry__phone.gs-heading {
    text-align: center;
    text-transform: initial;
    letter-spacing: initial;
    display: none;
    color: inherit !important;
}

.model-inquiry__form-title {
    display: flex;
    margin-bottom: 20px;
}
.model-inquiry__form-title .gs-icon__svg svg {
    fill: rgb(247, 227, 83);
}

.model-inquiry__form-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.model-inquiry__form-subtitle h4 {
    color: rgb(93, 170, 213);
    white-space: nowrap;
    margin-right: 8px;
}

.model-inquiry__form-subtitle hr {
    width: 100%;
    border-top: none !important;
    border-right: none;
    border-bottom: 1px solid rgb(112, 112, 112);
    margin: 0 !important;
}

.model-inquiry__form-modal .gs-modal {
    background: rgb(0, 43, 73);
}

@media screen and (min-width: 1024px) {
    .model-inquiry__form {
        display: block;
    }

    .model-inquiry__phone.gs-heading {
        display: block;
    }

    .model-inquiry {
        width: 500px;
        margin: 0;
    }
}

.mobile-bar {
    position: fixed;
    bottom: 0;
    z-index: 300;
    width: 100%;
    height: 64px;
    background: rgb(0, 43, 73);
    display: flex;
    color: #ffffff;
    justify-content: center;
    column-gap: 60px;
    align-items: center;
}

.mobile-bar__container {
    height: fit-content;
}
.mobile-bar__btn {
    column-gap: 16px !important;
    justify-content: center;
    color: #ffffff !important;
}

.listing-inquiry__agents {
    border: 1px solid rgb(228, 228, 228);
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #FFF;
}

.listing-inquiry__agents-title {
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.listing-inquiry__agents-list {
    display: flex;
    flex-direction: column;
}

.agent-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.agent-info.agent-info-alt .gs-avatar {
    border: 1px solid rgb(228, 228, 228);
    margin-bottom: 12px;
}

.agent-info__details {
    margin-top: 8px;
    text-align: center;
}

.agent-info__name {
    margin-bottom: 8px;
    color: rgb(0, 43, 73);
    text-decoration: none;
}

a.agent-info__name:hover {
    color: rgb(0, 43, 73);
    cursor: pointer;
}

.agent-info__phone {
    color: rgb(112, 112, 112) !important;
    font-weight: 600 !important;
    text-decoration: none;
    justify-content: center;
}

.agent-modal .listing-inquiry__agents {
    margin-top: 20px;
}

@media screen and (min-width: 1024px) {
    .mobile-bar {
        display: none;
    }

    .model-inquiry__form-modal .gs-modal {
        background: rgb(0, 43, 73);
        width: inherit;
        height: inherit;
    }
}

.hs-form-field {
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0;
    background: transparent;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    vertical-align: bottom;
}

.hs-form-field label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 10px !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px !important;
}

.hs-form-field .hs-form-checkbox label {
    justify-content: initial;
}

.hs-input {
    width: 100% !important;
    padding: 2px 8px !important;
    border: none !important;
    font-size: 14px !important;
    color: rgb(112, 112, 112) !important;
    border-radius: 0 !important;
    height: 30px !important;
    margin-top: 0 !important;
}

.hs-input.invalid {
    border: red 1px solid !important;
}

ul.hs-error-msgs {
    display: none !important;
}

.hs-input::-webkit-input-placeholder {
    color: rgb(112, 112, 112) !important;
}

.hs-input:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(112, 112, 112) !important;
}

.hs-input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(112, 112, 112) !important;
}

.hs-input:-ms-input-placeholder {
    color: rgb(112, 112, 112) !important;
}

.hs-submit {
    margin-top: 20px;
}

.hs-submit input[type="submit"] {
    display: block;
    user-select: none;
    position: relative;
    width: fit-content;
    min-width: 128px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    hyphens: auto;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 320px;
    transition: background-color 300ms ease 0s, color 300ms ease 0s, border 300ms ease 0s, box-shadow 300ms ease 0s;
    padding: 12px 20px 12px !important;
    color: #ffffff;
    background: rgb(93, 170, 213);
    border-color: rgb(93, 170, 213);
    width: 100%;
}

.used-listings__wrapper {
    background: rgb(228, 228, 228);
}
.used-listings {
    padding: 48px 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    margin-bottom: 60px;
}

.used-listings__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    margin-bottom: 30px;
}

.used-listings__btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.used-listings__btn.gs-button svg {
    fill: rgb(247, 227, 83);
}

.used-listings__list .featured_listings {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 16px;
}
@media screen and (min-width: 576px) {
    .used-listings__list .featured_listings {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 768px) {
    .used-listings {
        padding: 48px 48px;
    }
    .used-listings__list .featured_listings {
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
    .used-listings__list .featured_listings .listing-card:nth-child(3) {
        display: none;
    }
    .used-listings__header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .used-listings__btn {
        position: initial;
        transform: none;
    }
}
@media screen and (min-width: 1200px) {
    .used-listings__list .featured_listings {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .used-listings__list .featured_listings .listing-card:nth-child(3) {
        display: block;
    }
}

.gs-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 32px;
}

.gs-gallery {
    padding-top: 12px;
    grid-column: span 6 / auto;
}

.gs-gallery__header {
    text-align: center;
    margin-bottom: 48px;
}

.gs-heading.section-heading.gs-gallery__name {
    font-size: 18px !important;
    margin-bottom: 20px;
}

.gs-gallery__detail-list {
    column-count: auto !important;
    padding: 0 !important;
}

.gs-heading.detail-heading.gs-gallery__detail {
    line-height: 2;
    font-size: 14px !important;
    color: rgb(112, 112, 112) !important;
}

.gs-gallery__image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.gs-gallery__grid-block {
    grid-column: span 1 / auto;
}

.gs-gallery__grid-block.grid-block-1,
.gs-gallery__grid-block.grid-block-2 {
    grid-column: span 1 / auto;
}

.gs-gallery__grid-block.grid-block-3 {
    grid-column: span 2 / auto;
}

.gs-gallery__grid-block.grid-block-4 {
    grid-column: span 1 / auto;
}

.gs-gallery__grid-block.grid-block-5 {
    grid-column: span 1 / auto;
}

.gs-gallery__grid-block.grid-block-6 {
    grid-column: span 2 / auto;
}

.gs-gallery__image-button {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.gs-gallery__image-button:hover {
    filter: opacity(0.8);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}

.gs-gallery__image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 66.6667%;
}

.gs-gallery__image-inner {
    position: absolute;
    inset: 0px;
}

.gs-gallery__image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.gs-gallery__image img {
    display: block;
    height: auto;
    width: 100%;
}

#gallery-modal .gs-modal__close {
    position: fixed;
}

@media screen and (min-width: 768px) {
    .gs-gallery {
        grid-column: span 12 / auto;
    }

    .gs-gallery__wrapper {
        grid-template-columns: repeat(12, 1fr);
    }

    .gs-gallery__image-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 16px;
    }

    .gs-gallery__grid-block.grid-block-1,
    .gs-gallery__grid-block.grid-block-2 {
        grid-column: span 2 / auto;
    }

    .gs-gallery__grid-block.grid-block-3 {
        grid-column: span 2 / auto;
    }

    .gs-gallery__grid-block.grid-block-4 {
        grid-column: span 6 / auto;
    }

    .gs-gallery__grid-block.grid-block-5 {
        grid-column: span 3 / auto;
    }

    .gs-gallery__grid-block.grid-block-6 {
        grid-column: span 3 / auto;
    }

    .gs-heading.section-heading.gs-gallery__name {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 992px) {
    .gs-gallery {
        grid-column: 2 / span 10;
    }
}

@media screen and (min-width: 1024px) {
    .gs-gallery__detail.gs-heading {
        display: inline-block;
    }

    .gs-gallery__detail:after {
        content: "•";
        margin-left: 8px;
        margin-right: 8px;
    }

    .gs-gallery__detail:last-child:after {
        content: "";
    }
}

@media screen and (min-width: 1280px) {
    .gs-gallery__wrapper {
        grid-template-columns: repeat(24, 1fr);
    }

    .gs-gallery {
        grid-column: 4 / span 18;
    }
}

.gs-modal__container.video .gs-modal__content {
    padding: 0px 16px;
}

.video-modal__video-wrapper {
    max-height: 408px;
    max-width: 725px;
}

.video-modal__video {
    width: 100%;
    height: 100%;
    max-height: 408px !important;
    max-width: 725px !important;
    padding-bottom: 80%;
    overflow: hidden;
    position: relative;
}

.video-modal__nav-left,
.video-modal__nav-right {
    width: 36px;
    height: 36px;
    padding: 8px;
    border: 1px solid rgb(228, 228, 228);
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(112, 112, 112);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.video-modal__nav-left {
    transform: rotate(90deg);
    left: 8px;
}

.video-modal__nav-right {
    transform: rotate(-90deg);
    right: 8px;
}

@media screen and (min-width: 768px) {
    .video-modal__video {
        padding-bottom: 56.25%;
    }

    .gs-modal__container.video .gs-modal__content {
        padding: 0px 60px;
    }
}

.tour {
    padding-top: 20px;
}
.tour iframe {
    height: 550px;
    width: 750px;
    margin: 0 auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#galatiBackToTop .galatiBackToTop {
    bottom: 75px !important;
    right: 15px !important;
    left: auto !important;
}

@media print {
    .header,
    #footer-container,
    .brand-model__header,
    .model-inquiry,
    .used-listings__wrapper,
    .mobile-bar {
        visibility: hidden;
    }
}
