body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
}

.interactive-map {
    max-width: 600px;
    margin: auto
}

.interactive-map .map {
    position: relative
}

.interactive-map .map .region {
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: fill .6s ease-out;
    fill: #00a9e033;
    stroke: #B1AAA1
}

.interactive-map .map .region:hover {
    fill: #00a9e0;
    stroke: #00a9e0;
    transition: fill .3s ease-out
}

.interactive-map .map .region[data-opened=opened] {
    fill: #00a9e0;
    stroke: #00a9e0
}

.interactive-map .map .region-detail {
    top: -20rem;
    background: #fff;
    border: 0.2rem solid #00a9e0;
    box-shadow: 0 0 20px rgba(3, 21, 31, 0.75);
    padding: 1.9rem 4.6rem;
    position: absolute;
    z-index: 10;
    display: none;
    pointer-events: none;
    width: 100%;
    transition: all .3s ease-out
}

@media (min-width: 768px) {
    .interactive-map .map .region-detail {
        width: auto
    }
}

.interactive-map .map .region-detail.visible {
    display: block
}

.interactive-map .map .region-detail.no-transition {
    transition: none
}

.interactive-map .map .region-detail.opened {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    padding: 6rem 2rem 5rem 3rem;
    max-height: 80vh;
    overflow: hidden
}

@media (min-width: 768px) {
    .interactive-map .map .region-detail.opened {
        padding: 6rem 3rem 5rem 5rem;
        min-width: 40rem
    }
}

.interactive-map .map .region-detail.opened .scrolling-menu {
    display: block;
    overflow: auto;
    max-height: 40vh
}

@media (min-width: 768px) {
    .interactive-map .map .region-detail.opened .scrolling-menu {
        max-height: 50vh
    }
}

.interactive-map .map .region-detail.opened .menu {
    display: block;
    overflow: hidden
}

.interactive-map .map .region-detail.opened .region-link {
    display: block
}

.interactive-map .map .region-detail.opened .title {
    text-align: left;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.interactive-map .map .region-detail.opened .close {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1
}

.interactive-map .map .region-detail.opened .close:hover path {
    stroke: #e94200
}

.interactive-map .map .region-detail .close {
    position: absolute;
    right: 1.5rem;
    top: .5rem;
    display: none;
    font-size: 0;
    width: 5rem;
    height: 5rem
}

.interactive-map .map .region-detail .title {
    font-size: 2.5rem;
    line-height: 1;
    color: #464646;
    text-decoration: none;
    text-align: center;
    display: block
}

@media (min-width: 768px) {
    .interactive-map .map .region-detail .title {
        white-space: nowrap
    }
}

.interactive-map .map .region-detail .menu {
    list-style: none;
    display: none;
    padding: 1.5rem 0 0 0
}

.interactive-map .map .region-detail .menu a {
    display: block;
    color: #464646;
    text-decoration: none;
    padding-bottom: 1.5rem
}

.interactive-map .map .region-detail .menu a:hover {
    color: #00a9e0
}

.interactive-map .map .region-detail .menu a:hover span {
    text-decoration: underline
}

.interactive-map .map .region-detail .menu li:last-child a {
    padding-bottom: 0
}

.interactive-map .map .region-detail .region-link {
    display: none;
    margin-top: 2rem;
    font-size: 1.6rem;
    color: #00a9e0
}

.interactive-map .map .region-detail .region-link:hover {
    text-decoration: underline
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 62.5%
}

body {
    color: #464646;
    overflow-x: hidden;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    position: relative;
    background: #fff
}

@media (min-width: 768px) {
    body {
        font-size: 2rem
    }
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    text-rendering: optimizeLegibility
}

p {
    margin-bottom: 2rem;
    font-size: 1.8rem
}

@media (min-width: 768px) {
    p {
        font-size: 2rem
    }
}

img {
    display: block
}

a img {
    border: 0
}

a:not([class]) {
    color: #00a9e0
}

a:not([class]):hover {
    text-decoration: underline
}

.no-overflow {
    overflow: hidden
}

.no-overflow {
    overflow: hidden
}

.object-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.compat-object-fit img {
    opacity: 0
}

.image-100 {
    width: 100%;
    height: auto
}

.mobile-only {
    display: none !important
}

.hidden {
    display: none
}

.tel a {
    color: #464646
}

.page {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 1rem
}

@media (min-width: 1220px) {
    .page {
        padding: 0
    }
}

.main-content {
    width: 100%;
    padding-top: 2rem
}

.interactive-map {
    margin-bottom: 3rem
}

section {
    margin-bottom: 2rem;
    padding: 0 1rem;
    max-width: 1200px;
    margin: auto
}

section h1 {
    color: #00a9e0;
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 1;
    position: relative;
    margin-bottom: 2rem;
    text-align: center
}

@media (min-width: 768px) {
    section h1 {
        font-size: 3rem;
        margin-bottom: 4rem
    }
}

section h2 {
    color: #00a9e0;
    font-size: 2.8rem;
    font-weight: 100;
    line-height: 1;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    section h2 {
        font-size: 3rem;
        margin-top: 3rem;
        margin-bottom: 2rem
    }
}

.code {
    display: block;
    padding: 0.5em 2rem;
    background: #dfdfdf;
    font-size: 1.6rem;
    font-family: 'Courier';
    margin-bottom: 3rem
}

@media (max-width: 767px) {
    body {
        width: 100%
    }

    .no-mobile {
        display: none !important
    }

    .mobile-only {
        display: block !important
    }

    .page-content {
        padding-top: 52px
    }

    .no-margin-bottom {
        margin-bottom: 0
    }

    .page-content.mobile-nav-active {
        transform: translateX(100%)
    }
}