div#ccm-toolbar {
    z-index: 99999999;
}

html.modal-open {
    overflow: hidden;
}
html, body {
    font-size: 10px;
    font-family: 'Arial';
    letter-spacing: 0;
    color: #000000;
    line-height: 1;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: rgba(242, 243, 255, 1) !important;
}

* {
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.theme-medical {}
.theme-medical h1 {
    font-family: "Tahoma", sans-serif;
    font-size: 5.5rem;
    line-height: 5.7rem;
    color: rgba(16, 85, 154, 1);
    font-weight: 700;
}
.theme-medical h2 {
    font-family: "Tahoma", sans-serif;
    font-size: 4.5rem;
    line-height: 4.7rem;
    color: rgba(16, 85, 154, 1);
    font-weight: 700;
}
.theme-medical h3 {
    font-family: "Tahoma", sans-serif;
    font-size: 3.6rem;
    line-height: 3.9rem;
    color: rgba(16, 85, 154, 1);
    font-weight: 700;
}
.theme-medical h4 {
    font-family: "Tahoma", sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    color: rgba(16, 85, 154, 1);
    font-weight: 700;
}
.theme-medical h5 {
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: rgba(16, 85, 154, 1);
    font-weight: 700;
}
.theme-medical p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
}
.theme-medical .btn-error {
    background: rgba(240, 44, 56, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    border-radius: 15rem;
    padding: 0.8rem 1.3rem 0.8rem 4rem;
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
}
.theme-medical .btn-error:before {
    content: "";
    background: url("../images/warning-icon.png") no-repeat center;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.1rem;
    left: 1.3rem;
}
.theme-medical .btn-info {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0 0 0 2.5rem;
    position: relative;
    display: inline-block;
    margin-top: 0.5rem;
}
.theme-medical .btn-info:before {
    content: "";
    background: url("../images/warning-icon.png") no-repeat center;
    background-size: 100%;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0.4rem;
    left: 0;
}
.theme-medical .btn-blue {
    background: rgba(106, 196, 233, 1);
    box-shadow: 0px 4px 9px 0px rgba(38, 58, 127, 0.05);
    font-weight: 700;
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.3rem;
    line-height: 2.3rem;

    border-radius: 6rem;
    padding: 1.4rem 3.2rem 1.6rem;
    display: inline-block;
    text-decoration: none;
}
.theme-medical .btn-red {
    background: rgba(240, 44, 56, 1);
    box-shadow: 0px 4px 9px 0px rgba(38, 58, 127, 0.05);
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    line-height: 2.7rem;

    border-radius: 6rem;
    padding: 1.4rem 3.2rem 1.6rem;
    text-decoration: none;

    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.theme-medical .btn-red:before {
    content: "";
    background: url("../images/work-icon.png") no-repeat center;
    background-size: 100%;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    margin-right: 1rem;
}
.theme-medical .btn-dark-blue {
    background: rgba(16, 85, 154, 1);
    box-shadow: 0px 4px 9px 0px rgba(38, 58, 127, 0.05);
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;

    border: 0;
    border-radius: 6rem;
    padding: 1.4rem 3.2rem 1.6rem;
    display: inline-block;
    text-decoration: none;
}
.theme-medical .container h2 {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 5.5rem;
    line-height: 5.7rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.theme-medical .container p {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.theme-medical .full-container .img-fluid {
    width: 100%;
}
.theme-medical .header-container {
    border-bottom: 0.05rem solid rgba(209, 209, 209, 1);
    background: #ffffff;
}

.theme-medical .header-container .medical-header-logo {
    padding: 2rem 0;
}
.theme-medical .header-container .medical-header-logo img {
    max-width: 12.5rem;
}
.theme-medical .header-container .medical-menu {}
.theme-medical .header-container .medical-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme-medical .header-container .medical-menu ul li {
    margin: 0 0.5rem;
    border-radius: 0.6rem;
    cursor: pointer;
}
.theme-medical .header-container .medical-menu ul li a {
    padding: 0.7rem 1.2rem;
    display: inline-block;
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown {
    position: relative;
    padding-right: 3.2rem;
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1rem;
    background: url("../images/menu-arrow-down.png") no-repeat center;
    background-size: 100%;
    width: 1.2rem;
    height: 1rem;
}
.theme-medical .header-container .medical-menu ul li:hover {
    background: rgba(149, 211, 232, 0.3);
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown a {
    pointer-events: none;
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown ul li a {
    pointer-events: auto;
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown.active {
    background: rgba(149, 211, 232, 0.3);
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown.active:after {
    background: url("../images/menu-arrow-up.png") no-repeat center;
    background-size: 100%;
}
.theme-medical .header-container .medical-menu ul li a {
    color: rgba(27, 29, 78, 1);
    font-size: 2.2rem;
    font-weight: 400;
    text-decoration: none;
}
.theme-medical .header-container .medical-menu ul li ul {
    display: none;
}
.theme-medical .header-container .medical-menu ul li.nav-dropdown.active ul {
    display: flex;
    position: absolute;
    bottom: -9rem;
    right: -25%;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.2rem;
    padding: 1rem;
    z-index: 9;
}
.theme-medical .header-container .medical-menu ul li ul li {
    flex-shrink: 0;
}
.theme-medical .header-container .medical-menu ul li ul li a {
    color: rgba(27, 29, 78, 1);
    display: flex;
    white-space: nowrap;

    position: relative;
    padding-left: 4rem;
}
.theme-medical .header-container .medical-menu ul li ul li a.no-icon {
    padding-left: 1.2rem;
}
.theme-medical .header-container .medical-menu ul li ul li a img {
    max-height: 2.4rem;
    margin-right: 1.5rem;
    position: absolute;
    left: 0.5rem;
    top: 1.1rem;
}
.theme-medical .header-container .medical-menu ul li ul li:hover a {
    color: rgba(38, 58, 127, 1);
    /*font-size: 2.1rem;*/
    /*font-weight: 700;*/
}
.theme-medical .ccm-image-slider-inner {
    position: relative;
}
.theme-medical .ccm-image-slider-inner .rslides {
}
.theme-medical .ccm-image-slider-inner .rslides li {
    position: relative;
}
.theme-medical .ccm-image-slider-inner .rslides li img {
    max-height: calc(100svh - 8rem);
    object-fit: cover;
    object-position: center;
}
.theme-medical .ccm-image-slider-inner .rslides li {
    display: block;
    position: relative;
}

.theme-medical .ccm-image-slider-inner .rslides li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.22%, rgba(0, 0, 0, 0.55) 92.19%);
    pointer-events: none; /* Ensures it doesn't block interactions */
}
.theme-medical.theme-medical-editable .ccm-image-slider-inner .rslides li img {
    max-height: calc(100dvh - 13rem);
}
.theme-medical .ccm-image-slider-inner .rslides .mobile-image {
    display: none;
}
.theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text {
    position: absolute;
    bottom: 10%;
    left: 4vw;
    max-width: 40vw;
    z-index: 1;
}
.theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text .ccm-image-slider-title {
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 5.7rem;
    margin-bottom: 2.5rem;
}
.theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text p {
    color: rgba(255, 255, 255, 1);
    font-size: 1.8rem;
}
.theme-medical .ccm-image-slider-inner .rslides_tabs {
    position: absolute;
    width: calc(100% - 8vw);
    bottom: 2rem;
    left: 4vw;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.theme-medical .mobile-slider .rslides_tabs {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0 0 3rem 0;
}
.theme-medical .ccm-image-slider-inner .rslides_tabs li,
.theme-medical .mobile-slider .rslides_tabs li {
    flex: 1;
    padding: 0 0.8rem;
    height: 0.8rem;
}
.theme-medical .ccm-image-slider-inner .rslides_tabs li a,
.theme-medical .mobile-slider .rslides_tabs li a {
    color: transparent;
    background: rgba(217, 217, 217, 0.42);
    border-radius: 6rem;
    display: block;
    height: 0.8rem;
}
.theme-medical .ccm-image-slider-inner .rslides_tabs li.rslides_here a,
.theme-medical .mobile-slider .rslides_tabs li.rslides_here a {
    /*background: rgba(106, 196, 233, 1);*/
    background: rgba(106, 196, 233, 0.42);
    position: relative;
}


.theme-medical .mobile-slider .rslides_tabs li.rslides_here a:before {
    background: rgba(106, 196, 233, 1);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 10px;
    content: "";
    border-radius: 6rem;

    animation: expandWidthMobile 5000ms ease-in-out forwards;
}

@keyframes expandWidthMobile {
    from {
        width: 10px;
    }
    to {
        width: 100%;
    }
}

.theme-medical .ccm-image-slider-inner.medical-slider {
    margin: 10rem 0;
}
.theme-medical .ccm-image-slider-inner .rslides_nav {
    background: rgba(106, 196, 233, 1);
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: calc(50% - 3rem);
    z-index: 2;
    border-radius: 1.2rem;
}
.theme-medical .ccm-image-slider-inner.medical-slider .rslides_nav {
    background: rgba(16, 85, 154, 1);
}
.theme-medical .ccm-image-slider-inner .rslides_nav.prev {
    left: 2rem;
}
.theme-medical .ccm-image-slider-inner .rslides_nav.prev:after {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-left.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .ccm-image-slider-inner .rslides_nav.next {
    right: 2rem;
}
.theme-medical .ccm-image-slider-inner .rslides_nav.next:after {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-right.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .ccm-image-slider-inner.medical-slider .rslides li img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
    border-radius: 1.2rem;
}
.theme-medical .ccm-image-slider-inner.medical-slider .rslides_tabs {
    bottom: -2rem;
}
.theme-medical .ccm-image-slider-inner.medical-slider .rslides_tabs li a {
    height: 1rem;
}
.theme-medical .ccm-image-slider-inner.medical-slider .rslides_tabs li.rslides_here a {
    background: rgba(217, 217, 217, 1);
}

.theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text {
    background: rgba(16, 85, 154, 0.7);
    border-radius: 1.2rem;
    padding: 3rem;
    position: absolute;
    bottom: 10%;
    left: 3vw;
    max-width: 50vw;
}
.theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text .ccm-image-slider-title {
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 5.7rem;
    margin-bottom: 1.6rem;
}
.theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text p {
    color: rgba(255, 255, 255, 1);
    font-size: 2.2rem;
}

.theme-medical .btn-go {
    background: rgba(16, 85, 154, 1);
    width: 5rem;
    height: 5rem;
    position: relative;
    border-radius: 0.7rem;
    display: block;
}
.theme-medical .btn-go:after {
    position: absolute;
    top: calc(50% - 0.9rem);
    left: calc(50% - 0.9rem);
    width: 1.8rem;
    height: 1.8rem;
    background: url("../images/slider-arrow-right.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .medical-position {
    border-radius: 1.2rem;
    background: rgba(149, 211, 232, 0.25);
    border: 1px solid rgba(106, 196, 233, 1);
    overflow: hidden;
    height: 100%;
}
.theme-medical .medical-position .position-header {
    background: rgba(149, 211, 232, 1);
    display: flex;
    align-items: center;
    padding: 1rem 1.2rem 1rem 2.5rem;
    margin-bottom: 1.6rem;
    min-height: 7rem;
}
.theme-medical .medical-position .position-header img {
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    object-position: center;
    margin-right: 1rem;
}
.theme-medical .medical-position .position-header span {
    font-weight: 700;
    color: rgba(16, 85, 154, 1);
    line-height: 2.4rem;
    font-size: 1.8rem;
    flex-grow: 1;
}
.theme-medical .medical-position .position-requirements {
    position: relative;
    display: inline-flex;
    background: rgba(106, 196, 233, 0.35);
    padding: 0.8rem 0.6rem 0.8rem 3.6rem;
    color: rgba(16, 85, 154, 1);
    font-family: "Georgia", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7rem;
    align-items: center;
    margin-left: 2.5rem;
    border-radius: 0.6rem;
}
.theme-medical .medical-position .position-requirements:before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: calc(50% - 0.8rem);
    left: 0.8rem;
    background: url("../images/flag-icon.png") no-repeat center;
    background-size: 100%;
}
.theme-medical .medical-position .position-description {
    padding: 0 2.5rem 2rem;
}
.theme-medical .medical-position .position-description h4 {
    font-family: "Tahoma", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    color: rgba(27, 29, 78, 1);
    margin: 1.6rem 0 0 0;
}
.theme-medical .medical-position .position-description p {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 0;
}

.theme-medical .medical-teaser {
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid rgba(106, 196, 233, 1);
    background: rgba(228, 244, 249, 1);
    position: relative;
    margin-bottom: 0.75rem;
}
.theme-medical .medical-teaser .news-icon {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 1.6rem;
    left: 1.6rem;
    border-radius: 0.6rem;
}
.theme-medical .medical-teaser .news-event {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: 1.6rem;
    left: 1.6rem;
    border-radius: 0.6rem;
}
.theme-medical .medical-teaser .news-icon:after {
    content: "";
    background: url("../images/news-icon.png") no-repeat center;
    background-size: 100%;
    width: 2rem;
    height: 1.8rem;
    position: absolute;
    top: calc(50% - 0.9rem);
    left: calc(50% - 1rem);
}
.theme-medical .medical-teaser .news-event:after {
    content: "";
    background: url("../images/event-icon.png") no-repeat center;
    background-size: 100%;
    width: 1.8rem;
    height: 2rem;
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 0.9rem);
}
.theme-medical .medical-teaser img {
    max-height: 30rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 1.4rem;
}
.theme-medical .medical-teaser .title {
    font-family: "Tahoma", sans-serif;
    font-size: 3.2rem;
    line-height: 3.3rem;
    font-weight: 700;
    color: rgba(27, 29, 78, 1);
    margin: 0 1.6rem 1rem;
}
.theme-medical .medical-teaser .teaser-description {
    padding: 0 1.6rem;
}
.theme-medical .medical-teaser .teaser-description address {
    font-family: "Georgia", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: rgba(27, 29, 78, 1);
    margin-bottom: 1.6rem;
}
.theme-medical .medical-teaser .teaser-description p {
    color: rgba(0, 0, 0, 1);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin: 0;
}
.theme-medical .medical-teaser .btn-go {
    margin: 1.6rem;
}

.theme-medical .title-bullet {
    position: relative;
}

.theme-medical .title-bullet:before {
    content: "";
    background: rgba(16, 85, 154, 1);
    border-top-right-radius: 7.5rem;
    border-bottom-right-radius: 7.5rem;
    width: 6.4rem;
    height: 5rem;
    position: absolute;
    top: 0.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.title-radar:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/radar-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.title-position:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/position-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.title-news:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/news-event-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
    /*left: 2.6rem;*/
}
.theme-medical .title-bullet.job-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/job-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.onboard-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/onboard-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.faq-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/faq-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.flag-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/flag-white-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.rec-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/rec-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .title-bullet.square-title:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url("../images/square-icon.png") no-repeat center;
    background-size: 100%;
    top: 1.4rem;
    left: -50dvw;
    transition: all 0.3s ease;
}
.theme-medical .container .flag-sub-title {
    color: rgba(16, 85, 154, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;

    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-medical .container .flag-sub-title:before {
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    background: url("../images/flag-blue-icon.png") no-repeat center;
    background-size: 100%;
    display: inline-block;
    margin-right: 1.2rem;
}

.theme-medical .news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    /*justify-content: space-between;*/
    margin-bottom: 6rem;
}

.theme-medical .news-container .medical-teaser {
    flex: 1 1 calc(33.333% - 1rem);
    box-sizing: border-box;
    max-width: calc(33.333% - 1rem);
}

.theme-medical .news-filters {
    display: flex;
    margin-bottom: 1.5rem;
}
.theme-medical .news-filters .filter-all {
    background: rgba(228, 244, 249, 1);
    border: 2px solid rgba(228, 244, 249, 1);
    border-radius: 0.6rem;
    color: rgba(27, 29, 78, 1);
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1rem 2.5rem;
    margin-right: 1.5rem;
    cursor: pointer;
    min-width: 8rem;
}
.theme-medical .news-filters .filter-all.active,
.theme-medical .news-filters .filter-all:hover {
    font-weight: 700;
    border: 2px solid rgba(106, 196, 233, 1);
}
.theme-medical .news-filters .filter-news {
    background: rgba(228, 244, 249, 1);
    border: 2px solid rgba(228, 244, 249, 1);
    border-radius: 0.6rem;
    color: rgba(27, 29, 78, 1);
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1rem 1.6rem 1rem 4.4rem;
    margin-right: 1.5rem;
    position: relative;
    cursor: pointer;
    min-width: 11.5rem;
}
.theme-medical .news-filters .filter-news:after {
    content: "";
    position: absolute;
    background: url("../images/news-icon.png") no-repeat center;
    background-size: 100%;
    width: 2rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    left: 1.6rem;
}
.theme-medical .news-filters .filter-news.active,
.theme-medical .news-filters .filter-news:hover {
    font-weight: 700;
    border: 2px solid rgba(106, 196, 233, 1);
}
.theme-medical .news-filters .filter-events {
    background: rgba(228, 244, 249, 1);
    border: 2px solid rgba(228, 244, 249, 1);
    border-radius: 0.6rem;
    color: rgba(27, 29, 78, 1);
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1rem 1.6rem 1rem 4.4rem;
    margin-right: 1.5rem;
    position: relative;
    cursor: pointer;
    min-width: 12.5rem;
}
.theme-medical .news-filters .filter-events:after {
    content: "";
    position: absolute;
    background: url("../images/event-icon.png") no-repeat center;
    background-size: 100%;
    width: 1.8rem;
    height: 2rem;
    top: calc(50% - 1rem);
    left: 1.6rem;
}
.theme-medical .news-filters .filter-events.active,
.theme-medical .news-filters .filter-events:hover {
    font-weight: 700;
    border: 2px solid rgba(106, 196, 233, 1);
}

.theme-medical .footer {
    padding: 3rem 0 3rem 0;
    background: rgba(16, 85, 154, 1);
}
.theme-medical .footer .footer-logo {
    display: flex;
    justify-content: center;
}
.theme-medical .footer .footer-logo img {
    max-width: 170px;
}
.theme-medical .footer .footer-column h3 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.7rem;
}
.theme-medical .footer .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.theme-medical .footer .footer-column ul li {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: rgba(245, 245, 243, 1);
    margin-bottom: 0.5rem;
}
.theme-medical .footer .footer-column ul li a {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: rgba(245, 245, 243, 1);
    text-decoration: none;
}
.theme-medical .footer .footer-column ul li a.btn-error {
    font-size: 1.8rem;
}
.theme-medical .footer .footer-column .social-links p {
    display: flex;
}
.theme-medical .footer .footer-column .social-links p a {
    margin-right: 3rem;
    display: inline-block;
}
.theme-medical .footer .footer-column .social-links p a:last-child {
    margin-right: 0;
}
.theme-medical .footer .footer-column .social-links p img {
    width: 3.2rem;
    height: 3.2rem;
}

.theme-medical .medical-job-header {
    min-height: calc(100dvh - 17rem);
    background-size: cover !important;
    position: relative;
}

.theme-medical.theme-medical-editable .medical-job-header {
    min-height: calc(100dvh - 22rem);
}

.theme-medical .medical-job-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.22%, rgba(0, 0, 0, 0.55) 92.19%);
    pointer-events: none; /* Ensures it doesn't block interactions */
}


.theme-medical .medical-job-header .description-container {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    z-index: 1;
}
.theme-medical .medical-job-header .description-container .title {
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 5.7rem;
}
.theme-medical .medical-job-header .description-container .description {
    color: rgba(255, 255, 255, 1);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 1.4rem;
}

.theme-medical .medical-header-title {
    background: rgba(16, 85, 154, 1);
    padding: 2rem 0;
    margin-bottom: 5rem;
    position: relative;
    display: flex;
    align-items: center;
}
.theme-medical .medical-header-title .position-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(16, 85, 154, 1);
    border: none;
}
.theme-medical .medical-header-title .position-header-container .position-name-header{
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3.4rem;
}
.theme-medical .medical-header-title .position-header-container .position-header-action-container{
    display: flex;
}
.theme-medical .medical-header-title .position-header-container .position-header-action-container .apply-now-header-button{
    /*margin-right: 2rem;*/
}
.theme-medical .medical-header-title .position-header-container .position-header-action-container .apply-now-header-button .btn-blue{
    height: 50px;
    display: flex;
    align-items: center;
}
.theme-medical .medical-header-title .position-header-container .share-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-left: 2rem;
}

.theme-medical .medical-header-title .position-header-container .share-container .share {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.9rem;

    display: flex;
    align-items: center;
}
.theme-medical .medical-header-title .position-header-container .share-container .share span {
    color: #fff;
}
.theme-medical .medical-header-title .position-header-container .share-container .share .sharethis-inline-share-buttons {}
.theme-medical .medical-header-title .position-header-container .share-container .share .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    padding: 0 !important;
    margin-left: 1rem !important;
}
.theme-medical .medical-header-title .position-header-container .share-container .share .sharethis-inline-share-buttons .st-btn img {
    width: 3rem !important;
    height: auto !important;
    top: 3px !important;
    vertical-align: unset !important;
}
.theme-medical .medical-header-title .position-header-container .share-container .share ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.theme-medical .medical-header-title  .share-container .share ul li {
    padding-left: 2rem;
}
.theme-medical .medical-header-title .position-header-container .share-container .share ul li a {}
.theme-medical .medical-header-title .position-header-container .share-container .share ul li a img {
    max-width: 3rem;
}

.theme-medical .medical-header-title .title-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.theme-medical .apply-now-container {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden;
    margin-bottom: 4rem;
}
.theme-medical .apply-now-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

    background: linear-gradient(269.93deg, rgba(16, 85, 154, 0) -10%, #10559A 50%);
}
.theme-medical .apply-now-container .apply-now-text-container {
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    z-index: 2;
    padding: 3rem;
}
.theme-medical .apply-now-container .apply-text {
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.theme-medical .apply-now-container .apply-title {
    color: rgba(149, 211, 232, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-bottom: 4rem;
}
.theme-medical .apply-now-container a {}
.theme-medical .apply-now-container img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.theme-medical .title-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

    background: linear-gradient(269.93deg, rgba(16, 85, 154, 0) 0.07%, #10559A 99.95%);
}
.theme-medical .medical-header-title .title-image img {
    height: 100%;
    position: relative;
}

.theme-medical .job-title {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 5.9rem;
}

.theme-medical .job-description {
    font-size: 2.2rem;
    margin-bottom: 5rem;
}

.theme-medical .job-description ul li {
    font-size: 2.2rem;
}

.theme-medical .job-requirements {
    background: rgba(149, 211, 232, 1);
    border-radius: 1.2rem;
    padding: 2.5rem;
}

.theme-medical .job-requirements .title {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 3.3rem;
}

.theme-medical .job-requirements .teaser-icon-left {
    background: rgba(228, 244, 249, 1);
    border-radius: 0.6rem;
    margin-top: 2.4rem;
    padding: 1.5rem;

    display: flex;
}
.theme-medical .job-requirements .teaser-icon-left img {
    width: 3.6rem;
    height: 3.6rem;
    object-position: center;
    object-fit: contain;
}
.theme-medical .job-requirements .teaser-icon-left .teaser-icon-left-container {
    padding-left: 2.4rem;
}
.theme-medical .job-requirements .teaser-icon-left .teaser-icon-left-container .title {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin-bottom: 1.2rem;
}
.theme-medical .job-requirements .teaser-icon-left .teaser-icon-left-container .description {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: rgba(0, 0, 0, 1);
}
.theme-medical .job-requirements .teaser-icon-left .teaser-icon-left-container .description p {
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: rgba(0, 0, 0, 1);
}
.theme-medical .onboard-item,
.theme-medical .teaser-icon-top {
    background: rgba(228, 244, 249, 1);
    border: 1px solid rgba(149, 211, 232, 1);
    border-radius: 1.2rem;
    padding: 3.5rem 3rem;
    height: 100%;
}
.theme-medical .onboard-item img {
    max-width: 8rem;
    margin-bottom: 3rem;
}
.theme-medical .teaser-icon-top img {
    max-width: 8rem;
    margin-bottom: 2rem;
}
.theme-medical .onboard-item .title,
.theme-medical .teaser-icon-top .title,
.theme-medical .teaser-icon-top h3 {
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    color: rgba(0, 0, 0, 1);
}
.theme-medical .teaser-icon-top ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.6rem;
    padding: 0;
}
.theme-medical .teaser-icon-top ul li {
    background: rgba(201, 181, 71, 0.25);
    border: 1px solid rgba(201, 181, 71, 1);
    color: rgba(126, 113, 42, 1);
    font-family: "Georgia", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
    border-radius: 4.8rem;
    height: 3.4rem;
    padding: 0 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.theme-medical .teaser-icon-top ul li:last-child {
    margin-right: 0;
}
.theme-medical .teaser-icon-top ul li.gray {
    background: rgba(65, 186, 49, 0.25);
    border: 1px solid rgba(65, 186, 49, 1);
    color: rgba(48, 136, 36, 1);
}
.theme-medical .teaser-icon-top ul li.dark-blue {
    background: rgba(16, 85, 154, 0.25);
    border: 1px solid rgba(16, 85, 154, 1);
    color: rgba(16, 85, 154, 1);
}
.theme-medical .teaser-icon-top ul li.blue {
    background: rgba(48, 85, 207, 0.25);
    border: 1px solid rgba(48, 85, 207, 1);
    color: rgba(38, 63, 148, 1);
}
.theme-medical .teaser-icon-top ul li.aqua {
    background: rgba(38, 167, 190, 0.25);
    border: 1px solid rgba(38, 167, 190, 1);
    color: rgba(30, 112, 126, 1);
}
.theme-medical .teaser-icon-top .teaser-container {
    padding: 0;
    margin: 0;
}
.theme-medical .faq-container {
    margin: 5.5rem 0 15rem;
}
.theme-medical .full-container .container .container .faq-container {
    display: none;
}
.ccm-edit-mode .theme-medical .full-container .container .container .faq-container {
    display: block;
}
.theme-medical .full-container .container .container .faq-container:first-child {
    display: block;
}
.theme-medical .faq-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-medical .faq-tabs li {
    border: 1px solid #D9D9D9;
    background: #E3E3E340;
    border-radius: 4.8rem;
    padding: 1.5rem 2rem;
    color: #231F20;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-right: 2rem;

    display: flex;
    align-items: center;
}
.theme-medical .faq-tabs li img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.5rem;
}
.theme-medical .faq-tabs li.active,
.theme-medical .faq-tabs li:hover {
    border: 1px solid #3055CF;
    background: #3055CF40;
    color: #263F94;
    /*font-weight: 700;*/
}
.theme-medical .faq-container .faq-item {
    padding-bottom: 5rem;
    border-left: 0.2rem solid rgba(167, 167, 167, 0.5);
    padding-left: 3.8rem;
    position: relative;
}
.theme-medical .faq-container .faq-item:after {
    content: "";
    background: url("../images/faq-question-icon.png") no-repeat center;
    background-size: 100%;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    top: 0;
    left: -1.85rem;
}
.theme-medical .faq-container .faq-item:last-child {
    border: none;
}
.theme-medical .faq-container .faq-item .question {
    color: rgba(0, 0, 0, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    margin-bottom: 2rem;
}
.theme-medical .faq-container .faq-item .answer,
.theme-medical .faq-container .faq-item .answer p {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
}


.theme-medical .testimonial-slider {}
.theme-medical .testimonial-slider .slider-item {
    border: 1px solid rgba(235, 235, 235, 1);
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    position: relative;
}
.theme-medical .testimonial-slider .slider-item:after {
    content: '';
    position: absolute;
    background: url("../images/testimonial.png") no-repeat center;
    background-size: 100%;
}
.theme-medical .testimonial-slider .slider-item .info-container {
    display: flex;
}
.theme-medical .testimonial-slider .slider-item .info-container img {
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    margin-right: 2rem;
}
.theme-medical .testimonial-slider .slider-item .info-container .info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.theme-medical .testimonial-slider .slider-item .info-container .info .title {
    color: rgba(16, 85, 154, 1);

    font-family: "Tahoma", sans-serif;
    font-weight: 700;
}
.theme-medical .testimonial-slider .slider-item .info-container .info .sub-title {
    color: rgba(202, 202, 202, 1);

    font-family: "Tahoma", sans-serif;
    font-weight: 400;
    margin-top: 0.5rem;

    font-size: 2.4rem;
    line-height: 2.4rem;
    transition: ease 0.1s all;
}
.theme-medical .testimonial-slider .slider-item .description,
.theme-medical .testimonial-slider .slider-item .description p {
    margin-top: 3.5rem;
    color: rgba(130, 129, 129, 1);

    font-family: "Georgia", sans-serif;
    font-weight: 400;

    font-size: 2.4rem;
    line-height: 3rem;
    transition: ease 0.1s all;
}

.theme-medical .testimonial-slider .slider-item {
    scale: 0.8;
    padding: 2rem;
    opacity: 0.6;
    transition: ease 0.1s all;
}
.theme-medical .testimonial-slider .slider-item:after {
    width: 8rem;
    height: 6rem;
    top: -4rem;
    right: -4rem;
    transition: ease 0.1s all;
}
.theme-medical .testimonial-slider .slider-item .info-container img {
    height: 10rem;
    width: 10rem;
    transition: ease 0.1s all;
}
.theme-medical .testimonial-slider .slider-item .info-container .info .title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    transition: ease 0.1s all;
}
.theme-medical .testimonial-slider .slick-active .slider-item {
    scale: 1;
    opacity: 1;
}

.theme-medical .testimonial-slider .slick-slide {
    height: auto !important; /* Allow height to adjust based on image size */
}

.theme-medical .testimonial-slider .slick-list {
    overflow: visible; /* Ensure the next slide is visible */
    height: auto; /* Adjust list height */
}

.theme-medical .testimonial-slider .slick-track {
    display: flex;
    align-items: center;
    height: auto !important;
}
.theme-medical .testimonial-slider .slick-current {
    width: 100vw !important; /* Full width for the current slide */
}
.theme-medical .testimonial-slider .slick-slide {
    width: 50vw !important;
    padding: 4rem 2vw;
}
.theme-medical .testimonial-slider .slick-slide.slick-active {
}
.theme-medical .testimonial-slider .slick-center {
}

.theme-medical .testimonial-slider .slick-dots {
}
.theme-medical .testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
}
.theme-medical .testimonial-slider .slick-dots li button {
    width: 2rem;
    height: 1rem;
}
.theme-medical .testimonial-slider .slick-dots li.slick-active button {
    width: 5rem;
    height: 1rem;
}
.theme-medical .testimonial-slider .slick-dots li button:before {
    background: rgba(225, 225, 228, 1);
    width: 2rem;
    height: 1rem;
    border-radius: 10rem;
    margin-right: 0.6rem;
    content: '';
    opacity: 1;
}
.theme-medical .testimonial-slider .slick-dots li.slick-active button:before {
    background: rgba(16, 85, 154, 1);
    width: 5rem;
    height: 1rem;
}
.theme-medical .testimonial-slider .slick-arrow {
    background: rgba(16, 85, 154, 1);
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    z-index: 1;
}
.theme-medical .testimonial-slider .slick-arrow.slick-next {
    right: 1px;
}
.theme-medical .testimonial-slider .slick-arrow.slick-prev {
    left: 1px;
}
.theme-medical .testimonial-slider .slick-arrow.slick-next:before {
    content: '';
    background: url("../images/slider-arrow.png") no-repeat center;
    background-size: 100% auto;
    width: 0.8rem;
    height: 100%;
    position: absolute;
    opacity: 1;
    left: calc(50% - 0.4rem);
    top: 0;
}
.theme-medical .testimonial-slider .slick-arrow.slick-prev:before {
    content: '';
    background: url("../images/slider-arrow.png") no-repeat center;
    background-size: 100% auto;
    width: 0.8rem;
    height: 100%;
    position: absolute;
    opacity: 1;
    left: calc(50% - 0.4rem);
    top: 0;
    rotate: 180deg;
}

.theme-medical .testimonial {
    padding-top: 4rem;
}
.theme-medical .testimonial .icon {
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-medical .testimonial .icon-container {
    background: rgba(16, 85, 154, 1);
    width: 9rem;
    padding: 1rem 0;
    border-radius: 4rem;
}
.theme-medical .testimonial .icon img {
    display: inline-block;
    max-width: 4.5rem;
}
.theme-medical .testimonial .title {
    font-family: "Tahoma", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3.9rem;
    color: rgba(16, 85, 154, 1);
    text-align: center;
    margin-bottom: 1.5rem;
}
.theme-medical .testimonial .title.small-title {
    font-size: 3.5rem;
}
.theme-medical .testimonial .description {
    font-size: 1.8rem;
    font-weight: 400;
    color: rgba(47, 45, 67, 1);

    text-align: center;
    margin-bottom: 2.5rem;
}
.theme-medical .testimonial .description span {
    font-weight: 700;
}
.theme-medical .testimonial .description span.name {
    background: rgba(47, 75, 140, 1);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-medical .testimonial .description p {
    font-size: 2.2rem;
    font-weight: 400;
    color: rgba(47, 45, 67, 1);
}
.theme-medical .teaser-container {
    padding: 20rem 0;
}
.theme-medical .teaser-container img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.22%, rgba(0, 0, 0, 0.45) 92.19%);
    border-radius: 1.2rem;
}
.theme-medical .teaser-container .teaser-content {}
.theme-medical .teaser-container .teaser-content .title {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 5.7rem;
    margin-bottom: 1.6rem;
}
.theme-medical .teaser-container .teaser-content .text {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.5rem;
}
.theme-medical .teaser-container .teaser-content .text p {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.5rem;
}
.theme-medical .teaser-container .teaser-content .text .action {
    margin-top: 3rem;
}
.theme-medical .teaser-container .teaser-content .text .action a {
    background: rgba(16, 85, 154, 1);
    box-shadow: 0px 4px 9px 0px rgba(38, 58, 127, 0.05);
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    line-height: 2.6rem;

    border-radius: 6rem;
    padding: 1.4rem 3.2rem 1.6rem;
    display: inline-block;
    text-decoration: none;
}
.theme-medical .section-title {
    text-align: center;
    margin-bottom: 6rem;
}
.theme-medical .section-title img {
    width: 3.2rem;
    margin: 0 auto 2rem;
}
.theme-medical .recruitment-container {
    margin-bottom: 8rem;
}
.theme-medical .recruitment-container .card-container {
    position: relative;
    padding: 0 1rem;
}
.theme-medical .recruitment-container .media-container {
    height: 25rem;
    margin-bottom: 1.6rem;
}
.theme-medical .recruitment-container .recruitment-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 1.2rem;
    position: relative;
    padding: 2.6rem;
    margin-right: 4rem;
    width: 100%;
    margin-bottom: 7rem;;
}
.theme-medical .recruitment-container .recruitment-card:after {
    content: "";
    background: url("../images/recruitment-card-arrow.png") no-repeat center;
    width: 2.6rem;
    height: 2.6rem;
    background-size: 100%;
    position: absolute;
    right: calc(50% - 1.3rem);
    bottom: -2rem;
    rotate: 90deg;
}
.theme-medical .recruitment-container .card-container:before {
    content: "";
    height: 0.4rem;
    width: 100%;
    background: rgba(223, 223, 223, 0.5);
    position: absolute;
    bottom: 1.4rem;
    left: 0;
}
/*.theme-medical .recruitment-container .card-container:first-child:before {*/
/*    top: 7.5rem;*/
/*    height: calc(100% - 7.5rem);*/
/*}*/
/*.theme-medical .recruitment-container .card-container:last-child:before {*/
/*    height: 7.5rem;*/
/*}*/
/*.theme-medical .recruitment-container .card-container.reverse:before {*/
/*    content: "";*/
/*    width: 0.4rem;*/
/*    background: rgba(223, 223, 223, 0.5);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -0.2rem;*/
/*}*/

.theme-medical .recruitment-container .slick-arrow {
    background: rgba(16, 85, 154, 1);
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: calc(50% - 2rem);
    z-index: 2;
    border-radius: 1.2rem;
}
.theme-medical .recruitment-container .slick-prev {
    left: -1.5rem;
}
.theme-medical .recruitment-container .slick-prev:before {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-left.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .recruitment-container .slick-next {
    right: -1.5rem;
}
.theme-medical .recruitment-container .slick-next:before {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-right.png") no-repeat center;
    background-size: 100%;
    content: "";
}

.theme-medical .recruitment-container .card-container .number {
    position: absolute;
    background: rgba(16, 85, 154, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 100%;
    bottom: 0;
    left: calc(50% - 1.6rem);
}
.theme-medical .recruitment-container .card-container.reverse .number {
    left: -1.6rem;
}
.theme-medical .recruitment-container .reverse .recruitment-card {
    margin-right: 0;
    margin-left: 4rem;
}
.theme-medical .recruitment-container .reverse .recruitment-card:after {
    left: -2.4rem;
    right: auto;
    transform: rotate(180deg);
}
.theme-medical .recruitment-container .recruitment-card img {
    border-radius: 0.6rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.theme-medical .recruitment-container .recruitment-card video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.6rem;
}
.theme-medical .recruitment-container .recruitment-card .title {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-family: "Tahoma", sans-serif;
    color: rgba(16, 85, 154, 1);
    margin-bottom: 1.6rem;
    font-weight: 700;
}
.theme-medical .recruitment-container .recruitment-card .description {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
}
.theme-medical .recruitment-container .recruitment-card .description p {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.theme-medical .recruitment-container .recruitment-card .description .open-read-more {
    color: rgba(16, 85, 154, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.theme-medical .recruitment-modal-close {
    width: 100%;
}
.theme-medical .recruitment-read-more-modal .modal-content {
    border-radius: 1.2rem;
}
.theme-medical .recruitment-read-more-modal .modal-body {
    padding: 1.5rem;
}
.theme-medical .recruitment-read-more-modal .modal-footer {
    padding: 1rem 1.5rem 1.5rem;
    border: 0;
}
.theme-medical .recruitment-read-more-modal .media-container {
    margin-bottom: 1.6rem;
}
.theme-medical .recruitment-read-more-modal img {
    border-radius: 0.6rem;
    width: 100%;
}
.theme-medical .recruitment-read-more-modal video {
    max-width: 100%;
    border-radius: 0.6rem;
}
.theme-medical .recruitment-read-more-modal .title {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-family: "Tahoma", sans-serif;
    color: rgba(16, 85, 154, 1);
    margin-bottom: 1.6rem;
    font-weight: 700;
}
.theme-medical .recruitment-read-more-modal .full-description {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
}
.theme-medical .recruitment-read-more-modal .full-description p {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}
.theme-medical .recruitment-container .recruitment-card .mobile-number {
    display: none;
}
.theme-medical .reasons-list {}
.theme-medical .reasons-list .reason-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.theme-medical .reasons-list .reason-row.reverse {
    flex-direction: row-reverse;
}
.theme-medical .reasons-list .reason-item {
    height: 75vh;
    width: 100%;
    position: relative;
    /*border: 1px solid rgba(149, 211, 232, 1);*/
    /*background: rgba(228, 244, 249, 1);*/
    /*border-radius: 1.2rem;*/
    /*padding: 2rem;*/

    /*display: flex;*/
    /*align-items: center;*/
    /*width: calc(50% - 5rem);*/
    /*margin-bottom: 10rem;*/
    /*position: relative;*/
}

.theme-medical .reasons-list .reason-item img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; /* Ensures it's always 50% of the container */
    height: 100%; /* Ensures full height */
    object-fit: cover; /* Ensures it fills the area */
    object-position: center;
}
.theme-medical .reasons-list .reason-item img.desktop-image {
    display: block;
}
.theme-medical .reasons-list .reason-item img.mobile-image {
    display: none;
}

.theme-medical .reasons-list .reason-container {
    position: relative;
    height: 100%;
}
.theme-medical .reasons-list .reason-item .reason-info {
    position: absolute;
    bottom: 9rem;
    left: 0;
    /*background: rgba(16, 85, 154, 1);*/
    border-radius: 1.2rem;
    padding: 0 1.5rem;
    width: 40%;
    z-index: 1;
}
.theme-medical .reasons-list .reason-item .reason-info .number {
    color: rgba(16, 85, 154, 1);
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    background: url("../images/reason-number-background.png") no-repeat center;
    background-size: 100%;
    width: 4.3rem;
    height: 4.8rem;
    /*display: flex;*/
    display: none;
    justify-content: center;
    padding-top: 0.2rem;
}
.theme-medical .reasons-list .reason-item .reason-info .description {
    color: rgba(255, 255, 255, 1);
    font-size: 2.2rem;
    line-height: 2.3rem;
    font-weight: 400;
}
.theme-medical .reasons-list .reason-item .reason-info .description p {
    color: rgba(255, 255, 255, 1);
    font-size: 2.2rem;
    line-height: 2.3rem;
    font-weight: 400;
}

.theme-medical .reasons-list .reason-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.22%, rgba(0, 0, 0, 0.55) 92.19%);
    pointer-events: none; /* Ensures it doesn't block interactions */
}
.theme-medical .reasons-list-container {
    position: relative;
    margin-bottom: 6rem;
}

.theme-medical .reasons-list-container .rslides_nav {
    background: rgba(16, 85, 154, 1);
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: calc(50% - 2rem);
    z-index: 2;
    border-radius: 1.2rem;
}
.theme-medical .reasons-list-container .rslides_nav.prev {
    left: 0.2rem;
}
.theme-medical .reasons-list-container .rslides_nav.prev:after {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-left.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .reasons-list-container .rslides_nav.next {
    right: 0.2rem;
}
.theme-medical .reasons-list-container .rslides_nav.next:after {
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/slider-arrow-right.png") no-repeat center;
    background-size: 100%;
    content: "";
}
.theme-medical .reasons-list-container .rslides_tabs {
    position: absolute;
    width: 100%;
    bottom: 1rem;
    left: 0;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.theme-medical .reasons-list-container .rslides_tabs li {
    flex: 1;
    padding: 0 0.8rem;
    height: 0.8rem;
}
.theme-medical .reasons-list-container .rslides_tabs li a {
    /*color: rgba(16, 85, 154, 1);*/
    color: transparent;
    /*background: rgba(217, 217, 217, 0.42);*/
    border-radius: 6rem;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 1rem;
}
.theme-medical .reasons-list-container .rslides_tabs li a {
    /*background: rgba(106, 196, 233, 1);*/
    /*background: rgba(217, 217, 217, 0.42);*/
    position: relative;

    font-family: "Tahoma", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    /*color: rgba(16, 85, 154, 1);*/
    color: transparent;
    text-decoration: none;
}

.theme-medical .reasons-list-container .rslides_tabs li.rslides_here a {
    /*color: rgba(255, 255, 255, 1);*/
}


/*.theme-medical .reasons-list-container .rslides_tabs li.rslides_here a:after {*/
/*    background: rgba(217, 217, 217, 0.42);*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    width: 100%;*/
/*    content: "";*/
/*    border-radius: 6rem;*/
/*    height: 0.8rem;*/
/*}*/
.theme-medical .reasons-list-container .rslides_tabs li a:after {
    content: "";
    background: url("../images/reason-number-background.png") no-repeat top center;
    background-size: 100%;
    width: 4.3rem;
    height: 4.8rem;
    position: absolute;
    z-index: -1;
    left: calc(50% - 2.15rem);
    top: -0.2rem;
    display: none;
}
.theme-medical .reasons-list-container .rslides_tabs li.rslides_here a:after {
    background: url("../images/reason-number-background-blue.png") no-repeat top center;
    background-size: 100%;
}
.theme-medical .reasons-list-container .rslides_tabs li a:before {
    background: rgba(217, 217, 217, 0.42);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
    border-radius: 6rem;
    height: 0.8rem;
}
.theme-medical .reasons-list-container .rslides_tabs li.rslides_here a:before {
    background: rgba(16, 85, 154, 1);
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
    border-radius: 6rem;
    height: 0.8rem;

    /*animation: expandWidthReasons 6000ms ease-in-out forwards;*/
}

.theme-medical .reasons-list .reason-row .reason-item:first-child:after {
    /* 1, 5, 9, ... */
    content: "";
    position: absolute;
    width: 10rem;
    height: 100%;
    background: url("../images/reason-boat-right-icon.png") no-repeat center center;
    background-size: 100%;
    top: 0;
    right: -10rem;
}

.theme-medical .reasons-list .reason-row.reverse .reason-item:first-child:after {
    /* 3, 7, 11, ... */
    content: "";
    position: absolute;
    width: 10rem;
    height: 100%;
    background: url("../images/reason-boat-left-icon.png") no-repeat center center;
    background-size: 100%;
    top: 0;
    left: -10rem;
}

.theme-medical .reasons-list .reason-row .reason-item:last-child:before {
    /* 2, 6, 10, ... */
    content: "";
    position: absolute;
    height: 10rem;
    width: 100%;
    background: url("../images/reason-boat-down-icon.png") no-repeat center center;
    background-size: auto 100%;
    bottom: -10rem;
    left: 0;
}

.theme-medical .reasons-list .reason-row.reverse .reason-item:first-child:before {
    display: none;
}
.theme-medical .reasons-list .reason-row.reverse .reason-item:last-child:before {
    /* 2, 6, 10, ... */
    content: "";
    position: absolute;
    height: 10rem;
    width: 100%;
    background: url("../images/reason-boat-down-icon.png") no-repeat center center;
    background-size: auto 100%;
    bottom: -10rem;
    left: 0;
}

.theme-medical .reasons-list .reason-row:last-child .reason-item:before {
    display: none !important;
}

.theme-medical .reasons-list .reason-item .number {
    color: rgba(149, 211, 232, 1);
    font-family: "Tahoma", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3.9rem;
    margin-right: 2.6rem;
}
.theme-medical .reasons-list .reason-item .description {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
.theme-medical .reasons-list .reason-item .description p {
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}
.theme-medical .brand-item {
    background: rgba(149, 211, 232, 0.25);
    display: flex;
    align-items: stretch;
    border-radius: 1.2rem;
    margin-bottom: 1.6rem;
}
.theme-medical .brand-item .logo {
    flex: 0 0 25%;
    padding: 1rem;
    border-right: 1px solid rgba(106, 196, 233, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.theme-medical .brand-item .logo img {
    max-height: 12rem;
    max-width: 70%;
}
.theme-medical .brand-item .description {
    padding: 2.5rem 3rem 2rem 4rem;
}
.theme-medical .brand-item .description .title {
    color: rgba(16, 85, 154, 1);
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
}
.theme-medical .brand-item .description .text {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.theme-medical .brand-item .description .text p {
    color: rgba(79, 79, 79, 1);
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 400;
    margin: 0;
}
.theme-medical .brand-item .description .actions {}
.theme-medical .brand-item .description .actions a {
    color: rgba(27, 29, 78, 1);
    text-decoration: underline;
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.theme-medical .brand-item .description .actions a:after {
    content: "";
    display: inline-block;
    background: url("../images/link-icon.png") no-repeat center;
    background-size: 100%;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 0.2rem;
}
.theme-medical .text-container {
    background: url("../images/text-globe.png") no-repeat center;
    background-size: contain;
    min-height: 92rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
    margin-top: 3rem;
}
.theme-medical .text-container .description {
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1);
    background: rgba(242, 243, 255, 1);
    border-radius: 1.2rem;
    width: 60%;
    padding: 3.5rem 3.2rem;
}
.theme-medical .text-container .description:before {
    content: "";
    background: url("../images/text-globe-icon.png") no-repeat center;
    background-size: 100%;
    display: block;
    height: 2.4rem;
    width: 2.4rem;
    margin-bottom: 1.6rem;
}
.theme-medical .text-container .description p {
    margin: 0;
    font-size: 2.2rem;
    color: rgba(0, 0, 0, 1);
}
.theme-medical .text-container .description a {
    color: rgba(27, 29, 78, 1);
    font-weight: 700;
}
.theme-medical .header-container .mobile-medical-menu {
    display: none;
}

.theme-medical .map-container {
    position: relative;
    width: 100%;
    margin-bottom: 20rem;
}

.theme-medical .map-container .world-map {
    width: 100%;
    display: block;
}

.theme-medical .map-container .map-point {
    position: absolute;
    width: 5.4rem;
    height: 5.4rem;
    background: rgba(255, 255, 255, 1) url("../images/map-point.png") no-repeat center;
    background-size: 100%;
    /*border: 0.3rem solid rgba(16, 85, 154, 1);*/
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.theme-medical .map-container .map-point:hover {
}

.theme-medical .map-container .map-tooltip {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.2rem;
    padding: 1rem;
    display: none;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.theme-medical .map-container .map-tooltip img {
    width: 100%;
    max-height: 18rem;
    object-fit: cover;
    border-radius: 0.6rem;
    margin-bottom: 1.4rem;
}

.theme-medical .map-container .map-tooltip p {
    margin: 0;
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: rgba(0, 0, 0, 1);
    line-height: 2.8rem;
    display: flex;
}
.theme-medical .map-container .map-tooltip p:before {
    content: "";
    background: url("../images/map-location-icon.png") no-repeat center;
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100%;
    margin-right: 1.4rem;
}

.theme-medical .map-container .mobile-map-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
}
.theme-medical .map-container .mobile-location {
    box-shadow: 0px 5.82px 12.8px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    border-radius: 1.4rem;
    padding: 1.3rem;
    width: 100%;
    margin-bottom: 2rem;
}
.theme-medical .map-container .mobile-location img {
    width: 100%;
    max-height: 18rem;
    object-fit: cover;
    border-radius: 0.6rem;
    margin-bottom: 1.4rem;
}

.theme-medical .map-container .mobile-location p {
    margin: 0;
    font-family: "Tahoma", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    color: rgba(0, 0, 0, 1);
    line-height: 2.8rem;
    display: flex;
    width: 100%;
}
.theme-medical .map-container .mobile-location p:before {
    content: "";
    background: url("../images/map-location-icon.png") no-repeat center;
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100%;
    margin-right: 1.4rem;
}

.theme-medical .positions-cards-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    padding-top: 1.6rem;
    margin-bottom: 6rem;
}
.theme-medical .positions-cards-container .position-card {
    width: 31%;
    flex-grow: 0;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 0.7rem;
    padding: 1.6rem;
    position: relative;
}
.theme-medical .positions-cards-container .position-card img {
    max-height: 5rem;
    margin-bottom: 0.8rem;
}
.theme-medical .positions-cards-container .position-card span {
    color: #1B1D4E;
    font-size: 2.2rem;
    line-height: 2.5rem;
}
.theme-medical .positions-cards-container .position-card .position-card-link {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.theme-medical .instagram-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    max-width: 100%;
    margin: 3rem auto 5rem;
}

.theme-medical .instagram-posts a {
    width: calc(33% - 1rem);
    background: rgb(119,194,204);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-medical .instagram-posts img {
    max-width: 100%;
    max-height: 50rem;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.theme-medical .instagram-container .instagram-follow-container {
    display: flex;
}
.theme-medical .instagram-container .instagram-follow {
    background: #DAEBF9;
    border: 1px solid #86CDED;
    border-radius: 1.2rem;
    height: 12rem;
    display: flex;
}
.theme-medical .instagram-container .instagram-logo {
    width: 12rem;
    border-right: 1px solid #86CDED;
    background: transparent url("../images/instagram-logo.png") no-repeat center;
    background-size: 6rem;
    height: 100%;
}
.theme-medical .instagram-container .follow {
    padding: 2rem 3rem;
    display: flex;
}
.theme-medical .instagram-container .follow .instagram-carnival-logo {
    background: transparent url("../images/carnival-instagram-logo.png") no-repeat center;
    background-size: 8rem;
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
}
.theme-medical .instagram-container .follow span {
    color: #10559A;
    font-size: 2.2rem;
    line-height: 2.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 2rem;
}
.theme-medical .instagram-container .follow a {
    background: #10559A;
    border-radius: 0.7rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.5rem;
    padding: 0.4rem 2.8rem;
    position: relative;
    text-decoration: none;
}
.theme-medical .instagram-container .follow a:after {
    content: '';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: transparent url("../images/instagram-follow-icon.png") no-repeat center;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
}

.theme-medical .clamp-text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em; /* Adjust based on font size */
    line-height: 1.5em; /* Adjust to fit 4 lines */
    word-break: break-word;
    position: relative;
}

.theme-medical .medical-header-title .position-header-container .share-container .share .share-buttons-container {
    display: block;
}

.position-desc-left-column {
    transition: top 0.3s ease-in-out;
}
.theme-medical .page-not-found-container {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    font-size: 2.4rem;
    text-align: center;
}
.theme-medical .page-not-found-container h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 5rem;

    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1750.98px) {
}
@media (max-width: 1440.98px) {
}
@media (max-width: 1199.98px) {
    /*html, body {*/
    /*    font-size: 9px;*/
    /*    font-family: 'Helvetica Neue';*/
    /*    letter-spacing: 0;*/
    /*    color: #000000;*/
    /*    line-height: 1;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    overflow-x: hidden;*/
    /*}*/

    .theme-medical {
        padding-top: 8.5rem;
    }
    .theme-medical .header-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    .theme-medical.theme-medical-editable .header-container {
        top: 4.8rem;
    }

    .theme-medical .header-container .mobile-medical-menu {
        cursor: pointer;
        width: 3rem;
        height: 3rem;
        display: block;
        margin-top: 0.5rem;
    }
    .theme-medical .header-container .mobile-medical-menu {
        cursor: pointer;
        width: 3rem;
        height: 3rem;
        display: block;
        margin-top: 0.5rem;
    }

    .theme-medical .header-container .mobile-medical-menu span {
        background: rgba(16, 85, 154, 1);
        display: block;
        width: 3rem;
        height: 0.4rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        -webkit-transition: all 0.5s linear;
        transition: all 0.3s linear;
    }
    .theme-medical .header-container .mobile-medical-menu.active span:nth-child(1) {
        transform: translate(0px, 13px) rotate(-45deg) scalex(1.3);
        margin: 0;
    }

    .theme-medical .header-container .mobile-medical-menu.active span:nth-child(2) {
        height: 0;
        margin: 0;
    }

    .theme-medical .header-container .mobile-medical-menu.active span:nth-child(3) {
        transform: translate(0px, 9px) rotate(45deg) scalex(1.3);
        margin: 0;
    }

    .theme-medical .header-container .medical-menu {
        position: fixed;
        width: 100%;
        height: calc(100dvh - 9rem);
        z-index: 9;
        background: rgba(255, 255, 255, 1);
        top: 9rem;
        left: 0;
        overflow-y: scroll;
        display: none;
    }

    .mobile-menu-active .theme-medical .header-container .medical-menu {
        display: block;
    }

    .mobile-menu-active {
        overflow-y: hidden !important;
    }

    .theme-medical.theme-medical-editable .header-container .medical-menu {
        height: calc(100dvh - 13.5rem);
        top: 13.5rem;
    }
    .theme-medical .header-container .medical-menu ul {
        flex-direction: column;
        padding-top: 4rem;
    }
    .theme-medical .header-container .medical-menu ul li {
        margin: 0 0 1rem 0;
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown {
        padding-right: 0;
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown:after {
        top: 2.3rem;
        right: 5%;
    }
    .theme-medical .header-container .medical-menu ul li a {
        font-family: "Tahoma", sans-serif;
        color: rgba(16, 85, 154, 1);
        font-size: 2.4rem;
        line-height: 2.8rem;
        font-weight: 700;
        padding: 1.4rem;
        display: inline-block;
        width: 100%;
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown.active,
    .theme-medical .header-container .medical-menu ul li:hover {
        background: rgba(106, 196, 233, 0.35);
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown.active ul {
        display: block;
        bottom: auto;
        right: auto;
        position: relative;
        width: 100%;
        border-radius: 0;
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown ul {}
    .theme-medical .header-container .medical-menu ul li.nav-dropdown ul li {
        margin: 0;
    }
    .theme-medical .header-container .medical-menu ul li.nav-dropdown ul li a {
        color: rgba(38, 58, 127, 1);
        font-size: 1.6rem;
        font-family: "Arial", sans-serif;
        padding: 1.4rem 1.6rem;
    }
    .theme-medical .header-container .medical-menu ul li ul li a img {
        position: relative;
        max-width: 2.4rem;
        max-height: 2.4rem;
        top: 0;
        left: 0;
    }
    .theme-medical .title-bullet:before {
        content: "";
        background: rgba(16, 85, 154, 1);
        border-top-right-radius: 7.5rem;
        border-bottom-right-radius: 7.5rem;
        width: 6.4rem;
        height: 5rem;
        position: relative;
        top: 0.4rem;
        left: 0 !important;
        transition: all 0.3s ease;
        display: block;
        float: left;
        margin-right: calc(100% - 6.4rem);
        margin-bottom: 2rem;
    }
    .theme-medical .title-bullet:after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        background: url(../images/news-event-icon.png) no-repeat center;
        background-size: 100%;
        top: 1.4rem;
        left: 1.6rem !important;
        transition: all 0.3s ease;
        /* left: 2.6rem; */
    }
    .theme-medical .ccm-custom-style-container {
        padding-right: 0 !important;
    }
    .theme-medical .text-container {
        min-height: 70rem;
    }
    .theme-medical .text-container .description {
        width: 80%;
    }

    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text {
        width: calc(100% - 8dvw);
        max-width: calc(100% - 8dvw);
        bottom: 15%;
    }

    .theme-medical .faq-container {
        margin-bottom: 1rem;
    }

    .theme-medical .teaser-icon-top ul li {
        position: unset;
        width: auto;
    }

    .theme-medical .map-container .mobile-map-container {
        display: block;
    }

    .theme-medical .map-container .map-points {
        display: none;
    }
}
@media (max-width: 991.98px) {
    /*html, body {*/
    /*    font-size: 9px;*/
    /*    font-family: 'Helvetica Neue';*/
    /*    letter-spacing: 0;*/
    /*    color: #000000;*/
    /*    line-height: 1;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    overflow-x: hidden;*/
    /*}*/

    .theme-medical .news-container {
        gap: 1.5rem;
    }
    .theme-medical .news-container .medical-teaser {
        flex: 1 1 calc(50% - 0.75rem);
        box-sizing: border-box;
        max-width: calc(50% - 0.75rem);
    }
    .theme-medical .medical-teaser img {
        height: 100%;
    }

    .theme-medical .medical-position {
        margin-bottom: 2rem;
        height: auto;
    }

    .theme-medical .recruitment-container .recruitment-card {
        width: 100%;
        margin: 0 0 1.6rem;
    }
    .theme-medical .recruitment-container .card-container:before {
        display: none !important;
    }
    .theme-medical .recruitment-container .reverse .recruitment-card:after {
        display: none;
    }
    .theme-medical .recruitment-container .card-container .number {
        display: none;
    }
    .theme-medical .recruitment-container .recruitment-card .title {
        display: flex;
    }
    .theme-medical .recruitment-container .card-container .mobile-number {
        background: rgba(16, 85, 154, 1);
        color: rgba(255, 255, 255, 1);
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 100%;
        margin-right: 1.6rem;
        flex-shrink: 0;
    }
    .theme-medical .recruitment-container .reverse .recruitment-card {
        margin: 0 0 1.6rem;
    }

    .theme-medical .reasons-list .reason-row {
        flex-direction: column;
    }
    .theme-medical .reasons-list .reason-item {
        width: 100%;
    }
    .theme-medical .reasons-list .reason-row .reason-item:after {
        display: none !important;
    }

    .theme-medical .reasons-list .reason-row .reason-item:before {
        content: "";
        position: absolute;
        height: 10rem;
        width: 100%;
        background: url("../images/reason-boat-down-icon.png") no-repeat center center;
        background-size: auto 100%;
        bottom: -10rem;
        left: 0;
        display: block !important;
    }

    .theme-medical .reasons-list .reason-row:last-child .reason-item:before {
        content: "";
        position: absolute;
        height: 10rem;
        width: 100%;
        background: url("../images/reason-boat-down-icon.png") no-repeat center center;
        background-size: auto 100%;
        bottom: -10rem;
        left: 0;
        display: block !important;
    }

    .theme-medical .reasons-list .reason-row:last-child .reason-item:last-child:before {
        display: none !important;
    }

    .theme-medical .brand-item {
        flex-direction: column;
    }

    .theme-medical .brand-item .logo {
        flex: 0 0 25%;
        padding: 3.8rem 0;
        border-right: none;
        border-bottom: 1px solid rgba(106, 196, 233, 1);
    }
    .theme-medical .brand-item .description {
        padding: 2.2rem 1.6rem;
    }
    .theme-medical .teaser-container {
        padding: 5rem 0;
    }
    .theme-medical .text-container {
        min-height: 60rem;
    }
    .theme-medical .text-container .description {
        width: 100%;
    }
    .theme-medical .teaser-container img {
        margin-bottom: 1rem;
    }
    .theme-medical .teaser-icon-top {
        margin-bottom: 1.6rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text {
        width: calc(100% - 2dvw);
        max-width: calc(100% - 2dvw);
        left: 1dvw;
        bottom: 5%;
    }
    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text .btn-dark-blue {
        width: 100%;
        border-radius: 0.6rem;
        text-align: center;
    }
    .theme-medical .ccm-image-slider-inner .rslides_tabs {
        width: calc(100% - 2dvw);
        left: 1dvw;
    }

    .theme-medical .ccm-image-slider-inner.medical-slider {
        margin: 2rem 0 5rem;
    }
    .theme-medical .ccm-image-slider-inner .rslides_nav.next {
        right: -2rem;
    }
    .theme-medical .ccm-image-slider-inner .rslides_nav.prev {
        left: -2rem;
    }

    .theme-medical .footer .footer-column h3 {
        margin-top: 4rem;
    }

    .theme-medical .testimonial {
        padding-left: 4dvw;
        padding-right: 4dvw;
    }
    .theme-medical .testimonial .icon {
        justify-content: start;
    }
    .theme-medical .testimonial .title {
        text-align: left;
    }
    .theme-medical .testimonial .description {
        text-align: left;
    }
    .theme-medical .testimonial-slider .slick-slide {
        width: 100vw !important;
        padding: 2rem 0.5rem 3rem;
    }
    .theme-medical .testimonial-slider .slider-item {
        padding: 1.5rem;
    }
    .theme-medical .testimonial-slider .slider-item:after {
        display: none;
    }

    .theme-medical .instagram-container .mobile-slider .rslides_nav.prev {
        left: -1.5rem;
    }
    .theme-medical .instagram-container .mobile-slider .rslides_nav.next {
        right: -1.5rem;
    }
    .theme-medical .instagram-posts {
        gap: 0;
        margin: 2rem auto 1rem;
    }
    .theme-medical .instagram-posts a {
        width: 100%;
        border-radius: 1rem;
        overflow: hidden;
    }

    .theme-medical.theme-medical-editable .ccm-image-slider-inner .rslides li img {
        height: calc(100vh - 14rem);
        object-fit: cover;
        object-position: center;
    }

    .theme-medical .ccm-image-slider-inner .rslides .desktop-image {
        display: none;
    }

    .theme-medical .ccm-image-slider-inner .rslides .mobile-image {
        display: block;
    }

    .theme-medical .reasons-list .reason-item img.desktop-image {
        display: none;
    }
    .theme-medical .reasons-list .reason-item img.mobile-image {
        display: block;
    }
    .theme-medical .reasons-list-container .rslides_tabs li a {
        color: transparent;
    }
    .theme-medical .reasons-list-container .rslides_tabs li.rslides_here a {
        color: transparent;
    }
    .theme-medical .reasons-list-container .rslides_tabs li a:after {
        display: none;
    }
    .theme-medical .reasons-list .reason-item .reason-info {
        background: transparent;
        width: 100%;
        padding: 0;
        bottom: 6rem;
    }
    .theme-medical .reasons-list .reason-item .reason-info .number {
        background: url("../images/reason-number-background-blue.png") no-repeat top center;
        background-size: 100%;
        color: rgba(255, 255, 255, 1);
        font-size: 2.4rem;
    }
    .theme-medical .ccm-image-slider-inner .rslides li img {
        height: calc(100vh - 8rem);
        object-fit: cover;
        object-position: center;
    }

    .theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text {
        bottom: 5%;
        left: 0.8rem;
        max-width: 100%;
        padding: 1.5rem;
        background: transparent;
    }

    .theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text .ccm-image-slider-title {
        font-size: 2.6rem;
        line-height: 2.8rem;
        margin-bottom: 0.8rem;
    }
    .theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text p {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin: 0;
    }

    .theme-medical .instagram-container .instagram-follow-container {
        display: block;
    }
    .theme-medical .instagram-container .instagram-logo {
        display: none;
    }

    .theme-medical .positions-cards-container .position-card {
        width: 47%;
    }

    .theme-medical .container h2 {
        font-size: 4.5rem;
        line-height: 4.7rem;
    }

    .theme-medical .medical-header-title .position-header-container .share-container .share span {
        display: none;
    }
    .theme-medical .medical-header-title .position-header-container .share-container{
        display: none;
    }
    .theme-medical .medical-header-title .position-header-container .share-container.fixed{
        position: fixed;
        right: 20px;
        bottom: 20px;
        display: block;
        z-index: 10;
    }

    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text .ccm-image-slider-title {
        padding: 0 1.5rem;
    }
    .theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text .ccm-image-slider-title {
        padding: 0;
    }

    .theme-medical .medical-header-title .position-header-container .share-container .share .share-mobile {
        background: #1B1D4E url("../images/mobile-share.png") no-repeat center;
        background-size: 2.4rem;
        width: 6rem;
        height: 6rem;
        border-radius: 100%;
    }

    .theme-medical .medical-header-title .position-header-container .share-container .share .share-buttons-container {
        display: none;
    }

    .theme-medical .medical-header-title .position-header-container .share-container .share .sharethis-inline-share-buttons {
        /*display: flex !important;*/
        /*justify-items: center;*/
        /*flex-direction: column !important;*/
        position: absolute;
        bottom: calc(100% + 1rem);
        right: -1rem;
        background: #1B1D4E;
        border-bottom: 1px solid #fff;
        padding: 0 1.5rem;
        width: 8rem;
        border-radius: 6rem;
        /*border-top-right-radius: 6rem;*/
    }
    .theme-medical .medical-header-title .position-header-container .share-container .share .sharethis-inline-share-buttons .st-btn {
        display: flex !important;
        padding: 0 !important;
        /*margin: 2.5rem 0 !important;*/
        margin: 2.5rem auto;
        background: transparent !important;
    }


    .theme-medical .testimonial-slider .slick-arrow {
        display: none !important;
    }

    .theme-medical .mobile-slider {
        position: relative;
    }
    .theme-medical .mobile-slider .rslides_nav {
        background: rgba(16, 85, 154, 1);
        width: 4rem;
        height: 4rem;
        position: absolute;
        top: calc(50% - 2rem);
        z-index: 2;
        border-radius: 1.2rem;
    }
    .theme-medical .mobile-slider .rslides_nav.prev {
        left: 0.5rem;
    }
    .theme-medical .mobile-slider .rslides_nav.prev:after {
        position: absolute;
        top: calc(50% - 0.8rem);
        left: calc(50% - 0.8rem);
        width: 1.6rem;
        height: 1.6rem;
        background: url("../images/slider-arrow-left.png") no-repeat center;
        background-size: 100%;
        content: "";
    }
    .theme-medical .mobile-slider .rslides_nav.next {
        right: 0.5rem;
    }
    .theme-medical .mobile-slider .rslides_nav.next:after {
        position: absolute;
        top: calc(50% - 0.8rem);
        left: calc(50% - 0.8rem);
        width: 1.6rem;
        height: 1.6rem;
        background: url("../images/slider-arrow-right.png") no-repeat center;
        background-size: 100%;
        content: "";
    }

    .theme-medical .recruitment-container .recruitment-card:after {
        display: none;
    }

    .theme-medical .instagram-container .instagram-follow {
        height: auto;
    }
    .theme-medical .instagram-container .follow {
        /*display: block;*/
        /*width: 100%;*/
        /*margin-right: 0;*/
        /*margin-bottom: 0;*/
        padding: 1.5rem;
    }
    .theme-medical .instagram-container .follow .instagram-carnival-logo {
        width: 7rem;
        height: 7rem;
        margin-right: 1.5rem;
        background-size: 7rem;
    }

    .theme-medical .instagram-container .follow span {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }

    .theme-medical .footer .footer-column .social-links {
        display: flex;
        justify-content: center;
    }
    .theme-medical .reasons-list .reason-item .reason-info .description {
        padding: 0 1rem;
    }
    .theme-medical .recruitment-container .card-container {
        padding: 0;
    }
}
@media (max-width: 768.98px) {
    /*html, body {*/
    /*    font-size: 10px;*/
    /*    font-family: 'Helvetica Neue';*/
    /*    letter-spacing: 0;*/
    /*    color: #000000;*/
    /*    line-height: 1;*/
    /*    margin: 0;*/
    /*    padding: 0;*/
    /*    overflow-x: hidden;*/
    /*}*/
    .theme-medical .medical-header-title {
        min-height: 12rem;
    }
    .theme-medical .medical-job-header {
        min-height: calc(100dvh - 20rem);
    }
    .theme-medical .ccm-image-slider-inner {
        margin-bottom: 6rem;
    }
}
@media (max-width: 575.98px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 3rem !important;
    }

    .theme-medical .news-container {
        gap: 0;
        display: block;
    }
    .theme-medical .news-container .medical-teaser {
        flex: 1 1 100%;
        box-sizing: border-box;
        max-width: 100%;
    }
    .theme-medical .medical-teaser img {
        height: 100%;
    }

    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text .ccm-image-slider-title {
        font-size: 3rem;
        line-height: 3rem;
    }

    .theme-medical .ccm-image-slider-inner.medical-slider-text .rslides li .ccm-image-slider-text .ccm-image-slider-title {
        font-size: 3rem;
        line-height: 3rem;
    }
    .theme-medical .ccm-image-slider-inner .rslides li .ccm-image-slider-text .btn-dark-blue {
        font-size: 2rem;
        line-height: 2rem;
    }

    .theme-medical .faq-tabs {
        flex-direction: column;
    }
    .theme-medical .faq-tabs li {
        margin-bottom: 1rem;
        padding: 1rem;
        font-size: 1.8rem;
    }
}
@media (max-width: 320px) {
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    }
}
@media (min-width: 1748px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1680px !important;
    }
}
