.highlight::before {
    width: 102%;
    height: 50%;
    top: 60%;
    background-color: #e1d2c5;
    z-index: -1;
    left: -1%;
}

/* Intro */
#introContainer {
    background-color: #f9f6f2;
    padding: 80px 20px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#intro {
    max-width: 850px;
    margin: auto;
    color: #231f20;
}

#introTitle {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

#introSubtitle {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
}

.introDescription {
    margin-bottom: 20px;
    line-height: 1.7;
}

#introDescriptionTitle {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Gifts */
#giftsContainer {
    background-color: #edddce;
    position: relative;
    overflow: hidden;
}

#giftsContainer a {
    color: inherit;
}

.gifts {
    max-width: 850px;
    margin: auto;
    color: #231f20;
    padding: 80px 20px 60px 20px;
}

.gifts:last-child {
    padding-top: 50px;
}

.giftsSplit {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.giftsImages {
    position: relative;
    background-color: white;
    padding: 20px;
    width: 100%;
    aspect-ratio: 1;
}

.giftsTape {
    width: 75%;
    height: auto;
    position: absolute;
    transform: translate(-50%, -80%);
    left: 50%;
}

.giftLink {
    position: absolute;
    cursor: pointer;
}

.giftLink::after {
    font-weight: 800;
    position: absolute;
    font-size: 14px;
    line-height: 1 !important;
}

.giftLink>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.giftsInfo {
    padding: 0 20px;
    width: 380px;
}

.giftsInfoTitle {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 15px;
}

.giftsInfoList {
    line-height: 1.7;
    padding: 0 !important;
    list-style-position: inside;
}

.giftsInfoList a {
    text-decoration: underline !important;
}

.giftButton {
    padding: 20px;
    font-weight: 800;
    background-color: white;
    display: block;
    margin: auto;
    max-width: 450px;
    text-align: center;
    color: #a96348 !important;
    font-size: 20px;
    cursor: pointer;
}

.giftButton.alt {
    background-color: #a96348;
    color: white !important;
}

.giftBreak {
    background-color: #a96348;
    height: 1px;
    max-width: 850px;
    margin: auto;
}

#giftDisclaimer {
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2;
}

/* Mobile */
@media(max-width: 850px) {
    .highlight::before {
        height: 32%;
    }

    #introTitle .highlight::before {
        height: 60%;
    }

    #introTitle {
        font-size: 30px;
    }

    #introSubtitle {
        font-size: 18px;
    }

    #introDescriptionTitle {
        font-size: 18px;
    }

    .gifts,
    .gifts:last-child {
        padding: 30px 20px 30px 20px;
    }

    .giftsSplit {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .giftsImages {
        margin-bottom: 20px;
    }

    .giftsTape {
        display: none;
    }

    .giftsInfo {
        width: 100%;
    }

    .giftsInfoTitle {
        text-align: center;
    }

    .giftButton {
        font-size: 16px;
        padding: 10px;
    }

    .giftBreak {
        margin: auto 50px;
    }
}

/* Babies Psuedo Elements */
#babiesImages :nth-child(2)::after {
    content: "1.";
    top: 7%;
    right: -21%;
}

#babiesImages :nth-child(3)::after {
    content: "2.";
    top: 0%;
    right: 0;
}

#babiesImages :nth-child(4)::after {
    content: "3.";
    top: 20%;
    right: 91%;
}

#babiesImages :nth-child(5)::after {
    content: "4.";
    top: 94%;
    right: 8%;
}

#babiesImages :nth-child(6)::after {
    content: "5.";
    top: -8%;
    right: 74%;
}

#babiesImages :nth-child(7)::after {
    content: "6.";
    top: -23%;
    right: 70%;
}

#babiesImages :nth-child(8)::after {
    content: "7.";
    top: -31%;
    right: 19%;
}

#babiesImages :nth-child(9)::after {
    content: "8.";
    top: -2%;
    right: 13%;
}

#babiesImages :nth-child(10)::after {
    content: "9.";
    top: 96%;
    right: 37%;
}

#babiesImages :nth-child(11)::after {
    content: "10.";
    top: 68%;
    right: 107%;
}

#babiesImages :nth-child(12)::after {
    content: "11.";
    top: 0%;
    right: -97%;
}

#babiesImages :nth-child(13)::after {
    content: "12.";
    top: 101%;
    right: 36%;
}

#babiesImages :nth-child(14)::after {
    content: "13.";
    top: -20%;
    left: 47%;
}

@media(max-width: 850px) {
    #babiesImages :nth-child(13)::after {
        top: 105%;
        right: 25%;
    }

    #babiesImages :nth-child(10)::after {
        top: 89%;
        right: 37%;
    }
}

/* One Year Psuedo Elements */
#oneYearImages :nth-child(2)::after {
    content: "1.";
    top: -27%;
    right: 88%;
}

#oneYearImages :nth-child(3)::after {
    content: "2.";
    top: 96%;
    right: 45%;
}

