.aboutPlugin .aboutPluginProfile {
    padding: 30px;
    font-family: Inter
}

.aboutPlugin .aboutPluginProfile .title {
    margin-bottom: 24px
}

@media (min-width: 481px) and (max-width: 959px) {
    .aboutPlugin .aboutPluginProfile .title {
        margin-bottom:14px
    }
}

.aboutPlugin .aboutPluginProfile .label {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: center
}

.aboutPlugin .aboutPluginProfile .bio {
    font-family: Inter;
    font-size: 1.125rem;
    line-height: 1.4
}

.aboutPlugin .aboutPluginProfile .introBlock {
    margin-bottom: 20px;
    margin-right: 27px;
    padding: 10px
}

@media (max-width: 481px) {
    .aboutPlugin .aboutPluginProfile .introBlock {
        padding:0;
        align-items: center
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .aboutPlugin .aboutPluginProfile .introBlock {
        margin-bottom:10px
    }
}

.aboutPlugin .aboutPluginProfile .avatarContainer {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px;
    display:flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 959px) {
    .aboutPlugin .aboutPluginProfile .avatarContainer {
        margin-right:20px
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .aboutPlugin .aboutPluginProfile .avatarContainer {
        margin-right:20px;
        width: 57.5px;
        height: 57.5px;
        margin-left: -10px;
        margin-top: 2px
    }
}

.aboutPlugin .aboutPluginProfile img {
    width: 100%
}

.aboutPlugin .aboutPluginProfile .role {
    font-size: 1.25rem;
    line-height: 1.4
}

.swan-modal-dialog-body .aboutPluginProfile {
    padding-top: 0
}

@media (min-width: 481px) {
    .aboutPlugin.pluginContainer.linkButtons .title {
        margin-bottom:11px;
        margin-left: 8px
    }
}

@media (max-width: 481px) {
    .aboutPlugin.pluginContainer.linkButtons .title {
        margin-bottom:12px
    }
}

html {
    font-size: 12px;
    line-height: 1.15
}

@media (min-width: 481px) {
    html {
        font-size:16px
    }
}

.loaderParent {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.loaderParent .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.allPluginsContainer.profile {
    margin: 0 10px 10px;
    border-radius: 22px;
    overflow: auto
}

@media (min-width: 481px) {
    .allPluginsContainer.profile {
        margin:0 auto 10px;
        max-width: 750px
    }
}

.pluginContainer {
    font-family: Inter;
    word-spacing: 0px;
    color: #000;
    box-sizing: border-box;
    word-wrap: break-word
}

.pluginContainer.profile {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d9d9d9
}

.pluginContainer.linkButtons {
    display: flex;
    flex-direction: column;
    height: 100px;
    align-items: center
}

@media (max-width: 959px) {
    .pluginContainer.linkButtons {
        padding-left:24px;
        padding-right: 24px;
        height: 74px
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .pluginContainer.linkButtons {
        margin-bottom:1px
    }
}

.pluginContainer.linkButtons button,.pluginContainer.linkButtons a.linkWrapper {
    width: auto
}

@media (max-width: 480px) {
    .pluginContainer.linkButtons button,.pluginContainer.linkButtons a.linkWrapper {
        width:100%;
        min-height: 38.4px!important
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .pluginContainer.linkButtons button,.pluginContainer.linkButtons a.linkWrapper {
        width:100%
    }
}

.vortexBlock {
    height: 303px;
    max-height: 303px;
    overflow: hidden
}

@media (max-width: 481px) {
    .vortexBlock {
        height:302px;
        max-height: 302px
    }
}

.genericPlugin .PluginProfile {
    padding: 30px
}

.simplePluginProfile {
    padding: 30px;
    font-family: Inter
}

.simplePlugin.pluginContainer.profile a.linkWrapper {
    width: 100%
}

.IntroBlock {
    font-family: Inter;
    margin-right: 27px;
    padding: 10px;
    box-sizing: border-box
}

@media (max-width: 481px) {
    .IntroBlock {
        padding:0;
        align-items: center
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .IntroBlock {
        padding:0
    }
}

.IntroBlock .label {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    display: flex;
    align-items: center
}

.IntroBlock .avatarContainer {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 959px) {
    .IntroBlock .avatarContainer {
        margin-right:20px;
        margin-top: 0
    }
}

@media (min-width: 481px) and (max-width: 959px) {
    .IntroBlock .avatarContainer {
        margin-right:20px;
        width: 57.5px;
        height: 57.5px;
        margin-top: 0
    }
}

.IntroBlock img {
    width: 100%
}

.IntroBlock .role {
    font-size: 1.125rem;
    line-height: 1.4;
    overflow-wrap: break-word
}

.operationHoursPluginProfile {
    padding: 10px 30px;
    font-family: Inter
}

.operationHoursPluginProfile .dayrow {
    margin-bottom: 7.5px;
    font-weight: 400;
    font-size: 16px
}

.operationHoursPluginProfile .dayrow:last-child {
    margin-bottom: 3px
}

.operationHoursPluginProfile .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 14px
}

.operationHoursPluginProfile div.hoursRow:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width: 959px) {
    .operationHoursPlugin.linkButtons .operationHoursPluginProfile {
        padding:0 10px 27px
    }

    .operationHoursPlugin.linkButtons .dayrow {
        margin-bottom: 2.5px
    }

    .operationHoursPlugin.linkButtons .title {
        margin-bottom: 12px
    }
}

@media (min-width: 960px) {
    .operationHoursPlugin.linkButtons .operationHoursPluginProfile {
        padding:0 10px 32px
    }

    .operationHoursPlugin.linkButtons .title {
        padding-left: 10px;
        margin-bottom: 16px;
        letter-spacing: normal
    }

    .operationHoursPlugin.linkButtons .dayrow {
        line-height: 1;
        margin-bottom: 10px
    }

    .operationHoursPlugin.linkButtons .dayrow:last-child {
        margin-bottom: 2px
    }
}

.videoPluginProfile {
    padding: 10px 30px;
    font-family: Inter
}

.videoPluginProfile .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 18px;
    margin-bottom: 25px
}

.videoPluginProfile .video-container {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 560/315;
    margin-bottom: 19px
}

.videoPluginProfile .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.galleryPluginProfile {
    padding: 10px 30px;
    font-family: Inter
}

.galleryPluginProfile .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 14px
}

.slideshowImagesContainer {
    position: relative;
    width: 90%;
    height: 90%
}

.slideshowImagesContainer .imgbox {
    width: 100%;
    height: 90vh
}

.slideshowImagesContainer .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.slideshowModalDialogBody {
    background-color: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.slideshowModalDialogBody .closeIconBox {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 10px;
    right: 10px
}

.slideshowModalDialogBody .slideshowCurrentSlide {
    color: #fff;
    position: absolute;
    top: 17px;
    left: 34px;
    font-size: 20px
}

.slideshowModalDialogBody .slideshowAutoPlayToggle {
    width: 41px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 69px
}

.slideshowModalDialogBody .slideshowAutoPlayToggle img {
    width: 100%
}

.imagesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 6px
}

.imagesContainer .imgbox {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    aspect-ratio: 1;
    padding-bottom: 6px;
    margin-bottom: 2.5px
}

.imagesContainer .imgbox .zoomIcon {
    display: none;
    background-color: #8080801c;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjMuNSAyNGEuNS41IDAgMCAxLS4zNTQtLjE0NmwtOS4wMDQtOS4wMDRBOC40NjEgOC40NjEgMCAwIDEgOC41IDE3QzMuODEzIDE3IDAgMTMuMTg3IDAgOC41IDAgMy44MTMgMy44MTMgMCA4LjUgMCAxMy4xODcgMCAxNyAzLjgxMyAxNyA4LjVhOC40NTcgOC40NTcgMCAwIDEtMi4xNTEgNS42NDJsOS4wMDQgOS4wMDRBLjUuNSAwIDAgMSAyMy41IDI0ek04LjUgMUM0LjM2NSAxIDEgNC4zNjUgMSA4LjVTNC4zNjUgMTYgOC41IDE2IDE2IDEyLjYzNSAxNiA4LjUgMTIuNjM1IDEgOC41IDF6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer
}

.imagesContainer .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #c1c1c1
}

.imagesContainer .imgbox:nth-child(odd) {
    padding-right: 4px
}

.imagesContainer .imgbox:nth-child(2n) {
    padding-left: 4px
}

.imagesContainer .imgbox:hover .zoomIcon {
    display: block
}

.vortexContainer {
    height: 100%
}

.addressPluginProfile {
    padding: 30px;
    font-family: Inter
}

.addressPluginProfile .title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-left: 5px
}

