dl, ol, ol ol, ol ul, p, ul, ul ol, ul ul {
    margin-bottom: 0;
}
address, pre {
    margin-bottom: 1rem;
}
dl, ol, p, pre, ul {
    margin-top: 0;
}
button, hr, input {
    overflow: visible;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block;
}
address, legend {
    line-height: inherit;
}
dd, label, legend {
    margin-bottom: .5rem;
}
progress, sub, sup {
    vertical-align: baseline;
}
label, output {
    display: inline-block;
}
html, pre {
    -ms-overflow-style: scrollbar;
}
body, sub, sup {
    position: relative;
}
.search-section, svg:not(:root) {
    overflow: hidden;
}
.btn-full, .btn-nav {
    box-shadow: var(--b-shadow);
}
.container, .nav-menu button, button, fieldset, legend {
    padding: 0;
}
:root {
    --transition-fast: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    --transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    --transition-slow: 0.4s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    --c-white: #fff;
    --c-white-light: #e6e7e8;
    --c-black: #000;
    --c-primary: #414042;
    --c-primary-light: #5a5b5c;
    --c-secondary: #fec827;
    --c-secondary-gradient: linear-gradient(180deg, #fec827, #ffdc0d);
    --c-gray: #95999e;
    --c-gray-light: #ececec;
    --c-border: #c2c2c2;
    --c-border-alt: #e0e0e0;
    --c-error: #ff1f00;
    --c-success: #4bae4f;
    --c-success-light: #46c872;
    --c-warning-light: #c89c46;
    --overlay: rgba(0, 0, 0, .4);
    --b-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    --header-height: 11.8rem;
    --txt-rem100: 10rem;
    --txt-rem60: 6rem;
    --txt-rem48: 4.8rem;
    --txt-rem46: 4.6rem;
    --txt-rem42: 4.2rem;
    --txt-rem40: 4.0rem;
    --txt-rem32: 3.2rem;
    --txt-rem30: 3rem;
    --txt-rem28: 2.8rem;
    --txt-rem26: 2.6rem;
    --txt-rem24: 2.4rem;
    --txt-rem22: 2.2rem;
    --txt-rem20: 2rem;
    --txt-rem18: 1.8rem;
    --txt-rem16: 1.6rem;
    --txt-rem15: 1.5rem;
    --txt-rem10: 1.0rem;
    --txt-rem05: 0.5rem;
}
.txt--rem100 {
    font-size: var(--txt-rem100);
}
.txt--rem60 {
    font-size: var(--txt-rem60);
}
.page-content h1, .txt--rem48 {
    font-size: var(--txt-rem48);
}
.contact-item-icon, .page-content h2, .page-not-found-container .page-not-found-container-text, .txt--rem32 {
    font-size: var(--txt-rem32);
}
.page-content h3, .txt--rem30 {
    font-size: var(--txt-rem30);
}
.page-content h4, .txt--rem28 {
    font-size: var(--txt-rem28);
}
.page-content h5, .txt--rem26 {
    font-size: var(--txt-rem26);
}
.page-content h6, .txt--rem24, nav.navbar-expand-xs a {
    font-size: 2.4rem;
}
.txt--rem22 {
    font-size: var(--txt-rem22);
}
.txt--rem20 {
    font-size: 2rem;
}
.txt--rem18 {
    font-size: var(--txt-rem18);
}
.txt--rem16 {
    font-size: var(--txt-rem16);
}
.txt--rem15 {
    font-size: var(--txt-rem15);
}
.txt--font300 {
    font-weight: 300;
}
.txt--font400, dt {
    font-weight: 400;
}
.txt--font500 {
    font-weight: 500;
}
.clinics-order-dropdown-item:hover, .search-order-dropdown-item:hover, .txt--font600 {
    font-weight: 600;
}
.txt--font700 {
    font-weight: 700!important;
}
.banner-item-content-text.text-white, .c-white, .page-content--white, .page-content--white h2, .page-content--white h3, .page-content--white h4, .page-content--white p {
    color: var(--c-white);
}
.c-white-alt {
    color: var(--c-white-alt);
}
.c-black {
    color: var(--c-black);
}
.accordion-item.active .accordion-header-title, .c-primary, .navbar a {
    color: var(--c-primary);
}
.c-primary-alt {
    color: var(--c-primary-alt);
}
.c-secondary, .footer-menu-list.opened .footer-menu-title, nav.navbar-expand-xl a:hover, nav.navbar-expand-xl button:hover, nav.navbar-expand-xl i:hover, nav.navbar-expand-xs a:hover {
    color: var(--c-secondary);
}
.c-gray {
    color: var(--c-gray);
}
.c-gray-light {
    color: var(--c-gray-light);
}
.c-border {
    color: var(--c-border);
}
.c-error {
    color: var(--c-error);
}
.c-success {
    color: var(--c-success);
}
.c-success-light {
    color: var(--c-success-light);
}
.c-warning-light {
    color: var(--c-warning-light);
}
[tabindex="-1"]:focus, [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}
@-ms-viewport {
    width: device-width;
}
hr {
    box-sizing: content-box;
    height: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 0;
    margin-top: 0;
}
.aHref, a {
    color: #4fb8a4;
}
/*
.aHref:hover, a:hover {
    color: #2b9e89;
}
*/
abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
.footer-menu-list-item:hover, .page-content a {
    text-decoration: underline;
}
address {
    font-style: normal;
}
dl, ol, ul {
    padding-left: 0;
}
li {
    list-style: none;
}
dd {
    margin-left: 0;
}
blockquote, figure {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    text-decoration: none;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, button:focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    overflow: auto;
}
img {
    border-style: none;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    width: 100%!important;
}
th {
    text-align: inherit;
}
button {
    background-color: inherit;
    border: inherit;
    border-radius: 0;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0;
}
button, select {
    text-transform: none;
}
button:disabled {
    cursor: no-drop;
    pointer-events: auto;
    border-width: 0;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    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;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
    appearance: listbox
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
}
legend {
    color: inherit;
    font-size: 1.5rem;
    max-width: 100%;
    white-space: normal;
    width: 100%}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: none;
    appearance: none;
    outline-offset: -.2rem;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    cursor: pointer;
    display: list-item;
}
.navbar-expand-xs .nav-search, .social-list-item span, .team-card--doctor .team-card-image.image2, template {
    display: none;
}
[hidden] {
    display: none!important;
}
*, :after, :before, html {
    box-sizing: border-box;
}
.transition-fade {
    opacity: 1;
    transition: .4s;
}
html.is-animating .transition-fade {
    opacity: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15;
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Gilroy, sans-serif;
    font-size: 1.6rem;
    line-height: 1.7em;
    text-rendering: optimizeLegibility!important;
}
/*
body:after, body:before {
    aspect-ratio: 1/1;
    border-radius: 50%;
    content: "";
    filter: blur(15rem);
    opacity: .3;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}
body:before {
    background-color: var(--c-primary-light);
    width: 103rem;
    height: 103rem;
    right: 10rem;
    top: -5rem;
}
body:after {
    background-color: #cfcbca;
    height: 85rem;
    left: -35rem;
    max-width: 100%;
    top: 5rem;
    width: 85rem;
}
*/