.elementor-175 .elementor-element.elementor-element-08385b2{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de3e504 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Manrope:wght@400;500;600;700&display=swap");

.tgh-section,
.tgh-section * {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.tgh-section {
    --tgh-black: #0C0C0D;
    --tgh-surface: #171719;
    --tgh-card: #222225;
    --tgh-gold: #C6A15B;
    --tgh-red: #6E1F2A;
    --tgh-ivory: #F2EDE3;
    --tgh-grey: #AAA6A0;
    --tgh-border: #554731;

    position: relative;
    width: 100vw;
    min-height: 820px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 80px 25px 95px;
    color: var(--tgh-ivory);
    background:
        radial-gradient(
            circle at 12% 35%,
            rgba(110, 31, 42, 0.15),
            transparent 35%
        ),
        var(--tgh-black);
    font-family: "Manrope", sans-serif;
}

.tgh-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.025;
    pointer-events: none;
    background-image:
        repeating-linear-gradient(
            135deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 7px
        );
}

.tgh-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
    gap: 85px;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    min-height: 650px;
    margin: 0 auto;
}

/* CONTENT */

.tgh-content {
    max-width: 630px;
}

.tgh-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
    color: var(--tgh-gold);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tgh-eyebrow span {
    flex: 0 0 44px;
    width: 44px;
    height: 1px;
    background: var(--tgh-gold);
}

.tgh-content h1 {
    margin: 0 0 28px;
    color: var(--tgh-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(64px, 7vw, 96px);
    font-weight: 600;
    line-height: 0.89;
    letter-spacing: -2px;
}

.tgh-content h1 em {
    display: block;
    margin-top: 11px;
    color: var(--tgh-gold);
    font-weight: 500;
}

.tgh-content > p {
    max-width: 590px;
    margin: 0;
    color: var(--tgh-grey);
    font-size: 18px;
    line-height: 1.85;
}

.tgh-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 36px;
}

.tgh-primary-button,
.tgh-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 62px;
    padding: 17px 23px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tgh-primary-button {
    color: var(--tgh-black) !important;
    border: 1px solid var(--tgh-gold);
    background: var(--tgh-gold);
}

.tgh-primary-button:hover {
    color: var(--tgh-ivory) !important;
    border-color: var(--tgh-red);
    background: var(--tgh-red);
}

.tgh-secondary-button {
    color: var(--tgh-ivory) !important;
    border: 1px solid var(--tgh-gold);
    background: transparent;
}

.tgh-secondary-button:hover {
    color: var(--tgh-black) !important;
    background: var(--tgh-gold);
}

/* INFORMATION */

.tgh-information {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 50px;
    padding-top: 28px;
    border-top: 1px solid var(--tgh-border);
}

.tgh-information > div {
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid var(--tgh-border);
}

.tgh-information > div:first-child {
    padding-left: 0;
}

.tgh-information > div:last-child {
    padding-right: 0;
    border-right: none;
}

.tgh-information strong {
    display: block;
    margin-bottom: 5px;
    color: var(--tgh-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

.tgh-information span {
    display: block;
    color: var(--tgh-grey);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

/* COLLAGE */

.tgh-gallery {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(150px, 0.6fr);
    gap: 12px;
    height: 660px;
}

.tgh-main-image,
.tgh-small-image {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tgh-border);
    background: var(--tgh-surface);
}

.tgh-main-image::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 17px;
    border: 1px solid rgba(198, 161, 91, 0.4);
    pointer-events: none;
}

.tgh-main-image img,
.tgh-small-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.75) contrast(1.07);
    transition:
        transform 0.7s ease,
        filter 0.4s ease;
}

.tgh-main-image:hover img,
.tgh-small-image:hover img {
    transform: scale(1.035);
    filter: saturate(0.95) contrast(1.08);
}

.tgh-small-images {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tgh-image-label {
    position: absolute;
    z-index: 4;
    right: 33px;
    bottom: 31px;
    left: 33px;
    color: var(--tgh-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}

.tgh-image-label::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -33px;
    bottom: -31px;
    left: -33px;
    height: 155px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(12, 12, 13, 0.92)
        );
}

