/* VARS */
:root {
    --purple-gradient: linear-gradient(135.12deg, #7E3CD6 0%, #6428B4 100%);
    --purple: #6428B4;
    --light-purple: #9D54FF;
    --dark-gray: #434343;
    --light-gray: #F5F8F7;
    --dark-purple: #4B0082;
    --oscare-blue_light: #1ce3e5;
    --oscare-blue: #15B7B9;
    --oscare-blue_dark: #15B7B9;
    --oscare-red_light: #f32929;
    --oscare-red-pale: #F37786;
    --oscare-red_dark: rgb(150, 2, 2);
    --oscare-grey_light: #F5F8F7;
    --oscare-grey_dark: #e2e2e2;
    --oscare-black_light: #4F4C4C;
    --oscare-black_off: #757474;
    --oscare-text-shadow: 3px 4px 7px rgba(0, 16, 19, 0.3);
    --oscare-blue-01: #CAFFFE;
    --oscare-blue-02: #D3F5F5;
    --oscare-blue-03: #E7F9F7;
    --oscare-blue-04: #6DD0C0;
    --oscare-blue-05: #77D7D8;
    --oscare-green-01: #099E9F;
    --oscare-green-02: #0F97A8;
    --oscare-green-03: #33A1AF;
    --oscare-green-04: #187D8C;
    --oscare-gray-01: #d3d3d3;
    --oscare-gray-02: #D2E4E4;
    --oscare-gray-03: #E3EBED;
    --oscare-gray-04: #D4ECEC;
    --oscare-lavender: #E6E6FA;
    --oscare-white: #F5F5F5;
    --navbar-height: clamp(63.7px, calc(10.7vw + 8px), 90.8px);
    --oscare-box-shadow-main: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    --oscare-height-screen-without-navs: calc(100vh - 134px);
    --osgo-green-main: #099281;
    --osgo-green-light: rgba(9, 146, 129, 0.5);
    --osgo-blue-main: #0187B5;
    --osgo-blue-light: #7CBFD6;
    --osgo-pink-main: #871F90;
    --osgo-pink-light: rgba(135, 31, 145, 0.5);
}

/* font import */

@font-face {
    font-family: "Dpdorkdiary";
    src: url("/static/fonts/Dpdorkdiary.ttf");
}

@font-face {
    font-family: "ProximaNova";
    src: url("/static/fonts/Proximanovafont.otf")
}

@font-face {
    font-family: "ProximaNovaLight";
    src: url("/static/fonts/Proximanovalightfont.otf")
}

@font-face {
    font-family: "ProximaNovaThin";
    src: url("/static/fonts/Proximanovathinfont.otf")
}

@font-face {
    font-family: "LatoLight";
    src: url("/static/fonts/Lato-Light.ttf")
}

@font-face {
    font-family: "LatoRegular";
    src: url("/static/fonts/Lato-Regular.ttf")
}

@font-face {
    font-family: "LatoBold";
    src: url("/static/fonts/Lato-Bold.ttf")
}

/* GLOBAL */

body {
    font-family: "ProximaNova";
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/*p {
    font-size: 18px;
    line-height: 30px;
}*/

main {
    background-color: var(--light-gray);
}


#content section {
    margin-bottom: 50px;
}

.main-content {
    min-height: calc(100vh - var(--navbar-height));
    /*padding: 3em;*/
}

/* GLOBAL - (Display) Headings */

h1,
.display-1 {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
}

h2,
.display-2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 95px;
    text-transform: initial;
    overflow-wrap: break-word;
}

h3,
.display-3 {
    font-size: 40px;
    letter-spacing: -0.86px;
    line-height: 76px;
    text-transform: initial;
    overflow-wrap: break-word;
}

h4,
.display-4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.56px;
    line-height: 40px;
    text-transform: initial;
    overflow-wrap: break-word;
}

h5,
.display-5 {
    font-size: 24px;
    letter-spacing: -0.56px;
    line-height: 36px;
    overflow-wrap: break-word;
}

h6,
.display-6 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.38px;
    line-height: 37px;
    overflow-wrap: break-word;
}

.main-content h1,
.main-content .display-1 {
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-style-none {
    list-style: none;
}

.oversized {
    transform: scale(1.5);
}

.main-content h2,
.main-content .display-2 {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 58px;
}

.main-content h3,
.main-content .display-3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.56px;
    line-height: 56px;
    text-transform: initial;
}

.small {
    font-size: 16px;
    line-height: 20px;
}


.extra-small {
    font-size: 13px;
    line-height: 15px;
}

.label {
    font-size: 16px;
    line-height: 22px;
}

/* fix paddings due to font */
.list-group-item,
.card-header {
    padding-top: 15px;
    padding-bottom: 9px;
}

.custom-control label {
    padding-top: 3.5px;
}

.navbar-nav.menu-links li a {
    padding-top: 10px;
}

input.form-control {
    padding-top: 10px;
    padding-bottom: 5px;
}

