/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Seaweed+Script');
@font-face {
    font-family: 'Geologica';
    src: url('/wp-content/plugins/cd-community-plugin-main/assets/fonts/Geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf') format('truetype');
    font-style: normal;
}
/**
* Global
**/
body {
    font-family: var(--primary-font);
    color: var(--text-color);
    font-variation-settings: "slnt" 0, "CRSV" 0.5, "SHRP" 0;
}
body:not(.page-template) svg > path[stroke] {
    stroke: #39106D;
}
body:not(.page-template) svg > path[fill] {
    fill: #39106D;
}
body:not(.page-template) a.share_email svg > path[stroke], 
body:not(.page-template) a.copy-link svg > path[stroke],
body:not(.page-template) .account__menu-list > li > a > svg > path[stroke] {
    stroke: var(--secondary-text-color);
}
body:not(.page-template) .account__menu-list > li > a > svg > path[fill] {
    fill: var(--secondary-text-color);
}
table.table-billing {
    font-family: var(--secondary-font);
    margin: 0;
    border-collapse: unset;
}
.table-billing-wrapper {
    border: 1px solid #e0e0e0;
}
table.table-billing tr th {
    color: #39106D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px;
}
table.table-billing tr td {
    color: var(--primary-color-hover);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px;
    border: 0;
    border-left: 1px solid #e0e0e0;
}
table.table-billing tr th {
    border: 1px solid #e0e0e0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}
table.table-billing tr:last-child td {
    border-bottom: 0;
}
table.table-billing tr th:last-child, table.table-billing tr td:last-child {
    border-right: 0 !important;
}
table.table-billing tr th:first-child, table.table-billing tr td:first-child {
    border-left: 0 !important;
}
table.table-billing tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: var(--accent-color-hover);
}
table.table-billing tbody tr:hover>td, table tbody tr:hover>th {
    background-color: var(--accent-color-hover);
}
table.table-billing a:hover {
    text-decoration: underline;
}
div#stripe-billing-loader {
    font-size: 14px;
    font-weight: 200;
    margin-top: 20px;
}
table.table-billing .link-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
table.table-billing .link-wrapper > a {
    display: flex;
}
table.table-billing a > svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}
ul {
    list-style: none;
    padding: 0;
}
.single-account-wrapper.jobs ul {
    list-style: disc;
    padding-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.02em;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
.mobile {
    display: none;
}
a {
    color: var(--primary-color);
}
.comments-area a, .page-content a, a {
    text-decoration: none;
}
ul.banner-tags {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
ul.banner-tags li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 24px;
    gap: 8px;
    background: #F4EDF7;
    border-radius: 40px;
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
section p {
    white-space: break-spaces;
    white-space-collapse: preserve-breaks;
}
.breaks {
    white-space-collapse: preserve-breaks;
}
.default:not(ul) {
    background-color: #EADDF0;
}
.fc-default {
    color: var(--text-color) !important;
}
.cyan {
    color: #0A9DAD;
}
.orange {
    color: #E08216;
}
.purple {
    color: var(--primary-color-hover);;
}
.pink {
    color: #FF69A2;
}
.pink-light {
    color: var(--secondary-color);
}
.white {
    color: #ffffff;
}
.yellow {
    color: #FCC360;
}
.grey {
    color: #E8EBED;
}
.fc-neutral {
    color: #373948;
}
.bg-pink {
    background-color: var(--secondary-color);
}
.bg-pink:hover {
    background-color: var(--secondary-color-hover);
}
.bg-primary {
    background-color: var(--primary-color);
}
.bg-primary:hover,
.bg-primary:focus {
    background-color: var(--primary-color-hover);;
}
.bg-secondary {
    background-color: var(--secondary-color);
}
.bg-secondary:hover,
.bg-secondary:focus {
    background-color: var(--secondary-color-hover);;
}
.bg-peach {
    background-color: #FFFAE8;
}
.bg-peach-dark {
    background-color: #FFF0C7;
}
.bg-pink-light {
    background-color: var(--accent-color-hover);
}
.bg-blue-light {
    background-color: #E3F9FA;
}
.instrument {
    font-family: var(--secondary-font);
}
.button-anchor {
    padding: 14px 32px;
    border-radius: 120px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
}
.button-anchor:hover {
    color: #ffffff;
}
.button-transparent {
    color: var(--primary-color);
    padding: 14px 32px;
    border: 1.5px solid var(--primary-color);
    border-radius: 120px;
    background-color: transparent;
}
.button-transparent:hover,
.button-transparent:focus {
    background-color: var(--primary-color);
    color: #FFFFFF;
}
.button-anchor.full {
    width: 100%;
}
.t-none {
    text-transform: none !important;
}
.t-decor {
    text-decoration: none !important;
}
.t-decor-und {
    text-decoration: underline !important;
}
.btn-light {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.seaweed {
    font-family: 'Seaweed Script';
}
.f-light {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.f-medium {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.font-14 {
    font-size: 14px;
    line-height: 20px;
}
.f-light-semi-bold {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.f-color-purple {
    color: #EADDF0;
}
.f-color-neutral {
    color: var(--secondary-text-color);
}
.f-color-neutral-grey {
    color: #E8EBED;
}
.f-color-purple-link {
    color: var(--primary-color);
}
.text-center {
    text-align: center;
}
.strong {
    font-weight: 700;
}
.j-center {
    justify-content: center;
}
.item-center {
    align-items: center;
}
.f-column {
    display: flex;
    flex-direction: column;
}
.btn-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
}
.section {
    padding-top: 120px;    
    padding-bottom: 120px;    
}
.section .sec-row {
    display: flex;
}
.sec-row {
    gap: 64px;
}
.container {
    margin: 0 auto;
}
.img-wrapper {
    display: flex;
}
ul.card-wrap {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.card-wrap li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border-radius: 12px;
}
.card-wrap.section-bg-purple li {
    background: linear-gradient(180deg, rgba(109, 63, 153, 0.2) -9.34%, rgba(18, 3, 48, 0.2) 100%);
}
.wrapper-purple {
    background-color: #1B0642;
}
.mt-0 {
    margin-top: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-56 {
    margin-top: 56px;
}
.mb-56 {
    margin-bottom: 56px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mt-24 {
    margin-top: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mt-8 {
    margin-top: 8px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mt-4 {
    margin-top: 4px;
}
.mb-4 {
    margin-bottom: 4px;
}
.mt-12 {
    margin-top: 12px;
}
.mb-12 {
    margin-bottom: 12px;
}
.pt-0 {
    padding-top: 0px;
}
.pb-0 {
    padding-bottom: 0px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-96 {
    padding-top: 96px;
}
.pb-96 {
    padding-bottom: 96px;
}
.pt-24 {
    padding-top: 24px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pt-56 {
    padding-top: 56px;
}
.pb-56 {
    padding-bottom: 56px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-32 {
    padding-top: 32px;
}
.pb-32 {
    padding-bottom: 32px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.mb-64 {
    margin-bottom: 64px;
}
.mt-64 {
    margin-top: 64px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mt-32 {
    margin-top: 32px;
}
.trans-white {
    background: rgba(255, 255, 255, 0.2);
}
a.btn-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
}
body:not(.woocommerce-page) main#content,
body.page-template:not(.woocommerce-page) main#content {
    padding-top: 56px;
    padding-bottom: 80px;
}
body:not(.woocommerce-page):has(> .header-wrapper.sticky) main#content,
body.page-template:not(.woocommerce-page):has(> .header-wrapper.sticky) main#content {
    padding-top: 132px;
}
.divider-hr {
    width: 100%;
    height: 0px;
    border-bottom: 1px solid #E8EBED;
}
.border {
    height: 100%;
    border-left: 1px solid #E8EBED;
}
.has-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}
.break {
    white-space: break-spaces;
}
.page-section h1.page-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}
.page-section h2.page-sub-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}
.page-section h3.page-sub-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
h1.heading {
    font-size: 72px;
    line-height: 80px;
}
h2.heading {
    font-size: 52px;
    line-height: 64px;
}
h2.heading-label {
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
}
.modal-heading {
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
}
.sub-title-heading {
    font-size: 24px;
    line-height: 32px;
    display: block;
}
.sub-heading-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.sub-heading {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #363844;
}
.section-wrapper {
    position: relative;
    overflow: hidden;
}
.section-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 234px;
    background: url(../images/banner-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.section-wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 482px;
    background: url(../images/banner-bot.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
}
/**
* Cookie
**/
div#enzuzo-modal-wrap {
    overflow: auto;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-cookie-modal {
    width: 100%;
    max-width: 800px;
    margin: 32px 0;
    position: relative;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-cookie-modal {
    border-radius: 16px;
}
div#ez-cookie-notification {
    flex-direction: row;
    align-items: center;
    padding: 32px 40px;
    gap: 80px;
    position: fixed;
    left: 0;
    bottom: 56px;
    border: 2px solid #AA82C4;
    border-radius: 8px;
    right: 0;
    margin: 0 auto;
    width: 100% !important;
    transform: unset;
}
div#ez-cookie-notification .enzuzo-cookie-icon.cookie-icon,
div#ez-cookie-notification a#notificationPolicyLink,
.ez-consent .notification-main .notification-buttons .close-banner-button,
.ez-consent .enzuzo-poweredby-wrap,
.ez-consent button.enzuzo-modal-button-reject,
.ez-consent .enzuzo-card-header, .ez-consent .enzuzo-cookie-card {
    display: none !important;
}
.ez-consent div#ez-cookie-notification .notification-text-small {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-text-color) !important;
    max-width: 506px;
}
.ez-consent .notification-main.notification-bottom-center-floating .closeTrigger {
    padding: 0;
}
.ez-consent div#ez-cookie-notification .buttons-small button {
    padding: 10px 24px;
    border-radius: 120px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ez-consent .notification-main.notification-bottom-center-floating .notification-buttons {
    gap: 24px;
}
.ez-consent div#ez-cookie-notification #notificationManagerLink {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: var(--primary-color) !important;
    margin: 0;
}
.ez-consent .notification-main .notification-text a {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: var(--primary-color) !important;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-header p.enzuzo-modal-title {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--text-color);
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-header .enzuzo-modal-desc {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-text-color);
    margin: 0;
}
span#ez-cookie-preferences-privacy-policy-link-wrapper > a {
    color: var(--primary-color);
}
.ez-consent #enzuzo-modal-wrap button#ez-confirm-modal, 
.ez-consent #enzuzo-modal-wrap button#ez-accept-modal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 8px;
    background: var(--primary-color);
    border-radius: 120px;
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    border: 0;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-header {
    padding: 40px 40px 16px;
}
.ez-consent p.enzuzo-hv-preference__purpose {
    font-family: var(--primary-font);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
}
.ez-consent #ez-cookie-preferences .enzuzo-preferences-card, .ez-consent #ez-cookie-preferences .enzuzo-preferences-card:last-child {
    border: 0;
}
.ez-consent #ez-cookie-preferences .enzuzo-card-info {
    padding: 0;
    border-bottom: 0;
}
.ez-consent #ez-cookie-preferences .enzuzo-preferences-card {
    padding: 16px 0;
    border-bottom: 1px solid #E8EBED;
}
.enzuzo-card-info > div {
    font-family: var(--secondary-font) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--secondary-text-color) !important;
    max-width: 100% !important;
}
p.enzuzo-hv-preference__description {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-text-color);
}
.ez-consent #ez-cookie-preferences-wrapper .enzuzo-hv-toggle-label {
    width: 44px !important;
    height: 24px !important;
    font-size: 0;
}
.ez-consent .enzuzo-cookie-toggle-slider .enzuzo-hv-toggle:checked+label {
    background: var(--primary-color) !important;
}
.ez-consent #ez-cookie-preferences-wrapper .enzuzo-preferences-content {
    background: transparent;
    padding-left: 28px;
    padding-top: 16px;
    padding-bottom: 0;
    padding-right: 0;
}
.ez-consent #ez-cookie-preferences-wrapper .enzuzo-hv-toggle-label:before {
    width: 20px !important;
    height: 20px !important;
    top: 2px !important;
    left: 2px !important;
}
.ez-consent #ez-cookie-preferences-wrapper .enzuzo-hv-toggle:checked+label:before {
    top: 2px !important;
    right: 16px !important;
    left: auto !important;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-footer {
    padding: 24px 40px 40px;
}
.ez-consent #ez-cookie-preferences .enzuzo-card-info svg {
    margin-right: 12px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}
.ez-consent #ez-cookie-preferences .enzuzo-card-info svg path[fill] {
    fill: var(--secondary-text-color);
}
a#notificationManagerLink.button-anchor {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
/**
* Testimonials 
**/
.testimonials-content {
    position: relative;
}
.testimonials-wrapper .testi-col {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #CBADDB;
    border-radius: 24px;
    height: auto;
    margin: 0 auto;
    max-width: 341.33px;
}
.testi-content-wrapper {
    display: grid;
    row-gap: 24px;
    padding: 32px;
}
.testimonials-wrapper .testi-col p.testi-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.testimonials-wrapper .testi-author-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.testimonials-wrapper .testi-author-wrapper .author-icon-wrapper {
    width: 100%;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    background: #EADDF0;
    max-width: 48px;
}
.testimonials-wrapper .testi-col .author-desc-wrapper > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.testimonials-wrapper .testi-col .author-desc-wrapper > span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.testimonials-wrapper .testi-author-wrapper .author-icon-wrapper > img {
    object-fit: cover;
    width: 100%;
}
.testimonials-wrapper .testi-author-wrapper > div {
    flex: 1;
}
/*** End Testimonials ***/