:root {
	--memorybox-orange: #ff7a1a;
	--memorybox-red: #e94234;
	--memorybox-dark: #202020;
	--memorybox-muted: #666;
	--memorybox-line: rgba(255, 255, 255, 0.55);
	--memorybox-soft-line: #e6e2dc;
	--memorybox-white: #fff;
	--memorybox-shadow: 0 18px 45px rgba(27, 24, 20, 0.16);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--memorybox-white);
	color: var(--memorybox-dark);
	font-family: "Lato", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.45;
}

body,
button,
input,
select,
textarea {
	font-family: "Lato", Arial, sans-serif;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: inherit;
	text-decoration: none;
}

img,
video {
	display: block;
	max-width: 100%;
}

.memorybox-modal-open {
	overflow: hidden;
}

.memorybox-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 32px;
	width: 100%;
}

.memorybox-btn {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 22px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
	white-space: nowrap;
}

.memorybox-btn:focus-visible,
.memorybox-faq-question:focus-visible,
.memorybox-modal__close:focus-visible {
	outline: 3px solid rgba(255, 122, 26, 0.45);
	outline-offset: 3px;
}

.memorybox-btn:hover {
	transform: translateY(-1px);
}

.memorybox-btn--primary {
	background: var(--memorybox-orange);
	color: var(--memorybox-white);
}

.memorybox-btn--primary:hover {
	background: #f46d0c;
}

.memorybox-btn--ghost {
	background: var(--memorybox-white);
	border-color: var(--memorybox-orange);
	color: var(--memorybox-orange);
}

.memorybox-logo {
	align-items: center;
	color: var(--memorybox-orange);
	display: inline-flex;
	font-size: 22px;
	font-weight: 700;
	gap: 6px;
	line-height: 1;
}

.memorybox-logo__mark {
	background: var(--memorybox-red);
	display: inline-block;
	height: 34px;
	position: relative;
	width: 34px;
}

.memorybox-logo__mark::before {
	border: 4px solid var(--memorybox-white);
	border-radius: 999px;
	content: "";
	height: 19px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 19px;
}

.memorybox-logo__mark::after {
	background: var(--memorybox-white);
	border-radius: 999px;
	content: "";
	height: 16px;
	left: 19px;
	position: absolute;
	top: 17px;
	transform: rotate(35deg);
	transform-origin: top center;
	width: 4px;
}

.memorybox-logo__mark span::before {
	background: var(--memorybox-white);
	border-radius: 999px;
	bottom: 4px;
	content: "";
	height: 4px;
	position: absolute;
	right: 5px;
	width: 10px;
}

.memorybox-hero {
	background: #211b17;
	color: var(--memorybox-white);
	min-height: 790px;
	overflow: hidden;
	position: relative;
}

.memorybox-hero__video,
.memorybox-thanks__video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.memorybox-hero__overlay,
.memorybox-thanks__overlay {
	background: rgba(25, 19, 16, 0.62);
	inset: 0;
	position: absolute;
}

.memorybox-hero__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: 790px;
	padding: 18px 28px 86px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.memorybox-wordmark {
	color: var(--memorybox-white);
	font-size: 132px;
	font-weight: 900;
	line-height: 0.88;
	margin: 0 0 20px;
	text-transform: uppercase;
	width: 100%;
}

.memorybox-hero__logo {
	margin: 10px 0 30px;
}

.memorybox-hero h1 {
	font-size: 47px;
	font-weight: 900;
	line-height: 1.04;
	margin: 0 auto 16px;
	max-width: 740px;
}

.memorybox-hero__content > p:not(.memorybox-wordmark) {
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto 28px;
	max-width: 710px;
}

.memorybox-nav {
	align-items: center;
	background: var(--memorybox-white);
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr auto 1fr;
	min-height: 94px;
	padding: 0 34px;
	position: sticky;
	top: 0;
	z-index: 15;
}

