*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'Klavika Basic', serif;
    font-weight: 300;
    background-color: #F4F5F8 !important;
    overflow: auto;
    margin: 0;
}

main {
    padding: 20px 10px 40px 10px;
    margin: 0 !important;
}

main > [class^="col-"] {
    display: flex;
}

section {
    background-color: #ffffff;
    box-shadow: 0 0 10px #0000001A;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px 30px 40px 30px;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

section h1 {
    margin-bottom: 10px;
}

section h2 {
    padding-left: 42px;
    margin-bottom: 30px;
}

section h1, section h2 {
    font-family: 'Klavika Basic', serif;
    font-weight: 500;
    font-size: 24px;
    color: #000344;
    line-height: 1;
    width: 100%;
    hyphens: auto;
    margin-top: 0;
    word-break: break-word;
}

section p, section h3, section label, section input, section textarea {
    font-family: 'Klavika Basic', serif;
    font-weight: 300;
    font-size: 18px;
    color: #000344;
    width: 100%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    hyphens: auto;
    word-break: break-word;
}

a {
    font-family: 'Klavika Basic', serif;
    font-weight: 300;
    font-size: 18px;
}

p a {
    color: #000344;
    text-decoration: none;
}

section ul {
    margin-top: auto;
    margin-bottom: 0;
}

ul li {
    font-family: 'Klavika Basic', serif;
    font-weight: 300;
    font-size: 18px;
}

table {
    width: 100%;
}

svg {
    height: 1em;
    fill: var(--primary-color);
    font-size: 24px;
    position: absolute;
}

label {
    display: inline-block;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

#map, #pano, #player {
    height: 100%;
}

#google-map, #google-streetview, #video {
    min-height: 40vh;
    display: block !important;
    padding: 0 !important;
}

.is-open {
    color: #00D68C;
    margin-left: auto;
}

.is-closed {
    color: #FF0000FF;
    margin-left: auto;
}

.container {
    padding: 0 !important;
}

.btn {
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

button.btn {
    width: 100%;
    display: flex;
    padding: 0;
    background-color: var(--primary-color);
    border: solid 2px var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

button.btn:hover {
    background-color: #ffffff;
}

button.btn a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    width: 100%;
    text-decoration: none;
}

button.btn:hover a {
    color: var(--primary-color);
}

a.more-information:hover {
    cursor: pointer;
}

.svg-rounded {
    width: 100%;
    align-items: center;
}

.svg-rounded p {
    margin: 0;
}

.svg-rounded div {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 25px;
}

.svg-rounded svg {
    font-size: 18px !important;
    fill: #fff;
}

.svg-rounded a {
    color: #000344;
    text-decoration: none;
}

.svg-rounded:hover a {
    text-decoration: underline;
}

section.order-1 {
    order: 1;
}

section.order-2 {
    order: 2;
}

section.order-3 {
    order: 3;
}

section.order-4 {
    order: 4;
}

section.order-5 {
    order: 5;
}

section.order-6 {
    order: 6;
}

section.order-7 {
    order: 7;
}

section.order-8 {
    order: 8;
}

section.order-9 {
    order: 9;
}

section.order-10 {
    order: 10;
}

section.order-11 {
    order: 11;
}

section.order-12 {
    order: 12;
}

section.order-13 {
    order: 13;
}

section.order-14 {
    order: 14;
}

section.order-15 {
    order: 15;
}
@media (max-width: 400px){
    #g-recaptcha{
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        -o-transform: scale(0.77);
        transform: scale(0.77);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}
@media (min-width: 768px) {
    section {
    }

    main {
        padding: 20px 12px 80px 12px;
        margin: 0;
    }

    section.order-md-7 {
        order: 7;
    }

    section.order-md-8 {
        order: 8;
    }
}

@media (min-width: 1400px) {
    main {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    section h1 {
        font-size: 34px;
    }

    #location img {
        width: 80px !important;
        height: 80px !important;
        margin-right: 25px !important;
    }
}