.quantity input {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
}

.input-group .input-group-append .btn {
    padding-top: 7px;
    padding-bottom: 1px;
}

.badge {
    padding-top: 6.5px;
    padding-bottom: 2px;
}

.btn {
    padding-top: 8px;
    padding-bottom: 3px;
}

.btn.btn-sm {
    padding-top: 7px;
    padding-bottom: 2px;
}

.badge-primary {
    background-color: var(--dark-gray);
}

.list-group-item-secondary .badge-primary {
    background-color: var(--oscare-blue-04);
}

/* BUTTONS */
.btn-primary {
    color: #FFFFFF;
    /*font-size: 18px;*/
    text-align: center;
    border-radius: 6px;
    background: linear-gradient(135.12deg, #1ce3e5 0%, #15B7B9 100%);
    border-color: var(--oscare-blue);
}

.btn-outline-primary {
    border-color: var(--oscare-blue);
    color: var(--oscare-blue);
}

.btn-outline-primary:hover {
    background-color: var(--oscare-blue);
    border-color: var(--oscare-blue);
}


.btn-secondary {
    color: var(--oscare-blue);
    /*font-size: 18px;*/
    text-align: center;
    border-radius: 6px;
    background-color: #FFFFFF;
    border-color: var(--oscare-blue);
}

.btn-secondary:hover {
    background-color: var(--oscare-blue_dark);
}

.btn-primary:hover {
    background: var(--oscare-blue_dark);
    border-color: var(--oscare-blue_dark);
}

.dropdown-toggle::after {
    display: none;
}

.caret {
    border: none;
    color: var(--oscare-blue);
}

.dropdown .btn-secondary {
    color: #1E1E1E;
}

.dropdown .btn-secondary:hover {
    color: #FFFFFF;
}

.show>.btn-secondary.dropdown-toggle {
    background: var(--oscare-blue);
    border-color: var(--oscare-blue);
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--oscare-blue);
}

.page-item .page-link {
    color: var(--dark-gray);
    padding-top: 10px;
    padding-bottom: 5px;
}

.page-item.active .page-link {
    color: #ffffff;
    background-color: var(--oscare-blue);
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding-right: 15px;
    padding-left: 15px;
}



.flip {
    transform: scaleX(-1);
}

.page-link {
    height: 100%;
}

.page-link span {
    background-image: url("../images/icons/arrow.svg");
    position: absolute;
    width: 8px;
    height: 16px;
    margin: 2px 0px 0px -3px;
    background-repeat: no-repeat;
}

/** site header styling for Osgo */

.site-header {
    min-height: 113.5px;
}


/*
 * Custom translucent site header
 */

.site-header {
    background-color: #ffffff;
    ;
}

.site-header.purple {
    background-color: var(--oscare-blue);
}

.site-header.red {
    background-color: #f03c28;
}

.site-header.blue {
    background-color: #2878f0;
}

.site-header a:hover {
    text-decoration: none;
}

.site-footer {
    background: var(--oscare-green-04);
}

/*
 * PRODUCT DESIGN FOR DEVICES
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.product-device::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.menu-links {
    font-size: 17px;
    font-weight: lighter;
}

.menu-links .active {
    color: #ffffff;
}

.menu-icon {
    height: 20.5px;
    width: 20.5px;
}

.header-menu-button {
    border-radius: 10px;
    width: 84px;
}

.header-menu-button-above {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #0F97A8 !important;
    color: #fff !important;
    font-family: ProximaNovaThin;
}

.header-menu-button-below {
    width: 100%;
    background-color: #f8f9fa;
    color: #000 !important;
    border-radius: 0 0 4px 4px;
}

#workplace-home-button-topright:hover #workplace-home-button-below {
    background-color: #e9ecef
}

#dashboard-dropdown-link:hover #workplace-dashboard-button-below {
    background-color: #e9ecef
}

#header-cart-link:hover #workplace-cart-button-below {
    background-color: #e9ecef
}

.header-menu-button-below:hover {
    background-color: #e9ecef
}

.header-menu-button-below:hover>img {
    transform: scale(1.1)
}

.hero-banner {
    overflow: hidden;
    width: auto;
    min-width: 100%;
    height: auto;
    background-image: url("../images/hero1.png");
    background-size: cover;
    min-height: 700px;
    background-position: bottom;
}

.hero-text {
    color: #FFFFFF;
    font-family: "Hind Guntur";
    font-size: 26px;
    letter-spacing: 3px;
    line-height: 26px;
    text-align: center;
}


.custom-standard-card,
.custom-product-card {
    border-radius: 1.25rem;
    overflow: hidden;
    max-width: clamp(250px, 23vw, 320px);
}

.custom-standard-card.card-body,
.custom-product-card.card-body {
    box-shadow: 0 30px 20px 0 rgba(30, 30, 30, 0.06);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(1.25rem - 1px);
    border-top-right-radius: calc(1.25rem - 1px);
}

.grid-gallery {
    margin-right: 0;
    margin-left: 0;
}

.grid-gallery .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-gallery-item .tint {
    background-color: initial;

}

.grid-gallery-item .tint img {
    opacity: 1;
}

.grid-gallery-item {
    padding: 0;
    max-height: 50vh;
}

.grid-gallery-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.grid-gallery-item h1,
.grid-gallery-item h2 {
    margin-bottom: 0;
    line-height: 1em;
}

.grid-gallery .pimcore_block_entry {
    flex: 0 0 50%;
    max-width: 50%;
}

.grid-gallery-item-text {
    position: absolute;
    right: 15%;
    bottom: 5%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(9, 42, 46);
    vertical-align: text-bottom;
    text-align: center;
}

.custom-product-card .card-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
}

.custom-product-card .card-body,
.custom-standard-card .card-body {
    padding: 1.75rem;
}

.custom-product-card .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.custom-product-card .card-body .card-body-top {
    justify-content: normal;
}

.custom-product-card .card-body .card-body-bottom {
    justify-content: flex-end;
}


.custom-standard-card .card-body {
    text-align: center;
}

/* some special styles for grid with filters */
.col-md-9 .col-md-4 .custom-product-card .card-body.pricing i,
.col-md-3 .custom-product-card .card-body.pricing i {
    display: none;
}

