.card.fragment{background-color:var(--white);margin-top:30px;padding:20px;transition:all var(--card-reveal);transition-delay:.25s}@media (min-width:768px){.card.fragment{align-self:self-start;margin:15px;max-width:460px;padding:40px}.card.fragment:nth-of-type(2n){align-self:self-end}}.card.fragment .card-image-wrapper{height:80px;margin-bottom:20px;position:relative;width:80px}.card.fragment .card-image-wrapper .cac-icon{border:1px solid var(--gray-500);border-radius:100%;height:80px;width:80px}.card.fragment .card-image-wrapper .cac-icon .mess-image{height:48px;position:absolute;width:48px}.card.fragment .card-image-wrapper .cac-icon .mess-image img{height:100%;width:100%}.card.fragment .card-title{font-size:calc(26/var(--base-fs)*1rem);font-weight:900;letter-spacing:.72px;line-height:.98;margin-bottom:20px}@media (min-width:768px){.card.fragment .card-title{font-size:calc(36/var(--base-fs)*1rem);margin-bottom:30px}}.card.fragment .right-arrow{width:-moz-fit-content;width:fit-content}.card.fragment .right-arrow circle,.card.fragment .right-arrow path,.card.fragment .right-arrow svg{transition:var(--transition)}.card.fragment .right-arrow:hover svg circle{fill:var(--red)}.card.fragment .right-arrow:hover svg path{stroke:var(--white)}.v-aos-before-enter .card.fragment{opacity:0;transform:translateY(15%)}.v-aos-entered .card.fragment{opacity:1;transform:translateY(0)}