.addressPluginProfile .addressText {
    flex-grow: 2;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-left: 10px
}

@media (max-width: 479px) {
    .addressPluginProfile .addressText {
        margin-left:0
    }
}

.addressPluginProfile .responsiveFlexBoxContainer {
    flex-direction: row;
    margin-bottom: 20px
}

@media (max-width: 479px) {
    .addressPluginProfile .responsiveFlexBoxContainer {
        flex-direction:column;
        margin-bottom: 30px
    }
}

.addressPluginProfile .directionsButtonContainer {
    flex-grow: 1;
    font-size: 1.25rem;
    line-height: 1.4;
    height: "53px"
}

@media (max-width: 479px) {
    .addressPluginProfile .directionsButtonContainer {
        line-height:.4;
        margin: 15px 0
    }
}

.addressPluginProfile .directionsButton {
    display: inline-block;
    background-color: #0000!important;
    color: #222;
    border: 1px solid #222;
    border-radius: 3px;
    width: auto;
    box-sizing: border-box;
    display: table;
    height: 80%
}

@media (max-width: 479px) {
    .addressPluginProfile .directionsButton {
        width:100%
    }
}

.addressPluginProfile .directionsButtonText {
    font-size: 16px;
    padding: 12px 25px;
    text-decoration: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 12.8px
}

@media (max-width: 479px) {
    .addressPluginProfile .directionsButtonText {
        font-size:9.6px
    }
}

.addressPluginProfile .directionsButton:link,.addressPluginProfile .directionsButton:visited,.addressPluginProfile .directionsButton:hover,.addressPluginProfile .directionsButton:active {
    text-decoration: none
}

.addressPluginProfile .googleMapsContainer {
    height: 360px;
    width: 100%;
    margin-top: 10px
}

@media (max-width: 959px) {
    .addressPlugin.linkButtons .addressPluginProfile {
        padding:0 10px 27px
    }

    .addressPlugin.linkButtons .dayrow {
        margin-bottom: 2.5px
    }

    .addressPlugin.linkButtons .title {
        margin-bottom: 12px
    }
}

@media (min-width: 960px) {
    .addressPlugin.linkButtons .addressPluginProfile {
        padding:0 10px 32px
    }

    .addressPlugin.linkButtons .title {
        padding-left: 10px;
        margin-bottom: 16px;
        letter-spacing: normal
    }

    .addressPlugin.linkButtons .dayrow {
        line-height: 1;
        margin-bottom: 10px
    }

    .addressPlugin.linkButtons .dayrow:last-child {
        margin-bottom: 2px
    }
}

.blankImageContainer {
    width: 54%;
    margin: auto auto 20px
}

.blankContainer {
    padding-bottom: 20px
}