.col-md-9 .col-md-4 .custom-product-card .card-body,
.col-md-3 .custom-product-card .card-body {
    padding: 1.25rem;
}


.col-md-9 .col-md-4 .custom-product-card .card-body .btn,
.col-md-3 .custom-product-card .card-body .btn {
    padding-top: 7px;
    padding-bottom: 2px;
    font-size: 16px;
}

.col-md-9 .col-md-4 .custom-product-card .card-body .button-row,
.col-md-3 .custom-product-card .card-body .button-row {
    padding-left: 7px;
    padding-right: 7px;
}

/* end special stypes for grid with filters */


.custom-standard-card .card-text {
    line-height: 1.25em;
    margin-top: 10px
}

.custom-standard-card .card-title {
    font-family: "Hind Guntur";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    margin: auto;
}

.custom-product-card .card-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
}

.custom-product-card .card-price {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 22px;
}

.custom-product-card .card-price.original {
    font-size: 15px;
    font-weight: normal;
    text-decoration: line-through;
    letter-spacing: 2px;
    line-height: 17px;
}


.image-holder:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 255, 255, 0.5);
    transition: all .3s linear;
}

.image-holder:hover:before {
    background: none;
}

/* BACKGROUND TINT */
.tint {
    background-color: black;
    display: inline-block;
}

.tint img {
    opacity: 0.7
}

/* ZOOMIN EFFECT */
.zoom-outer {
    overflow: hidden;
}

.zoom-inner {
    transition: all 0.5s ease;
}

.zoom-inner:hover {
    transform: scale(1.2);
}

@media (max-width: 768px) {

    h1,
    .display-1,
    .main-content h1 {
        font-size: 2em;
        line-height: inherit;
    }

    h2,
    .main-content h2 {
        font-size: 2em;
    }

    h3,
    .display-3 {
        font-size: 26px;
        line-height: 34px;
    }

    h4,
    .display-4 {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 26px;
    }

    h5 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 28px;
    }

    .hero-text {
        font-size: inherit;
        letter-spacing: 2px;
        line-height: 1em;
    }

    .pricing a i {
        display: none;
    }

    .back-to-top.display-block {
        display: inline !important;
    }
}


/* Navigation */
.menu-links>li {
    font-size: 17px;
    font-weight: lighter;
    padding: .5rem 2rem .5rem 2rem !important;
}

.menu-links .dropdown-menu li a {
    padding: .5em 1em .5em 1em;
}

.navbar-nav li a,
.navbar-nav li button {
    color: #15B7B9;
    display: block;
}

.navbar-nav li a>i,
.navbar-nav li button>i {
    font-size: 20px;
}

.navbar-nav li button {
    background: none;
    border: none;
}

.nav-link.osgo-disabled span:last-child {
    color: rgba(0, 16, 19, 0.3);
    text-decoration: line-through;
}

.nav-link.osgo-disabled::after {
    content: 'UPGRADE';
    color: var(--oscare-blue_dark);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (min-width: 768px) {

    .navbar-nav li a>i,
    .navbar-nav li button>i {
        font-size: 24px;
    }
}

.menu-links .dropdown {
    top: 80%;
}

.menu-links .dropdown-menu {
    width: max-content;
}

.menu-icons .dropdown-menu {
    top: 75%;
    max-width: 260px;
}

.menu-icons .dropdown-item.active,
.menu-icons .dropdown-item:active {
    background-color: transparent;
}

.navbar-nav li .dropdown-menu a {
    color: #000;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-menu li {
    position: relative;
}

.submenu-icon>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0da";
    float: right;
    border: none;
    margin-left: 0.5em;
}

