/**
* Global
**/
.single-account-wrapper.jobs ul {
    list-style: disc;
    padding-left: 40px;
}
.mobile {
    display: none;
}
a {
    color: #39106D;
}
.comments-area a, .page-content a, a {
    text-decoration: none;
}
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: #0B0D1F !important;
}
.cyan {
    color: #0A9DAD;
}
.orange {
    color: #E08216;
}
.purple {
    color: #6D3F99;
}
.pink {
    color: #FF69A2;
}
.pink-light {
    color: #FF2864;
}
.white {
    color: #ffffff;
}
.yellow {
    color: #FCC360;
}
.grey {
    color: #E8EBED;
}
.fc-neutral {
    color: #373948;
}
.bg-pink {
    background-color: #FF2864;
}
.bg-pink:hover {
    background-color: #BF1741;
}
.bg-purple {
    background-color: #39106D;
}
.bg-purple:hover,
.bg-purple:focus {
    background-color: #6D3F99;
}
.bg-peach {
    background-color: #FFFAE8;
}
.bg-peach-dark {
    background-color: #FFF0C7;
}
.bg-pink-light {
    background-color: #F4EDF7;
}
.bg-blue-light {
    background-color: #E3F9FA;
}
.instrument {
    font-family: 'Instrument Sans';
}
.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: #39106D;
    padding: 14px 32px;
    border: 1.5px solid #39106D;
    border-radius: 120px;
    background-color: transparent;
}
.button-transparent:hover,
.button-transparent:focus {
    background-color: #39106D;
    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-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: #363844;
}
.f-color-neutral-grey {
    color: #E8EBED;
}
.f-color-purple-link {
    color: #39106D;
}
.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;
}
.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: #39106D;
    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;
}
.page-section p {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
}
.page-section p.last-updated {
    font-family: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.page-section p > a, .page-section li > a {
    color: #39106D;
    text-decoration: underline;
}
.page-section ul.style-number {
    list-style: decimal;
    padding-left: 40px;
}
.page-section ul.default {
    list-style: disc;
    margin-left: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
}
.page-section ul {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #363844;
}
.page-section ul.has-sub {
    margin-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
}
.page-section li.has-sub > ul {
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.page-section li.has-sub {
    list-style: none;
}
/**
* Home
**/
section.section.section-banner {
    padding: 148px 0 96px;
}
body:has(> .header-wrapper.sticky) section.section.section-banner {
    padding-top: 224px;
}
.banner-content-wrapper {
    z-index: 1;
    position: relative;
}
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;
}
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: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.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%;
}
.sec-row {
    gap: 64px;
}
.section.section-learning .sec-row .sec-col:first-child {
    max-width: 600px;
}
.section.section-learning .sec-row .sec-col:last-child {
    min-width: 408px;
}
.section.section-learning .learning-events-wrapper .sec-row {
    gap: 40px;
}
.section.section-learning .learning-events-wrapper .sec-row .sec-col:first-child {
    align-self: flex-end;
}
.section.section-learning .learning-events-wrapper .sec-row .sec-col:last-child {
    min-width: unset;
    max-width: 472px;
    padding: 40px 0;
}
.learning-events-wrapper {
    border-radius: 24px;
    overflow: hidden;
    /* max-height: 580px; */
    padding-right: 40px;
}
.learning-events-wrapper .sec-row {
    align-items: center;
}
.card-wrap {
    gap: 16px;
}
.card-wrap.section-bg-purple li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    max-width: 228px;
    position: relative;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #AA82C4;
    flex: 1;
}
.learning-events-wrapper .card-wrap.section-bg-purple li {
    flex: 1 0 48%;
}
.card-wrap.section-bg-purple li h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    white-space-collapse: preserve-breaks;
}
.card-wrap.section-bg-purple li p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.learning-events-wrapper.wrapper-purple .card-wrap.section-bg-purple li p {
    letter-spacing: -0.02em;
}
.section-mission .content-wrapper {
    background: url(../images/mission-bg.png);
    border-radius: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.section-mission .content-wrapper .cont-mission {
    max-width: 600px;
    width: 100%;
    padding: 80px 60px 76px;
    border-top-right-radius: 280px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.section-mission .content-wrapper .cont-mission:after {
    content: "";
    background: url(../images/mission-icon-top.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 184px;
    height: 100%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 280px;
    z-index: -1;
}
.section-mission .content-wrapper .cont-mission:before {
    content: "";
    background: url(../images/mission-icon-bot.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 100%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 280px;
    z-index: -1;
}
.section-mission .content-wrapper .image-wrapper {
    display: none;
}
.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;
}
.section-network {
    position: relative;
    z-index: 1;
}
.section-network:after {
    content: "";
    background: url(../images/section-icon-bot.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 184px;
    height: 100%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 365px;
    z-index: -1;
}
.section-network:before {
    content: "";
    background: url(../images/section-icon-top.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 184px;
    height: 100%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    max-height: 365px;
    z-index: -1;
}
.section-network ul.card-wrap {
    gap: 24px;
}
.section-network .card-wrap.section-bg-purple li {
    padding: 32px 24px;
    max-width: 341.33px;
}
.section-network .card-wrap.section-bg-purple li h5 {
    font-size: 24px;
    line-height: 32px;
}
.section-network p.network-sub-content {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
}
.signature-wrapper p {
    font-family: 'Seaweed Script';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
}
.section-note .sec-row .sec-col:first-child {
    max-width: 400px;
    width: 100%;
}
.section-opportunity .content-wrapper {
    padding: 40px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.section-opportunity .content-wrapper .cont-oppor {
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 120px;
    z-index: 1;
    position: relative;
}
.section-opportunity .content-wrapper .cont-oppor > h2 {
    font-size: 44px;
    line-height: 56px;
}
.section-opportunity .content-wrapper:after {
    content: "";
    background: url(../images/top-yellow.png);
    background-repeat: no-repeat;
    width: 141px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    z-index: -1;
    max-height: 256px;
}
.section-opportunity .content-wrapper:before {
    content: "";
    background: url(../images/bot-blue.png);
    background-repeat: no-repeat;
    width: 149px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: -1;
    max-height: 240px;
    background-position: bottom;
}
.single-event .account-container.single,
.single-job .account-container.single {
    padding-top: 48px;
}
/**
* About us
**/
section.section.section-banner.banner-pink {
    background-color: #FFEBF7;
}
.page-template-about-template .learning-events-wrapper {
    padding: 0;
    max-height: 480px;
}
.image-wrapper {
    display: flex;
}
.page-template-about-template .section-network .card-wrap.section-bg-purple li {
    padding: 32px 24px;
    max-width: 100%;
    flex: 1;
}
.page-template-about-template .section-network .card-wrap.section-bg-purple li > img,
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li > img {
    border-radius: 16px;
}
/**
* Why join
**/
.page-template-why-join-template .section-learning .content-wrapper {
    max-height: 480px;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding-top: 172px;
}
.page-template-why-join-template .section-learning .content-wrapper .cont-mission {
    max-width: 600px;
    padding: 50px 140px 50px 60px;
    border-top-right-radius: 280px;
    position: relative;
    z-index: 1;
}
.page-template-why-join-template .section-learning .content-wrapper .cont-mission:after {
    content: "";
    background: url(../images/section-icon-bot.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 184px;
    height: 100%;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    max-height: 365px;
    top: 81px;
    z-index: -1;
}
.page-template-why-join-template .section-network:before, 
.page-template-why-join-template .section-network:after {
    content: unset;
}
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li {
    padding: 24px;
    flex-wrap: wrap;
}
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li:first-child, 
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li:last-child {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 1 0 100%;
}
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li .details-wrapper {
    padding: 40px;
    flex: 1;
}
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li:nth-child(3) {
    max-width: 100%;
    flex: 1 0 400px;
}
.page-template-why-join-template .section-network .card-wrap.section-bg-purple li:nth-child(2) {
    max-width: 100%;
    flex: 1 0 640px;
}
.page-template-why-join-template .section-network ul.card-wrap.section-bg-purple {
    row-gap: 24px;
    column-gap: 32px;
}
/**
* Contact pages
**/
section.section.section-learning.chat-our-team {
    border-bottom: 1px solid #E8EBED;
}
.section.section-learning.chat-our-team .sec-row .sec-col:first-child {
    max-width: 464px;
}
.section.section-learning.chat-our-team .sec-row .sec-col:last-child {
    max-width: 480px;
    width: 100%;
    flex-direction: column;
}
.section.section-learning.chat-our-team .sec-row .sec-col:last-child > img {
    display: flex;
}
.section.section-learning.chat-our-team .sec-row .sec-col ul.get-in-touch {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.section.section-learning.chat-our-team .sec-row .sec-col ul.get-in-touch li {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.section.section-learning.chat-our-team .sec-row .sec-col ul.get-in-touch li:first-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #E8EBED;
}
.section.section-learning.chat-our-team .sec-row .sec-col ul.get-in-touch li a {
    display: flex;
    width: fit-content;
}
.section.section-learning.chat-our-team .sec-row .wpcf7-form .site-login__btn {
    position: relative;
}
.section.section-learning.chat-our-team .sec-row .wpcf7-form .site-login__btn span.wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 12px;
}
.section.section-learning.chat-our-team .sec-row .wpcf7-list-item {
    margin: 0;
}
.section.section-learning.chat-our-team .sec-row .wpcf7-form span.wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
    margin: 0;
}
section.section.section-learning.chat-our-team .wpcf7-response-output {
    display: none;
}
/**
* Footer
**/
#site-footer a.footer-img-wrapper,
.footer-menu-col > a {
    display: flex;
}
#site-footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#site-footer .footer-row .footer-col > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.footer-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer-menu-wrapper .footer-menu-col #menu-footer > li:after {
    content: unset;
    border-right: 1px solid #C7CCD1;
    margin: 0 16px;
}
.footer-menu-col ul#menu-footer {
    gap: 24px;
    flex-wrap: nowrap;
}
.footer-menu-wrapper .footer-menu-col #menu-footer > li:last-child:after {
    content: unset;
}
.footer-menu-wrapper .footer-menu-col #menu-footer > li > a {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #0B0D1F;
}
.footer-menu-wrapper .footer-menu-col #menu-footer > li > a:hover {
    text-decoration-line: underline;
    color: #6D3F99;
}
.footer-menu-wrapper .footer-menu-col > a {
    margin: 2px;
}
.footer-menu-col > a:hover svg path {
    fill: #6D3F99;
}
footer#site-footer .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.footer-menu-col ul#menu-footer > li {
    flex: 1 0 auto;
}

