html,
body {
    overflow-x: hidden !important
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%
    }
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    box-sizing: border-box;
    margin: 0px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

q::before,
q::after {
    display: none
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

blockquote {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

#svg-- {
    display: none
}

@font-face {
    font-family: klinic_slabmedium;
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/FJ42P_klinicslabmedium-webfont/klinicslabmedium-webfont.eot) format("eot"), url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/Z0PF7_klinicslabmedium-webfont/klinicslabmedium-webfont.woff2) format("woff2"), url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/SIENW_klinicslabmedium-webfont/klinicslabmedium-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: klinic_slabbold;
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/8RQ36_klinicslabbold-webfont/klinicslabbold-webfont.eot) format("eot"), url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/EMM4G_klinicslabbold-webfont/klinicslabbold-webfont.woff2) format("woff2"), url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/GPF0Z_klinicslabbold-webfont/klinicslabbold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: queens;
    src: url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/KD48J_QueensW-Regular/QueensW-Regular.woff2) format("woff2"), url(https://dokumfe7mps0i.cloudfront.net/oms/5396/font/2025/7/EMM4G_klinicslabbold-webfont/klinicslabbold-webfont.woff2) format("woff");
    font-weight: 400;
    font-style: normal
}

body,
.paragraph,
.paragraph-large {
    font-family: queens, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333
}

.paragraph,
.paragraph-large {
    font-size: 1.8rem
}

.paragraph:not(:last-child),
.paragraph-large:not(:last-child) {
    margin-bottom: 1.5rem
}

.paragraph-large {
    font-size: 3rem
}

.header-primary,
.header-secondary,
.header-tertiary,
.header-quaternary {
    text-transform: uppercase
}

.header-primary,
.header-secondary {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1
}

.header-primary {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    letter-spacing: .25rem
}

.header-secondary {
    font-size: 3.3rem;
    margin-bottom: 1rem;
    letter-spacing: .15rem
}

.u-img-fluid {
    width: 100%;
    height: auto
}

.u-srt {
    display: none
}

.u-text-white {
    color: #fff
}

.u-mb-large {
    margin-bottom: 5rem !important
}

.u-mb-medium {
    margin-bottom: 3rem !important
}

.u-mb-small {
    margin-bottom: 2rem !important
}

.u-mb-xsmall {
    margin-bottom: 1rem !important
}

.u-mt-large {
    margin-top: 5rem !important
}

.u-mt-medium {
    margin-top: 3rem !important
}

.u-mt-small {
    margin-top: 2rem !important
}

.u-mt-xsmall {
    margin-top: 1rem !important
}

.u-m-auto {
    margin-left: auto;
    margin-right: auto
}