.dropdown-submenu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        animation-duration: 0.12s;
        -webkit-animation-duration: 0.12s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-name: slideIn;
    }
}

.form-control:focus {
    border-color: var(--oscare-blue);
    box-shadow: none;
    -webkit-box-shadow: none;
}

::selection {
    background: var(--osgo-green-main);
    color: #ffffff;
}

.dropdown .dropdown-menu li>ul {
    margin: 0px;
}

.dropdown .dropdown-menu li>ul>li {
    list-style: none;
}

.dropdown .dropdown-menu a:hover {
    background-color: lightgray;
}

.dropdown-menu-arrow {
    top: -25px;
    left: 15%;
    width: 0;
    height: 0;
    position: relative;
}

.dropdown-menu-arrow-search {
    left: 15%;
}

.dropdown-menu-arrow-right {
    left: 90%;
}

.dropdown-menu-arrow-left {
    right: 10%;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}

.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: rgba(0, 0, 0, .15);
}


/* nav animations */
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* accordion */
.accordion .card-header {
    padding: 0;
}

.accordion .card-header .btn {
    text-decoration: none;
    color: var(--oscare-blue);
    padding: .5em 0 0 1.2em;
    font-weight: 600;
}

/* embed */
.area-embed .embed>*,
.area-embed .embed iframe {
    width: 100%;
}

.area-embed .embed {
    padding-bottom: 20px;
}


/* icon teasser */

.teaser-icon>.icon {
    text-align: center;
    position: relative;

}

.teaser-icon>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: var(--oscare-blue);
    vertical-align: middle;
}

.teaser-icon>.icon:hover>.image {
    background: var(--oscare-blue_dark);
}

.teaser-icon>.icon>.image>i {
    font-size: 32px !important;
    color: #fff !important;
    top: 5px !important;
    left: 0;
}

.teaser-icon>.icon:hover>.image>i {
    color: white !important;
}

.teaser-icon>.icon>.info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

.teaser-icon>.icon:hover>.info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.teaser-icon>.icon>.info>h3.title {
    font-size: 36px !important;
    letter-spacing: .08em;
    line-height: 1.25em;
    margin-top: 1em;
}

.teaser-icon>.icon>.info>p,
.teaser-icon>.icon>.info>div {
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.teaser-icon>.icon:hover>.info>h3.title,
.teaser-icon>.icon:hover>.info>p {
    color: #222;
}


.fa-selection .x-combo-list-item,
.fa-selection .x-boundlist-item {
    font-family: "FontAwesome" !important;
    font-size: 26px !important;
}

.image-hotspot {
    position: absolute;
    background: rgba(100, 40, 180, 0.5);
}

.image-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2aabeb;
}

.area-gallery-single-images {
    text-align: center;
}

.area-gallery-folder a,
.area-gallery-single-images a {
    text-decoration: none;
}

.area-gallery-single-images .pimcore_block_entry,
.area-gallery-folder a img,
.area-gallery-single-images a img {
    margin: 0.5em;
}

.featurette-divider {
    margin: 40px 0;
}

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

.carousel-item .carousel-caption,
.carousel-item .carousel-caption .hero-text {
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.area-gallery-carousel .carousel-item {
    height: auto;
}

.area-gallery-carousel .carousel-inner .carousel-caption {
    bottom: 6vh;
}

/* Indicators list style */
.carousel-indicators.preview li {
    border: medium none;
    border-radius: 0;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}

/* Indicators images style */
.carousel-indicators.preview img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
    opacity: 0.7;
}

/* Indicators active image style */
.carousel-indicators.preview .active img {
    border: 2px solid #428BCA;
    opacity: 1;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
    position: static;
}

/* First level of nav */
.bs-sidenav {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    background-color: #ffffff;
    border-radius: 5px;
    flex-direction: column;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 8em;
    padding-bottom: 8em;
}

/* All levels of nav */
.bs-sidebar .nav>li>ul>li,
.bs-sidebar .nav>li {
    display: block;
}

.bs-sidebar .nav>li>a,
.bs-sidebar .nav li ul li a {
    display: block;
    color: #716b7a;
    padding: 5px 20px;
}

.bs-sidebar .nav>li>ul>li>a {
    text-decoration: none;
    color: #716b7a;
}

.bs-sidebar .nav li ul {
    list-style: none;
    text-decoration: none;
}

.bs-sidebar .nav>li>a:hover,
.bs-sidebar .nav>li>a:focus,
.bs-sidebar .nav>li>ul>li a:hover {
    text-decoration: none;
    background-color: #e5e3e9 !important;
}

.bs-sidebar .nav .active>a {
    color: var(--oscare-blue_dark);
    font-weight: bold;
    background-color: transparent;
    border-right: 5px solid var(--oscare-blue_dark);
}


