/* 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_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-green-01: #099E9F;
    --oscare-green-02: #0F97A8;
    --oscare-green-03: #33A1AF;
    --oscare-green-04: #187D8C;
    --oscare-gray-02: #D2E4E4;
    --oscare-gray-03: #E3EBED;
    --oscare-gray-04: #D4ECEC;
    --osgo-white: #ffffff;
}

/* @font-face {
    font-family: 'Font Awesome 5 Free';
    
    src: url("../fonts/fa-solid-900.ttf") } */
/* general */
.main-btn {
    font-size: 18px;
    padding: 10px 25px 7px;
    border: none;
    border-radius: 10px;
    display: inline-block;
}

.color-light-gray {
    color: var(--light-gray)
}

.color-black-off {
    color: var(--oscare-black_off)
}

.color-black-light {
    color: var(--oscare-black_light)
}

.color-white {
    color: var(--osgo-white)
}

.color-dark-green {
    color: var(--oscare-green-02)
}

.color-standard {
    color: #212529;
}

.bg-orange {
    background-color: #ff531d;
}

.blue-banner {
    background-color: #bdcae5;
}

.green-banner {
    background-color: #61f4de;
}

.light-banner {
    background-color: #d2dbdb;
}

.sticky-text-back {
    position: sticky;
    position: -webkit-sticky;
    top: 15vh;
    left: 5vw;
    min-height: 10vh;
    font-size: clamp(96px, 12vw, 144px);
    font-weight: 800;
    letter-spacing: 1%;
    font-family: LatoBold;
}

.home-basic-p {
    font-size: 18px;
    max-width: min(100%, 440px);
}

.h4-main-oscare {
    font-size: clamp(28px, 3vw, 36px);
    line-height: clamp(32px, 4vw, 40px);
    font-weight: 500;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 575.98px) {
    .sticky-text-back {
        font-size: clamp(56px, 15vw, 96px);
    }

    .home-basic-p {
        font-size: 16px;
    }
}

/* main-nav */
.nav-main .login-btn {
    background: var(--oscare-green-04);
    color: var(--oscare-grey_light);
    padding: 8px 20px 5px;
}

.nav-main .join-btn {
    background: var(--oscare-blue-01);
    color: var(--oscare-black_off);
    padding: 9px 20px 4px;
}


#navbarText {
    flex-grow: unset !important;
}

#site-header .desktop-nav-link {
    font-size: clamp(16px, 3vw, 18px);
    line-height: 100%;
    padding: 2px 2px;
    color: var(--oscare-green-04);
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/** footer-nav */

.footer-link-text {
    color: #ffffff;
}

/* animations */
.fade-left,
.fade-right,
.fade-down,
.practice-managers,
.dental-teams {
    opacity: 0;
}

.fade-left {
    transform: translateX(-50px);
}

.fade-right {
    transform: translateX(50px);
}

.fade-down,
.practice-managers,
.dental-teams {
    transform: translateY(50px);
}

/* home-page */
.main-home {
    min-height: calc(100vh - 91px);
    overflow: hidden;
}

.main-home>div:first-child {
    background: radial-gradient(50% 50% at 50% 50%, rgba(21, 183, 185, 0.22) 0%, rgba(196, 196, 196, 0) 100%);
    position: relative;
    min-height: 260px;
}

.main-home>div:first-child>h1 {
    font-size: clamp(36px, 7vw, 72px);
    text-transform: none;
    letter-spacing: unset;
    line-height: clamp(40px, 8vw, 76px);
    position: relative;
    z-index: 2;
}

.main-home>div:first-child>h2 {
    font-size: clamp(32px, 6vw, 68px);
    text-transform: none;
    letter-spacing: 3px;
    line-height: clamp(36px, 7vw, 72px);
    color: var(--oscare-gray-04);
    position: absolute;
}

.main-home>div:first-child>h2:nth-child(2),
.main-home>div:first-child>h2:nth-child(4),
.main-home>div:first-child>h2:nth-child(6) {
    font-weight: 800;
}

.main-home>div:first-child>h2:nth-child(3),
.main-home>div:first-child>h2:nth-child(5),
.main-home>div:first-child>h2:nth-child(7) {
    font-weight: 200;
}

.main-home>div:first-child>h2:nth-child(2) {
    top: 10%;
    left: 15%;
}

