@media only screen and (min-width: 992px) {
    .site-footer .flex {
        flex-wrap: nowrap;
    }
}

.site-footer .flex {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .footer-content .flex {
    justify-content: space-between;
    gap: 0;
    column-gap: 18px;
}

.site-footer {
    background: #10357F;
    padding: 90px 15px 56px;
}
@media only screen and (max-width: 1024px) {
    .site-footer {
        padding: 60px 15px 56px;
    }
}
.site-footer .footer-content {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-content {
        padding-bottom: 10px;
    }
}
.site-footer .footer-content .flex {
    justify-content: space-between;
    gap: 0;
    column-gap: 18px;
}
.site-footer .footer-content .flex .footer-about {
    width: 315px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-content .flex .footer-about {
        width: 100%;
    }
}
.site-footer .footer-content .flex .footer-about a svg {
    width: 150px;
}
.site-footer .footer-content .flex .footer-about p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 16px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
}
.site-footer .footer-content .flex .footer-item {
    width: 135px;
    margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-content .flex .footer-item {
        width: 100%;
    }
}
.site-footer .footer-content .flex .footer-item.footer-subscribe {
    width: 430px;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-content .flex .footer-item.footer-subscribe {
        width: 100%;
    }
}
.site-footer .footer-content .flex .footer-item h6 {
    color: #fff;
    margin-bottom: 16px;
}
.site-footer .footer-content .flex .footer-item p {
    color: #fff;
}
.site-footer .footer-content .flex .footer-item ul li {
    margin-bottom: 8px;
}
.site-footer .footer-content .flex .footer-item ul li:last-child {
    margin-bottom: 0;
}
.site-footer .footer-content .flex .footer-item ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #FFD41c;
    text-decoration: underline;
    font-weight: 400;
}
.site-footer .footer-content .flex .footer-item form {
    display: flex;
    gap: 16px;
}
@media only screen and (max-width: 575px) {
    .site-footer .footer-content .flex .footer-item form {
        flex-direction: column;
    }
}
.site-footer .footer-content .flex .footer-item form input {
    background: #204898 !important;
    border-radius: 100px !important;
    color: #fff !important;
}
.site-footer .footer-content .flex .footer-item form input:focus {
    border: transparent;
}
.site-footer .footer-content .flex .footer-item form input::placeholder {
    color: #fff;
}
.site-footer .footer-content .flex .footer-item form button {
    border: none;
}
.site-footer .footer-addresses {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-addresses {
        padding: 40px 0 10px;
    }
}
.site-footer .footer-addresses .flex {
    justify-content: space-between;
    gap: 0;
    column-gap: 18px;
}
.site-footer .footer-addresses .flex .footer-address-item {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-addresses .flex .footer-address-item {
        gap: 10px;
    }
}
.site-footer .footer-addresses .flex .footer-address-item:first-child {
    width: 265px;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-addresses .flex .footer-address-item:first-child {
        width: 100%;
    }
}
.site-footer .footer-addresses .flex .footer-address-item:last-child {
    width: 430px;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-addresses .flex .footer-address-item:last-child {
        width: 100%;
    }
}
.site-footer .footer-addresses .flex .footer-address-item.footer-address-item--middle {
    width: 205px;
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-addresses .flex .footer-address-item.footer-address-item--middle {
        width: 100%;
    }
}
.site-footer .footer-addresses .flex .footer-address-item .footer-address-item-icon {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #FFD41c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}
.site-footer .footer-addresses .flex .footer-address-item .footer-address-item-text {
    flex: 1;
}
.site-footer .footer-addresses .flex .footer-address-item .footer-address-item-text h6 {
    color: #fff;
    margin-bottom: 8px;
}
.site-footer .footer-addresses .flex .footer-address-item .footer-address-item-text p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "Lato", sans-serif;
    margin: 0;
}
.site-footer .footer-addresses .flex .footer-address-item .footer-address-item-text a {
    font-size: 16px;
    line-height: 24px;
    color: #FFD41c;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: underline;
    word-break: break-all;
    word-wrap: break-word;
    hyphens: auto;
}
.site-footer .footer-bottom {
    padding-top: 60px;
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom {
        padding-top: 40px;
    }
}
.site-footer .footer-bottom .flex {
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom .flex {
        flex-direction: column;
        align-items: start;
    }
}
.site-footer .footer-bottom .flex .footer-counters {
    display: flex;
    gap: 80px;
}
@media only screen and (max-width: 1024px) {
    .site-footer .footer-bottom .flex .footer-counters {
        gap: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer .footer-bottom .flex .footer-counters {
        margin-bottom: 30px;
        justify-content: center;
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .site-footer .footer-bottom .flex .footer-counters {
        flex-direction: column;
        gap: 16px;
    }
}
.site-footer .footer-bottom .flex .footer-counters .footer-counter-item .footer-counter-item-number {
    font-size: 20px;
    line-height: 30px;
    font-family: "Bjorn", sans-serif;
    color: #FFD41c;
    margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
    .site-footer .footer-bottom .flex .footer-counters .footer-counter-item .footer-counter-item-number {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom .flex .footer-counters .footer-counter-item .footer-counter-item-number {
        font-size: 20px;
        line-height: 30px;
    }
}
.site-footer .footer-bottom .flex .footer-counters .footer-counter-item .footer-counter-item-text {
    color: #fff;
    margin: 0;
}
.site-footer .footer-bottom .flex .footer-social {
    display: flex;
    align-items: center;
    gap: 32px;
}
@media only screen and (max-width: 768px) {
    .site-footer .footer-bottom .flex .footer-social {
        justify-content: center;
        width: 100%;
    }
}
.site-footer .footer-bottom .flex .footer-social a {
    display: flex;
}

.footer-quick-links {
    list-style: none;
    padding-left: 0;
}

.site-attribution {
    padding: 38px 15px;
    background-color: #0a204c;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .site-attribution .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 991px) {
    .site-attribution {
        padding: 24px 15px;
    }
}

.site-attribution p {
    color: #fff;
    margin: 0 !important;
    font-size: 14px;
    line-height: 22px;
}
.site-attribution .site-identifier {
    display: flex;
    gap: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .site-attribution .site-identifier {
        margin-top: 12px;
    }
}
.site-attribution .site-identifier p {
    color: #fff;
}
.site-attribution .site-identifier p a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    font-family: "Lato", sans-serif;
    display: inline-block;
}

.site-attribution .site-identifier {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pum-overlay {
    position: fixed !important;
}

/*Popup Maker and Gform*/
.gfield {
    padding: 0;
    margin-bottom: 1.25rem;
}

@media only scrren and (min-width: 992px) {
    margin-bottom: 2rem;
}

#popmake-4377.pum-container.popmake, #popmake-6180.pum-container.popmake, #popmake-24766.pum-container.popmake {
    padding: 40px;
    margin-left: unset !important;
    border-radius: 12px;
    border: 1px solid #E7E8E8;
    background-color: #fff !important;
    box-shadow: 0 4px 64px 0 rgba(45, 54, 67, 0.05);
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 575px) {
    #popmake-4377.pum-container.popmake, #popmake-6180.pum-container.popmake, #popmake-24766.pum-container.popmake {
        padding: 24px 24px 30px;
        margin: 40px 15px 40px 15px !important;
    }
}
#popmake-4377.pum-container.popmake:before, #popmake-6180.pum-container.popmake:before, #popmake-24766.pum-container.popmake:before {
    position: absolute;
    left: -60px;
    top: -60px;
    background-image: url(../../dist/img/forms/kbf-login-bg-shape.png);
    height: 559px;
    width: 256px;
    content: "";
    z-index: -1;
}
#popmake-4377.pum-container.popmake .popmake-close, #popmake-6180.pum-container.popmake .popmake-close {
    background: transparent;
    border: unset;
    border-radius: 0;
    position: absolute;
    top: 52px;
    right: 40px;
    width: auto;
    height: auto;
    padding: 0 !important;
    font-size: 0 !important;
    display: flex;
    align-items: center;
    line-height: 0;
}
#popmake-24766.pum-container.popmake {
    max-width: 650px !important;
    width: 100%;
}
#popmake-24766.pum-container.popmake > .popmake-close {
    display: none;
}
@media only screen and (max-width: 767px) {
    #popmake-24766.pum-container.popmake {
        left: 0 !important;
        margin: 0 auto !important;
        width: calc(100% - 30px) !important;
    }
}
@media only screen and (max-width: 575px) {
    #popmake-4377.pum-container.popmake .popmake-close, #popmake-6180.pum-container.popmake .popmake-close {
        top: 30px;
        right: 30px;
    }
}
#popmake-4377.pum-container.popmake .popmake-close:before, #popmake-6180.pum-container.popmake .popmake-close:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_603_2285)'%3E%3Cpath d='M15.0772 13.9233L9.15394 8.00003L15.0772 2.0768C15.3998 1.75417 15.3998 1.24588 15.0772 0.923248C14.7545 0.600617 14.2462 0.600617 13.9236 0.923248L8.00039 6.84647L2.07717 0.923248C1.75454 0.600617 1.24624 0.600617 0.923614 0.923248C0.600983 1.24588 0.600983 1.75417 0.923614 2.0768L6.84684 8.00003L0.923614 13.9233C0.600983 14.2459 0.600983 14.7542 0.923614 15.0768C1.06149 15.2147 1.27235 15.325 1.50039 15.325C1.69884 15.325 1.92595 15.2594 2.0859 15.0681L8.00039 9.15358L13.9236 15.0768C14.0615 15.2147 14.2723 15.325 14.5004 15.325C14.6992 15.325 14.9267 15.2592 15.0866 15.0672C15.3998 14.7441 15.3966 14.2427 15.0772 13.9233Z' fill='%23717171' stroke='%23717171' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_603_2285'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
#popmake-4377.pum-container.popmake .popmake-title, #popmake-6180.pum-container.popmake .popmake-title, #popmake-24766.pum-container.popmake .popmake-title {
    font-size: 32px;
    line-height: 42px;
    color: #061637;
    font-weight: 700;
    font-family: "Bjorn", sans-serif;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
    #popmake-4377.pum-container.popmake .popmake-title, #popmake-6180.pum-container.popmake .popmake-title, #popmake-24766.pum-container.popmake .popmake-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    #popmake-4377.pum-container.popmake .popmake-title, #popmake-6180.pum-container.popmake .popmake-title, #popmake-24766.pum-container.popmake .popmake-title {
        font-size: 30px;
        line-height: 40px;
    }
}
#popmake-4377.pum-container.popmake p, #popmake-6180.pum-container.popmake p, #popmake-24766.pum-container.popmake p {
    color: #717171;
    font-family: "Lato", sans-serif;
    margin-bottom: 24px;
}
#popmake-24766.pum-container.popmake p {
    margin-bottom: 12px;
    margin-top: 0;
}
#popmake-24766.pum-container.popmake p a {
    font-weight: 400;
    color: #009BDF;
}
#popmake-24766.pum-container.popmake .kbf_primary_btn.not_icon {
    margin-top: 14px;
}
#popmake-4377.pum-container.popmake p:last-child, #popmake-6180.pum-container.popmake p:last-child, #popmake-24766.pum-container.popmake p:last-child {
    margin-bottom: 0;
}
#popmake-4377.pum-container.popmake ul, #popmake-6180.pum-container.popmake ul, #popmake-24766.pum-container.popmake ul {
    padding-left: 20px;
}
#popmake-24766.pum-container.popmake ul {
    margin-bottom: 12px;
}
#popmake-4377.pum-container.popmake ul li, #popmake-6180.pum-container.popmake ul li, #popmake-24766.pum-container.popmake ul li {
    font-size: 16px;
    line-height: 24px;
    color: #061637;
}
#popmake-4377.pum-container.popmake .btn-accent-1, #popmake-6180.pum-container.popmake .btn-accent-1 {
    font-size: 16px;
    line-height: 24px;
    background-color: #FFD41c !important;
    color: #000000 !important;
    font-weight: 500 !important;
    font-family: "Bjorn", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 100px;
    padding: 12px 24px 16px 30px;
    box-shadow: none !important;
    text-decoration: none;
    border: 0;
}
#popmake-4377.pum-container.popmake .btn-accent-1:hover, #popmake-6180.pum-container.popmake .btn-accent-1:hover {
    background-color: #F9CA00 !important;
    box-shadow: none !important;
}