.bs-sidebar .nav a:hover,
.bs-sidebar .nav a:focus {
    color: var(--oscare-blue_dark);
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
    display: none;
    /* Hide by default, but at >768px, show it */
    margin-bottom: 8px;
}

.bs-sidebar .nav .nav>li>a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    font-size: 90%;
}

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
    .bs-sidebar .nav>.active>ul {
        padding-left: 1em;
        display: block;
    }

    /* Widen the fixed sidebar */
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 213px;
    }

    .bs-sidebar.affix {
        position: fixed;
        /* Undo the static from mobile first approach */
        top: 80px;
    }

    .bs-sidebar.affix-bottom {
        position: absolute;
        /* Undo the static from mobile first approach */
    }

    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .languages {
        display: block;
    }
}


@media screen and (min-width: 1200px) {

    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 263px;
    }
}

/* small screen devices */
@media only screen and (max-width: 767.9px) {

    h2,
    .display-2 {
        letter-spacing: 2px;
        line-height: 48px;
    }

    .sticky-top {
        position: relative;
    }

    .search-button {
        display: none !important;
    }

    #navbarCollapse .search-box {
        width: 100% !important;
    }

    .menu-links .dropdown-menu {
        width: 100%;
    }

    .menu-icons .dropdown-menu {
        position: absolute;
        top: 75%;
        /* top: 250%; */
    }

    /* .menu-icons {
        margin-bottom: 30px;
    } */

    .menu-icon {
        height: clamp(18px, 5vw, 24px);
        width: clamp(18px, 5vw, 24px);
    }

    .menu-icons>li>a,
    .menu-icons>li>button {
        display: block !important;
    }

    /* ul.dropdown-menu, .navbar-nav li:hover > ul.dropdown-menu {
        display: none;
    } */

    .main-menu-icon>a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f067";
        float: right;
        border: none;
        padding: 0px 5px 0 5px;
    }

    .main-menu-icon.active-icon>a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f068";
        float: right;
        border: none;
        padding: 0px 5px 0 5px;
    }

    .search-toggle {
        margin-top: 10px !important;
    }

    /*hide sidebar*/
    .sidebar {
        display: none;
    }

    .area-gallery-carousel .carousel-inner .carousel-caption {
        top: 4vh;
    }

    .area-gallery-carousel .carousel-inner .carousel-caption h3 {
        line-height: 1em;
    }

    .area-gallery-carousel .carousel-indicators {
        display: none;
    }
}

/* mobile nav button */
.cart-btn-mobile {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
}

.cart-btn-mobile span,
.burger-btn-mobile span {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.cart-btn-mobile span {
    background-image: url("/static/images/icons/cart-alt-green.svg");
}

.burger-btn-mobile[aria-expanded="true"] span {
    background-image: url("/static/images/icons/close-menu-green.svg");
}

.burger-btn-mobile[aria-expanded="false"] span {
    background-image: url("/static/images/icons/burger-menu-green.svg");
}

.user-btn-mobile {
    font-size: 1.75rem;
    padding: 0.5rem 0.5rem 0.15rem !important;
}

/* Breadcrumbs */
.breadcrumb-header a {
    color: var(--oscare-blue);
}

.breadcrumb-header a:hover {
    color: var(--oscare-blue_dark);
}

.thumbnail-examples .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

section img {
    max-width: 100%;
}

section picture img {
    height: auto;
}

.thumbnail-examples h5 {
    margin-top: 1em;
    line-height: 1em;
    font-size: 26px;
}

.thumbnail-examples .img-container {
    background: url(/static/images/transparent-background-placeholder.png);
}

.image-container {
    position: relative;
    max-width: 100%;
}

.image-hotspot {
    position: absolute;
    background: rgba(235, 105, 9, 0.2);
}

.image-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #2aabeb;
}


.detail-price {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 22px;
}

.detail-price.original {
    font-size: 20px;
    text-decoration: line-through;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 22px;
}

.detail-tax,
.detail-tax p {
    font-size: 14px;
}

.filter .hide-me[aria-expanded="true"] {
    display: none;
}

/* search bar */

.search-toggle {
    background-image: url(/static/images/icons/search.svg);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: contain;
    margin-top: 3px;
}

.search-toggle.active {
    background-image: url("/static/images/icons/close.svg");
}

.search-input:focus {
    outline: none;
}

#navbarCollapse .search-box {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 100%;
    max-height: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: var(--oscare-blue);
    transition: all 0.3s;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#navbarCollapse .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 2em;
    border: 0;
    background-color: var(--oscare-blue);
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    caret-color: #fff;
}

#navbarCollapse .search-box .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#navbarCollapse.show .search-box {
    max-height: 4em;
}

#navbarCollapse.show .search-box .search-input {
    opacity: 1;
}

#autoComplete_results_list {
    width: 100%;
}

.autoComplete_result {
    margin: 0;
    padding: 0.6rem 0 0.6rem 2.5rem;
    max-width: 100%;
    border: 0;
    list-style: none;
    text-align: left;
    font-size: 1.1rem;
    transition: all 0.1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--light-gray);
}

