/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details, img, main {
    display: block
}

h1 {
    font-size: 2em
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

b, strong {
    font-weight: bolder
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

optgroup {
    font-family: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

:root {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card, body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body {
    min-width: 100%;
    text-rendering: optimizeSpeed;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, li, p, ul, ul.resp-tabs-list {
    margin: 0;
    padding: 0
}
.wrapper-articles li {
    margin-left: 2rem;
}
input, select, textarea {
    font-family: inherit;
    border: 0;
    border-radius: 0
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.page-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px
}

@media screen and (min-width: 1200px) {
    .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1920px
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding: 0 15px;
    text-align: center;
    border: 0;
    cursor: pointer;
    min-height: 24px
}

@media screen and (min-width: 1200px) {
    .cta-link {
        font-size: 22px;
        line-height: 26px
    }
}

.experts-slider {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 800px) {
    .experts-slider {
        max-width: 90%;
        margin-top: 45px;
        position: relative;
    }

    .swiper-container-experts {
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        border-top: 4px solid #C7E6F5;
        border-left: 4px solid #C7E6F5;
        border-right: 4px solid #C7E6F5;
    }

    .swiper-container-experts::before,
    .swiper-container-experts::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 0;
        border-bottom: 4px solid #C7E6F5;
    }

    .swiper-container-experts::before {
        left: 0;
        width: 25%;
        border-bottom-left-radius: 20px;
    }

    .swiper-container-experts::after {
        right: 0;
        width: 25%;
        border-bottom-right-radius: 20px;
    }
}

.experts-slider .swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container {
        padding-top: 35px;
        padding-bottom: 0;
        position: static
    }
}

.experts-slider .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-wrapper {
        margin: auto;
        height: auto;
    }
}

.experts-slider .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.experts-slider .swiper-container-multirow .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container-multirow .swiper-wrapper {
        width: 1408px
    }
}

.experts-slider .swiper-container .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin-top: 0 !important;
    margin: auto
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-slide {
        margin: 0 0 30px
    }
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 236px !important;
    height: 259px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important;
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (min-width: 1600px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card {
        font-size: 22px
    }
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card > div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: 17px;
    margin-bottom: 8px
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card > div {
        width: 144px;
        height: 144px
    }
}

@media screen and (min-width: 1600px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card > div {
        width: 164px;
        height: 164px
    }
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card a {
    text-align: center
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card a:first-of-type {
    color: #6e18a2;
    width: 168px
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card a:first-of-type {
        width: 263px
    }
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card a:nth-of-type(2) {
    color: #9b26a8;
    text-decoration: underline
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card p {
    text-align: center;
    width: 186px
}

@media screen and (min-width: 1200px) {
    .experts-slider .swiper-container .swiper-wrapper .swiper-slide .card p {
        width: 294px
    }
}

.experts-slider .swiper-container .swiper-wrapper .swiper-slide .card p:nth-of-type(2) {
    color: #818181
}

.experts-slider .swiper-container .swiper-button-backward, .experts-slider .swiper-container .swiper-button-forward {
    position: absolute;
    background: url(../img/icons/arrow-mob.svg) no-repeat;
    top: 50%;
    width: 15px;
    height: 28px;
    cursor: pointer;
    z-index: 10
}

.experts-slider .swiper-container .swiper-button-forward {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 13px
}

@media screen and (min-width: 800px) {
    .experts-slider .swiper-container .swiper-button-forward {
        left: -40px
    }
}

.experts-slider .swiper-container .swiper-button-backward {
    right: 13px
}

@media screen and (min-width: 800px) {
    .experts-slider .swiper-container .swiper-button-backward {
        right: -40px
    }
}

.resp-tabs-list li, h2.resp-accordion {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.resp-tabs-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    float: left
}

@media screen and (min-width: 1200px) {
    .resp-tabs-list li {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px
    }
}

@media screen and (min-width: 1600px) {
    .resp-tabs-list li {
        font-size: 22px;
        line-height: 26px
    }
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

h2.resp-accordion {
    display: none;
    border-bottom: 1px solid #c7e6f5;
    border-top: 0;
    padding: 5px 15px;
    position: relative
}

.resp-tab-content {
    display: none;
    padding: 0
}

.resp-tab-active, h2.resp-accordion.resp-tab-active {
    border-bottom: none
}

.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion {
    display: block
}

h2.resp-tab-active {
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 300px;
    margin-top: 40px
}

@media screen and (min-width: 1200px) {
    .resp-vtabs ul.resp-tabs-list {
        width: 21%;
        max-height: 750px;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
    }
}

@media screen and (min-width: 1600px) {
    .resp-vtabs ul.resp-tabs-list {
        width: 408px
    }
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 0 10px 20px;
    margin: 0;
    cursor: pointer;
    float: none;
    opacity: .3
}

@media screen and (min-width: 1200px) {
    .resp-vtabs .resp-tabs-list li {
        padding-left: 30px
    }
}

@media screen and (min-width: 1600px) {
    .resp-vtabs .resp-tabs-list li {
        padding-left: 120px
    }
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none
}

@media screen and (min-width: 768px) {
    .resp-vtabs .resp-tabs-container {
        width: calc(100% - 300px)
    }
}

@media screen and (min-width: 1200px) {
    .resp-vtabs .resp-tabs-container {
        width: 100%;
        float: none
    }
}

.resp-vtabs .resp-tab-content {
    border: 0;
    background-color: #f2f8fb
}

@media screen and (min-width: 1200px) {
    .resp-vtabs .resp-tab-content {
        background: #fdfdfd;
        position: relative;
        padding: 65px 0 50px 50px
    }

    .resp-vtabs .resp-tab-content::before {
        content: "";
        position: absolute;
        width: 1200px;
        height: 815px;
        top: 0;
        left: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='1515' height='815' viewBox='0 0 1515 815' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='1542' height='811' rx='4' stroke='%23C7E6F5' stroke-width='4'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat
    }
}

@media screen and (min-width: 1600px) {
    .resp-vtabs .resp-tab-content {
        padding: 50px 0 50px 80px
    }

    .resp-vtabs .resp-tab-content::before {
        width: 1546px;
        height: 815px
    }
}

.resp-vtabs li.resp-tab-active {
    background: #c7e6f5;
    opacity: 1
}

.resp-arrow::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background: url(../img/icons/arrow-down.svg) no-repeat
}

h2.resp-tab-active span.resp-arrow::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 50%
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

@media screen and (min-width: 1200px) {
    .resp-tab-content-active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tabs-container {
        border: 0;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
        background-color: #fdfdfd
    }

    .resp-accordion-closed {
        display: none !important
    }
}

.experts {
    padding: 46px 0 40px;
    position: relative;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .experts {
        padding-bottom: 0;
        margin-bottom: 90px;
        max-width: 1920px
    }
}

@media screen and (min-width: 1600px) {
    .experts {
        margin-bottom: 0;
        padding-bottom: 90px;
        max-width: 1920px
    }
}

.experts .title {
    color: #e62a78;
    font-family: "PF Handbook Pro", "Arial", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    z-index: 10;
    padding-left: 12px;
    margin-bottom: 35px
}

.experts .title::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 15px;
    border-radius: 0 4px 4px 0;
    background-color: #c7e6f5;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .experts .title {
        font-size: 42px;
        line-height: 42px
    }
}

@media screen and (min-width: 1200px) {
    .experts .title {
        font-size: 72px;
        line-height: 86px;
        padding-left: 257px
    }

    .experts .title::before {
        width: 482px;
        height: 42px
    }
}

.experts ul, .experts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.experts ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .experts ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1200px) {
    .experts ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 862px;
        margin: auto
    }
}

.experts ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #530085;
    position: relative;
    margin-left: 82px;
    width: 180px
}