.tgh-image-label span {
    display: block;
    margin-bottom: 5px;
    color: var(--tgh-gold);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tgh-gallery-number {
    position: absolute;
    z-index: 5;
    right: -1px;
    bottom: -1px;
    min-width: 145px;
    padding: 16px 20px;
    color: var(--tgh-ivory);
    border-top: 1px solid var(--tgh-border);
    border-left: 1px solid var(--tgh-border);
    background: var(--tgh-black);
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
}

.tgh-gallery-number span {
    display: block;
    margin-bottom: 3px;
    color: var(--tgh-gold);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* SCROLL LINK */

.tgh-scroll-link {
    position: absolute;
    z-index: 4;
    bottom: 25px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--tgh-grey) !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.tgh-scroll-link i {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    color: var(--tgh-gold);
    border: 1px solid var(--tgh-border);
    font-size: 14px;
    font-style: normal;
}

/* TABLET */

@media (max-width: 1100px) {
    .tgh-container {
        gap: 45px;
    }

    .tgh-gallery {
        height: 590px;
    }

    .tgh-content h1 {
        font-size: 69px;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tgh-section {
        min-height: 0;
        padding: 55px 15px 70px;
    }

    .tgh-container {
        display: flex;
        flex-direction: column-reverse;
        gap: 45px;
        min-height: 0;
    }

    .tgh-content,
    .tgh-gallery {
        width: 100%;
    }

    .tgh-gallery {
        grid-template-columns: minmax(0, 1.35fr) minmax(105px, 0.65fr);
        gap: 7px;
        height: 455px;
    }

    .tgh-small-images {
        gap: 7px;
    }

    .tgh-main-image::before {
        inset: 10px;
    }

    .tgh-image-label {
        right: 20px;
        bottom: 20px;
        left: 20px;
        font-size: 22px;
    }

    .tgh-image-label::before {
        right: -20px;
        bottom: -20px;
        left: -20px;
    }

    .tgh-gallery-number {
        min-width: 110px;
        padding: 12px 14px;
        font-size: 20px;
    }

    .tgh-eyebrow {
        align-items: flex-start;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 1.3px;
    }

    .tgh-eyebrow span {
        flex-basis: 27px;
        width: 27px;
        margin-top: 8px;
    }

    .tgh-content h1 {
        margin-bottom: 24px;
        font-size: 54px;
        line-height: 0.92;
        letter-spacing: -1px;
    }

    .tgh-content h1 em {
        margin-top: 8px;
    }

    .tgh-content > p {
        font-size: 17px;
        line-height: 1.8;
    }

    .tgh-buttons {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .tgh-primary-button,
    .tgh-secondary-button {
        width: 100%;
        min-height: 61px;
    }

    .tgh-information {
        margin-top: 38px;
        padding-top: 23px;
    }

    .tgh-information > div {
        padding: 0 10px;
    }

    .tgh-information strong {
        font-size: 29px;
    }

    .tgh-information span {
        font-size: 9px;
    }

    .tgh-scroll-link {
        display: none;
    }
}

@media (max-width: 390px) {
    .tgh-gallery {
        height: 410px;
    }

    .tgh-content h1 {
        font-size: 49px;
    }

    .tgh-information {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .tgh-information > div:nth-child(2) {
        border-right: none;
    }

    .tgh-information > div:last-child {
        grid-column: span 2;
        padding-left: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-042804c */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

.tmg-section,
.tmg-section * {
    box-sizing: border-box;
}

.tmg-section {
    --tmg-black: #0C0C0D;
    --tmg-surface: #171719;
    --tmg-card: #222225;
    --tmg-gold: #C6A15B;
    --tmg-red: #6E1F2A;
    --tmg-ivory: #F2EDE3;
    --tmg-grey: #AAA6A0;
    --tmg-border: #554731;

    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 105px 24px;
    color: var(--tmg-ivory);
    background: var(--tmg-black);
    font-family: "Manrope", sans-serif;
}

.tmg-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

/* HEADER */

.tmg-header {
    margin-bottom: 50px;
}

.tmg-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
    color: var(--tmg-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tmg-eyebrow span {
    width: 42px;
    height: 1px;
    background: var(--tmg-gold);
}

.tmg-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.tmg-heading-row > div:first-child {
    max-width: 850px;
}

.tmg-heading-row h2 {
    margin: 0 0 18px;
    color: var(--tmg-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(55px, 6vw, 78px);
    font-weight: 600;
    line-height: 0.98;
}

.tmg-heading-row p {
    max-width: 720px;
    margin: 0;
    color: var(--tmg-grey);
    font-size: 18px;
    line-height: 1.8;
}

.tmg-total {
    flex: 0 0 145px;
    padding-left: 22px;
    color: var(--tmg-grey);
    border-left: 1px solid var(--tmg-border);
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tmg-total strong {
    display: block;
    color: var(--tmg-gold);
    font-family: "Cormorant Garamond", serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}

/* FILTER */

.tmg-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 27px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--tmg-border);
}

.tmg-filters {
    display: flex;
    gap: 10px;
}

.tmg-filter {
    min-height: 48px;
    padding: 12px 21px;
    color: var(--tmg-grey);
    border: 1px solid var(--tmg-border);
    border-radius: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tmg-filter:hover,
.tmg-filter.active {
    color: var(--tmg-black);
    border-color: var(--tmg-gold);
    background: var(--tmg-gold);
}

.tmg-result-count {
    color: var(--tmg-grey);
    font-size: 13px;
}

.tmg-result-count span {
    color: var(--tmg-gold);
    font-weight: 700;
}

/* GRID */

.tmg-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 270px;
    gap: 11px;
}

.tmg-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tmg-border);
    background: var(--tmg-surface);
    animation: tmgShow 0.4s ease;
}

.tmg-item.tmg-tall {
    grid-row: span 2;
}

.tmg-item.tmg-wide {
    grid-column: span 2;
}

.tmg-item.tmg-hidden {
    display: none;
}

.tmg-media-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--tmg-surface);
    cursor: pointer;
}

.tmg-media-button img,
.tmg-media-button video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.76) contrast(1.06);
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.tmg-media-button:hover img,
.tmg-media-button:hover video {
    transform: scale(1.045);
    filter: saturate(1) contrast(1.07);
}

.tmg-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 23px;
    text-align: left;
    background:
        linear-gradient(
            180deg,
            transparent 35%,
            rgba(12, 12, 13, 0.92) 100%
        );
}

.tmg-overlay > span {
    margin-bottom: 7px;
    color: var(--tmg-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tmg-overlay strong {
    max-width: 85%;
    color: var(--tmg-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
}

.tmg-overlay i {
    position: absolute;
    right: 18px;
    bottom: 20px;
    color: var(--tmg-gold);
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-style: normal;
}

.tmg-video-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    color: var(--tmg-black);
    border: 1px solid var(--tmg-gold);
    background: var(--tmg-gold);
    font-size: 17px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.tmg-media-button:hover .tmg-video-play {
    color: var(--tmg-ivory);
    border-color: var(--tmg-red);
    background: var(--tmg-red);
    transform: translate(-50%, -50%) scale(1.08);
}

/* LOAD MORE */

.tmg-load-area {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.tmg-load-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    min-width: 230px;
    min-height: 59px;
    padding: 16px 22px;
    color: var(--tmg-ivory);
    border: 1px solid var(--tmg-gold);
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tmg-load-more:hover {
    color: var(--tmg-black);
    background: var(--tmg-gold);
}

.tmg-load-more.tmg-button-hidden {
    display: none;
}

/* CTA */

.tmg-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    margin-top: 75px;
    padding: 47px 50px;
    border: 1px solid var(--tmg-border);
    background:
        linear-gradient(
            105deg,
            rgba(110, 31, 42, 0.3),
            var(--tmg-surface) 65%
        );
}

.tmg-cta > div > span {
    display: block;
    margin-bottom: 9px;
    color: var(--tmg-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.tmg-cta h3 {
    margin: 0 0 10px;
    color: var(--tmg-ivory);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 4vw, 52px);
    font-weight: 600;
    line-height: 1.05;
}

.tmg-cta p {
    max-width: 680px;
    margin: 0;
    color: var(--tmg-grey);
    font-size: 16px;
    line-height: 1.7;
}

.tmg-cta > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    min-width: 250px;
    min-height: 61px;
    padding: 17px 22px;
    color: var(--tmg-black) !important;
    border: 1px solid var(--tmg-gold);
    background: var(--tmg-gold);
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.tmg-cta > a:hover {
    color: var(--tmg-ivory) !important;
    border-color: var(--tmg-red);
    background: var(--tmg-red);
}

/* LIGHTBOX */

.tmg-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 65px 100px;
    background: rgba(4, 4, 5, 0.97);
}

.tmg-lightbox.tmg-lightbox-open {
    display: flex;
}

.tmg-lightbox-media {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1050px;
    max-height: 85vh;
}

.tmg-lightbox-media img,
.tmg-lightbox-media video {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border: 1px solid var(--tmg-border);
    background: #000;
}

.tmg-lightbox-media video {
    width: min(100%, 1000px);
}

.tmg-close,
.tmg-previous,
.tmg-next {
    position: absolute;
    display: grid;
    place-items: center;
    color: var(--tmg-ivory);
    border: 1px solid var(--tmg-border);
    border-radius: 0;
    background: var(--tmg-black);
    cursor: pointer;
    transition: 0.3s ease;
}

.tmg-close:hover,
.tmg-previous:hover,
.tmg-next:hover {
    color: var(--tmg-black);
    border-color: var(--tmg-gold);
    background: var(--tmg-gold);
}

.tmg-close {
    top: 22px;
    right: 22px;
    width: 49px;
    height: 49px;
    font-size: 29px;
}

.tmg-previous,
.tmg-next {
    top: 50%;
    width: 53px;
    height: 53px;
    font-size: 20px;
    transform: translateY(-50%);
}

.tmg-previous {
    left: 25px;
}

.tmg-next {
    right: 25px;
}

@keyframes tmgShow {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TABLET */

@media (max-width: 1024px) {
    .tmg-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tmg-cta {
        grid-template-columns: 1fr;
    }

    .tmg-cta > a {
        width: max-content;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .tmg-section {
        padding: 68px 15px;
    }

    .tmg-eyebrow {
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .tmg-eyebrow span {
        width: 28px;
    }

    .tmg-heading-row {
        display: block;
    }

    .tmg-heading-row h2 {
        font-size: 49px;
    }

    .tmg-heading-row p {
        font-size: 17px;
        line-height: 1.75;
    }

    .tmg-total {
        display: none;
    }

    .tmg-filter-bar {
        display: block;
    }

    .tmg-filters {
        margin-right: -15px;
        padding-right: 15px;
        overflow-x: auto;
    }

    .tmg-filter {
        flex: 0 0 auto;
    }

    .tmg-result-count {
        margin-top: 15px;
    }

    .tmg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 250px;
        gap: 8px;
    }

    .tmg-item.tmg-wide {
        grid-column: span 2;
    }

    .tmg-item.tmg-tall {
        grid-row: span 2;
    }

    .tmg-overlay {
        padding: 16px;
    }

    .tmg-overlay strong {
        font-size: 21px;
    }

    .tmg-overlay i {
        right: 13px;
        bottom: 14px;
    }

    .tmg-video-play {
        width: 52px;
        height: 52px;
    }

    .tmg-cta {
        gap: 28px;
        margin-top: 55px;
        padding: 35px 22px;
    }

    .tmg-cta h3 {
        font-size: 39px;
    }

    .tmg-cta p {
        font-size: 16px;
    }

    .tmg-cta > a {
        width: 100%;
        min-width: 0;
    }

    .tmg-lightbox {
        padding: 70px 14px 85px;
    }

    .tmg-lightbox-media img,
    .tmg-lightbox-media video {
        max-height: 70vh;
    }

    .tmg-close {
        top: 13px;
        right: 13px;
    }

    .tmg-previous,
    .tmg-next {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .tmg-previous {
        left: calc(50% - 63px);
    }

    .tmg-next {
        right: calc(50% - 63px);
    }
}

@media (max-width: 480px) {
    .tmg-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .tmg-item,
    .tmg-item.tmg-wide,
    .tmg-item.tmg-tall {
        grid-column: auto;
        grid-row: auto;
        height: 390px;
    }

    .tmg-heading-row h2 {
        font-size: 44px;
    }
}/* End custom CSS */