.main-home>div:first-child>h2:nth-child(3) {
    top: 35%;
    left: 3%;
}

.main-home>div:first-child>h2:nth-child(4) {
    top: 60%;
    left: 30%;
}

.main-home>div:first-child>h2:nth-child(5) {
    top: 5%;
    left: 45%;
}

.main-home>div:first-child>h2:nth-child(6) {
    top: 23%;
    left: 82%;
}

.main-home>div:first-child>h2:nth-child(7) {
    top: 55%;
    left: 65%;
}

.main-home>div:last-child {
    flex: 1;
}

.main-home>div:last-child h3 {
    font-size: 48px;
    font-weight: 500;
}

.main-home>div:last-child div:first-child {
    background: var(--oscare-green-01);
}

.main-home>div:last-child div:first-child h3 {
    color: var(--oscare-blue-01);
}

.main-home>div:last-child div:first-child button {
    background: var(--oscare-blue-01);
}

.main-home>div:last-child div:first-child h3,
.main-home>div:last-child div:first-child p {
    position: relative;
    z-index: 10;
}

.main-home>div:last-child div:first-child>img {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    left: 1%;
}

.main-home>div:last-child div:last-child {
    background: var(--oscare-blue-01);
}

.main-home>div:last-child div:last-child h3 {
    color: var(--oscare-green-02);
}

.main-home>div:last-child div:last-child button {
    background: var(--oscare-green-02);
}

.main-home>div:last-child div:last-child h3,
.main-home>div:last-child div:last-child p {
    position: relative;
    z-index: 10;
}

.main-home>div:last-child div:last-child>img {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    .main-home>div:last-child>div>h3 {
        font-size: 28px;
    }

    .main-home>div:last-child>div>p {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .main-home>div:first-child>h2:nth-child(2) {
        top: 18%;
        left: 8%;
    }

    .main-home>div:first-child>h2:nth-child(3) {
        top: 43%;
        left: 0%;
    }

    .main-home>div:first-child>h2:nth-child(4) {
        top: 75%;
        left: 25%;
    }

    .main-home>div:first-child>h2:nth-child(5) {
        top: 10%;
        left: 40%;
    }

    .main-home>div:first-child>h2:nth-child(6) {
        top: 28%;
        left: 65%;
    }

    .main-home>div:first-child>h2:nth-child(7) {
        top: 65%;
        left: 50%;
    }
}

/* main-education */
.main-education {
    background: var(--light-gray);
}

.main-education>div>div:first-child {
    color: var(--oscare-gray-02);
}

.main-education>div>div:nth-child(2) button {
    background: var(--oscare-blue);
}

.main-education>div>div:nth-child(2) {
    position: relative;
    top: -5vh;
}

.main-education>div>div:nth-child(2) {
    margin-top: -3vh;
}

/* education-sub */
.education-sub {
    position: relative;
}

.education-sub>div {
    background: var(--oscare-gray-03);
    border-radius: 30px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.education-sub::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    background: var(--oscare-green-04);
}

.education-sub>div>div header {
    text-align: center;
}

.education-sub>div>div header>img {
    height: clamp(180px, 25vw, 280px);
    width: auto;
}

.education-sub>div>div h6 {
    line-height: 24px;
}

.education-sub .report-component-wrapper {
    min-height: 263px;
    transform: scale(1.2);
}

#report-animation-component {
    max-height: 263px;
    height: 0;
    opacity: 0;
}

@media (max-width: 575.98px) {
    .education-sub>div>div header {
        max-width: 256px;
    }
}

@media (max-width: 991.98px) {
    .education-sub .report-component-wrapper {
        min-height: 180px;

    }

    #report-animation-component {
        max-height: 180px;
    }
}

/* marketing-main */
.marketing-main {
    background: var(--oscare-green-04);
}

.marketing-main>div:first-child {
    color: var(--oscare-green-03);
}

.marketing-main>div>div:nth-child(2) button {
    background: var(--oscare-blue_light);
}

/* compliance-main */
.compliance-main {
    background: #f7f7f7;
}

.compliance-main>div {
    z-index: 10;
}

.compliance-main>div .whats-new {
    z-index: -1;
}

.compliance-main>div>div:first-child {
    color: #b1e9e8;
}

.compliance-main>div>div:nth-child(2) {
    margin-top: -25px;
}

.compliance-main>div>div:nth-child(2) button {
    background: var(--oscare-blue_dark);
}