.memorybox-nav__brand {
	color: var(--memorybox-orange);
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.memorybox-nav__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.memorybox-about {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(280px, 450px) minmax(360px, 1fr);
	margin: 0 auto;
	max-width: 1100px;
	min-height: 610px;
	padding: 72px 32px 54px;
}

.memorybox-about h2 {
	font-size: 29px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.memorybox-about p {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 34px;
}

.memorybox-audience {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
}

.memorybox-audience span {
	color: var(--memorybox-orange);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.memorybox-audience p {
	margin: 0;
}

.memorybox-about__image {
	align-self: end;
	display: flex;
	justify-content: flex-end;
}

.memorybox-about__image img {
	max-height: 580px;
	object-fit: contain;
	object-position: right bottom;
	width: 100%;
}

.memorybox-steps {
	background: var(--memorybox-red);
	color: var(--memorybox-white);
	padding: 88px 0 104px;
}

.memorybox-steps h2,
.memorybox-pricing h2 {
	font-size: 35px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 58px;
	text-align: center;
	text-transform: uppercase;
}

.memorybox-steps__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.memorybox-step {
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 235px;
	padding: 22px 20px 18px;
}

.memorybox-step__icon {
	border: 2px solid currentColor;
	border-radius: 4px;
	display: inline-block;
	height: 28px;
	margin: 0 0 34px;
	position: relative;
	width: 28px;
}

.memorybox-step__icon::before,
.memorybox-step__icon::after {
	content: "";
	position: absolute;
}

.memorybox-step__icon--calendar::before {
	background: currentColor;
	height: 2px;
	left: 4px;
	right: 4px;
	top: 8px;
}

.memorybox-step__icon--download::before {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	height: 9px;
	left: 8px;
	top: 7px;
	transform: rotate(-45deg);
	width: 9px;
}

.memorybox-step__icon--download::after {
	background: currentColor;
	height: 12px;
	left: 12px;
	top: 4px;
	width: 2px;
}

.memorybox-step__icon--check::before {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	height: 8px;
	left: 7px;
	top: 7px;
	transform: rotate(-45deg);
	width: 14px;
}

.memorybox-step h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 auto;
}

.memorybox-step p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.28;
	margin: 40px 0 0;
}

.memorybox-pricing {
	background: var(--memorybox-white);
	padding: 100px 0;
}

.memorybox-pricing h2 {
	color: var(--memorybox-orange);
	margin-bottom: 34px;
}

.memorybox-price-card {
	border: 2px solid var(--memorybox-orange);
	border-radius: 8px;
	color: var(--memorybox-orange);
	margin: 0 auto;
	max-width: 680px;
	padding: 34px 22px 26px;
}

.memorybox-price-card__price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 18px;
}

.memorybox-price-card__price strong {
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.memorybox-price-card__price span {
	font-size: 13px;
	font-weight: 900;
}

.memorybox-price-card__price del {
	color: rgba(255, 122, 26, 0.55);
	font-size: 32px;
	font-weight: 900;
}

.memorybox-price-card ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.memorybox-price-card li {
	font-size: 14px;
	font-weight: 900;
	margin: 8px 0;
	padding-left: 28px;
	position: relative;
}

.memorybox-price-card li::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 16px;
}

.memorybox-price-card li::after {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	content: "";
	height: 5px;
	left: 4px;
	position: absolute;
	top: 5px;
	transform: rotate(-45deg);
	width: 8px;
}

.memorybox-price-card p {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	margin: 18px 0 24px;
}

.memorybox-faq {
	background: var(--memorybox-orange);
	color: var(--memorybox-white);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(220px, 1fr) minmax(380px, 2fr);
	padding: 115px 34px 118px;
}

.memorybox-faq__title h2 {
	font-size: 37px;
	font-weight: 900;
	line-height: 0.96;
	margin: 0;
	text-transform: uppercase;
}

.memorybox-faq-list {
	width: 100%;
}

