body.page-template-campaign-tg-2026 .ast-container {
    max-width: none !important;
    margin: 0;
    padding: 0;
}

.tg-2026-section h2 {
    font-size:3.5rem;
}
.tg-2026-section h3 {
    font-size:2.5rem;
}

.tg-2026-hero {
    position: relative;
    color: white;
    text-align: center;
    padding-top: 15rem;
    padding-bottom: 18rem;
    background-repeat: no-repeat;
}
.tg-2026-hero-bg {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.tg-2026-hero-content {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3.5rem 0 1rem;
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}
.tg-2026-hero-text {
    font-size: 3.5rem;
    line-height:1.25;
    font-weight: 600;
    text-transform: uppercase;
}
.tg-2026-hero-serif {
    font-size: 7rem;
    line-height:1;
    font-family: "hey-eloise", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}
.tg-2026-section {
    padding: 4rem 2rem;
    background-repeat: no-repeat;
}
.tg-2026-travel-guide {
    background-color: #f9f9f9;
    padding-top:1rem;
}
.tg-2026-container {
    max-width: 1600px;
    margin: 0 auto;
}
.tg-2026-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.tg-2026-row h2 {
    margin-top: 5rem;
}
.tg-2026-col-8 {
    flex: 1 1 65%;
}
.tg-2026-col-4 {
    flex: 1 1 31%;
}
.tg-2026-col-12 {
    flex: 1 1 100%;
}
.tg-2026-travel-guide-img {
    width: 100%;
    height: auto;
}
.group-buttons {
    margin-top:2rem;
}
.tg-2026-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    /* background-color: #4f6ff4; */
    background-color: #0FB1E4;
    color: #fff;
    font-size:1.25rem;
    text-decoration: none;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}
.tg-2026-btn:hover {
    color:#fff;
}
.tg-2026-travel-guide .tg-2026-btn {
    display: block;
    width:80%;
    margin: 0 auto 1.5rem;
}

.tg-2026-form-container {
    margin-top: 0;
}
.tg-2026-iframe {
    width: 100%;
    height: 500px;
    border: 0;
}
.tg-2026-section-2, .tg-2026-section-3 {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #333;
}
.tg-2026-section-2-content, .tg-2026-section-3-content {
    position: relative;
    z-index: 2;
}

.tg-2026-section-2-content .serif-text, .tg-2026-section-3-content .serif-text {
    font-family: "hey-eloise", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tg-2026-section-2 {
    padding: 30rem 2rem 15rem;
}

.tg-2026-section-2-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1280px;
    padding: 2rem;
    text-align: center;
}

.tg-2026-section-2-content h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 4rem;
    text-transform: uppercase;
}

.tg-2026-section-2-content h2 span {
    display: block;
    font-size:7rem;
}

.tg-2026-section-2-content .tg-2026-btn {
    margin-top:1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    /* background-color:#1c2d6c; */
    background-color: #0FB1E4;
}

.tg-2026-section-3 {
    padding-top:6rem;
}
.tg-2026-section-3-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.tg-2026-section-3-copy {
    flex-basis:45%;
    text-align: center;
}
.tg-2026-section-3-image {
    flex-basis: 55%;;
}

.tg-2026-section-3-content h2 {
    text-align: center;
    font-size: 5rem;
    text-transform: uppercase;
}

.tg-2026-section-3-content h2 span {
    display: block;
    font-size:8rem;
}

.tg-2026-section-3-content p {
    padding: 1rem 3rem;
    margin:0;
}

.tg-2026-section-3-content .tg-2026-btn {
    margin-top:1rem;
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (min-width:1280px) and (max-width: 1440px) {
    .tg-2026-hero-text {
        font-size: 2.5rem;
    }
    .tg-2026-hero-serif {
        font-size: 6rem;
    }
    .tg-2026-section-3-content h2 {
        font-size:4rem;
    }
}

@media (min-width:1000px) and (max-width: 1279px) {
    .tg-2026-hero-content {
        padding-top:2.5rem;
    }
    .tg-2026-hero-text {
        font-size: 2rem;
    }
    .tg-2026-hero-serif {
        font-size: 5rem;
    }
    .tg-2026-section-2-content h2 {
        font-size:3rem;
    }
    .tg-2026-section-2-content h2 span {
        font-size:5rem;
    }
    .tg-2026-section-3-content h2 {
        font-size:3.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .tg-2026-hero {
        padding-top: 10rem;
        padding-bottom: 12rem;
    }
    .tg-2026-hero-content {
        width: 50%;
        padding: 5rem 2rem 3rem;
    }
    .tg-2026-hero-text {
        font-size:2rem;
    }
    .tg-2026-hero-serif {
        font-size:3rem;
    }

    .tg-2026-row {
        gap: 1rem;
    }
    .tg-2026-row h2 {
        margin-top:0;
    }

    .tg-2026-section-2-content {
        width:50%;
    }

    .tg-2026-section-3-content h2 {
        font-size:3rem;
    }
    .tg-2026-section-3-content h2 span {
        font-size:6rem;
    }
}

@media (max-width: 1000px) {
    .tg-2026-section-2 {
        padding: 15rem 2rem 5rem;
    }
    .tg-2026-section-2-content {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .tg-2026-section-2-content h2 {
        font-size: 2rem;
    }
    .tg-2026-section-2-content h2 span {
        font-size: 3rem;
    }
    .tg-2026-section-2-content .tg-2026-btn {
        padding-left:2rem;
        padding-right:2rem;
    }
}

@media (max-width: 767px) {
    .tg-2026-hero {
        padding-top: 5rem;
        padding-bottom: 6.5rem;
    }
    .tg-2026-hero-content {
        width:90%;
    }
    .tg-2026-hero-text {
        font-size: 2rem;
    }
    .tg-2026-hero-serif {
        font-size: 2.5rem;
    }
    .tg-2026-row h2 {
        margin-top:0;
        font-size:2.5rem;
    }
    .tg-2026-section h3 {
        font-size:2rem;
    }

    .tg-2026-btn ,
    .tg-2026-travel-guide .tg-2026-btn,
    .tg-2026-section-3-content .tg-2026-btn {
        padding: 0.75rem .5rem;
        width:90%;
    }

    

    .tg-2026-section-3 {
        padding-top:4rem;
    }
    .tg-2026-section-3-row {
        flex-direction: column;
    }
    .tg-2026-section-3-copy,
    .tg-2026-section-3-image {
        flex-basis:auto;
    }
    .tg-2026-section-3-content h2 {
        font-size:3rem;
    }
    .tg-2026-section-3-content h2 span {
        font-size:6rem;
    }

}

@media (max-width: 400px) {
    .tg-2026-section-2-content h2 {
        font-size:1.5rem;
    }
    .tg-2026-section-2-content h2 span {
        font-size:2.5rem;
    }
    .tg-2026-section-3-content p {
        padding: 1rem 2rem;
    }
}