.autoComplete_result:last-child {
    border-radius: 0;
}

.autoComplete_highlighted {
    color: #ffffff;
    font-weight: normal;
}

.autoComplete_result:hover,
.autoComplete_result:focus {
    cursor: pointer;
    background-color: var(--oscare-blue_dark);
    border: 0;
}

#autoComplete:focus::selection {
    background-color: var(--oscare-blue_light);
}


.expand-to-hero {
    min-height: 600px;
}

@media screen and (min-width: 768px) {
    .expand-to-hero {
        min-height: calc(100vh - 128px);
    }
}

.login-wrapper>div:first-child>div {
    font-weight: 400;
}

.not-member-wrapper-login {
    max-width: 450px;
}

.pimcore_tag_video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.pimcore_tag_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    z-index: 99999;
}


/* Animations */
.portal-page .custom-standard-card,
.portal-page .custom-product-card {
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}

.portal-page .custom-standard-card:hover,
.portal-page .custom-product-card:hover {
    transform: translateY(-10px);
}


.custom-product-card .product-img {
    position: relative;
}

/** events page **/
#vueapp .header {
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 1em;
}

#vueapp .back-button {
    position: absolute;
    width: 130px;
    z-index: 1;
}

#vueapp h3 {
    line-height: 1;
    margin-top: .5em;
}

#vueapp .badge {
    font-size: 80%;
    font-weight: 400;
}

[v-cloak] {
    display: none;
}

@media (max-width: 768px) {
    #vueapp .back-button {
        position: inherit;
        margin-bottom: 1em;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main-icon-osgo .with-text {
    max-width: clamp(178px, 55vw, 322px);
}

.main-icon-osgo .circle {
    max-width: 60px;
}


/* Classes from React Folder */
.main-nav-workplace,
.main-nav-workplace-anonymous {
    min-height: 30px;
    z-index: 100;
}

.main-nav-workplace {
    background-color: #e8e8e8;
}

.main-nav-workplace-anonymous {
    background-color: var(--oscare-blue-01);
}

.main-nav-workplace .nav-item,
.main-nav-workplace-anonymous .nav-item {
    color: #4F4C4C !important;
    display: block;
    font-size: 1.0rem;
    margin: auto 3rem auto 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    text-shadow: 3px 4px 7px rgba(0, 16, 19, 0.3);
    cursor: pointer;
    transform-origin: top left;
}

.main-nav-workplace .nav-item-mobile {
    display: block;
    font-size: 1.0rem;
    margin: auto 3rem auto 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    text-shadow: 3px 4px 7px rgba(0, 16, 19, 0.3);
    cursor: pointer;
}

.main-nav-workplace-anonymous .nav-item,
.main-nav-workplace-anonymous .nav-item.active {
    color: var(--oscare-blue_dark) !important;
}

.main-nav-workplace .nav-item:last-child {
    margin: auto 0;
}

.main-nav-workplace .nav-item:hover,
.main-nav-workplace .nav-item.active,
.main-nav-workplace-anonymous .nav-item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    text-decoration: none;
}

.main-nav-workplace .hex-main-nav_workplace {
    height: 28px;
    width: 28px;
    background: #A1E0E1;
    border-radius: 50%;
    color: #0F97A8;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-nav-workplace2 {
    height: 33px;
    width: 40px;
    background: var(--oscare-grey_dark);
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    color: var(--oscare-blue_dark);
    padding: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-nav-workplace-anonymous .hex-main-nav_workplace {
    background: var(--oscare-blue-01);
}

.main-nav-workplace .nav-item-mobile {
    background: #007B9D;
    color: #fff;
    width: 100%;
    padding: 10px clamp(10px, 3.5vw, 25px);
}

/* .main-nav-workplace button {
    background: var(--oscare-blue_light);
    color: var(--oscare-blue_dark);
} */
.main-nav-mobile-workplace {
    overflow: hidden;
}

.main-nav-mobile-workplace a:hover {
    text-decoration: none;
}

.main-nav-mobile-workplace>div:last-child {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.nav-item-mobile {
    font-size: 20px !important;
}

.show-menu-nav-workspace {
    height: 305px !important;
}

/* join-us */

@media (min-width: 768px) {
    .join-us-wrapper>div:last-child {
        border-left: 1px solid var(--oscare-black_light);
    }
}

/* home logged */
.home-logged-wrapper>header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/static/images/home-logged/hero-home-bg.jpg');
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/static/images/home-logged/hero-home-bg.jpg');
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/static/images/home-logged/hero-home-bg.jpg');
    background-size: cover;
    min-height: 40vh;
}

.home-image-shader {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(3, 252, 215, 0.3)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(3, 252, 215, 0.3));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(3, 252, 215, 0.3));
}

.home-image-shader-alt {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(58, 168, 122, 0.3)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(58, 168, 122, 0.3));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(58, 168, 122, 0.3));
}