.u-m-none {
    margin: 0 !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

a:focus,
button:focus {
    outline: 0.1rem dashed #437f78;
    outline-offset: .1rem
}

.c-btn,
.c-btn__tomato,
.c-btn__white {
    display: inline-block;
    padding: 2rem 3rem;
    text-transform: uppercase;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    margin-top: 2rem;
    font-size: 2rem;
    border: solid .1rem;
    border-radius: .3rem;
    transition: ease all 0.2s
}

.c-btn__tomato {
    color: #fff;
    background-color: #9e1d21
}

.c-btn__tomato:hover,
.c-btn__tomato:focus {
    background-color: #88191d;
    color: #fff
}

.c-btn__white {
    background-color: #fff;
    color: #404041
}

.c-btn__white:hover,
.c-btn__white:focus {
    background-color: #f2f2f2;
    color: #404041
}

[class^="l-col__"] {
    position: relative
}

.l-col {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .l-col:not(:last-child) {
        padding-right: 3rem
    }

    .l-col__sm-12 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .l-col__sm-11 {
        -ms-flex: 91.6666667%;
        flex: 91.6666667%;
        max-width: 91.6666667%
    }

    .l-col__sm-10 {
        -ms-flex: 83.333333%;
        flex: 83.333333%;
        max-width: 83.333333%
    }

    .l-col__sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-col__sm-8 {
        -ms-flex: 66.6666667%;
        flex: 66.6666667%;
        max-width: 66.6666667%
    }

    .l-col__sm-7 {
        -ms-flex: 58.333333%;
        flex: 58.333333%;
        max-width: 58.333333%
    }

    .l-col__sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-col__sm-5 {
        -ms-flex: 0 0 41.6666667%;
        flex: 0 0 41.6666667%;
        max-width: 41.6666667%
    }

    .l-col__sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-col__sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-col__sm-2 {
        -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%
    }

    .l-col__sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media screen and (min-width: 1024px) {
    .l-col__md-12 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .l-col__md-11 {
        -ms-flex: 91.6666667%;
        flex: 91.6666667%;
        max-width: 91.6666667%
    }

    .l-col__md-10 {
        -ms-flex: 83.333333%;
        flex: 83.333333%;
        max-width: 83.333333%
    }

    .l-col__md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .l-col__md-8 {
        -ms-flex: 66.6666667%;
        flex: 66.6666667%;
        max-width: 66.6666667%
    }

    .l-col__md-7 {
        -ms-flex: 58.333333%;
        flex: 58.333333%;
        max-width: 58.333333%
    }

    .l-col__md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .l-col__md-5 {
        -ms-flex: 0 0 41.6666667%;
        flex: 0 0 41.6666667%;
        max-width: 41.6666667%
    }

    .l-col__md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .l-col__md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .l-col__md-2 {
        -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
        max-width: 16.6666667%
    }

    .l-col__md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media screen and (max-width: 767px) {
    .l-col:not(:last-child) {
        padding-bottom: 3rem
    }
}

.l-container {
    padding: 0 3rem
}

@media screen and (min-width: 768px) {
    .l-container {
        padding: 0 5rem
    }
}

@media screen and (min-width: 1024px) {
    .l-container {
        padding: 0 10rem
    }
}

.l-hero,
.l-hero--lg,
.l-hero--sm {
    position: relative;
    display: block;
    margin-top: 8.7rem;
    overflow: hidden
}

.l-hero .l-container,
.l-hero--lg .l-container,
.l-hero--sm .l-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1
}

.l-hero .paragraph-large,
.l-hero--lg .paragraph-large,
.l-hero--sm .paragraph-large {
    color: #fff
}

.l-hero--lg {
    height: 60rem
}

.l-hero--lg .l-container {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.l-hero--sm {
    height: 50rem
}

.l-hero--sm::after {
    content: '';
    position: absolute;
    background-color: #000;
    opacity: .4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.l-hero__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .l-hero__row {
        max-width: 80rem
    }
}

.l-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.l-row__center {
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .l-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.p-section {
    position: relative
}

.p-section__full {
    padding: 5rem 0
}

.p-section__half {
    padding-top: 5rem
}

@media screen and (min-width: 768px) {
    .p-section__full {
        padding: 8rem 0
    }

    .p-section__half {
        padding-top: 8rem
    }
}

.footer {
    position: relative;
    padding: 4rem 0;
    background-color: #ededed;
    z-index: 1
}

.footer__col:last-child {
    text-align: center
}

@media screen and (min-width: 768px) {
    .footer__col:last-child {
        text-align: right
    }

    .footer__col:first-child {
        display: block
    }
}

.footer-nav,
.footer-social-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-nav--lg__item,
.footer-nav--lg__link,
.footer-nav--sm__item,
.footer-nav--sm__link {
    display: inline-block
}

.footer-nav--lg__item,
.footer-nav--sm__item {
    padding: .5rem 1rem
}

.footer-nav--lg__link,
.footer-nav--sm__link {
    position: relative;
    color: #404041;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid transparent .1rem;
    transition: ease all 0.2s
}

.footer-nav--lg__link:hover,
.footer-nav--lg__link:focus,
.footer-nav--sm__link:hover,
.footer-nav--sm__link:focus {
    border-bottom: solid #404041 0.1rem
}

.footer-nav--lg__link {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem
}

.footer-nav--sm__link {
    font-family: canada-type-gibson, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem
}

.footer-social-nav__item,
.footer-social-nav__link {
    display: inline-block
}

.footer-social-nav__item {
    padding: 1.2rem
}

.footer-social-nav__link {
    font-size: 1.6rem;
    line-height: 1;
    color: #335266;
    transition: ease all 0.2s
}

.footer-social-nav__link:hover,
.footer-social-nav__link:focus {
    opacity: .7
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #404041;
    margin: 0;
    z-index: 1030
}

.nav {
    position: relative;
    padding: 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.nav__header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.nav__logo {
    position: relative;
    max-width: 22rem;
    width: 100%;
    display: inline-block;
    margin-right: auto;
    z-index: 9999
}

.nav__item {
    display: inline-block
}

.nav__link,
.nav__btn {
    text-decoration: none;
    transition: ease all 0.2s
}

.nav__btn {
    padding: 1.2rem 2rem;
    border: solid 0.1rem #fff;
    border-radius: .3rem
}

.nav__btn.active,
.nav__btn:hover,
.nav__btn:focus {
    color: #404041;
    background-color: #fff
}

.nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav__link {
    position: relative;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.nav__link:not(.nav__btn)::after {
    content: "";
    display: block;
    height: .4rem;
    width: 100%;
    background-color: #437f78;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: -3.3rem;
    left: 0;
    transition: ease all 0.2s
}

.nav__link:not(.nav__btn):hover::after,
.nav__link:not(.nav__btn).active::after {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 992px) {
    .nav__header {
        width: 22rem
    }

    .nav__wrapper {
        -ms-flex: calc(100% - 22rem);
        flex: calc(100% - 22rem);
        max-width: 130rem;
        margin-left: auto
    }

    .nav__item--btn:not(:last-child) {
        padding-right: 1.2vw;
        padding-left: 0
    }

    .nav__item:not(.nav__item--btn) {
        padding: 3rem 1.2vw
    }

    .nav__item--btn {
        margin-left: 2rem
    }
}

@media screen and (min-width: 1440px) {
    .nav__item--btn:not(:last-child) {
        padding-right: 2vw;
        padding-left: 0
    }

    .nav__item:not(.nav__item--btn) {
        padding: 3rem 2vw
    }
}

@media screen and (max-width: 991px) {
    .nav {
        width: 100%
    }

    .nav__list {
        position: fixed;
        display: none;
        background-color: #404041;
        width: 100%;
        padding: 25vh 2rem;
        padding-bottom: 2rem;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: auto;
        box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
        z-index: 99
    }

    .nav__item {
        display: block;
        margin: 4rem 2rem
    }

    .nav__link {
        font-size: 4rem
    }

    .nav__link:not(.nav__btn)::after {
        bottom: -1.3rem
    }

    .nav__overlay {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07)
    }

    .nav__trigger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
        padding: 1.8rem;
        height: 9rem;
        width: 10rem;
        transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
        z-index: 999
    }

    .nav__trigger.active .nav__burger-bar {
        background-color: #fff
    }

    .nav__trigger.active .nav__burger-bar--1 {
        transform: translateY(0.7rem) rotate(-45deg)
    }

    .nav__trigger.active .nav__burger-bar--2 {
        opacity: 0
    }

    .nav__trigger.active .nav__burger-bar--3 {
        transform: translateY(-1.5rem) rotate(45deg)
    }

    .nav__burger {
        display: block
    }

    .nav__burger-bar {
        display: block;
        background-color: #fff;
        width: 4rem;
        height: .3rem;
        margin: 0 auto;
        transition: ease all 0.2s
    }

    .nav__burger-bar:not(:first-child) {
        margin-top: .8rem
    }
}