.memorybox-faq-item {
	border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.memorybox-faq-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.memorybox-faq-question {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 900;
	gap: 18px;
	justify-content: space-between;
	line-height: 1.25;
	min-height: 58px;
	padding: 14px 0;
	text-align: left;
	width: 100%;
}

.memorybox-faq-question > span:last-child {
	align-items: center;
	display: inline-flex;
	font-size: 26px;
	font-weight: 400;
	height: 28px;
	justify-content: center;
	min-width: 28px;
}

.memorybox-faq-item.is-open .memorybox-faq-question > span:last-child {
	transform: rotate(45deg);
}

.memorybox-faq-answer {
	display: none;
	max-width: 680px;
	padding: 0 34px 22px 0;
}

.memorybox-faq-item.is-open .memorybox-faq-answer {
	display: block;
}

.memorybox-faq-answer p {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.memorybox-final-cta {
	align-items: center;
	background: #282018 var(--memorybox-footer-bg) center/cover no-repeat;
	color: var(--memorybox-white);
	display: flex;
	flex-direction: column;
	min-height: 760px;
	padding: 145px 34px 36px;
	position: relative;
}

.memorybox-final-cta::before {
	background: rgba(25, 19, 16, 0.45);
	content: "";
	inset: 0;
	position: absolute;
}

.memorybox-final-cta__content,
.memorybox-footer-card {
	position: relative;
	z-index: 1;
}

.memorybox-final-cta__content {
	margin: 0 auto auto;
	max-width: 850px;
	text-align: center;
}

.memorybox-final-cta__content p {
	font-size: 25px;
	margin: 0 0 4px;
}

.memorybox-final-cta__content h2 {
	font-size: 47px;
	font-weight: 900;
	line-height: 1.02;
	margin: 0 0 26px;
}

.memorybox-footer-card {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	color: var(--memorybox-dark);
	margin-top: auto;
	max-width: 1380px;
	padding: 34px 32px 30px;
	width: 100%;
}

.memorybox-footer-card__top {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 96px;
}

.memorybox-footer-card__email {
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	margin-top: 28px;
}

.memorybox-social {
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.memorybox-social a {
	align-items: center;
	background: var(--memorybox-orange);
	border-radius: 50%;
	color: var(--memorybox-white);
	display: flex;
	font-size: 11px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	line-height: 1;
	text-transform: uppercase;
	width: 24px;
}

.memorybox-footer-card__bottom {
	border-top: 1px solid rgba(32, 32, 32, 0.18);
	display: grid;
	font-size: 12px;
	font-weight: 900;
	gap: 16px;
	grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
	padding-top: 28px;
}

.memorybox-footer-card__bottom span:last-child {
	text-align: right;
}

.memorybox-modal {
	align-items: flex-start;
	display: none;
	inset: 0;
	justify-content: center;
	overflow: auto;
	padding: 26px;
	position: fixed;
	z-index: 200;
}

.memorybox-modal[aria-hidden="false"] {
	display: flex;
}

.memorybox-modal__backdrop {
	background: rgba(13, 11, 10, 0.74);
	inset: 0;
	position: fixed;
}

.memorybox-modal__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--memorybox-orange);
	cursor: pointer;
	display: flex;
	font-size: 42px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 22px;
	width: 48px;
	z-index: 3;
}

.memorybox-modal__close--light {
	color: var(--memorybox-white);
}

.memorybox-payment-modal {
	background: var(--memorybox-white);
	border-radius: 8px;
	box-shadow: var(--memorybox-shadow);
	color: var(--memorybox-dark);
	max-width: 1140px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.memorybox-payment-modal__head {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto 1fr;
	min-height: 94px;
	padding: 0 46px;
}

.memorybox-payment-modal__head strong {
	color: var(--memorybox-orange);
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}

.memorybox-payment-modal__head > a {
	border: 2px solid var(--memorybox-orange);
	border-radius: 999px;
	color: var(--memorybox-orange);
	font-size: 12px;
	font-weight: 900;
	justify-self: end;
	padding: 13px 22px;
	text-transform: uppercase;
}

.memorybox-payment-modal h2 {
	font-size: 45px;
	font-weight: 900;
	line-height: 1.08;
	margin: 18px 24px 32px;
	text-align: center;
	text-transform: uppercase;
}

.memorybox-payment-frame {
	margin: 0 auto 30px;
	max-width: 760px;
	min-height: 560px;
	position: relative;
}

.memorybox-payment-frame iframe {
	border: 0;
	display: block;
	min-height: 680px;
	width: 100%;
}

.memorybox-payment-frame__loader,
.memorybox-payment-frame__fallback {
	align-items: center;
	background: #fff;
	border: 2px solid var(--memorybox-soft-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	font-weight: 900;
	gap: 18px;
	inset: 0;
	justify-content: center;
	min-height: 300px;
	padding: 28px;
	position: absolute;
	text-align: center;
	z-index: 2;
}

.memorybox-payment-frame__fallback[hidden],
.memorybox-payment-frame__loader[hidden] {
	display: none;
}

.memorybox-payment-help {
	align-items: center;
	background: #30251e var(--memorybox-footer-bg) center/cover no-repeat;
	color: var(--memorybox-white);
	display: flex;
	flex-direction: column;
	min-height: 350px;
	padding: 82px 28px;
	position: relative;
	text-align: center;
}

.memorybox-payment-help::before {
	background: rgba(22, 18, 16, 0.44);
	content: "";
	inset: 0;
	position: absolute;
}

.memorybox-payment-help > * {
	position: relative;
	z-index: 1;
}

.memorybox-payment-help p {
	font-size: 28px;
	margin: 0 0 8px;
}

.memorybox-payment-help h3 {
	font-size: 50px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0 0 28px;
}

.memorybox-modal--thanks {
	align-items: stretch;
	padding: 0;
}

.memorybox-thanks {
	background: #211b17;
	color: var(--memorybox-white);
	min-height: 100vh;
	overflow: hidden;
	padding: 30px 28px 34px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.memorybox-thanks__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1040px;
	min-height: 520px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.memorybox-thanks__content .memorybox-wordmark {
	font-size: 150px;
	margin-bottom: 26px;
}

.memorybox-thanks h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.18;
	margin: 28px 0 16px;
	max-width: 900px;
}

.memorybox-thanks__content > p:not(.memorybox-wordmark) {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 28px;
	max-width: 980px;
}

.memorybox-thanks .memorybox-footer-card {
	margin-left: auto;
	margin-right: auto;
}

.memorybox-modal--how {
	z-index: 250;
}

.memorybox-how-modal {
	background: var(--memorybox-white);
	border-radius: 8px;
	box-shadow: var(--memorybox-shadow);
	color: var(--memorybox-dark);
	margin: auto;
	max-width: 1120px;
	padding: 70px 70px 58px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.memorybox-how-modal h2 {
	color: var(--memorybox-orange);
	font-size: 44px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 52px 34px 0;
}

.memorybox-how-modal__body {
	font-size: 24px;
	line-height: 1.25;
}

.memorybox-how-modal__body p {
	margin: 0 0 26px;
}

.memorybox-how-modal__body strong {
	font-weight: 900;
}

.memorybox-how-modal__body a {
	text-decoration: underline;
}

.memorybox-how-modal__body hr {
	background: #eee;
	border: 0;
	height: 2px;
	margin: 36px 0;
}

.memorybox-simple-page {
	background: #fff;
	min-height: 100vh;
}

.memorybox-nav--simple {
	position: relative;
	top: auto;
}

.memorybox-simple-hero {
	background: var(--memorybox-red);
	color: #fff;
	padding: 90px 32px;
	text-align: center;
}

.memorybox-simple-hero p {
	font-size: 16px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.memorybox-simple-hero h1 {
	font-size: 48px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
}

.memorybox-simple-content {
	margin: 0 auto;
	max-width: 920px;
	padding: 70px 32px;
}

.memorybox-simple-content h2,
.memorybox-simple-content h3 {
	font-weight: 900;
	line-height: 1.15;
}

.memorybox-simple-content p,
.memorybox-simple-content li {
	font-size: 18px;
}

.memorybox-page-intro {
	color: var(--memorybox-muted);
	font-weight: 700;
	margin-bottom: 38px;
}

.memorybox-faq-list--page {
	color: var(--memorybox-dark);
}

.memorybox-faq-list--page .memorybox-faq-item {
	border-color: var(--memorybox-soft-line);
}

.memorybox-faq-list--page .memorybox-faq-question {
	color: var(--memorybox-dark);
}

.memorybox-faq-list--page .memorybox-faq-answer {
	max-width: none;
}

.memorybox-final-cta--small {
	min-height: 360px;
	padding-top: 44px;
}

.memorybox-checkout-frame {
	background: #fff;
	color: var(--memorybox-dark);
	margin: 0;
	padding: 0;
}

.memorybox-frame-shell {
	margin: 0 auto;
	max-width: 760px;
	padding: 0 0 26px;
}

.memorybox-frame-message {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 360px;
	justify-content: center;
	padding: 32px;
	text-align: center;
}

.memorybox-checkout-frame .woocommerce {
	font-family: "Lato", Arial, sans-serif;
}

.memorybox-checkout-frame .woocommerce form .form-row input.input-text,
.memorybox-checkout-frame .woocommerce form .form-row textarea,
.memorybox-checkout-frame .woocommerce form .form-row select {
	border: 2px solid #e5e2df;
	border-radius: 999px;
	box-shadow: 0 5px 12px rgba(32, 32, 32, 0.08);
	min-height: 48px;
	padding: 10px 18px;
}

.memorybox-checkout-frame .woocommerce button.button,
.memorybox-checkout-frame .woocommerce #payment #place_order {
	background: var(--memorybox-orange);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.memorybox-checkout-frame .woocommerce-info,
.memorybox-checkout-frame .woocommerce-message {
	border-top-color: var(--memorybox-orange);
}

@media (max-width: 1100px) {
	.memorybox-wordmark {
		font-size: 86px;
	}

	.memorybox-thanks__content .memorybox-wordmark {
		font-size: 94px;
	}

	.memorybox-hero,
	.memorybox-hero__content {
		min-height: 700px;
	}
}

@media (max-width: 860px) {
	.memorybox-container {
		padding: 0 18px;
	}

	.memorybox-hero,
	.memorybox-hero__content {
		min-height: 565px;
	}

	.memorybox-hero__content {
		justify-content: center;
		padding: 24px 18px 44px;
	}

	.memorybox-wordmark {
		font-size: 46px;
		margin-bottom: 26px;
	}

	.memorybox-hero h1 {
		font-size: 30px;
	}

	.memorybox-hero__content > p:not(.memorybox-wordmark) {
		font-size: 14px;
	}

	.memorybox-nav,
	.memorybox-payment-modal__head {
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: auto;
		padding: 18px;
		text-align: center;
	}

	.memorybox-nav__actions {
		justify-content: center;
	}

	.memorybox-about {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 68px 22px 0;
	}

	.memorybox-about__image {
		justify-content: center;
		margin: 0 -22px;
	}

	.memorybox-about__image img {
		max-height: 430px;
		object-position: center bottom;
		width: auto;
	}

	.memorybox-steps {
		padding: 54px 0 64px;
	}

	.memorybox-steps h2,
	.memorybox-pricing h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.memorybox-steps__grid {
		grid-template-columns: 1fr;
	}

	.memorybox-step {
		min-height: 210px;
	}

	.memorybox-pricing {
		padding: 58px 0;
	}

	.memorybox-faq {
		grid-template-columns: 1fr;
		padding: 64px 22px 72px;
	}

	.memorybox-faq__title h2 {
		font-size: 30px;
	}

	.memorybox-final-cta {
		min-height: 610px;
		padding: 80px 18px 22px;
	}

	.memorybox-final-cta__content h2 {
		font-size: 35px;
	}

	.memorybox-final-cta__content p {
		font-size: 19px;
	}

	.memorybox-footer-card__top,
	.memorybox-footer-card__bottom {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.memorybox-footer-card__top {
		display: grid;
	}

	.memorybox-footer-card__bottom span:last-child {
		text-align: left;
	}

	.memorybox-payment-modal h2 {
		font-size: 32px;
	}

	.memorybox-payment-frame {
		margin-left: 14px;
		margin-right: 14px;
	}

	.memorybox-payment-help h3 {
		font-size: 34px;
	}

	.memorybox-thanks {
		padding: 24px 18px;
	}

	.memorybox-thanks__content {
		min-height: 500px;
	}

	.memorybox-thanks__content .memorybox-wordmark {
		font-size: 48px;
		margin-top: 20px;
	}

	.memorybox-thanks h2 {
		font-size: 27px;
	}

	.memorybox-thanks__content > p:not(.memorybox-wordmark) {
		font-size: 16px;
	}

	.memorybox-how-modal {
		padding: 56px 26px 34px;
	}

	.memorybox-how-modal h2 {
		font-size: 30px;
	}

	.memorybox-how-modal__body {
		font-size: 18px;
	}

	.memorybox-simple-hero h1 {
		font-size: 34px;
	}
}

@media (max-width: 520px) {
	.memorybox-btn {
		font-size: 10px;
		min-height: 38px;
		padding: 0 14px;
		white-space: normal;
	}

	.memorybox-logo {
		font-size: 17px;
	}

	.memorybox-logo__mark {
		height: 28px;
		width: 28px;
	}

	.memorybox-logo__mark::before {
		height: 15px;
		left: 5px;
		top: 5px;
		width: 15px;
	}

	.memorybox-logo__mark::after {
		height: 12px;
		left: 16px;
		top: 15px;
	}

	.memorybox-hero,
	.memorybox-hero__content {
		min-height: 568px;
	}

	.memorybox-wordmark {
		font-size: 34px;
	}

	.memorybox-hero h1 {
		font-size: 27px;
		max-width: 330px;
	}

	.memorybox-about {
		padding-top: 58px;
	}

	.memorybox-about h2 {
		font-size: 22px;
	}

	.memorybox-step h3 {
		font-size: 22px;
	}

	.memorybox-price-card {
		padding: 24px 16px;
	}

	.memorybox-price-card__price strong {
		font-size: 32px;
	}

	.memorybox-price-card__price del {
		font-size: 26px;
	}

	.memorybox-faq-question {
		font-size: 13px;
	}

	.memorybox-final-cta__content h2 {
		font-size: 28px;
	}

	.memorybox-footer-card {
		padding: 24px 18px;
	}

	.memorybox-social {
		flex-wrap: wrap;
	}

	.memorybox-modal {
		padding: 12px;
	}

	.memorybox-payment-frame iframe {
		min-height: 720px;
	}

	.memorybox-payment-modal__head strong {
		font-size: 18px;
	}
}