#oneYearImages :nth-child(4)::after {
    content: "3.";
    top: -24%;
    right: 70%;
}

#oneYearImages :nth-child(5)::after {
    content: "4.";
    top: -20%;
    right: 70%;
}

#oneYearImages :nth-child(6)::after {
    content: "5.";
    top: -10%;
    right: 86%;
}

#oneYearImages :nth-child(7)::after {
    content: "6.";
    top: 100%;
    right: 36%;
}

#oneYearImages :nth-child(8)::after {
    content: "7.";
    top: 51%;
    right: 104%;
}

#oneYearImages :nth-child(9)::after {
    content: "8.";
    top: 20%;
    right: 93%;
}

#oneYearImages :nth-child(10)::after {
    content: "9.";
    top: 1%;
    right: 89%;
}

#oneYearImages :nth-child(11)::after {
    content: "10.";
    top: 2%;
    right: 97%;
}

#oneYearImages :nth-child(12)::after {
    content: "11.";
    top: 26%;
    right: 108%;
}

#oneYearImages :nth-child(13)::after {
    content: "12.";
    top: -28%;
    left: 78%
}

#oneYearImages :nth-child(14)::after {
    content: "13.";
    top: -29%;
    left: 72%;
}

#oneYearImages :nth-child(15)::after {
    content: "14.";
    top: 53%;
    left: 130%;
}

#oneYearImages :nth-child(16)::after {
    content: "15.";
    top: 24%;
    left: 130%;
}

#oneYearImages :nth-child(17)::after {
    content: "16.";
    top: 74%;
    left: 88%;
}

@media(max-width: 850px) {
    #oneYearImages :nth-child(13)::after {
        top: -11%;
        left: 71%;
    }
}

/* Toddlers Psuedo Elements */
#toddlersImages :nth-child(2)::after {
    content: "1.";
    top: -27%;
    right: 88%;
}

#toddlersImages :nth-child(3)::after {
    content: "2.";
    top: 106%;
    right: 45%;
}

#toddlersImages :nth-child(4)::after {
    content: "3.";
    top: -27%;
    right: 44%;
}

#toddlersImages :nth-child(5)::after {
    content: "4.";
    top: -13%;
    right: 98%;
}

#toddlersImages :nth-child(6)::after {
    content: "5.";
    top: -1%;
    right: 10%;
}

#toddlersImages :nth-child(7)::after {
    content: "6.";
    top: -4%;
    right: 65%;
}

#toddlersImages :nth-child(8)::after {
    content: "7.";
    top: 28%;
    right: 0%;
}

#toddlersImages :nth-child(9)::after {
    content: "8.";
    top: 6%;
    right: 71%;
}

#toddlersImages :nth-child(10)::after {
    content: "9.";
    top: 9%;
    right: 76%;
}

#toddlersImages :nth-child(11)::after {
    content: "10.";
    top: -7%;
    right: 85%;
}

#toddlersImages :nth-child(12)::after {
    content: "11.";
    top: 18%;
    right: 108%;
}

#toddlersImages :nth-child(13)::after {
    content: "12.";
    top: 17%;
    left: -36%;
}

#toddlersImages :nth-child(14)::after {
    content: "13.";
    top: 11%;
    left: -26%;
}

#toddlersImages :nth-child(15)::after {
    content: "14.";
    top: 65%;
    left: 116%;
}

#toddlersImages :nth-child(16)::after {
    content: "15.";
    top: 60%;
    left: -34%;
}

@media(max-width: 850px) {
    #toddlersImages :nth-child(16)::after {
        top: 60%;
        left: -55%;
    }

    #toddlersImages :nth-child(5)::after {
        top: -16%;
        right: 108%;
    }

    #toddlersImages :nth-child(3)::after {
        top: 93%;
        right: 45%;
    }

    #toddlersImages :nth-child(2)::after {
        top: -18%;
        right: 86%;
    }
}

/* Preschoolers Psuedo Elements */
#preschoolersImages :nth-child(2)::after {
    content: "1.";
    top: -12%;
    right: 75%;
}

#preschoolersImages :nth-child(3)::after {
    content: "2.";
    top: -21%;
    right: 38%;
}

#preschoolersImages :nth-child(4)::after {
    content: "3.";
    top: 93%;
    right: 39%;
}

#preschoolersImages :nth-child(5)::after {
    content: "4.";
    top: -23%;
    right: 49%;
}

#preschoolersImages :nth-child(6)::after {
    content: "5.";
    top: 2%;
    right: 32%;
}

#preschoolersImages :nth-child(7)::after {
    content: "6.";
    top: -33%;
    right: 39%;
}

#preschoolersImages :nth-child(8)::after {
    content: "7.";
    top: 92%;
    right: 42%;
}

#preschoolersImages :nth-child(9)::after {
    content: "8.";
    top: -34%;
    right: 46%;
}

#preschoolersImages :nth-child(10)::after {
    content: "9.";
    top: -30%;
    right: 16%;
}

