.home-fold4 {
    position: relative;
}

.home-fold4-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
    margin: 70px 0px;
}

.home-fold4-img {
    width: calc((100% / 2) - 80px);
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1/1;
}

.home-fold4-content {
    width: calc((100% / 2) - 20px);
}

.home-fold4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.home-fold3 {
    position: relative;
    background: #1570B9;
}

.home-fold3-img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% / 2) - 20px);
    height: 100%;
}

.home-fold3-img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.home-fold3-content {
    width: calc((100% / 2) - 20px);
    padding: 60px 0px;
    color: #fff;
    position: relative;
}

.home-fold3::before {
    opacity: .6;
    z-index: 0;
    background: url(/wp-content/uploads/2025/09/hanicks-background.png);
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
}

.home-fold3-buttons {
    display: flex;
    gap: 20px;
    text-align: center;
}

.home-fold3-buttons div p {
    font-weight: 600;
}

.home-fold3-title .title {
    color: #fff;
}

.home-fold1 {
    position: relative;
    overflow: hidden;
}

.home-fold1 img.home-fold1-img-guy {
    position: absolute;
    width: 1120px;
    height: 100%;
    bottom: -40px;
    right: 0;
    object-fit: contain;
    z-index: 1;
}

.home-fold1 img.home-fold1-img-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}
.home-fold1 img.home-fold1-img-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
    object-position: right;
}


.home-fold1-content {
    width: calc((100% / 2) + 0px);
    color: #fff;
    padding: 150px 0px 50px;
    z-index: 1;
    position: relative;
}

.home-fold1-title img {
    max-width: 140px;
    margin-bottom: 20px;
}

.home-fold1-title * {
    color: #fff;
}

.home-fold1::before {
    width: calc((100% / 2) + 20px);
    background: #0544789c;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 0px);
    content: '';
    z-index: -1;
    opacity: 1;
    backdrop-filter: blur(5px) brightness(0.7);
}

.home-fold1-text * {
    margin: 0px;
}

.home-fold1-text > div {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.home-fold1-countdown {
    display: flex;
    gap: 10px;
}

.home-fold1-countdown div {
    background: #fff;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    font-weight: 900;
    font-size: 20px;
}

.home-fold1-title .subtext {
    font-size: 38px;
    line-height: 46px;
    margin: 0px;
}

img.home-fold1-img-mobile {
    display: none;
}

.home-fold4-slide-item-title * {
    margin: 0px;
    color: #00B67A;
}

.home-fold2-item {
    transition: all 300ms ease;
    cursor: pointer;
}

.home-fold2-item:hover {
    /* opacity: .6; */
}

.home-fold4-slide-item-title {
    display: flex;
    align-items: center;
    gap: 60px;
}

#primary ul:not([class]) {
    margin: 20px 0px;
    list-style: none;
    padding: 0;
}

#primary ul:not([class]) li {
    position: relative;
    display: flex;
    gap: 10px;
    text-align: left;
    flex: 0 0 max-content;
    max-width: 100%;
    min-width: calc(50% - 20px);
}

#primary ul:not([class]) li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary-color1);
    font-size: 13px;
}

.home-fold3-title .subtext {
    color: white;
}

p b {
    color: var(--primary-color1);
}

.home-fold3-main {
    min-height: 600px;
    display: flex;
    align-items: center;
}