.compliance-main-tabs {
    overflow-x: hidden;
}

.compliance-main-tabs>div {
    border-radius: 30px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
    background: var(--oscare-blue-03);
    position: relative;
    z-index: 2;
    width: 70%;
}

.compliance-main-tabs>div:not(:first-child) {
    margin-top: -30px;
}

@media (max-width: 575.98px) {
    .compliance-main-tabs>div {
        width: 100%;
    }

    .compliance-main-tabs>div img {
        max-height: 180px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .compliance-main-tabs>div {
        width: 90%;
    }

    .compliance-main-tabs>div img {
        max-height: 180px;
    }
}

/* shop-main */
.shop-main>div>div:first-child {
    color: var(--oscare-gray-02);
}

.shop-main>div>div:last-child button {
    background: var(--oscare-blue);
}

.shop-main>div>div:last-child {
    margin-top: -30px;
}

/* osgo home components */

.home-wide-row {
    border-radius: 40px;
}

.save-main-tabs {
    overflow-x: hidden;
}

.save-main-tabs>div {
    border-radius: 30px;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.25);
    background: var(--oscare-blue-03);
    position: relative;
    z-index: 2;
    width: 70%;
}

.save-main-tabs>div:not(:first-child) {
    margin-top: -30px;
}

@media (max-width: 575.98px) {
    .save-main-tabs>div {
        width: 100%;
    }

    .save-main-tabs>div img {
        max-height: 180px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .save-main-tabs>div {
        width: 90%;
    }

    .save-main-tabs>div img {
        max-height: 180px;
    }
}

/* visting-user-content*/

.visitor-title {
    min-height: 10vh;
    font-size: clamp(72px, 9vw, 108px);
    font-weight: 800;
    letter-spacing: 1%;
}

@media (max-width: 575.98px) {
    .visitor-title {
        font-size: clamp(56px, 15vw, 96px);
    }
}

.visitor-list-heading {
    min-height: 8vh;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    letter-spacing: 1%;
}

@media (max-width: 575.98px) {
    .visitor-list-heading {
        font-size: clamp(38px, 10vw, 64px);
    }
}

.vistor-list-item {
    border-radius: 15px;
    background: var(--oscare-blue-02);
}

.visitor-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.visitor-container-alt {
    background: var(--oscare-blue-03);
    overflow-wrap: break-word;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1201px) {
    .vistor-list-container-alt {
        max-width: 1200px;
    }
}

.visitor-display-image img {
    max-width: 80%;
    height: auto;
}

@media (max-width: 1199px) {
    .visitor-display-image {
        width: 200px;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* our-store*/

.our-store-card {
    height: 250px;
    background-color: #fff;
    border-radius: 30px;
}

.our-store-card img {
    width: 100%;
    height: 200px;
    display: block;
}

.our-store-product-text h4 {
    display: block;
    font-family: "Hind Guntur";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 22px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
}

/* dashboard */
.permission-togglers-wrapper {
    min-width: 450px;
}

.homedealimg {
    max-width: 300px;
    height: auto;
}

/* academy */
/* Academy */
.article a,
.academy a {
    color: inherit;
}

.article h1 {
    text-transform: none;
    line-height: 1em;
    font-size: 3.6em;
    font-weight: 800;
    letter-spacing: 0;

}

.article h3 {
    text-transform: none;
    line-height: 1em;
}

@media screen and (max-width: 768px) {
    .article h1 {
        font-size: 2em;
    }

    .article h3 {
        font-size: 0.7em;
    }

    .oversized {
        display: none;
    }
}

.article a:hover,
.academy a:hover {
    text-decoration: none;
}

.academy .sub-card .card-base,
.academy .main-card,
.academy .default-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academy .sub-card .card-base:hover,
.academy .main-card:hover,
.academy .default-card:hover {
    transform: translateY(-5px);
    box-shadow: rgb(60 64 67 / 30%) 0px 3px 5px 0px,
        rgb(60 64 67 / 15%) 0px 3px 6px 3px;
}


.academy-hero .card-wrapper {
    position: relative;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    z-index: 2;
}

.academy-hero .image-wrapper {
    position: relative;
    z-index: 1;
    max-height: 280px;
    width: 100%;
}

.academy-hero .hero-card {
    z-index: 2;
    width: 100%;
    max-width: 700px;
}

.academy-hero .hero-card h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    line-height: clamp(1.75rem, 5vw, 3.25rem);
}

.academy-hero ul::after {
    content: '';
    background-color: var(--oscare-green-04);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
}

.academy-hero .sub-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 320px);
    justify-content: center;
}


