@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --bg-color: #17225f;
  --font-standard: "Inter", sans-serif;
  --font-special: "Inter Tight", sans-serif;
  --link-color: #1456ff;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}
h1 {
    color: var(--bg-color);
}
hero h1 {
    color: var(--bg-color);
    font-weight: 600;
    font-size: 68px;
    line-height: 70px;
    text-align: center;
    margin: auto;
}
.note {
    font-size: 11px;
    color: #777;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.site_logo {
    width: 120px;
}
.accordion {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 0;
}
.accordion-header {
    gap: 15px;
}
.mmi {
    border: none;
}
.mmi span {
    width: 28px;
}
hero {
    min-height: auto;
}
hero .cta {
    font-size: 17px;
    font-weight: 700;
    width: max-content;
    padding: 12px 24px;
    flex: 0 0 max-content;
    align-self: stretch;
}
hero .btn {
    font-size: 18px;
}
.cta {
    border: none;
}
.cta:hover {
    background: var(--link-color);
    border: none;
}
.btn {
    font-family: var(--font-special);
    padding: 12px 24px;
}
.alt_cta {
    border: none;
    box-shadow: inset 0 0 0 1px var(--bg-color);
    color: var(--bg-color);
}
.alt_cta:hover {
    color: var(--link-color);
    box-shadow: inset 0 0 0 1px var(--link-color);
}
hero .alt_cta {
    background: #fff;
}
.short_booking {
    margin: 25px auto;
}
hero p {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
}
.home hero p {
    width: 658px;
    max-width: 100%;
    margin: 15px auto 5px;
}
hero .disclaimer {
    width: 480px;
    max-width: 100%;
    font-size: 11px;
    color: #999;
}
.margin_auto {
    margin: auto;
}