#preschoolersImages :nth-child(11)::after {
    content: "10.";
    top: -55%;
    right: 51%;
}

#preschoolersImages :nth-child(12)::after {
    content: "11.";
    top: -6%;
    right: 4%;
}

#preschoolersImages :nth-child(13)::after {
    content: "12.";
    top: 1%;
    left: 82%;
}

#preschoolersImages :nth-child(14)::after {
    content: "13.";
    top: -31%;
    left: 65%;
}

#preschoolersImages :nth-child(15)::after {
    content: "14.";
    top: -35%;
    left: 10%;
}

#preschoolersImages :nth-child(16)::after {
    content: "15.";
    top: 111%;
    left: 27%;
}

#preschoolersImages :nth-child(17)::after {
    content: "16.";
    top: -29%;
    left: 55%;
}

#preschoolersImages :nth-child(18)::after {
    content: "17.";
    top: 106%;
    left: 39%;
}

#preschoolersImages :nth-child(19)::after {
    content: "18.";
    top: -35%;
    left: 81%;
}

@media(max-width: 850px) {
    #preschoolersImages :nth-child(3)::after {
        top: -38%;
        right: 38%;
    }

    #preschoolersImages :nth-child(4)::after {
        top: 93%;
        right: 39%;
    }

    #preschoolersImages :nth-child(12)::after {
        top: -15%;
        right: -8%;
    }

    #preschoolersImages :nth-child(5)::after {
        top: -5%;
        right: 113%;
    }

    #preschoolersImages :nth-child(18)::after {
        top: 93%;
        left: 39%;
    }

}

/* Big Kids Psuedo Elements */
#bigKidsImages :nth-child(2)::after {
    content: "1.";
    top: -17%;
    right: 96%;
}

#bigKidsImages :nth-child(3)::after {
    content: "2.";
    top: 42%;
    right: 91%;
}

#bigKidsImages :nth-child(4)::after {
    content: "3.";
    top: -13%;
    right: 13%;
}

#bigKidsImages :nth-child(5)::after {
    content: "4.";
    top: 13%;
    right: -17%;
}

#bigKidsImages :nth-child(6)::after {
    content: "5.";
    top: 35%;
    right: -33%;
}

#bigKidsImages :nth-child(7)::after {
    content: "6.";
    top: -3%;
    right: 0%;
}

#bigKidsImages :nth-child(8)::after {
    content: "7.";
    top: -1%;
    right: 73%;
}

#bigKidsImages :nth-child(9)::after {
    content: "8.";
    top: -21%;
    right: 46%;
}

#bigKidsImages :nth-child(10)::after {
    content: "9.";
    top: -21%;
    right: 42%;
}

#bigKidsImages :nth-child(11)::after {
    content: "10.";
    top: -1%;
    right: 93%;
}

#bigKidsImages :nth-child(12)::after {
    content: "11.";
    top: 26%;
    right: 109%;
}

#bigKidsImages :nth-child(13)::after {
    content: "12.";
    top: -20%;
    left: 1%;
}

#bigKidsImages :nth-child(14)::after {
    content: "13.";
    top: 26%;
    left: -28%;
}

#bigKidsImages :nth-child(15)::after {
    content: "14.";
    top: 7%;
    left: 66%;
}

#bigKidsImages :nth-child(16)::after {
    content: "15.";
    top: 7%;
    left: -19%;
}

#bigKidsImages :nth-child(17)::after {
    content: "16.";
    top: 106%;
    left: 30%;
}

#bigKidsImages :nth-child(18)::after {
    content: "17.";
    top: -26%;
    left: 42%;
}

@media(max-width: 850px) {
    #bigKidsImages :nth-child(2)::after {
        top: -23%;
        right: 96%;
    }

    #bigKidsImages :nth-child(3)::after {
        top: 55%;
        right: 91%;
    }

    #bigKidsImages :nth-child(4)::after {
        top: -27%;
        right: 21%;
    }

    #bigKidsImages :nth-child(11)::after {
        top: -16%;
        right: 87%;
    }

    #bigKidsImages :nth-child(15)::after {
        top: 6%;
        left: 76%;
    }

    #bigKidsImages :nth-child(12)::after {
        top: 26%;
        right: 107%;
    }

    #bigKidsImages :nth-child(16)::after {
        top: 7%;
        left: -25%;
    }

    #bigKidsImages :nth-child(14)::after {
        top: 26%;
        left: -37%;
    }

    #bigKidsImages :nth-child(18)::after {
        top: -31%;
        left: 42%;
    }
}

/* Absolute Elements */
#giftBox {
    position: absolute;
    right: 105%;
    height: 100px;
}

@media(max-width: 1000px) {
    .hideMobile {
        display: none !important;
    }

    /* Fixing Stil */
    #intro>div:nth-child(3)>span {
        display: inline;
    }

    #intro>div:nth-child(3)>span::before {
        content: unset;
    }
}