#popmake-9802.pum-container.popmake,
#popmake-9801.pum-container.popmake,
#popmake-9798.pum-container.popmake,
#popmake-24397.pum-container.popmake {
    width: 500px !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    top: 50% !important;
    padding: 40px;
    margin-left: unset !important;
    border-radius: 12px;
    border: 1px solid #E7E8E8;
    background-color: #fff !important;
    box-shadow: 0 4px 64px 0 rgba(45, 54, 67, 0.05);
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    #popmake-9802.pum-container.popmake,
    #popmake-9801.pum-container.popmake,
    #popmake-9798.pum-container.popmake,
    #popmake-24397.pum-container.popmake {
        transform: translate(0);
        left: 0 !important;
        top: 0 !important;
        padding: 24px 24px 30px;
        margin: 40px auto !important;
    }
}
@media only screen and (max-width: 575px) {
    #popmake-9802.pum-container.popmake,
    #popmake-9801.pum-container.popmake,
    #popmake-9798.pum-container.popmake,
    #popmake-24397.pum-container.popmake {
        width: calc(100% - 30px) !important;
    }
}
#popmake-9802.pum-container.popmake:before,
#popmake-9801.pum-container.popmake:before,
#popmake-9798.pum-container.popmake:before,
#popmake-24397.pum-container.popmake:before {
    position: absolute;
    left: -60px;
    top: -60px;
    background-image: url(../../dist/img/forms/kbf-login-bg-shape.png);
    height: 559px;
    width: 256px;
    content: "";
    z-index: -1;
}
#popmake-9802.pum-container.popmake .popmake-close,
#popmake-9801.pum-container.popmake .popmake-close,
#popmake-9798.pum-container.popmake .popmake-close,
#popmake-24397.pum-container.popmake .popmake-close {
    background: transparent;
    border: unset;
    border-radius: 0;
    position: absolute;
    top: 52px;
    right: 40px;
    width: auto;
    height: auto;
    padding: 0 !important;
    font-size: 0 !important;
    display: flex;
    align-items: center;
    line-height: 0;
}
@media only screen and (max-width: 575px) {
    #popmake-9802.pum-container.popmake .popmake-close,
    #popmake-9801.pum-container.popmake .popmake-close,
    #popmake-9798.pum-container.popmake .popmake-close,
    #popmake-24397.pum-container.popmake .popmake-close {
        top: 30px;
        right: 30px;
    }
}
#popmake-9802.pum-container.popmake .popmake-close:before,
#popmake-9801.pum-container.popmake .popmake-close:before,
#popmake-9798.pum-container.popmake .popmake-close:before,
#popmake-24397.pum-container.popmake .popmake-close:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_603_2285)'%3E%3Cpath d='M15.0772 13.9233L9.15394 8.00003L15.0772 2.0768C15.3998 1.75417 15.3998 1.24588 15.0772 0.923248C14.7545 0.600617 14.2462 0.600617 13.9236 0.923248L8.00039 6.84647L2.07717 0.923248C1.75454 0.600617 1.24624 0.600617 0.923614 0.923248C0.600983 1.24588 0.600983 1.75417 0.923614 2.0768L6.84684 8.00003L0.923614 13.9233C0.600983 14.2459 0.600983 14.7542 0.923614 15.0768C1.06149 15.2147 1.27235 15.325 1.50039 15.325C1.69884 15.325 1.92595 15.2594 2.0859 15.0681L8.00039 9.15358L13.9236 15.0768C14.0615 15.2147 14.2723 15.325 14.5004 15.325C14.6992 15.325 14.9267 15.2592 15.0866 15.0672C15.3998 14.7441 15.3966 14.2427 15.0772 13.9233Z' fill='%23717171' stroke='%23717171' stroke-width='0.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_603_2285'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}
#popmake-9802.pum-container.popmake .popmake-content,
#popmake-9801.pum-container.popmake .popmake-content,
#popmake-9798.pum-container.popmake .popmake-content,
#popmake-24397.pum-container.popmake .popmake-content {
    color: #717171;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_fields .gfield--type-password,
#popmake-9801.pum-container.popmake .popmake-content .gform_fields .gfield--type-password,
#popmake-9798.pum-container.popmake .popmake-content .gform_fields .gfield--type-password {
    margin-bottom: 24px;
}
#popmake-9802.pum-container.popmake .popmake-content > p,
#popmake-9801.pum-container.popmake .popmake-content > p,
#popmake-9798.pum-container.popmake .popmake-content > p {
    text-align: center;
    color: #717171;
    font-size: 16px;
    line-height: 24px;
}
#popmake-9802.pum-container.popmake .popmake-content > p a,
#popmake-9801.pum-container.popmake .popmake-content > p a,
#popmake-9798.pum-container.popmake .popmake-content > p a {
    font-weight: 700;
    font-family: "Bjorn", sans-serif;
    color: #009BDF !important;
    text-decoration: underline;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_title,
#popmake-9801.pum-container.popmake .popmake-content .gform_title,
#popmake-9798.pum-container.popmake .popmake-content .gform_title,
#popmake-24397.pum-container.popmake .popmake-content .gform_title {
    color: #009BDF;
    font-family: "Bjorn", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.64px;
    margin-bottom: 8px;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_description,
#popmake-9801.pum-container.popmake .popmake-content .gform_description,
#popmake-9798.pum-container.popmake .popmake-content .gform_description,
#popmake-24397.pum-container.popmake .popmake-content .gform_description {
    margin-bottom: 30px;
    color: #717171;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_required_legend,
#popmake-9801.pum-container.popmake .popmake-content .gform_required_legend,
#popmake-9798.pum-container.popmake .popmake-content .gform_required_legend {
    display: none;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield_label .gfield_required,