@media screen and (min-width: 768px) {
    .experts ul li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (min-width: 1200px) {
    .experts ul li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        margin-left: 0;
        padding-top: 150px
    }
}

@media screen and (min-width: 1600px) {
    .experts ul li {
        font-size: 22px
    }
}

.experts ul li::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 40px;
    left: -50px
}

.experts ul li:first-of-type {
    margin-bottom: 28px
}

@media screen and (min-width: 1200px) {
    .experts ul li:first-of-type {
        margin-bottom: 0;
        width: 200px
    }
}

@media screen and (min-width: 1600px) {
    .experts ul li:first-of-type {
        width: 214px
    }
}

.experts ul li:first-of-type::before {
    top: 2px;
    background: url(../img/icons/expert1-mob.svg) no-repeat
}

@media screen and (min-width: 1200px) {
    .experts ul li:first-of-type::before {
        top: 0;
        left: 45px;
        background: url(../img/icons/expert1-desk.svg) no-repeat;
        width: 120px;
        height: 110px
    }
}

.experts ul li:nth-of-type(2) {
    margin-bottom: 25px
}

@media screen and (min-width: 1200px) {
    .experts ul li:nth-of-type(2) {
        margin-bottom: 0;
        width: 172px
    }
}

.experts ul li:nth-of-type(2)::before {
    background: url(../img/icons/expert2-mob.svg) no-repeat
}

