/* Shared offer headings for country and hotel pages. */
header.tt-offer-heading{box-sizing:border-box;position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:30px;width:calc(100% - 48px);max-width:1320px;height:auto;min-height:0;margin:0 auto 20px;padding:36px 12px 28px;border-bottom:1px solid #dbe4df;background:#fff;color:#173a2e;text-align:left}
header.tt-offer-heading>.tt-offer-kicker{grid-column:1/-1;margin:0 0 14px;padding:0;color:#627869;font:600 .72rem/1.4 'Rubik',sans-serif;letter-spacing:.15em;text-transform:uppercase}
header.tt-offer-heading>h2{margin:0!important;padding:0;color:#173a2e!important;font:400 clamp(1.8rem,3vw,2.75rem)/1.13 Georgia,serif!important;letter-spacing:-.035em;text-align:left}
header.tt-offer-heading>h2>em{font-weight:400;color:#37704b}
header.tt-offer-heading>a.tt-offer-all{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;margin:0;padding:14px 20px;min-height:48px;width:auto;height:auto;box-sizing:border-box;background:#174d39;border:1px solid #174d39;border-radius:100px;color:#fff!important;text-decoration:none!important;font:500 .88rem/1.35 'Source Sans Pro',sans-serif;letter-spacing:normal;transition:background .25s,transform .25s,box-shadow .25s}
header.tt-offer-heading>a.tt-offer-all::before,header.tt-offer-heading>a.tt-offer-all::after{content:none!important}
header.tt-offer-heading>a.tt-offer-all>span{font-size:1.2rem;transition:transform .25s}
header.tt-offer-heading>a.tt-offer-all:hover,header.tt-offer-heading>a.tt-offer-all:focus-visible{background:#245e43;transform:translateY(-2px);box-shadow:0 5px 16px #173a2e24}
header.tt-offer-heading>a.tt-offer-all:focus-visible{outline:3px solid #a0bc67;outline-offset:4px}
header.tt-offer-heading>a.tt-offer-all:hover>span,header.tt-offer-heading>a.tt-offer-all:focus-visible>span{transform:translate(3px,-3px)}
header.tt-offer-heading::after{content:'';position:absolute;bottom:-1px;left:12px;width:110px;height:3px;background:linear-gradient(90deg,#174d39,#7db349);transform-origin:left}
header.tt-offer-heading.tt-offer-visible::after{animation:tt-offer-line 1s ease both}
header.tt-offer-heading.tt-offer-visible>h2{animation:tt-offer-rise .65s ease both}
header.tt-offer-heading.tt-offer-visible>a{animation:tt-offer-rise .8s ease both}
@keyframes tt-offer-line{from{transform:scaleX(.15)}to{transform:scaleX(1)}}
@keyframes tt-offer-rise{from{opacity:.45;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:767px){header.tt-offer-heading{display:block;width:calc(100% - 32px);padding:28px 8px 24px}header.tt-offer-heading>h2{font-size:2rem!important}header.tt-offer-heading>.tt-offer-kicker{font-size:.65rem;letter-spacing:.12em}header.tt-offer-heading>a.tt-offer-all{display:flex;margin-top:22px;width:100%}}
@media(prefers-reduced-motion:reduce){header.tt-offer-heading.tt-offer-visible::after,header.tt-offer-heading.tt-offer-visible>h2,header.tt-offer-heading.tt-offer-visible>a{animation:none}header.tt-offer-heading>a.tt-offer-all,header.tt-offer-heading>a.tt-offer-all>span{transition:none}}