#popmake-9801.pum-container.popmake .popmake-content .gfield_label .gfield_required,
#popmake-9798.pum-container.popmake .popmake-content .gfield_label .gfield_required {
    color: #F9501B;
    margin-left: 1px;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-fields .acf-field {
    padding: 0;
    margin-bottom: 30px;
    border: 0;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-form-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-form-submit input {
    color: #fff;
    border: 0;
    padding-top: 12px;
    padding-bottom: 16px;
    font-family: "Bjorn", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    transition: all 0.3s;
    height: 56px;
    background: rgb(0, 155, 223);
    border-radius: 50px;
    cursor: pointer;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-form-submit input.disable {
    background-color: rgba(0, 155, 223, 0.4);
    cursor: default;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-form-submit input:hover {
    background: #0081B8;
}
#popmake-24397.pum-container.popmake .popmake-content .acf-form-submit .acf-spinner {
    margin: 0 auto;
    height: 16px;
    width: 16px;
    background: transparent url(https://activeproject.kellybrushfoundation.org/wp-content/uploads/sites/2/2025/02/spinner.svg) no-repeat 50% 50%;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield_label,
#popmake-9801.pum-container.popmake .popmake-content .gfield_label,
#popmake-9798.pum-container.popmake .popmake-content .gfield_label,
#popmake-24397.pum-container.popmake .popmake-content .acf-label label {
    color: #141415;
    font-family: "Bjorn", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password {
    position: relative;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: initial;
    border-radius: 50px;
    padding: 3px 12px;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.blank,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.blank,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.blank {
    display: none;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.bad,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.bad,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.bad {
    background-color: #a4215a;
    color: #ffffff;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.short,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.short,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.short {
    background-color: #ebe2ba;
    color: #141415;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.good,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.good,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.good {
    background-color: #EDF7E4;
    color: #141415;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.strong,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.strong,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .gfield_password_strength.strong {
    background-color: #EDF7E4;
    color: #80C342;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield.gfield--type-password .dashicons,
#popmake-9801.pum-container.popmake .popmake-content .gfield.gfield--type-password .dashicons,
#popmake-9798.pum-container.popmake .popmake-content .gfield.gfield--type-password .dashicons {
    display: none;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=text],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=email],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=url],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=tel],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=number],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=password],
#popmake-9802.pum-container.popmake .popmake-content .gfield input[type=search],
#popmake-9802.pum-container.popmake .popmake-content .gfield select:not([multiple=multiple]),
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=text],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=email],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=url],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=tel],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=number],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=password],
#popmake-9801.pum-container.popmake .popmake-content .gfield input[type=search],
#popmake-9801.pum-container.popmake .popmake-content .gfield select:not([multiple=multiple]),
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=text],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=email],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=url],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=tel],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=number],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=password],
#popmake-9798.pum-container.popmake .popmake-content .gfield input[type=search],
#popmake-9798.pum-container.popmake .popmake-content .gfield select:not([multiple=multiple]) {
    height: auto !important;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield--type-hidden,
#popmake-9801.pum-container.popmake .popmake-content .gfield--type-hidden,
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-hidden {
    display: none;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield--type-consent.gfield--type-choice,
#popmake-9801.pum-container.popmake .popmake-content .gfield--type-consent.gfield--type-choice,
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-consent.gfield--type-choice {
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-top: 0;
}
#popmake-9802.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent,
#popmake-9801.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent,
#popmake-9798.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    gap: 10px;
}
#popmake-9801.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent {
    align-items: start !important;
}
#popmake-9802.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent .gfield_consent_label,
#popmake-9801.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent .gfield_consent_label,
#popmake-9798.pum-container.popmake .popmake-content .ginput_container.ginput_container_consent .gfield_consent_label {
    cursor: pointer;
}
#popmake-9802.pum-container.popmake .popmake-content input[type=checkbox],
#popmake-9801.pum-container.popmake .popmake-content input[type=checkbox],
#popmake-9798.pum-container.popmake .popmake-content input[type=checkbox] {
    appearance: none;
    margin: 0;
}
#popmake-9801.pum-container.popmake .popmake-content input[type=checkbox] {
    position: relative;
    top: 2px;
}
#popmake-9802.pum-container.popmake .popmake-content input[type=checkbox]:checked:before,
#popmake-9801.pum-container.popmake .popmake-content input[type=checkbox]:checked:before,
#popmake-9798.pum-container.popmake .popmake-content input[type=checkbox]:checked:before {
    border-color: #009BDF;
    background-color: #009BDF;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC4xMjUgMy4zNzVMNC44NzUgOC42MjVMMi4yNSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
#popmake-9802.pum-container.popmake .popmake-content input[type=checkbox]:before,
#popmake-9801.pum-container.popmake .popmake-content input[type=checkbox]:before,
#popmake-9798.pum-container.popmake .popmake-content input[type=checkbox]:before {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #AFBACA;
    background-color: #F9FAFB;
    background-image: none;
    border-radius: 4px;
    content: "";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    cursor: pointer;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield_consent_label,
#popmake-9801.pum-container.popmake .popmake-content .gfield_consent_label,
#popmake-9798.pum-container.popmake .popmake-content .gfield_consent_label {
    color: #2D3643;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#popmake-9802.pum-container.popmake .popmake-content .gfield--type-html,
#popmake-9801.pum-container.popmake .popmake-content .gfield--type-html,
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-html {
    color: #8897AE;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-right: 105px !important;
    margin-bottom: 40px !important;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_footer,
#popmake-9801.pum-container.popmake .popmake-content .gform_footer,
#popmake-9798.pum-container.popmake .popmake-content .gform_footer {
    margin-top: 0 !important;
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: 25px;
    position: relative;
}
@media only screen and (max-width: 575px) {
    #popmake-9802.pum-container.popmake .popmake-content .gform_footer,
    #popmake-9801.pum-container.popmake .popmake-content .gform_footer,
    #popmake-9798.pum-container.popmake .popmake-content .gform_footer {
        margin-bottom: 16px;
    }
}
#popmake-9802.pum-container.popmake .popmake-content .password_input_container,
#popmake-9801.pum-container.popmake .popmake-content .password_input_container,
#popmake-9798.pum-container.popmake .popmake-content .password_input_container {
    position: relative;
}
#popmake-9802.pum-container.popmake .popmake-content .password_input_container .gform_show_password,
#popmake-9801.pum-container.popmake .popmake-content .password_input_container .gform_show_password,
#popmake-9798.pum-container.popmake .popmake-content .password_input_container .gform_show_password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    padding: 0;
    border: 0 !important;
}
#popmake-9802.pum-container.popmake .popmake-content .password_input_container .gform_show_password:before,
#popmake-9801.pum-container.popmake .popmake-content .password_input_container .gform_show_password:before,
#popmake-9798.pum-container.popmake .popmake-content .password_input_container .gform_show_password:before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' viewBox='0 0 21 22' fill='none'%3E%3Cg clip-path='url(%23clip0_603_2211)'%3E%3Cpath d='M10.3398 7.67411L13.346 10.6802L13.3603 10.5228C13.3603 8.94335 12.0767 7.65979 10.4973 7.65979L10.3398 7.67411Z' fill='%238897AE'/%3E%3Cpath d='M10.4983 5.75116C13.1322 5.75116 15.2699 7.88887 15.2699 10.5228C15.2699 11.1384 15.1459 11.7253 14.9311 12.2645L17.7226 15.0559C19.1636 13.8534 20.2992 12.2979 21.0007 10.5228C19.3449 6.33333 15.2747 3.36536 10.4983 3.36536C9.16222 3.36536 7.88345 3.60392 6.69531 4.03337L8.75666 6.08993C9.2958 5.88 9.88271 5.75116 10.4983 5.75116Z' fill='%238897AE'/%3E%3Cpath d='M0.954313 3.15061L3.13018 5.32648L3.56442 5.76071C1.98977 6.99179 0.744376 8.62848 0 10.5228C1.651 14.7123 5.72597 17.6803 10.4976 17.6803C11.9769 17.6803 13.3892 17.394 14.6824 16.8738L15.088 17.2794L17.8699 20.0661L19.0866 18.8541L2.17108 1.93384L0.954313 3.15061ZM6.23178 8.42329L7.70622 9.89772C7.66327 10.1029 7.63464 10.3081 7.63464 10.5228C7.63464 12.1022 8.9182 13.3858 10.4976 13.3858C10.7124 13.3858 10.9175 13.3572 11.118 13.3142L12.5924 14.7886C11.9577 15.1036 11.2516 15.2945 10.4976 15.2945C7.86368 15.2945 5.72597 13.1567 5.72597 10.5228C5.72597 9.76889 5.91685 9.06267 6.23178 8.42329Z' fill='%238897AE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_603_2211'%3E%3Crect width='21' height='21' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    margin-top: 0;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_button,
#popmake-9801.pum-container.popmake .popmake-content .gform_button,
#popmake-9798.pum-container.popmake .popmake-content .gform_button {
    color: #fff !important;
    border-color: aliceblue;
    border: 0 !important;
    padding-top: 12px;
    padding-bottom: 16px;
    font-family: "Bjorn", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.3s;
    height: 56px;
    background: rgb(0, 155, 223);
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_button.disabled-btn,
#popmake-9801.pum-container.popmake .popmake-content .gform_button.disabled-btn,
#popmake-9798.pum-container.popmake .popmake-content .gform_button.disabled-btn {
    background-color: rgba(0, 155, 223, 0.4) !important;
    cursor: default;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_button:hover,