@media screen and (min-width: 1200px) {
    .experts ul li:nth-of-type(2)::before {
        top: 0;
        left: 25px;
        background: url(../img/icons/expert2-desk.svg) no-repeat;
        width: 120px;
        height: 110px
    }

    .experts ul li:nth-of-type(3) {
        width: 210px
    }
}

@media screen and (min-width: 1600px) {
    .experts ul li:nth-of-type(3) {
        width: 214px
    }
}

.experts ul li:nth-of-type(3)::before {
    background: url(../img/icons/expert3-mob.svg) no-repeat
}

@media screen and (min-width: 1200px) {
    .experts ul li:nth-of-type(3)::before {
        top: 5px;
        left: 70px;
        background: url(../img/icons/expert3-desk.svg) no-repeat;
        width: 120px;
        height: 110px
    }
}

.experts > div:first-of-type p {
    color: #6e18a2
}

.experts > div:first-of-type a {
    text-transform: uppercase;
    color: #e62a78;
}

.experts a.cta-link {
    border: 1px solid #9b26a8;
    color: #9b26a8;
    width: 142px;
    height: 40px;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .experts a.cta-link {
        width: 272px;
        height: 40px;
        margin-top: -20px
    }
}
@media screen and (min-width: 1600px) {
    .experts a.cta-link {
        margin-top: 10px;
    }
}

.clinics {
    margin: 0 auto;
    background-color: #fdfdfd;
    overflow: hidden;
    padding-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .clinics {
        max-width: 1920px;
        padding-bottom: 100px
    }
}

.clinics > .title {
    color: #e62a78;
    font-family: "PF Handbook Pro", "Arial", sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    z-index: 10;
    padding-left: 12px;
    margin-bottom: 35px
}

.clinics > .title::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 15px;
    border-radius: 0 4px 4px 0;
    background-color: #c7e6f5;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .clinics > .title {
        font-size: 42px;
        line-height: 42px
    }
}

@media screen and (min-width: 1200px) {
    .clinics > .title {
        font-size: 72px;
        line-height: 86px;
        padding-left: 257px
    }

    .clinics > .title::before {
        width: 482px;
        height: 42px
    }
}

.clinic-map-mobile {
    width: 100%;
    height: 186px;
    display: none;
}

.clinic-map-mobile iframe, .map-wrapper iframe {
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .clinic-map-mobile {
        display: none
    }
}

.circles span {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #818181;
    position: relative;
    margin-right: 10px;
    padding-left: 15px
}

.circles span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 1px
}

@media screen and (min-width: 1200px) {
    .circles span::before {
        width: 12px;
        height: 12px;
        top: 3px
    }

    .circles span {
        font-size: 18px;
        line-height: 22px
    }
}

.circles span.yellow::before, .info p span.yellow::before {
    background: #ec981a
}

.circles span.blue::before, .info p span.blue::before {
    background: #2f4ad8
}

.circles span.violet::before, .info p span.violet::before {
    background: #ba3db5
}

.circles span.green::before, .info p span.green::before{
    background: #2DBE2C;
}

.circles span.ltgreen::before, .info p span.ltgreen::before{
    background: #99CC00;
}

.map-wrapper {
    width: 100%;
    height: 186px;
    background-color: #b9dff4;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .map-wrapper {
        height: 350px
    }
}

@media screen and (min-width: 1200px) {
    .map-wrapper {
        width: 60%;
        height: auto
    }
}

@media screen and (min-width: 1600px) {
    .map-wrapper {
        min-width: 825px;
        width: 100%;
        max-width: 100%;
        height: 711px
    }
}