.academy .sub-card {
    width: min(100%, 320px);
    z-index: 1;
}

.academy .sub-card h3 {
    letter-spacing: unset;
}

.academy .sub-card img {
    object-fit: cover;
}

.newsletter-subscribe input,
.article-banner-card input,
details.action input {
    border: 0;
    background-color: var(--oscare-gray-04);
    border-radius: 10px;
    padding: 0.25rem 0.5rem;
}

.article-banner-card input,
details.action input {
    background-color: var(--oscare-gray-02);
}

.article-banner-card {
    border-radius: 8px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.academy .main-card {
    max-width: 500px;
}

.academy .main-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy .default-card {
    max-width: 270px;
}

.academy .latest {
    background-color: var(--oscare-green-04);
    position: relative;
}

.academy .default-card img {
    width: 270px;
    height: 220px;
    object-fit: cover;
}

.default-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    justify-content: center;
}

.academy .swiper-slide-visible {
    position: relative;
}

.academy .swiper-slide {
    opacity: 1 !important;
}

.academy .swiper-slide {
    opacity: 1 !important;
}

.academy .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.academy .carousel-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    width: fit-content !important;
}

.academy .swiper-pagination-bullet-active {
    background-color: var(--oscare-green-03);
}

.academy .swiper-button-disabled {
    opacity: 0;
}

.academy .card-wrapper {
    margin-bottom: -30px;
}


.article-header {
    background-color: #89d9cc;
}

.article-button-one {
    background-color: #6DD0C0;
    font-weight: 600;
}

.article-button-one:hover {
    background-color: #f8d239;
    transform: scale(1.05);
    transition: 0.2s;
}

.article-button-two {
    background-color: #f8d239;
    font-weight: 600;
}

.article-button-two:hover {
    background-color: #6DD0C0;
    transform: scale(1.05);
    transition: 0.2s;
}

@media screen and (min-width: 768px) {
    .academy-hero .sub-card .details {
        flex-direction: column;
    }

    .academy-hero .sub-card .details>div {
        display: none;
    }

    .academy-hero .card-wrapper .card-base {
        min-width: 450px;
    }
}

@media screen and (min-width: 992px) {
    .academy-hero>div {
        margin-bottom: 7%;
    }

    .academy-hero .card-wrapper {
        bottom: unset;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        margin-bottom: unset;
    }

    .academy-hero .image-wrapper {
        z-index: 1;
        max-height: 600px;
        width: auto;
        flex: 1;
    }

    .academy-hero .hero-card {
        position: relative;
        top: 13%;
        left: 13%;
        width: min(100%, 700px);
        z-index: 2;
    }
}

@media screen and (min-width: 1200px) {
    .academy-hero .sub-card .details {
        flex-direction: row;
    }

    .academy-hero .sub-card .details>div {
        display: block;
    }

    .academy-hero>div {
        margin-bottom: 5%;
    }

    .academy-hero .card-wrapper {
        position: unset;
    }

    .academy-hero .swiper-slide {
        position: relative;
    }

    .academy-hero .hero-card {
        position: absolute;
        top: 50%;
        left: unset;
        right: 45vw;
        transform: translateY(-50%);
        z-index: 2;
        width: min(50vw, 700px);
    }
}

.area-wysiwyg p {
    font-size: 18px;
    line-height: 1.6;
}

/*** blocks ***/

.speech-bubble {
    background-color: #f2f2f2;
    color: black;
    font-weight: bold;
    box-shadow: 0px -6px 10px rgba(255, 255, 255, 1), 0px 4px 25px rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
    line-height: 2;
    border-radius: 5px;
    padding: 2px 20px;
    margin-top: 60px;
}

.speech-bubble:nth-child(1) {
    border-left: 10px solid #6DD0C0;
}

.speech-bubble:nth-child(1):after {
    content: '';
    display: block;
    position: relative;
    margin-top: -40px;
    padding-top: 0px;
    bottom: -30px;
    left: 20px;
    border-width: 30px 0 0 30px;
    border-style: solid;
    border-color: #f2f2f2 transparent;
    width: 2px;
    border-radius: 0 0 40px 0;
}