/**
* 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: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844 !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: 'Geologica';
    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: 'Geologica';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #39106D !important;
    margin: 0;
}
.ez-consent .notification-main .notification-text a {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #39106D !important;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-header p.enzuzo-modal-title {
    font-family: 'Geologica';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0B0D1F;
}
.ez-consent #enzuzo-modal-wrap .enzuzo-modal-header .enzuzo-modal-desc {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
    margin: 0;
}
span#ez-cookie-preferences-privacy-policy-link-wrapper > a {
    color: #39106D;
}
.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: #39106D;
    border-radius: 120px;
    font-family: 'Geologica';
    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: 'Geologica';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0B0D1F;
}
.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: 'Instrument Sans' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #363844 !important;
    max-width: 100% !important;
}
p.enzuzo-hv-preference__description {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #363844;
}
.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: #39106D !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: #363844;
}
a#notificationManagerLink.button-anchor {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
button.cd-loader, a.cd-loader, .btn-wrapper:has(>input.cd-loader) input.cd-loader {
    font-size: 0 !important;
}
button.cd-loader:before, a.cd-loader:before, .btn-wrapper:has(>input.cd-loader):before {
    content: "";
    display: inline-block;
    font-size: 4px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    vertical-align: middle;
}
.btn-wrapper:has(>input.cd-loader):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}
div.cd-loader:before {
    content: "";
    display: inline-block;
    font-size: 9px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}