.home-image-shader-alt-2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(5, 168, 173, 0.3)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(5, 168, 173, 0.3));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(5, 168, 173, 0.3));
}

/*home-unlogged*/

.members-together-image {
    background-image: url('/static/images/backgrounds/members-together-image.webp');
    background-position: center;
    font: #fff;
    min-height: 300px;
}

.home-hero-image-section>h1 {
    font-family: LatoBold;
    font-size: 2.8em;
    color: #fff;
    text-transform: none;
    line-height: 1.2em;
}

.home-hero-image-section>h4 {
    font-family: LatoLight;
    color: #fff;
    text-transform: none;
}

.osgo-joinus-btn {
    background-color: #15B7B9;
    border-radius: 16px;
    color: #fff;
}

.osgo-joinus-btn:hover {
    background-color: #D3F5F5;
    border-radius: 8px;
    color: #15B7B9;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    font-weight: 600;
}

.osgo-login-btn {
    background-color: var(--oscare-green-04);
    border-radius: 16px;
    color: #fff;
}

.osgo-login-btn:hover {
    background-color: #D3F5F5;
    border-radius: 8px;
    color: #15B7B9;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
    font-weight: 600;
}

.home-join-osgo-btn {
    background-color: #D3F5F5;
    color: #15B7B9;
    border-radius: 100vh;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 6px 16px 3px;
    border-radius: 100vh;
    border: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;

}

.home-join-osgo-btn:hover {
    color: #fff;
    background-color: #15B7B9;
    /*  border-radius: 8px;
    transform: scale(1.12);
    font-weight: 600; */
}

.home-starter-text>h2 {
    color: #0C6D90;
    line-height: 1.2em;
}

/* contact us */
/* about us */
.basic-page-wrapper {
    position: relative;
}

.basic-page-wrapper .hexagon-bg,
.about-us-wrapper .hexagon-bg {
    position: fixed;
    top: var(--navbar-height);
    left: 0;
    width: 50%;
    height: calc(100vh - var(--navbar-height));
    display: none;
}

.basic-page-wrapper section {
    position: relative;
    z-index: 1;
}

.image-heading-wrapper {
    position: relative;
    text-align: center;
}

.image-heading-wrapper img {
    max-width: 250px;
}