#popmake-9801.pum-container.popmake .popmake-content .gform_button:hover,
#popmake-9798.pum-container.popmake .popmake-content .gform_button:hover {
    box-shadow: none;
    background: #0081B8;
}
#popmake-9802.pum-container.popmake .popmake-content .gform_submission_error,
#popmake-9801.pum-container.popmake .popmake-content .gform_submission_error,
#popmake-9798.pum-container.popmake .popmake-content .gform_submission_error {
    display: none;
}
#popmake-9802.pum-container.popmake .popmake-content .validation_message,
#popmake-9801.pum-container.popmake .popmake-content .validation_message,
#popmake-9798.pum-container.popmake .popmake-content .validation_message {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Lato", sans-serif;
}

#gform_5 .gform_footer .gform_ajax_spinner, #gform_4 .gform_footer .gform_ajax_spinner {
    display: none;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
    padding-right: 0 !important;
}

.pum.pum-theme-kbf-branded .pum-container .pum-content a:link, .pum.pum-theme-kbf-branded .pum-container .pum-content a:visited {
    color: #ffd41c;
}

.active-project-homepage .video-hero, .active-project-homepage .cta-section {
    display: none !important;
}

#modal-login > .dialog {
    max-width: 500px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid #E7E8E8;
}
#modal-login > .dialog:after {
    position: absolute;
    left: -60px;
    top: -60px;
    background-image: url(../../dist/img/forms/kbf-login-bg-shape.png);
    height: 559px;
    width: 256px;
    content: "";
    z-index: -1;
}
#modal-login > .dialog .modal-close {
    background: transparent;
    border: unset;
    border-radius: 0;
    position: absolute;
    top: 52px;
    right: 40px;
    width: auto;
    height: auto;
    font-size: unset;
}
#modal-login .login-modal-title {
    margin-bottom: 32px;
}
#modal-login .login-modal-title h4 {
    color: #009BDF;
    margin-bottom: 8px;
}
#modal-login .login-modal-title p {
    color: #717171;
    margin-bottom: 0;
}
#modal-login .login-modal-form {
    margin-bottom: 40px;
}
#modal-login .login-modal-form .login-username {
    margin-bottom: 32px;
}
#modal-login .login-modal-form .login-password {
    margin-bottom: 24px;
}
#modal-login .login-modal-form .login-username label, #modal-login .login-modal-form .login-password label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #141415;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: "Bjorn", sans-serif;
}
#modal-login .login-modal-form .login-username input, #modal-login .login-modal-form .login-password input {
    height: 56px;
    padding: 16px 24px;
    border-radius: 8px;
    background: #EDFAFF;
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #8897AE;
    max-width: 100%;
}
#modal-login .login-modal-form .login-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
#modal-login .login-modal-form .login-remember label {
    font-size: 16px;
    line-height: 24px;
    color: #2D3643;
    display: flex;
    align-items: center;
    gap: 8px;
}
#modal-login .login-modal-form .login-remember input[type=checkbox] {
    appearance: none;
}
#modal-login .login-modal-form .login-remember input[type=checkbox]:checked:before {
    border-color: #009BDF;
    background-color: #009BDF;
    background-image: url(../../dist/img/forms/kbf-checkmark-white.svg);
}
#modal-login .login-modal-form .login-remember input[type=checkbox]:before {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #AFBACA;
    background-color: #F9FAFB;
    background-image: none;
    border-radius: 4px;
    content: "";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
}
#modal-login .login-modal-form .login-remember .login-forget-pass {
    color: #8897AE;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
#modal-login .login-modal-form .login-submit {
    margin-bottom: 0;
    position: relative;
}
#modal-login .login-modal-form .login-submit input[type=submit] {
    height: 58px;
    padding: 16px 24px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009BDF !important;
    font-family: "Bjorn", sans-serif;
    width: 100%;
    transition: all 0.3s;
}
#modal-login .login-modal-form .login-submit input[type=submit]:hover {
    box-shadow: none;
    background: #0081B8 !important;
}
#modal-login .login-modal-footer {
    text-align: center;
    color: #717171;
    font-size: 16px;
    line-height: 24px;
}
#modal-login .login-modal-footer a {
    font-weight: 700;
    font-family: "Bjorn", sans-serif;
    color: #009BDF;
    text-decoration: underline;
}

#popmake-9798.pum-container.popmake .popmake-content .gform_fields {
    position: relative;
}
#popmake-9798.pum-container.popmake .popmake-content #field_3_9 {
    margin-bottom: 40px !important;
}
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-consent {
    margin: 0 0 40px !important;
}
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-consent.gfield--type-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
}
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-html {
    margin-bottom: 0 !important;
    float: none;
    padding: 0 !important;
    width: auto !important;
    flex: 1;
    text-align: right;
}
#popmake-9798.pum-container.popmake .popmake-content .gfield--type-html a {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8897AE;
}

#popmake-9801.pum-container.popmake .popmake-content #field_4_5 {
    margin: 0 0 40px !important;
    border: 0 !important;
}
#popmake-9801.pum-container.popmake .popmake-content #field_4_9 {
    margin-bottom: 40px !important;
}
#popmake-9801.pum-container.popmake .popmake-content #field_4_9 .ginput_container_consent {
    align-items: start;
}
#popmake-9801.pum-container.popmake .popmake-content #field_4_10 {
    margin-bottom: 0 !important;
}
#popmake-9801.pum-container.popmake .popmake-content #field_4_10 .gfield_label {
    display: none;
}

/*CTA*/
.cta-section.module-full-width-cta {
    background: #FFD41c;
    z-index: 10;
    padding: 90px 15px;
}
@media only screen and (max-width: 767px) {
    .cta-section.module-full-width-cta {
        padding: 60px 15px;
    }
}
.cta-section.module-full-width-cta:before {
    content: "";
    background: url(../../dist/img/graphics/module-dark-bg-top-left-swirl-mobile.png) no-repeat;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media only screen and (min-width: 1200px) {
    .module.module-setting-bg-dark:before {
        background: url(../../dist/img/graphics/module-dark-bg-top-left-swirl.png) no-repeat;
    }
}
.module.module-setting-bg-dark:after {
    content: "";
    background: url(../../dist/img/graphics/module-dark-bg-bottom-right-swirl-mobile.png) no-repeat;
    bottom: -9px;
    right: 0;
    position: absolute;
    width: 355px;
    height: 68px;
    z-index: 0;
}
@media only screen and (min-width: 1200px) {
    .module.module-setting-bg-dark:after {
        background: url(../../dist/img/graphics/module-dark-bg-bottom-right-swirl.png) no-repeat;
        width: 355px;
        height: 125px;
    }
}
.cta-section.module-full-width-cta .cta-section-inner {
    text-align: center;
}
.cta-section.module-full-width-cta .cta-section-inner .module-part-title {
    font-size: 58px;
    line-height: 68px;
    color: #061637;
    font-style: normal;
    font-weight: 700;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
    .cta-section.module-full-width-cta .cta-section-inner .module-part-title {
        font-size: 58px;
        line-height: 68px;
    }
}
@media only screen and (max-width: 768px) {
    .cta-section.module-full-width-cta .cta-section-inner .module-part-title {
        font-size: 36px;
        line-height: 46px;
    }
}
.cta-section.module-full-width-cta .cta-section-inner .cta-section-content {
    margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section.module-full-width-cta .cta-section-inner .cta-section-content {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .cta-section.module-full-width-cta .cta-section-inner .cta-section-content {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .cta-section.module-full-width-cta .cta-section-inner .cta-section-content {
        margin-bottom: 0;
    }
}
.cta-section.module-full-width-cta .cta-section-inner .cta-section-content p {
    font-size: 16px;
    line-height: 24px;
    color: #061637;
    font-style: normal;
    font-weight: 400;
}
.cta-section.module-full-width-cta .cta-section-inner .module-full-width__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/*Pagination*/
section#pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-basis: 100%;
    margin-top: 25px;
}
section#pagination button:not(.no-hover) {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Bjorn", sans-serif;
    color: #061637;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
section#pagination button:not(.no-hover):hover {
    background: #009BDF !important;
    color: #fff;
}
section#pagination button:not(.pagination-control) {
    height: 38px;
    width: 38px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 0;
}
section#pagination button:not(.pagination-control).is-active {
    background: #009BDF;
    color: #fff;
}
section#pagination .pagination-control {
    border: 1px solid #009BDF;
    border-radius: 100px !important;
    padding: 6px 22px 8px;
}

.module.module-setting-bg-white a:not([class*=btn]):link {
    color: #009bdf;
}