.mini-card {
    background-color: #f2f2f2;
    height: 200px;
    max-width: 280px;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #d2dbdb;
}

.feature-banner-card {
    border-radius: 8px;
}

.feature-banner-card .oscare-btn {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: large 1.3em;
    color: #fff;
}

.orange-bg-main {
    background-color: #ff930F
}

.orange-bg-alt {
    background-color: #FFF95B
}

.purple-bg-main {
    background-color: #7c65A9;
}

.purple-bg-alt {
    background-color: #96D4CA;
}

.green-bg-main {
    background-color: #8de9d5;
}

.green-bg-alt {
    background-color: #32c4c0
}

.blue-bg-main {
    background-color: #6e78ff
}

.blue-bg-alt {
    background-color: #61f4de
}

.list-container {
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 4px 4px 0 2px #4F4C4C;
    min-height: 400px;
}

.list-container-sm {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.list-container-md {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.list-container-lg {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.list-container h2 {
    font-weight: 700;
    line-height: 1.3em;
}

.list-container h4 {
    color: #0F97A8;
    font-weight: 700;
    line-height: 1.1em;
}

.list-container h6 {
    color: #4F4C4C;
    line-height: 1.1em;
}

.list-container ul {
    font-size: 1.4em;
}

.ticks ul li:before {
    content: "\f058";
    color: #187D8C;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.ticks ul {
    list-style: none;
}

.plus ul li:before {
    content: "\f067";
    color: #187D8C;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.plus ul {
    list-style: none;
}

.dots ul li:before {
    content: "\f192";
    color: #187D8C;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

.dots ul {
    list-style: none;
}

.mini-image-card {
    background-color: #f2f2f2;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #d2dbdb;
}

.rounded-image {
    border-radius: 16px;
}

.col-padding-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

a.no-a-attributes {
    color: inherit;
    text-decoration: none;
}

a.no-a-attributes:hover {
    text-decoration: none;
    color: inherit;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media screen and (min-width: 767px) {
.full-width-desktop-only {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}}

.top-left-highlight {
    box-shadow: -30px -20px 0 0 #2fbfd2;
}

.more {
    display: inline-block;
    text-align: left;
}

.wysiwyg-container h1 {
    text-transform: none;
    line-height: 1em;
    font-size: 3.6em;
    font-weight: 800;
    letter-spacing: 0;
}

.wysiwyg-container h1 strong,
.wysiwyg-container h2 strong,
.wysiwyg-container h3 strong,
.wysiwyg-container h4 strong,
.wysiwyg-container h5 strong,
.wysiwyg-container h6 strong {
    color: #0F97A8 !important;
}

.wysiwyg-container h1 em,
.wysiwyg-container h2 em,
.wysiwyg-container h3 em,
.wysiwyg-container h4 em,
.wysiwyg-container h5 em,
.wysiwyg-container h6 em {
    color: #f8d239 !important;
    font-style: inherit;
}

/*** hero six ***/
.hero-six-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 260px;
    overflow: hidden;
}

.hero-six-wrapper>.content-box {
    margin: -2rem 1rem 0;
    position: relative;
    z-index: 1;
}

.border-radius-15 {
    border-radius: 15px;
}

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

    .hero-six-wrapper {
        display: block;
    }

    .hero-six-wrapper>.content-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 70%;
        margin: 0;
    }

    .half-container {
        max-width: calc(720px/2);
    }
}

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

    .half-container {
        max-width: calc(992px/2);
    }

}

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

    .hero-six-wrapper>.content-box {
        max-width: 50%;
    }

    .half-container {
        max-width: calc(1140px/2);
    }

}

/** waves **/
.transition-waves {
    height: 90px;
}

