.Contact_contact__yLjNu{
    width: 100%;
    height: 100vh;
    padding: 44px;
}
.MessageForm_background__FhP42{
    width: 100%;
    height: 100%;
    position: relative;
}

.MessageForm_container__gP7Ti{
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 8.5 / 11;
    perspective: 1000px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.MessageForm_containerEnvelope__kCfCo{
    width: 100%;
    height: 50%;
    transform: translateY(-25%) translateX(10%);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 25%;
    left: 0;
}

.MessageForm_containerEnvelopeFront__OLYnX{
    width: 100%;
    height: 100%;
    perspective: 1000px;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_envelopeBack__djrM6{
    width: 100%;
    height: 100%;
    background-image: url("/envelope-back.png");
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.MessageForm_containerLetterHalves__lWfyt{
    width: 100%;
    height: 100%;
    transform: translateY(50%) translateX(-10%);
    perspective: 1000px;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 4;
}

.MessageForm_letterBottom___Pu8H{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_containerLetterBottomContent__ZIBBK{
    width: 100%;
    height: 200%;
    background-color: ivory;
    position: absolute;
    bottom: 0;
    left: 0;
}

.MessageForm_letter__O9Nz3{
    padding: 10%;
    background-color: ivory;
}

.MessageForm_letter__O9Nz3 > P{
    font-family: cursive;
    color: var(--layer-2);
    line-height: 1.5;
}

.MessageForm_letterTop__Slhzm{
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: translateY(-100%) rotateX(0deg);
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_letterTopOutside__Tqnim{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: ivory;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: rotateX(180deg);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_letterTopOutside__Tqnim > .MessageForm_name__18gP_{
    background-image: linear-gradient(100deg, #C19541, #FFE07A, #BF9543);
    -webkit-background-clip: text;
            background-clip: text;
    font-family: var(--serif);
    font-size: 28px;
    color: transparent;
    text-align: center;
}

.MessageForm_letterTopInside__yPxWk{
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_containerLetterTopContent__g33L6{
    width: 100%;
    height: 100%;
    background-color: ivory;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.MessageForm_envelopeFront__Uyjb2{
    width: 100%;
    height: 100%;
    background-image: url("/envelope-front.png");
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.MessageForm_envelopeFlap__Z6ZJY{
    width: 100%;
    height: 84%;
    transform-style: preserve-3d;
    transform-origin: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.MessageForm_envelopeFlapBackground___K71b{
    width: 100%;
    height: 100%;
    background-image: url("/envelope-flap.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.MessageForm_seal__yNewr{
    width: 17%;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    left: 41.5%;
}

.MessageForm_seal__yNewr > div{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-image: url("/wax-seal-m.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.MessageForm_containerEnvelopeBack__Bt08R{
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url("/envelope.png");
    background-size: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: rotateY(180deg);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.MessageForm_containerFromUser__rSDgV{
    position: absolute;
    top: 5%;
    left: 5%;
}

.MessageForm_containerToUser__eFESZ{

}

.MessageForm_user__bWBGS{
    display: flex;
    gap: 4px;
    align-items: center;
}

.MessageForm_name__18gP_{
    font-family: cursive;
    font-size: 14px;
    color: var(--layer-2);
    line-height: 1;
    margin-bottom: 2px;
}

.MessageForm_username__jRzUZ{
    font-family: cursive;
    font-size: 14px;
    color: var(--layer-2);
    line-height: 1;
}

.MessageForm_containerForm__fF3Rt{
    width: 100%;
    height: 100%;
    padding: 10%;
    background-color: ivory;
    overflow: scroll;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.MessageForm_containerForm__fF3Rt > p{
    font-family: cursive;
    color: var(--layer-2);
    line-height: 1.5;
}

.MessageForm_containerForm__fF3Rt > textarea{
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    font-family: cursive;
    color: var(--layer-2);
    line-height: 1.5;
}

.MessageForm_containerForm__fF3Rt > textarea::placeholder {
    color: var(--layer-8);
    opacity: 1; /* Firefox */
}
  
.MessageForm_containerForm__fF3Rt > textarea::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--layer-8);
}

.MessageForm_containerBtnSend__5IRdU{
    position: absolute;
    top: 0;
    right: 0;
}

/*********************
** Animation States **
*********************/

/* Letter Closing */
.MessageForm_letterClosed__8qXq5 .MessageForm_containerForm__fF3Rt{
    display: none; 
}

.MessageForm_letterClosed__8qXq5 .MessageForm_containerEnvelope__kCfCo{
    transform: translateY(0) translateX(0);
    transition: 0.75s ease-in-out;
}

.MessageForm_letterClosed__8qXq5 .MessageForm_containerLetterHalves__lWfyt{
    transform: translateY(25%) translateX(0);
    transition: 0.75s ease-in-out;
}

.MessageForm_letterClosed__8qXq5 .MessageForm_letterTop__Slhzm{
    transform: translateY(-100%) rotateX(-180deg);
    transition: 0.75s ease-in-out;
}

/* Opening Envelope */
.MessageForm_envelopeOpen__RKaYP .MessageForm_envelopeFlap__Z6ZJY{
    transform: rotateX(180deg);
    transition: 0.5s ease-in-out;
}

/* Raising Letter */
.MessageForm_letterRaised__ZnlCI .MessageForm_containerLetterHalves__lWfyt{
    transform: translateY(-125%);
    transition: 0.5s ease-in-out;
}

/* Lowering Letter */
.MessageForm_letterLowered__h2Ctc .MessageForm_containerLetterHalves__lWfyt{
    transform: translateY(-25%);
    transition: 0.75s ease-in-out;
}

.MessageForm_letterLowered__h2Ctc .MessageForm_envelopeFront__Uyjb2{
    z-index: 5;
    transition: none;
}

/* Envelope Closing */
.MessageForm_envelopeClosed__HeYHW .MessageForm_envelopeFlap__Z6ZJY{
    transform: rotateX(0deg);
    z-index: 6;
    transition: 0.5s ease-in-out;
}

/* Envelope Flipping */
.MessageForm_envelopeFlipped__6k4o_ .MessageForm_containerEnvelope__kCfCo{
    transform: rotateY(180deg);
    transition: 0.75s ease-in-out;
}

/* Envelope Raising */
.MessageForm_envelopeRaised__dl2y_ .MessageForm_containerEnvelope__kCfCo{
    transform: rotateY(180deg) translateY(-1000px);
    transition: 0.25s ease-in-out;
}
.Avitar_avitar__AouSY{
    position: relative;
}

.Avitar_avitar__AouSY > img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.Avitar_activeBall__im19o{
    width: 12px;
    height: 12px;
    background-color: rgb(107, 215, 57);
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.Image_containerImg__Z7VAJ{
    background-color: var(--layer-2);
    overflow: hidden;
    position: relative;
}

.Image_containerImg__Z7VAJ.Image_cover__dpmA1{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Image_cover__dpmA1 > .Image_img__H9X_K{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.Image_dimensions__HH70f > .Image_img__H9X_K{
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}

.Image_loaded__q68eT > .Image_img__H9X_K{
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.Image_caption__ruC1J{
    padding: 0 16px 6px 16px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1.5;
    text-shadow: 0 0 20px #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.LineHeading_heading__7iS63{
    margin-bottom: 12px;
}

.LineHeading_line__Duxnr{
    height: 6px;
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
}

.LineHeading_heading__7iS63 > h1{
    font-family: var(--serif);
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin: 12px 16px 12px 16px;
}

.LineHeading_containerSubtext__0_50v{
    border-top: 1px solid var(--white);
}

.LineHeading_label__ZZKd1{
    padding: 8px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    position: relative;
}

.LineHeading_value__8qogX{
    display: flex;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    line-height: 1;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.VariationPicker_picker__lQMq_{
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: red;
}

.VariationPicker_picker__lQMq_ > div > h5{

}

.VariationPicker_picker__lQMq_ > div > ul{
    display: flex;
    gap: 6px;
}

.VariationPicker_picker__lQMq_ button{
    display: flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 18px;
    font-family: var(--sans-serif);
    font-size: 14px;
    color: var(--white);
    align-items: center;
}

.VariationPicker_picker__lQMq_ button.VariationPicker_selected__RZvZ_{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--layer-2);
}
.Modal_overlay__tmtE4{
    display: none;
    background-color: var(--layer-1);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;

    overflow: scroll;
}

.Modal_overlay__tmtE4.Modal_open__6FENn{
    display: block;
}

.Modal_header__G_2ct{
    height: 36px;
    background-color: var(--layer-1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.Modal_containerChildren___De4W{
    margin-top: 36px;
}
.ProductCollectionPicker_lst__BG12X{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.ProductCollectionPicker_lst__BG12X > li{
    
}

.ProductCollectionPicker_lst__BG12X > li > button{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--layer-1);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
}

.ProductCollectionPicker_lst__BG12X > li > button.ProductCollectionPicker_selected__hjnZm{
    background-color: red;
}
.ProductCollectionList_lst__qjwxj{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    gap: 6px;
}

.ProductCollectionList_lst__qjwxj > li{
    padding: 16px;
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
    border-radius: 2px;
    position: relative;
}

.ProductCollectionList_containerBtnMore__kei4Q{
    position: absolute;
    top: 6px;
    right: 6px;
}
.BrandNavigationButtons_containerBtnBack___AUOJ{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
}

.BrandNavigationButtons_containerBtnNext__cmdYa{
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
}
.RecipientList_lst__5Q3Gv{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    gap: 12px;
}

.RecipientList_lst__5Q3Gv > li > button{
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
}

.RecipientList_img__Ir_Ma{
    width: 60px;
    height: 60px;
    background-color: var(--layer-2);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 6px auto;
}

.RecipientList_grid2__urM1R{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.RecipientList_grid3__VfXuE{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.RecipientList_grid3__VfXuE > .RecipientList_container__vmuH0{
    grid-row: span 2;
}

.RecipientList_grid4__Wnrxq{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.RecipientList_name__p4NWi{
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    text-align: center;
}

.RecipientList_name__p4NWi > svg{
    width: 10px;
    height: 10px;
    fill: var(--azure);
    margin-bottom: -1px;
    margin-left: 2px;
}
.RoundIconLinkButton_btnRound__5V5rG{
    display: flex;
    gap: 4px;
    background-color: transparent;
    border: none;
    outline: none;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.RoundIconLinkButton_btnRound__5V5rG > div > svg{
    width: 16px;
    fill: var(--white);
}

.RoundIconLinkButton_btnRound__5V5rG > span{
    font-family: var(--sans-serif);
    font-size: 12px;
}

/* Layer Styles */

/* Layer 2 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer2__4E9gM > div{
    background-color: var(--layer-2);
    border: 1px solid var(--layer-4);
}

/* Layer 3 */
.RoundIconLinkButton_btnRound__5V5rG.RoundIconLinkButton_layer3__CSr_E > div{
    background-color: var(--layer-3);
    border: 1px solid var(--layer-5);
}
