.hidden{
  display: none;
}

.ul-banner-stat .imgs > .svg_donate {
    background-color: white;
}

.ul-banner-stat .imgs > .svg_donate > i {
    font-size: clamp(24px, 0.74vw, 14px);
    font-weight: 1000;
    color: var(--ul-primary);
}

.ul-section-sub-title::before{
    width: clamp(12px, 0.63vw, 12px);
    background: url('../../res/icons/golf_flag_green.svg') no-repeat center / contain;
    clip-path: none;
}

.ul-donations::before, .ul-donations::after{
    background: url(../../res/images/donations-bg-img.jpg) no-repeat center center/cover;
}

.ul-donate-form-section .ul-section-sub-title::before{
    background-color: transparent!important;
}

.ul-donate-form-section .ul-section-sub-title::before{
    background: url('../../res/icons/golf_flag_white.svg') no-repeat center / contain;
}

.ul-breadcrumb {
  background: url(../../res/images/breadcrumb-bg.jpg) no-repeat center center;
}


.ul-section-smaller-spacing {
    padding-top: clamp(20px, 2.31vw, 40px);
    padding-bottom: clamp(20px, 2.31vw, 40px);
}

.nav-no-border-no-padding{
    border: none;
    padding: 0px;
}

.footer-no-gradient{
    background: linear-gradient(0deg, var(--ul-black) 50%, rgba(0, 0, 0, 0) 0);
    margin-top: -7em
}

.pb-10em{
    padding-bottom: 10em;
}

.ul-header .logo-container::before, .ul-header .logo-container::after {
  bottom: calc(-10% - clamp(45px, 3.42vw, 65px));
}
.ul-header .logo-container::after {
  bottom: calc(-10% - clamp(26px, 2.73vw, 52px));
}

.top-logo{
    margin-top: -1em !important;
}


.privacy-policy > ul li::before{
    content: "\f104"
}


.donate-iframe{
    position:relative;
    overflow:hidden;
    height:480px;
    width:100%;
    border-radius: 5%
}


.donate-iframe-wrapper {
    padding: clamp(5px, 1.5vw, 20px);
    background: none;
    box-shadow: none;
}

.donate-iframe-wrapper::before{
    background: none;
    opacity: 100%;
}