.wave-svg-one {
    background: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/light-wave.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.wave-svg-two {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/light-wave-top.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.wave-svg-three {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/light-wave-top2.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.wave-svg-four {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/light-wave-top3.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.wave-dark-svg-one {
    background: url("https: //osgo pimcore .s 3eu west -2amazonaws .com/assets/Uploads/Website% 20Assets /Waves/dark wave top;.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.wave-dark-svg-two {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/dark-wave-top2.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.wave-dark-svg-three {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/dark-wave-top3.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.wave-dark-svg-four {
    background-image: url("https://osgo-pimcore.s3.eu-west-2.amazonaws.com/assets/Uploads/Website%20Assets/Waves/dark-wave-top.svg#svgView(preserveAspectRatio(none))");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.home-alt-section {
    background-color: #187D8C;
    color: #fff;
    border-radius: 30px;
}


.home-standard-section img {
    max-height: 400px;
    width: auto;
}

.home-standard-section {
    min-height: 520px;
}

.home-tertiary-section {
    min-height: 340px !important;
}

.home-standard-section .home-join-osgo-btn {
    background-color: #099E9F;
    color: #fff;
}

/* General font family for all text elements */
.home-standard-section body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Styling for h1 */
.home-standard-section h1, .home-mini-section 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 */
.home-standard-section h2, .home-mini-section 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;
}

.home-standard-section .home-alt-section h2 {
    color: #fff;
}

/* Styling for h3 */
.home-standard-section h3, .home-mini-section h3 {
    font-family: 'LatoBold';
    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 */
.home-standard-section h4, .home-mini-section h4 {
    font-family: 'LatoRegular';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 38px;
    text-transform: none;
    color: #404040;
}

/* Styling for h5 */
.home-standard-section h5, .home-mini-section h5 {
    font-family: 'LatoLight';
    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 */
.home-standard-section h6, .home-mini-section h6 {
    font-family: 'LatoRegular';
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.7;
    text-transform: none;
    margin-bottom: 0.3em;
}

/* Styling for paragraphs */
.home-standard-section p, .home-mini-section p {
    font-family: 'LatoLight';
    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;
}
@media screen and (max-width: 768px) {
    .home-standard-section h1{
    font-family: 'LatoBold';
    font-size: 3.2em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.1em;
    text-transform: none;
    color: #0C6D90;
    } 
    .home-standard-section h2, .home-mini-section h2 {
        font-family: 'LatoBold';
        font-size: 2.8em;
        font-style: normal;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.1em;
        text-transform: none;
        color: #0C6D90;
    }
}
.home-standard-section .divider {
    color: #0C6D90;
    border-bottom: 8px;
    border-bottom-style: solid;
    width: 40%;
}

.home-standard-section .overlapped, .overlapped {
    position: relative;
}

.home-standard-section .overlapee {
    position: absolute;
    right: 6%;
    z-index: 1;
    top: 10%;
    opacity: 62%;
}
.overlapee{
    position: absolute;
    right: 1%;
    z-index: 1;
    top: 1%;
    opacity: 62%;
}
.home-standard-section .overlapee-alt  {
    position: absolute;
    left: -6%;
    z-index: 1;
    top: 10%;
    opacity: 62%;
}
.overlapee-alt{
    position: absolute;
    left: -1%;
    z-index: 1;
    top: 1%;
    opacity: 62%; 
}

.home-double-section body {
    font-family: 'LatoLight', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Styling for h1 */
.home-double-section 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 */
.home-double-section 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 */
.home-double-section 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 */
.home-double-section 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 */
.home-double-sectionn 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 */
.home-double-section 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 */
.home-double-section 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;
}

.home-mid-section {
    background-color: #0C6D90;
    color: #fff;
}

.home-mid-section.home-double-section h2 {
    color: #fff;
}
.home-mid-section.home-double-section h3 {
    color: #fff;
}
.logo-container {
    overflow: hidden;
}

.logo-container img {
    max-width: 200px;
    height: auto;
    padding: 0 20px;
}
.logo-container.l-img img {
    max-width: 250px;
    height: auto;
    padding: 0 20px;
}

.logo-container .slider {
    animation: slidein 50s linear infinite;
    white-space: nowrap;
}

.logo-container .slider .logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}

.logo-container .slider .logos .fab {
    width: calc(100% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.tick-grouping i {
    color:#0f556f;
}
i .tick-grouping {
    color:#099E9F;
}


@keyframes slidein {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@property --members {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}


.countup {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    opacity: 0;
}

.countup--is-visible {
    opacity: 1;
    /* show countup once JS has been initialized */
}

.cd-sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.count-image img {
    max-height: 240px;
    width: auto;
}

.hover-card {
    height: 360px;
    /* width: 340px; */
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: none;
}

@media screen and (max-width: 768px) {
    .hover-card {
        margin-bottom: 20px;
    }

    .hover-card:hover h6 {
        transition: transform 0.4s ease-in-out, opacity 0.15s ease;
        opacity: 1;
        transform: translateX(-500px);
    }
}

.hover-card:hover {
    transform: scale(1.03);
}

.hover-card img {
    transition: transform 0.4s ease-in-out, opacity 0.15s ease;
    opacity: 1;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 16px 16px;
}

.hover-card:hover img {
    /* opacity:0; */
    transform: translateX(-500px);
}

a.hover-card {
    color: inherit;
    text-decoration: none;
}

a.hover-card:hover {
    text-decoration: none;
    color: inherit;
}

.hover-card h4 {
    text-transform: uppercase;
    font-family: 'LatoBold';
}

.hover-card p {
    transform: translateX(500px);
    /* opacity: 0; */
    font-family: 'LatoRegular';
    transition: all 0.4s ease-in-out;
    font-size: 1.05em;
}
.hover-card .hover-card-more{
    transform: translateX(500px);
    position: absolute;
    bottom: 30px;
    right:15px;
    transition: all 0.4s ease-in-out;

}

.hover-card:hover p {
    opacity: 1;
    transform: translateY(0px);
    display: block;
}
.hover-card:hover .hover-card-more{
    opacity: 1;
    transform: translateY(0px);
    display: block;
}

.hover-card-alt {
    height: 360px;
    /* width: 340px; */
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    border: none;
}

@media screen and (max-width: 768px) {
    .hover-card-alt {
        margin-bottom: 20px;
    }

    .hover-card-alt:hover h6 {
        transition: transform 0.4s ease-in-out, opacity 0.15s ease;
        opacity: 1;
        transform: translateX(-500px);
    }
}

.hover-card-alt:hover {
    transform: scale(1.03);
}

.hover-card-alt img {
    transition: 0.4s ease-in-out;
    opacity: 1;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 16px 16px;
    height: 100%;
    filter: brightness(30%)
}

.hover-card-alt:hover img {
    /* opacity:0; */
    filter: blur(5px) brightness(30%) grayscale(0.2);
    /* opacity:(0.5); */
}

a.hover-card-alt {
    color: inherit;
    text-decoration: none;
}

a.hover-card-alt:hover {
    text-decoration: none;
    color: inherit;
}

.hover-card-alt h4 {
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
}

.hover-card-alt h6, .hover-card-alt, .hover-card-alt .hover-card-more {
    z-index: 2;
    color: #fff;
}

.home-standard-section .hover-card-alt .divider {
    z-index: 2;
    color: #58bde2;
}

.hover-card-alt p {
    transform: translateX(500px);
    /* opacity: 0; */
    font-family: 'LatoRegular';
    transition: all 0.4s ease-in-out;
    color:#fff;
    font-size: 1.05em;
}
.hover-card-alt .hover-card-more{
    transform: translateX(500px);
    position: absolute;
    bottom: 30px;
    right:15px;
    transition: all 0.4s ease-in-out;

}

.hover-card-alt:hover p {
    opacity: 1;
    transform: translateY(0px);
    display: block;
}
.hover-card-alt:hover .hover-card-more{
    opacity: 1;
    transform: translateY(0px);
    display: block;
}
/* 
.hover-card-alt p {
    transform: translateX(500px);
    opacity: 0;
    font-family: Raleway, serif;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 30px;
    color: #fff;
}*/

.hover-card-alt:hover p {
    opacity: 1;
    transform: translateY(0px);
    display: block;
} */

.transition-background {
    /* background-image: url(/static/images/home/background-blob.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat; */
    background-color: #17a2b8;
    border-radius: 30px;
}

.transition-background h3 {
    color: #fff;
}

.video-container {
    border-radius: 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all ease-in-out 0.3s;
}

.video-container:hover {
    transform: scale(1.03);
}

.video-container video {
    width: 100%;
    display: block;
    transition: filter 0.3s ease-in-out;
}

.video-container:hover video {
    filter: brightness(70%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    cursor: url(/static/images/icons/video-play.png), auto;

}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(8, 189, 163);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
    z-index: 3;
    display: none;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.hidden {
    display: none;
}

.home-page-wrapper-alt {
    background-color: #d4f3eb;
}
.home-page-wrapper-fix {
    overflow:hidden;
    /*** TODO this is an absolute hack, maybe fix */
}

.off-green-bg {
    background-color: #eefbf8;
}

.front-standard-image {
    border-radius: 30px;
}

.scroll-image-holder {
    height: 100%;
}

.scroll-image-item {
    position: sticky;
    top: 250px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.scroll-image-item.active {
    opacity: 1;
}

.visitor-image img {
    border-radius: 16px;

}
@media only screen and (min-width: 767px) {
    .visitor-image img {
        height: 500px;
        width: auto;
    }
}

.features-card {
    border-radius: 16px;
    transition: 0.1s ease-in-out;
    border: none;
}

.features-card:hover {
    filter: brightness(80%);
    transform: scale(1.03);
}

.features-card h6,
.home-double-section.features-card h6 {
    color: #187D8C;
    font-weight: 500;
    font-size: 1.2em;
}

/* .templates-bg {
    background-image: url(/static/images/visitor-pages/templates/hexagon.png);
    background-size: 100% auto;
    background-position: top right;
    background-repeat: no-repeat;
} */

.sticky-left-section {
    height: 100vh;
}

.sticky-right-section {
    position: sticky;
    top: 0;
    height: 100vh;
}

.sticky-right-section img {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.sticky-right-section.active img {
    display: block;
}

.sticky-scroll-text-group {
    min-height: 600px
}

.marketing-steps-image,
.scroll-image-item {
    border-radius: 16px;
    box-shadow: 30px -20px 0 0 #2fbfd2;
    filter: brightness(95%);
}

.background-stepper {
    background: linear-gradient(180deg, rgb(16, 21, 23) 50%, rgb(255, 255, 255) 50%)
}

.background-stepper-card {
    width: 80%;
    min-height: 300px;
}

.home-page_cards-wrapper {
    overflow: auto;
    max-height: 400px;
    border-radius:16px;
    background-color:#fff;
    scrollbar-width: thin
}
.home-page-greeting {
    font-size: 2.4em;
  }
  
  .home-page-subtitle {
    font-size: 1.4em;
    line-height: 1.2;
  }
  .home-page-deal-card{
    border-radius:16px;
  }
  .home-link, .home-link h3{
    color: #0C6D90;
  position: relative;
  text-decoration: none;
  margin-bottom:5px;
  display: inline-block;
  transition: transform .4s ease-in-out;
  transform-origin: left bottom;
  }
  .home-link a:hover{
    text-decoration: none;
    color: #0f556f;
  }
  .home-link:hover{
    transform: scale(1.03);
    transform-origin: left bottom;
  }
  .home-link::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #0C6D90;
    bottom:-8px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .4s ease-in-out;
  }
  
  .home-link:hover::before{
    transform-origin: left;
    transform: scaleX(1);
  }
.key-point-block{
    background-color:#fff;
    border-radius:16px;
}

  .key-point-image{
    height:60px;
    width:auto;
    display:inline-block;
}
.key-point-card-mobile-image, .key-point-card-mobile-image {
    width:70%;
    height:auto; 
}
.key-point-textblock{
    display:inline-block;
    text-align:left;
}
.key-point-card{
    background-color:#fff;
    border-radius:16px;
}
.key-point-card-image{
    height: 160px;
    width:auto;
    display:inline-block;
}
.key-point-card-title{
    color:#187D8C;
}
.testimonial-card{
    background-color:#fff;
    border-radius:16px;
    max-width:1000px;
    border-style:solid;
    border-width:2px;
    border-color:#f7f7f7;
}

  .testimonial-image{
    height:90px;
    width:auto;
    display:inline-block;
}
.testimonial-textblock{
    display:inline-block;
    text-align:left;
    position:relative;
}
.testimonial-owner{
    color:#006a67 !important;
    font-weight:600 !important;
}
.testimonial-textblock:before,
.testimonial-textblock:after {
	position: absolute;
	color: #32c4c0;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

/* .testimonial-text:before {
	content: '“';
	left: -5px;
	top: -1rem;
} */
.testimonial-textblock:after {
	content: '”';
	right: -15px;
    top: -10px;
}
.membership-column > header h2{
    color:#fff;
}

/* .join-now-card{
    background-color:#fff;
    border-radius:30px;
    max-width:1000px;
}
.join-now-topper{
background-color: var(--osgo-blue-main);
border-radius: 30px 30px 0 0;

}
.join-now-topper-text {
    font-family: LatoBold !important;
    color: #fff !important;
}
.join-now-list i{
    padding:5px;
    border-radius: 50%;
    background-color:#fff;
    color:#15B7B9;
} */