.map-wrapper iframe {
    border: 0
}

.info {
    padding: 10px 15px 30px;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .info {
        max-width: 477px;
        width: 60%;
        padding: 0;
        margin-right: 70px
    }
}

@media screen and (min-width: 1600px) {
    .info {
        margin-right: 135px
    }
}

.info .clinics-subtitle-mob,
.info .clinics-subtitle-desk {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #6e18a2;
    padding-bottom: 8px
}

@media screen and (min-width: 1200px) {
    .info .clinics-subtitle-mob {
        display: none
    }
}

.info .clinics-subtitle-desk {
    display: none
}

@media screen and (min-width: 1200px) {
    .info .clinics-subtitle-desk {
        display: block;
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1600px) {
    .info .clinics-subtitle:last-of-type {
        font-size: 26px;
        line-height: 31px;
        width: 424px
    }
}

.info a, .info p, .info p span {
    font-size: 16px;
    line-height: 19px
}

@media screen and (min-width: 1200px) {
    .info p {
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1600px) {
    .info p {
        font-size: 22px;
        line-height: 26px;
        color: #000
    }
}

.info a, .info p span {
    font-weight: 300
}

.info p span {
    color: #000;
    position: relative
}

.info p span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 5px
}

@media screen and (min-width: 1200px) {
    .info p span {
        font-size: 18px;
        line-height: 26px;
        color: #6e18a2
    }
}

@media screen and (min-width: 1600px) {
    .info p span {
        font-size: 22px
    }
}

.info p, .info p span.grey {
    color: #818181
}

.info p span.blue, .info p span.violet, .info p span.yellow, .info p span.green, .info p span.ltgreen {
    padding-left: 10px
}

@media screen and (min-width: 1200px) {
    .info p.index, .info p.subway {
        display: none
    }
}

.info p.info-desk {
    display: none
}

@media screen and (min-width: 1200px) {
    .info p.info-desk {
        display: inline-block;
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
        color: #000;
        margin-top: 15px
    }
}

@media screen and (min-width: 1600px) {
    .info p.info-desk {
        width: 414px;
        font-size: 22px;
        line-height: 26px;
        color: #000;
        margin-top: 15px
    }
}

.info a {
    display: block;
    text-decoration: underline
}

.info div.direction {
    color: #111;
    position: relative;
    padding: 12px 0
}

.info div.direction::after {
    content: "";
    position: absolute;
    left: 230px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background: url(../img/icons/arrow-down.svg) no-repeat;
    display: none;
}

@media screen and (min-width: 1200px) {
    .info div.direction {
        display: none
    }
}

.info a.online-visit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    color: #530085;
    position: relative;
    padding: 20px 0 20px 48px
}

.info a.online-visit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 40px;
    height: 40px;
    background: url(../img/icons/360.svg) no-repeat
}

@media screen and (min-width: 1200px) {
    .info a.online-visit {
        display: none
    }
}

@media screen and (min-width: 1200px) {
    .info a.info-desk {
        display: block;
        font-weight: 300;
        font-size: 16px;
        line-height: 16px;
        color: #6e18a2
    }
}

.info div.add-info {
    border-left: 4px solid #c7e6f5;
    padding-left: 5px;
    margin-top: 25px
}

.info div.add-info > a {
    font-size: 14px;
    line-height: 17px;
    max-width: 350px;
    color: #530085
}

@media screen and (min-width: 1200px) {
    .info div.add-info {
        display: none
    }
}

.info div.link-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .info div.link-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.info div.link-buttons a.cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 162px;
    text-decoration: none
}

.info div.link-buttons a.cta-link:first-of-type {
    background: #9b26a8;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 27px
}

@media screen and (min-width: 1200px) {
    .info div.link-buttons a.cta-link:first-of-type {
        /* margin-left: auto; */
        width: 226px;
        height: 40px;
        font-size: 22px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 0
    }
}

.info div.link-buttons a.cta-link:last-of-type {
    border: 1px solid #9b26a8;
    color: #9b26a8
}

@media screen and (min-width: 1200px) {
    .info div.link-buttons a.cta-link:last-of-type {
        display: none
    }
}
/*# sourceMappingURL=style.min.css.map */