/*Message Box*/
.kbf_message_icon {
    position: fixed;
    right: 25px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background: #FFD41C;
    border-radius: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kbf_message_icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.kbf_message_form .kbf_message_form_input_group {
    margin-bottom: 30px;
}
.kbf_message_form .kbf_message_form_input_group label {
    color: #061637;
    font-family: "Bjorn", sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #061637;
    display: block;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
    text-align: left;
}
.kbf_message_form .kbf_message_form_input_group textarea {
    font-size: 16px;
    line-height: 24px;
    height: 160px;
    border: none;
    resize: none;
    background-color: #EDFAFF !important;
    border-radius: 8px !important;
    border: 0 !important;
    padding: 16px 24px;
    color: #061637 !important;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 400;
}
.kbf_message_form .kbf_message_form_input_group textarea::placeholder {
    color: #8897AE;
}
.kbf_message_form .kbf_message_form_input_group textarea:focus-visible {
    outline: none;
}
.kbf_message_form .kbf_message_form_button button {
    font-size: 16px;
    line-height: 24px;
    border: 0 !important;
    color: #061637 !important;
    padding: 13px 24px 15px;
    font-weight: 500;
    font-family: "Bjorn", sans-serif;
    background: #FFD41c;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all 0.3s ease-out;
    height: 50px;
    width: 100%;
}
.kbf_message_form .kbf_message_form_button button .loader {
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    transition: all 0.3s ease-in-out;
    width: 15px;
    height: 15px;
    display: none;
}
.kbf_message_form .kbf_message_form_button button.disabled {
    opacity: 0.4;
    cursor: default;
}
.kbf_message_form .kbf_message_form_button button:hover {
    background: #F9CA00;
}

#popmake-9802 .pum-close {
    top: 43px !important;
}
@media only screen and (max-width: 575px) {
    #popmake-9802 .pum-close {
        top: 27px !important;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.disable_reported_message {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.7411764706);
    width: 100%;
    z-index: 99;
}

.bpbm-chat-content {
    position: relative;
}

.thread-actions {
    position: relative;
}