@media (min-width: 768px) {
    .basic-page-wrapper .hexagon-bg {
        display: block;
    }

    .basic-page-wrapper .hexagon-heading-wrapper {
        max-height: calc(100vh - var(--navbar-height));
        margin-top: -86px;
        position: sticky;
        top: calc(16px + var(--navbar-height));
        left: 0;
        z-index: 1;
    }

    .basic-page-wrapper section>div:first-child {
        padding-top: 102px;
    }

    .basic-page-wrapper .hexagon-heading-wrapper>h1 {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        position: relative;
        z-index: 1;
    }

    .basic-page-wrapper .hexagon-heading-wrapper>h1::after {
        content: '';
        width: 50%;
        height: calc(100% + 48px);
        position: absolute;
        top: -32px;
        left: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#F5F8F7), to(rgba(245, 248, 247, 0)));
        background: -o-linear-gradient(top, #F5F8F7 0%, rgba(245, 248, 247, 0) 100%);
        background: linear-gradient(180deg, #F5F8F7 0%, rgba(245, 248, 247, 0) 100%);
        z-index: -1;
    }

    .image-heading-wrapper img {
        max-width: 100%;
        position: absolute;
        top: 20%;
        right: 0;
    }

    .image-heading-wrapper {
        text-align: end;
    }
}

/* memberships */
.membership-column {
    width: min(100%, 370px);
    -webkit-box-shadow: var(--oscare-box-shadow-main);
    box-shadow: var(--oscare-box-shadow-main);
    background-color: #fff;
    border-radius: 10px;
}

.membership-column>div:not(:nth-last-child(2)) {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.membership-column>div:nth-last-child(2) {
    margin-bottom: 0.5rem;
}

.membership-column>button {
    margin-bottom: 1rem;
}

.membership-column.access>header {
    background-color: var(--osgo-green-main);
}

.membership-column.access>div:first-child>p {
    color: var(--osgo-green-main);
}

.membership-column.compliance>button {
    background: var(--osgo-blue-main);
}

.membership-column.compliance>header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: var(--osgo-blue-main);
}

.membership-column.compliance>header>img {
    position: absolute;
    top: 0;
    right: -8px;
    width: 150px;
}

.membership-column.compliance>div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.membership-column.compliance {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.membership-column.compliance>div>div:first-child>p {
    color: var(--osgo-blue-main);
}

.membership-column.student>button {
    background: var(--osgo-pink-main);
}

.membership-column.student>header {
    background-color: var(--osgo-pink-main);
}

.membership-column.student>div>div:first-child>p {
    color: var(--osgo-pink-main);
}

.plan-wrapper [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.plan-wrapper>label span,
.plan-wrapper>label div {
    background-color: #fff;
    color: var(--osgo-green-main);
    border: 1px solid var(--osgo-green-main);
    cursor: pointer;
}

.plan-wrapper>label:nth-child(1) span,
.plan-wrapper>label:nth-child(1) div {
    border-radius: 10px 0 0 10px;
}

.plan-wrapper>label:nth-child(2) span,
.plan-wrapper>label:nth-child(2) div {
    border-radius: 0 10px 10px 0;
}

.plan-wrapper [type=radio]:checked+span,
.plan-wrapper [type=radio]:checked+div {
    background-color: var(--osgo-green-main);
    color: #fff;
}

/* sign-up */
.sign-up-wrapper {
    max-width: min(100%, 600px);
}

/* mobile nav button */
.cart-btn-mobile {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
}

.cart-btn-mobile span,
.burger-btn-mobile span {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.cart-btn-mobile span {
    background-image: url("/static/images/icons/cart-alt-grey.svg");
}

.burger-btn-mobile[aria-expanded="true"] span {
    background-image: url("/static/images/icons/close-menu.svg");
}

.burger-btn-mobile[aria-expanded="false"] span {
    background-image: url("/static/images/icons/burger-menu.svg");
}


/**** megamenu  ***/
.megamenu-heading {
    font-weight: 800;
}

.megamenu-subheading {
    background: linear-gradient(to left, #1ce3e5, #15B7B9 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    padding-bottom: 0;
    margin-bottom: 0.25em;
    line-height: 30px;
}

.megamenu-span {
    color: #676767;
    min-height: 2em;
}

.megamenu-col-1 a:hover,
.megamenu-col-1 .desktop-nav-link:hover {
    background-color: #CAFFFE !important;
    text-decoration: none;

}

.megamenu-col-2 a:hover,
.megamenu-col-2 .desktop-nav-link:hover {
    background-color: #bcece9 !important;
    text-decoration: none;

}

.megamenu-col-3 a:hover,
.megamenu-col-3 .desktop-nav-link:hover {
    background-color: #caffe3 !important;
    text-decoration: none;
}

.megamenu-col-4 a:hover,
.megamenu-col-4 .desktop-nav-link:hover {
    background-color: #d5f3f2 !important;
}

.megamenu-underline {
    background: linear-gradient(to left, #1ce3e5, #15B7B9 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
}

.megamenu-image,
.megamenu-image img {
    width: 100%;
    height: auto;
}

.megamenu-mobile li {
    list-style: none;
}

.megamenu-mobile a,
.megamenu-mobile a:visited,
.megamenu-mobile a:focus,
.megamenu-mobile a:hover {
    text-decoration: none;
}

.megamenu-mobile a {
    transition: all 0.3s ease-out;
}

.megamenu-mobile a:active {
    background-color: #ebeaea;
}

.megamenu-mobile .heading {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--oscare-green-04);
    padding: 0.5rem 0.5rem 0;
}

.megamenu-mobile .subheading a {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--oscare-black_light);
    padding: 0.25rem 0 0.25rem 1.5rem;
    line-height: 150%;
}

.megamenu-mobile .subheading li a {
    font-size: 1.05rem;
    font-weight: 400;
    padding: 0.25rem 0 0.25rem 2rem;
    color: var(--oscare-black_off);
}
 
/* Styling for h1 */
.article-content h1 {
    font-family: 'LatoBold';
    font-size: 4.2em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: none;
    color: #0C6D90;
}

/* Styling for h2 */
.article-content h2 {
    font-family: 'LatoBold';
    font-size: 3.8em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: none;
    color: #0C6D90;
}

/* Styling for h3 */
.article-content h3 {
    font-family: 'ProximaNova', sans-serif;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: none;
    color: #187D8C;
}

/* Styling for h4 */
.article-content h4 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 38px;
    text-transform: none;
    color: #404040;
}

/* Styling for h5 */
.article-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 1.25em;
    /* Adjust size as needed */
    line-height: 1.6;
    /* Adjust line height for spacing */
    text-transform: none;
    /* Default, no transformation */
    margin-bottom: 0.4em;
}

/* Styling for h6 */
.article-content h6 {
    font-family: 'LatoRegular', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 1.125em;
    /* Adjust size as needed */
    line-height: 1.7;
    /* Adjust line height for spacing */
    text-transform: none;
    /* Default, no transformation */
    margin-bottom: 0.3em;
}

/* Styling for paragraphs */
.article-content p {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 1.08em;
    /* Adjust size as needed */
    line-height: 1.7;
    /* Adjust line height for spacing */
    text-transform: none;
    /* Default, no transformation */
    margin-bottom: 0.3em;
}
.article-content {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    /* Regular weight */
    font-size: 1.08em;
    /* Adjust size as needed */
    line-height: 1.7;
    /* Adjust line height for spacing */
    text-transform: none;
    /* Default, no transformation */
    margin-bottom: 0.3em;
}