.message_loader {
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    height: calc(100% + 43px);
    width: 100%;
    background: rgba(255, 255, 255, 0.4784313725);
    align-items: center;
    justify-content: center;
    z-index: 999;
    display: none;
}
.message_loader .loader {
    width: 35px;
    height: 35px;
    border: 2px solid #faa61a;
    border-bottom-color: #f7f7f7;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.gfield_checkbox input, .gfield_radio input {
    opacity: 0;
    position: absolute;
}
.gfield_checkbox label, .gfield_radio label {
    cursor: pointer;
    vertical-align: middle;
}
.gfield_checkbox label::before, .gfield_radio label::before {
    border: 1px solid rgba(30, 47, 67, 0.25);
    content: '';
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.gfield_radio label::before {
    border-radius: 50%;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gform_footer {
    margin-top: 0.75rem;
}

.gfield {
    margin-bottom: 1.25rem;
}

@media only screen and (min-width: 992px) {
    .gfield {
        margin-bottom: 2rem;
    }
}

.gfield_label {
    display: block;
    font-family: "Bjorn", sans-serif;
}
.gfield_radio input:checked + label::before {
    border-width: 5px;
}
.validation_message {
    color: #dc3545;
    margin-top: .3rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin-right: .75rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    content: url(../../dist/img/forms/datepicker-arrow.svg);
    cursor: pointer;
    display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
    content: url(../../dist/img/forms/datepicker-arrow.svg);
    cursor: pointer;
    display: block;
}

/*Resend Email Verification*/
.resend_button_wrapper {
    position: relative;
}
.resend_loader_wrapper {
    display: none;
    position: absolute;
    top: 2px;
    right: -19px;
}
.resend_loader_wrapper .check_wrapper {
    display: none;
    position: relative;
    top: -3px;
}
.resend_loader_wrapper .check {
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.resend_loader_wrapper .resend_loader {
    width: 15px;
    height: 15px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Jquery toast*/
.jq-toast-wrap {
    z-index: 9999999999 !important;
    width: max-content !important;
}
.jq-toast-wrap.top-right {
    top: 20px !important;
    right: 20px !important;
}
@media only screen and (max-width: 768px) {
    .jq-toast-wrap.top-right {
        top: 10px !important;
        right: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    .jq-toast-wrap {
        width: 360px !important;
    }
}
@media only screen and (max-width: 480px) {
    .jq-toast-wrap {
        width: 340px !important;
    }
}
.jq-toast-wrap .jq-toast-single {
    padding: 20px 20px 20px 74px !important;
    background-position: 5%;
    font-size: 14px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    border-radius: 6px;
    background-size: 36px 36px;
}
@media only screen and (max-width: 767px) {
    .jq-toast-wrap .jq-toast-single {
        background-position: 6%;
    }
}
.jq-toast-wrap .jq-toast-single h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Bjorn", sans-serif;
    margin-bottom: 4px;
    color: #fff;
}
.jq-toast-wrap .jq-icon-info {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk5OTIgMS41MTI0NUM4LjYwNTQ3IDEuNTEyNDUgMS4wMTE3MiA5LjEwNjIgMS4wMTE3MiAxOC41QzEuMDExNzIgMjcuODkzNyA4LjYwNTQ3IDM1LjU0MzcgMTcuOTk5MiAzNS41NDM3QzI3LjM5MyAzNS41NDM3IDM1LjA0MyAyNy44OTM3IDM1LjA0MyAxOC41QzM1LjA0MyA5LjEwNjIgMjcuMzkzIDEuNTEyNDUgMTcuOTk5MiAxLjUxMjQ1Wk0xNy45OTkyIDMzLjAxMjVDMTAuMDExNyAzMy4wMTI1IDMuNTQyOTcgMjYuNDg3NSAzLjU0Mjk3IDE4LjVDMy41NDI5NyAxMC41MTI1IDEwLjAxMTcgNC4wNDM3IDE3Ljk5OTIgNC4wNDM3QzI1Ljk4NjcgNC4wNDM3IDMyLjUxMTcgMTAuNTY4NyAzMi41MTE3IDE4LjU1NjJDMzIuNTExNyAyNi40ODc1IDI1Ljk4NjcgMzMuMDEyNSAxNy45OTkyIDMzLjAxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTcuOTk4MSAyNi41QzE4LjgyNDUgMjYuNSAxOS41ODIgMjUuODExMyAxOS41ODIgMjQuOTE2MUwxOS41ODIgMTcuNDA5N0MxOS41ODIgMTYuNTgzNCAxOC44OTM0IDE1LjgyNTggMTcuOTk4MSAxNS44MjU4QzE3LjEwMjkgMTUuODI1OCAxNi40MTQyIDE2LjUxNDUgMTYuNDE0MiAxNy40MDk3TDE2LjQxNDIgMjQuOTg1QzE2LjQxNDIgMjUuODExMyAxNy4xNzE3IDI2LjUgMTcuOTk4MSAyNi41WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE3Ljk5ODEgMTQuMDEyMkMxOC44MjQ1IDE0LjAxMjIgMTkuNTgyIDEzLjMyMzYgMTkuNTgyIDEyLjQyODNMMTkuNTgyIDEyLjA4NEMxOS41ODIgMTEuMjU3NiAxOC44OTM0IDEwLjUwMDEgMTcuOTk4MSAxMC41MDAxQzE3LjEwMjkgMTAuNTAwMSAxNi40MTQyIDExLjE4ODcgMTYuNDE0MiAxMi4wODRMMTYuNDE0MiAxMi40OTcyQzE2LjQxNDIgMTMuMzIzNiAxNy4xNzE3IDE0LjAxMjIgMTcuOTk4MSAxNC4wMTIyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
    background-color: #009BDF;
}
.jq-toast-wrap .jq-icon-success {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk5OTIgMS41MTI0NUM4LjYwNTQ3IDEuNTEyNDUgMS4wMTE3MiA5LjEwNjIgMS4wMTE3MiAxOC41QzEuMDExNzIgMjcuODkzNyA4LjYwNTQ3IDM1LjU0MzcgMTcuOTk5MiAzNS41NDM3QzI3LjM5MyAzNS41NDM3IDM1LjA0MyAyNy44OTM3IDM1LjA0MyAxOC41QzM1LjA0MyA5LjEwNjIgMjcuMzkzIDEuNTEyNDUgMTcuOTk5MiAxLjUxMjQ1Wk0xNy45OTkyIDMzLjAxMjVDMTAuMDExNyAzMy4wMTI1IDMuNTQyOTcgMjYuNDg3NSAzLjU0Mjk3IDE4LjVDMy41NDI5NyAxMC41MTI1IDEwLjAxMTcgNC4wNDM3IDE3Ljk5OTIgNC4wNDM3QzI1Ljk4NjcgNC4wNDM3IDMyLjUxMTcgMTAuNTY4NyAzMi41MTE3IDE4LjU1NjJDMzIuNTExNyAyNi40ODc1IDI1Ljk4NjcgMzMuMDEyNSAxNy45OTkyIDMzLjAxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjIuODM3NCAxMy4yNjg4TDE2LjE0MzcgMTkuNzkzOEwxMy4xMDYyIDE2LjgxMjVDMTIuNTk5OSAxNi4zMDYzIDExLjgxMjQgMTYuMzYyNSAxMS4zMDYyIDE2LjgxMjVDMTAuNzk5OSAxNy4zMTg4IDEwLjg1NjIgMTguMTA2MyAxMS4zMDYyIDE4LjYxMjVMMTQuOTA2MiAyMi4xQzE1LjI0MzcgMjIuNDM3NSAxNS42OTM3IDIyLjYwNjMgMTYuMTQzNyAyMi42MDYzQzE2LjU5MzcgMjIuNjA2MyAxNy4wNDM3IDIyLjQzNzUgMTcuMzgxMiAyMi4xTDI0LjYzNzQgMTUuMTI1QzI1LjE0MzcgMTQuNjE4OCAyNS4xNDM3IDEzLjgzMTMgMjQuNjM3NCAxMy4zMjVDMjQuMTMxMiAxMi44MTg4IDIzLjM0MzcgMTIuODE4OCAyMi44Mzc0IDEzLjI2ODhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-color: #80C342;
}
.jq-toast-wrap .jq-icon-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zNC4wMzAzIDIzLjczMTNMMjEuOTkyOCA0LjM2MjUyQzIxLjAzNjYgMy4wNjg3NyAxOS41NzQxIDIuMzM3NTIgMTcuOTk5MSAyLjMzNzUyQzE2LjM2NzggMi4zMzc1MiAxNC45MDUzIDMuMDY4NzcgMTQuMDA1MyA0LjM2MjUyTDEuOTY3ODEgMjMuNzMxM0MwLjg0MjgxMyAyNS4yNSAwLjY3NDA2MyAyNy4yMTg4IDEuNTE3ODEgMjguOTA2M0MyLjM2MTU2IDMwLjU5MzggNC4wNDkwNiAzMS42NjI1IDUuOTYxNTYgMzEuNjYyNUgzMC4wMzY2QzMxLjk0OTEgMzEuNjYyNSAzMy42MzY2IDMwLjU5MzggMzQuNDgwMyAyOC45MDYzQzM1LjMyNDEgMjcuMjc1IDM1LjE1NTMgMjUuMjUgMzQuMDMwMyAyMy43MzEzWk0zMi4yMzAzIDI3Ljc4MTNDMzEuNzgwMyAyOC42MjUgMzAuOTkyOCAyOS4xMzEzIDMwLjAzNjYgMjkuMTMxM0g1Ljk2MTU2QzUuMDA1MzEgMjkuMTMxMyA0LjIxNzgxIDI4LjYyNSAzLjc2NzgxIDI3Ljc4MTNDMy4zNzQwNiAyNi45Mzc1IDMuNDMwMzEgMjUuOTgxMyAzLjk5MjgxIDI1LjI1TDE2LjAzMDMgNS44ODEyN0MxNi40ODAzIDUuMjYyNTIgMTcuMjExNiA0Ljg2ODc3IDE3Ljk5OTEgNC44Njg3N0MxOC43ODY2IDQuODY4NzcgMTkuNTE3OCA1LjIwNjI3IDE5Ljk2NzggNS44ODEyN0wzMi4wMDUzIDI1LjI1QzMyLjU2NzggMjUuOTgxMyAzMi42MjQxIDI2LjkzNzUgMzIuMjMwMyAyNy43ODEzWiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xNy45OTg4IDEyLjc5OTlDMTcuMzIzOCAxMi43OTk5IDE2LjcwNTEgMTMuMzYyNCAxNi43MDUxIDE0LjA5MzdWMjAuMjI0OUMxNi43MDUxIDIwLjg5OTkgMTcuMjY3NiAyMS41MTg3IDE3Ljk5ODggMjEuNTE4N0MxOC43MzAxIDIxLjUxODcgMTkuMjkyNiAyMC45NTYyIDE5LjI5MjYgMjAuMjI0OVYxNC4wMzc0QzE5LjI5MjYgMTMuMzYyNCAxOC42NzM4IDEyLjc5OTkgMTcuOTk4OCAxMi43OTk5WiIgZmlsbD0id2hpdGUiLz4NCjxwYXRoIGQ9Ik0xNy45OTg4IDIzLjAwMDFDMTcuMzIzOCAyMy4wMDAxIDE2LjcwNTEgMjMuNTYyNiAxNi43MDUxIDI0LjI5MzlWMjQuNTc1MUMxNi43MDUxIDI1LjI1MDEgMTcuMjY3NiAyNS44Njg5IDE3Ljk5ODggMjUuODY4OUMxOC43MzAxIDI1Ljg2ODkgMTkuMjkyNiAyNS4zMDY0IDE5LjI5MjYgMjQuNTc1MVYyNC4yMzc2QzE5LjI5MjYgMjMuNTYyNiAxOC42NzM4IDIzLjAwMDEgMTcuOTk4OCAyMy4wMDAxWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==");
    background-color: #FAA61A;
}
.jq-toast-wrap .jq-icon-error {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNiAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk5OTIgMS41MTI0NUM4LjYwNTQ3IDEuNTEyNDUgMS4wMTE3MiA5LjEwNjIgMS4wMTE3MiAxOC41QzEuMDExNzIgMjcuODkzNyA4LjYwNTQ3IDM1LjU0MzcgMTcuOTk5MiAzNS41NDM3QzI3LjM5MyAzNS41NDM3IDM1LjA0MyAyNy44OTM3IDM1LjA0MyAxOC41QzM1LjA0MyA5LjEwNjIgMjcuMzkzIDEuNTEyNDUgMTcuOTk5MiAxLjUxMjQ1Wk0xNy45OTkyIDMzLjAxMjVDMTAuMDExNyAzMy4wMTI1IDMuNTQyOTcgMjYuNDg3NSAzLjU0Mjk3IDE4LjVDMy41NDI5NyAxMC41MTI1IDEwLjAxMTcgNC4wNDM3IDE3Ljk5OTIgNC4wNDM3QzI1Ljk4NjcgNC4wNDM3IDMyLjUxMTcgMTAuNTY4NyAzMi41MTE3IDE4LjU1NjJDMzIuNTExNyAyNi40ODc1IDI1Ljk4NjcgMzMuMDEyNSAxNy45OTkyIDMzLjAxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjMuMTc0NiAxMy4yNjg3QzIyLjY2ODQgMTIuNzYyNSAyMS44ODA5IDEyLjc2MjUgMjEuMzc0NiAxMy4yNjg3TDE3Ljk5OTYgMTYuN0wxNC41Njg0IDEzLjI2ODdDMTQuMDYyMSAxMi43NjI1IDEzLjI3NDYgMTIuNzYyNSAxMi43Njg0IDEzLjI2ODdDMTIuMjYyMSAxMy43NzUgMTIuMjYyMSAxNC41NjI1IDEyLjc2ODQgMTUuMDY4N0wxNi4xOTk2IDE4LjVMMTIuNzY4NCAyMS45MzEyQzEyLjI2MjEgMjIuNDM3NSAxMi4yNjIxIDIzLjIyNSAxMi43Njg0IDIzLjczMTJDMTIuOTkzNCAyMy45NTYyIDEzLjMzMDkgMjQuMTI1IDEzLjY2ODQgMjQuMTI1QzE0LjAwNTkgMjQuMTI1IDE0LjM0MzQgMjQuMDEyNSAxNC41Njg0IDIzLjczMTJMMTcuOTk5NiAyMC4zTDIxLjQzMDkgMjMuNzMxMkMyMS42NTU5IDIzLjk1NjIgMjEuOTkzNCAyNC4xMjUgMjIuMzMwOSAyNC4xMjVDMjIuNjY4NCAyNC4xMjUgMjMuMDA1OSAyNC4wMTI1IDIzLjIzMDkgMjMuNzMxMkMyMy43MzcxIDIzLjIyNSAyMy43MzcxIDIyLjQzNzUgMjMuMjMwOSAyMS45MzEyTDE5Ljc5OTYgMTguNUwyMy4yMzA5IDE1LjA2ODdDMjMuNjgwOSAxNC41NjI1IDIzLjY4MDkgMTMuNzc1IDIzLjE3NDYgMTMuMjY4N1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
    background-color: #F9501B;
}

/*404*/
.page-banner {
    background: radial-gradient(72.71% 61.54% at 45.83% 18.38%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.2) 100%), #009bdf;
    padding: 60px 15px;
}
@media (min-width: 992px) {
    .page-banner {
        padding: 90px 15px;
    }
}
.page-banner-content {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .page-banner-content {
        max-width: 35%;
    }
}
@media (min-width: 1200px) {
    .page-banner-content {
        max-width: 50%;
    }
    .page-banner {
        padding: 120px 15px;
    }
}
.page-banner-title {
    margin-bottom: 16px;
    color: #FFD41C;
}
@media (min-width: 768px) {
    .page-banner-title {
        margin-bottom: 24px;
    }
}
.page-banner-subtitle {
    margin-bottom: 0;
    color: #fff;
}
.cover {
    position: relative;
}
.cover-image {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.cover-content {
    position: relative;
    z-index: 15;
}

/*Swal*/
.swal2-popup .swal2-title {
    font-size: 32px;
    line-height: 42px;
    font-style: normal;
    letter-spacing: -0.96px;
    padding: 20px 0 !important;
}
@media only screen and (max-width: 1024px) {
    .swal2-popup .swal2-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .swal2-popup .swal2-title {
        font-size: 30px;
        line-height: 40px;
    }
}
.swal2-popup .swal2-input {
    width: unset !important;
}
.swal2-popup .swal2-actions {
    gap: 15px;
}
.swal2-popup .swal2-actions button, .swal2-popup .swal2-actions .btn {
    color: #fff;
    padding: 18px 34px;
    border-radius: 50px;
    border: none;
}
.swal2-popup .swal2-actions .btn-success, .swal2-popup .swal2-actions .swal2-confirm {
    background: #80C240;
}
.swal2-popup .swal2-actions .btn-success:hover, .swal2-popup .swal2-actions .swal2-confirm:hover {
    background: #68B81C;
}
.swal2-popup .swal2-actions .btn-danger, .swal2-popup .swal2-actions .swal2-cancel {
    background: #F9501B;
}
.swal2-popup .swal2-actions .btn-danger:hover, .swal2-popup .swal2-actions .swal2-cancel:hover {
    background: #FF3D00;
}

.swal2-container .swal2-popup {
    padding: 40px;
    border: 1px solid #E7E8E8;
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (max-width: 575px) {
    .swal2-container .swal2-popup {
        padding: 20px;
    }
}
.swal2-container .swal2-popup:after {
    position: absolute;
    left: -46px;
    top: -50px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY2IiBoZWlnaHQ9IjQ0OCIgdmlld0JveD0iMCAwIDI2NiA0NDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMTYwLjE2NiA1MjMuMTk5Qy05MS41ODIgNTYwLjAzOSAtMTEuNDMwOCA1NjguODQzIDYzLjU0MDcgNTQ3Ljc3MkM5Ni41MDI1IDUzOC40NzkgMTI3LjU5NCA1MjMuNTYzIDE1NS40NjQgNTAzLjcwN0MxNjEuMzg5IDQ5OS40ODYgMTYyLjMyMSA0OTEuMTMgMTU3Ljc0MiA0ODUuNDY5QzE1My4yNDUgNDc5LjkxIDE0NS4xMzcgNDc5LjA2NSAxMzkuMzY1IDQ4My4yNzVDMTAzLjE5MSA1MDkuNjYxIDYxLjA0NTcgNTI2LjczNyAxNi42NDI0IDUzMi45MDVDMTYuMjExIDUzMi45NjUgMTUuODI2NyA1MzIuNjI4IDE1LjgyNjkgNTMyLjE5MUMxNS44MjcxIDUzMS44NDMgMTYuMDc0OCA1MzEuNTQ1IDE2LjQxNTYgNTMxLjQ4MUMyMy45NzU4IDUzMC4wNjkgMzEuNDc1OCA1MjguMzIzIDM4LjkxNDggNTI2LjI0MkM3Mi41NDc0IDUxNi42NTQgMTA0LjAyMyA1MDAuNjMxIDEzMS42MDcgNDc5LjA1N0MxODcuNjE2IDQzNS4zMSAyMjUuMDk3IDM3MS45NTMgMjM2LjUzNCAzMDEuNjkyQzI0Mi4zMzEgMjY2LjU3MyAyNDEuMzY3IDIzMC42NzMgMjMzLjY5NSAxOTUuOTM1QzIyNS45MiAxNjAuOTMgMjExLjIxMSAxMjcuODU4IDE5MC40NDMgOTguNjg1NEMxNjkuNTgxIDY5LjI2MjcgMTQyLjg3NyA0NC40OTE5IDExMi4wMDggMjUuOTI4NEMxMDUuOTkxIDIyLjMwMjIgOTkuNzc0OSAxOC45NTM3IDkzLjQ2MSAxNS44MzNDOTIuOTAzNCAxNS41NTc0IDkyLjc3OTMgMTQuODEzMyA5My4yMTg4IDE0LjM3MjNDOTMuNDgxOCAxNC4xMDgzIDkzLjg3OTIgMTQuMDMyNyA5NC4yMiAxNC4xODI0Qzk5Ljk2MTggMTYuNzA1NCAxMDUuNjIgMTkuMzcxNCAxMTEuMTgyIDIyLjI3NDJDMTQzLjY3NCAzOS4xNzk2IDE3Mi41NDggNjIuMzA0OSAxOTYuMTc4IDkwLjM0NjdDMjE5Ljc0OSAxMTguMjIxIDIzNC45OTggMTQ3LjI1OSAyNDYuMDM4IDE4Mi4zMzJDMjYwLjYxNSAyMjguNDczIDI2Mi44MTkgMjc3LjY2OCAyNTIuNDI3IDMyNC45NjVDMjQyLjIwMSAzNzEuNTA5IDIyMC4xMzIgNDE0LjU5OSAxODguMzkgNDUwLjA0MkMxODcuNTAzIDQ1MS4wMzIgMTg3LjQ1NiA0NTIuNTI0IDE4OC4yOTEgNDUzLjU2QzE4OS4zMTUgNDU0LjgzIDE5MS4yMjIgNDU0LjkgMTkyLjMyMyA0NTMuNjk3QzIyNC42MTcgNDE4LjQxNiAyNDcuMzMyIDM3NS4zNzggMjU4LjI1NCAzMjguNzI0QzI2OS40MSAyODEuMDY4IDI2Ny44NjcgMjMxLjMxOSAyNTMuNzgxIDE4NC40ODJDMjQyLjg5OSAxNDguNTE1IDIyNS4wMjMgMTE1LjA3NiAyMDEuMTg2IDg2LjA5NDNDMTc3LjM2OCA1Ni45NTk4IDE0OC4wODQgMzIuNzk4MSAxMTQuOTkxIDE0Ljk3NjRDNDcuOTA3NiAtMjEuMDIyMSAtMzAuNDY5MyAtMjkuNjE4NiAtMTAzLjc4NiAtOS4wMTk4M0MtMTQwLjMwMyAxLjIzMDgzIC0xNzQuNDgxIDE4LjUzNzggLTIwNC40MDIgNDEuOTI5OEMtMjM0LjM4NSA2NS40MzM3IC0yNTkuNDIzIDk0LjY3NjIgLTI3OC4wNiAxMjcuOTU3Qy0yOTYuNjk1IDE2MS40NDMgLTMwOC40MjcgMTk4LjM0MiAtMzEyLjU1NSAyMzYuNDU1Qy0zMTYuNjg0IDI3NC41NjggLTMxMy4xMjYgMzEzLjExNiAtMzAyLjA5MyAzNDkuODAyQy0yOTAuOTc2IDM4Ni42MDQgLTI3Mi42OTggNDIwLjgyMiAtMjQ4LjMxNSA0NTAuNDc3Qy0yMjMuOTUxIDQ4MC4yNjQgLTE5NC4wMDUgNTA0Ljk2OSAtMTYwLjE2NiA1MjMuMTk5Wk0tMjg0LjkxNCAzNDQuNDczQy0yODQuOTMxIDM0NC40NzMgLTI4NC45NDcgMzQ0LjQ2MiAtMjg0Ljk1MiAzNDQuNDQ1Qy0yOTUuODE4IDMxMC4wMjYgLTI5OS42NyAyNzMuNzU3IC0yOTYuMjc5IDIzNy43OTZDLTI5Mi44ODYgMjAxLjgyNiAtMjgyLjMxNiAxNjYuOSAtMjY1LjE5NyAxMzUuMDk2Qy0yNDcuOTMgMTAzLjE3OCAtMjI0LjUxMyA3NS4wMTY2IC0xOTYuMzA4IDUyLjI1MTFDLTE5NC40MjcgNTAuNzEwOSAtMTkxLjY1NSA1MS4wNjE4IC0xOTAuMTMzIDUyLjk1OTlMLTE3NS45NzggNzAuNjA5NkMtMTcwLjIyIDc3Ljc4OTEgLTE1OS43NTUgNzguODExMyAtMTUyLjI4MiA3My40NTQ0Qy0xMzEuODU1IDU4LjgxMjIgLTEwOS4yMzIgNDcuNDY3IC04NS4yMzIgMzkuODY2M0MtNTUuODE4MyAzMC42MTU0IC0yNC44NjE3IDI3LjM3MzMgNS44MDgzNSAzMC4zMzE0QzM2LjY4OCAzMy4zNTM0IDY2LjU5ODIgNDIuNzc5NSA5My42NDMgNTguMDExN0MxMjAuNjg4IDczLjI0MzkgMTQ0LjI3OCA5My45NTA2IDE2Mi45MTkgMTE4LjgyQzE4MS44NDQgMTQzLjkxNyAxOTUuNTUzIDE3Mi41NzYgMjAzLjIzMiAyMDMuMUMyMTAuOTMxIDIzMy45MTkgMjEyLjY2NiAyNjUuOTQxIDIwOC4zNDQgMjk3LjQzQzE5OS42NzYgMzYxLjU3IDE2Ny4xNTcgNDIwLjA3NiAxMTcuMzE0IDQ2MS4yMDZDOTIuNDY3MSA0ODEuNzcyIDYzLjg5OTIgNDk3LjMyOCAzMy4xODEgNTA3LjAxOUMyLjM1ODQ5IDUxNi43MjcgLTMwLjA4ODIgNTIwLjExNyAtNjIuMjI3OCA1MTYuOTg4Qy05NC41NzI2IDUxMy43ODkgLTEyNS44OTkgNTAzLjkwOSAtMTU0LjIzNyA0ODcuOTY3Qy0xODEuNzM5IDQ3My4wMjMgLTIwNS42ODQgNDUyLjI4MSAtMjI0LjQzMiA0MjcuMTY1Qy0yNDQuMjU0IDQwMC44NTggLTI1OC41OTcgMzcwLjgxMiAtMjY2LjYwOCAzMzguODE1Qy0yNzQuNjQ2IDMwNi42MDIgLTI3Ni40NTUgMjczLjEzNCAtMjcxLjkzOSAyNDAuMjIxQy0yNjQuODI5IDE4Ny42ODEgLTI0Mi4zMDkgMTM4LjQ1IC0yMDcuMjcxIDk4Ljc3NjdDLTIwNi4zNzYgOTcuNzYzIC0yMDYuMzMyIDk2LjI0NzUgLTIwNy4xNzggOTUuMTkyNUMtMjA4LjIxOSA5My44OTU5IC0yMTAuMTU5IDkzLjgxMjIgLTIxMS4yOTEgOTUuMDI4NUMtMjI0LjQxOCAxMDkuMTI1IC0yMzUuOTk1IDEyNC42MDIgLTI0NS44MTkgMTQxLjE5MUMtMjYzLjEwOCAxNzAuMzc5IC0yNzQuODA4IDIwMi41NDcgLTI4MC4zMTcgMjM2LjAzN0MtMjg1Ljg4NiAyNjkuNzE3IC0yODQuOTc2IDMwNC4xNDggLTI3Ny42MzkgMzM3LjQ3Qy0yNzAuMjI0IDM3MC45OTcgLTI1Ni4xNTggNDAyLjY3NyAtMjM2LjI3OSA0MzAuNjJDLTIzMi43OTEgNDM1LjUzMyAtMjI5LjEwOSA0NDAuMzMzIC0yMjUuMjcyIDQ0NC45ODJDLTIyNS4wNzEgNDQ1LjIyNiAtMjI1LjA4NyA0NDUuNTgzIC0yMjUuMzEgNDQ1LjgwNkMtMjI1LjU1NSA0NDYuMDUzIC0yMjUuOTU2IDQ0Ni4wNDQgLTIyNi4xOSA0NDUuNzg2Qy0yMjguNTQ2IDQ0My4xOTUgLTIzMC44ODUgNDQwLjU4NiAtMjMzLjE0NSA0MzcuODk4Qy0yNTYuMzY3IDQxMC41MDUgLTI3My45NDggMzc4Ljc2MiAtMjg0Ljg3NSAzNDQuNTAxQy0yODQuODgxIDM0NC40ODQgLTI4NC44OTYgMzQ0LjQ3MyAtMjg0LjkxNCAzNDQuNDczWiIgZmlsbD0iI0Y0RjVGNSIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+");
    width: 266px;
    height: 448px;
    content: "";
    z-index: -1;
}
.swal2-container .swal2-popup .swal2-title {
    font-size: 32px;
    line-height: 42px;
    color: #061637;
    margin-bottom: 16px;
    padding: 0 !important;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .swal2-container .swal2-popup .swal2-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 768px) {
    .swal2-container .swal2-popup .swal2-title {
        font-size: 30px;
        line-height: 40px;
    }
}
.swal2-container .swal2-popup .swal2-html-container {
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    margin: 0 0 16px;
    text-align: left !important;
}
.swal2-container .swal2-popup .swal2-html-container .banned_features {
    margin-bottom: 16px;
}
.swal2-container .swal2-popup .swal2-html-container .banned_features label {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #061637;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.swal2-container .swal2-popup .swal2-html-container .banned_features textarea {
    height: 120px;
    width: 100% !important;
    margin-bottom: 0;
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes .checkbox-wrapper input[type=checkbox] {
    appearance: none;
    margin: 0;
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes .checkbox-wrapper input[type=checkbox]:checked:after {
    border-color: #009BDF;
    background-color: #009BDF;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC4xMjUgMy4zNzVMNC44NzUgOC42MjVMMi4yNSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes .checkbox-wrapper input[type=checkbox]:after {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #AFBACA;
    background-color: #F9FAFB;
    background-image: none;
    border-radius: 4px;
    content: "";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    cursor: pointer;
}
.swal2-container .swal2-popup .swal2-html-container .checkboxes .checkbox-wrapper label {
    font-size: 16px;
    line-height: 24px;
    color: #061637;
    cursor: pointer;
}
.swal2-container .swal2-popup .swal2-html-container .message_to_admin .description p {
    margin: 0 0 16px;
}
.swal2-container .swal2-popup .swal2-html-container .message_to_admin textarea {
    width: 100% !important;
    resize: none;
}
.swal2-container .swal2-popup .swal2-html-container .swal2-checkbox {
    margin-bottom: 0;
}
.swal2-container .swal2-popup .swal2-checkbox {
    margin: 0 0 16px;
    justify-content: flex-start;
    gap: 8px;
    background: transparent;
}
.swal2-container .swal2-popup .swal2-checkbox input[type=checkbox] {
    appearance: none;
    margin: 0;
}
.swal2-container .swal2-popup .swal2-checkbox input[type=checkbox]:checked:after {
    border-color: #009BDF;
    background-color: #009BDF;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMC4xMjUgMy4zNzVMNC44NzUgOC42MjVMMi4yNSA2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+");
}
.swal2-container .swal2-popup .swal2-checkbox input[type=checkbox]:after {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #AFBACA;
    background-color: #F9FAFB;
    background-image: none;
    border-radius: 4px;
    content: "";
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
    cursor: pointer;
}
.swal2-container .swal2-popup .swal2-checkbox .swal2-label {
    font-size: 16px;
    line-height: 24px;
    color: #061637;
    cursor: pointer;
}
.swal2-container .swal2-popup .swal2-input {
    height: auto;
    margin: 0 0 16px;
    box-shadow: none;
}
.swal2-container .swal2-popup .swal2-actions {
    margin: 24px 0 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 575px) {
    .swal2-container .swal2-popup .swal2-actions {
        flex-wrap: wrap;
    }
}
.swal2-container .swal2-popup .swal2-actions .swal2-confirm {
    font-size: 16px;
    line-height: 24px;
    background-color: #009BDF !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: "Bjorn", sans-serif;
    border-radius: 100px;
    padding: 13px 34px 17px;
    box-shadow: none !important;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease-in-out;
    margin: 0;
    width: calc(50% - 7.5px);
}
@media only screen and (max-width: 575px) {
    .swal2-container .swal2-popup .swal2-actions .swal2-confirm {
        width: 100%;
    }
}
.swal2-container .swal2-popup .swal2-actions .swal2-confirm:hover {
    background-color: #0081B8 !important;
    box-shadow: none !important;
}
.swal2-container .swal2-popup .swal2-actions .swal2-cancel, .swal2-container .swal2-popup .swal2-actions .swal2-deny {
    font-size: 16px;
    line-height: 24px;
    background-color: transparent !important;
    color: #061637;
    font-weight: 500;
    font-family: "Bjorn", sans-serif;
    border-radius: 100px;
    padding: 11px 34px 15px;
    box-shadow: none;
    text-decoration: none;
    border: 2px solid #E7E8E8;
    margin: 0;
    width: calc(50% - 7.5px);
}
@media only screen and (max-width: 575px) {
    .swal2-container .swal2-popup .swal2-actions .swal2-cancel, .swal2-container .swal2-popup .swal2-actions .swal2-deny {
        width: 100%;
    }
}

.contexify {
    display: none !important;
}

/*Loader*/
#loader {
    text-align: center;
}
.spinner {
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left-color: #009BDF;
    animation: spin 1s ease infinite;
    margin: 0 auto;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Gfrom Loader */
#custom_gform_loader {
    width: 16px;
    height: 16px;
    border: 2px solid #a7a9c1;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body.bp-user #wp-admin-bar-user-admin {
    display: none;
}

/* Styling for the tooltip */
.tooltip {
    position: absolute;
    padding: 8px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    pointer-events: none;
    opacity: 1;
    z-index: 9999;
    max-width: 280px;
    width: max-content;
}

/* Tooltip arrow styles */
.tooltip::after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
}

/* Default arrow positioning (above the tooltip) */
.tooltip.above::after {
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: #333;
}

/* Arrow positioning when tooltip is below the button */
.tooltip.below::after {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-color: #333;
}