.pc_hide {
	display: none;
}

.sp_hide {
	display: block;
}

@media (max-width: 767px) {
	.pc_hide {
		display: block;
	}

	.sp_hide {
		display: none;
	}
}

i.fa,
i.fas,
i.far,
i.fab {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", FontAwesome, sans-serif !important;
	font-style: normal !important;
	font-weight: 900 !important;
	letter-spacing: normal !important;
}

.hero-section {
	padding: 20px 0px;
	background: linear-gradient(135deg, rgb(248, 246, 240) 0%, rgb(255, 255, 255) 100%);
}

.hero-section img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: rgba(139, 69, 19, 0.1) 0px 10px 30px;
}

.hero-cta-section {
	margin-top: 30px;
}

.hero-cta-button {
	font-size: 1.3rem;
	padding: 18px 45px;
	box-shadow: rgba(211, 47, 47, 0.3) 0px 4px 15px;
}

.hero-cta-button:hover {
	transform: translateY(-1px);
	box-shadow: rgba(211, 47, 47, 0.4) 0px 6px 20px;
}

.intro-section {
	padding: 60px 0px;
	background: white;
	margin: 20px 0px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 5px 20px;
}

.main-title {
	line-height: 1.3;
	margin-bottom: 30px !important;
	font-size: 30pt !important;
	font-weight: bold !important;
	color: rgb(211, 47, 47) !important;
}

@media (max-width: 767px) {
	.main-title {
		font-size: 20pt !important;
	}
}

h4.lead-text {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20pt !important;
	color: rgb(85, 85, 85) !important;
}

@media (max-width: 767px) {
	.lead-text {
		font-size: 14pt !important;
	}
}

.intro-content {
	max-width: 800px;
	margin: 0px auto;
	padding: 0px 20px;
}

.description {
	font-size: 1.2rem;
	margin-bottom: 15px;
	color: rgb(74, 74, 74);
}

@media (max-width: 767px) {
	.description {
		font-size: 1.1rem;
	}
}

h3.lead-text {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20pt !important;
	color: rgb(85, 85, 85) !important;
}

.description.highlight {
	color: rgb(211, 47, 47);
	font-weight: bold;
	margin: 25px 0px;
	font-size: 1.3rem;
}

.cta-button-section {
	margin-top: 40px;
}

.cta-note {
	font-size: 0.8rem;
	color: rgb(136, 136, 136);
	margin-top: 15px;
	line-height: 1.4;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.cta-button {
	background: linear-gradient(135deg, rgb(211, 47, 47), rgb(183, 28, 28));
	border: medium;
	padding: 15px 40px;
	font-size: 1.2rem;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	display: inline-block;
	transition: 0.2s;
	box-shadow: rgba(211, 47, 47, 0.2) 0px 3px 10px;
	font-weight: bold !important;
}

.cta-button:hover {
	transform: translateY(-1px);
	box-shadow: rgba(211, 47, 47, 0.3) 0px 5px 15px;
	color: white;
	text-decoration: none;
	background: linear-gradient(135deg, rgb(183, 28, 28), rgb(141, 14, 14));
}

h2,
.h2 {
	font-size: 30pt !important;
}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	color: rgb(85, 85, 85);
	position: relative;
	padding-bottom: 15px;
	font-size: 30pt !important;
	font-weight: bold !important;
}

.section-title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background: linear-gradient(135deg, rgb(211, 47, 47), rgb(183, 28, 28));
	border-radius: 2px;
}

.shops-section {
	padding: 60px 0px;
	background: white;
	margin: 20px 0px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 5px 20px;
}

.shops-grid {
	margin: 40px 0px;
}

.shop-logo-container {
	padding: 0px;
	margin-bottom: 15px;
	min-height: 100px;
}

.shop-logo-container a {
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 10px;
	box-shadow: rgba(139, 69, 19, 0.1) 0px 3px 10px;
	transition: 0.3s;
	min-height: 100px;
	width: 100%;
	text-decoration: none;
}

.shop-logo-container a:hover {
	transform: translateY(-3px);
	box-shadow: rgba(139, 69, 19, 0.15) 0px 5px 20px;
	text-decoration: none;
}

.shop-logo {
	max-width: 100%;
	max-height: 80px;
	height: auto;
	width: auto;
}

.shops-description {
	text-align: center;
	font-size: 1.2rem;
	color: rgb(74, 74, 74);
	margin: 40px 0px;
	font-weight: bold;
}

.flow-section {
	padding: 30px 0px;
	background: rgb(245, 243, 240);
	margin: 20px 0px;
	border-radius: 15px;
}

.flow-steps {
	max-width: 900px;
	margin: 0px auto;
	padding: 0px 20px;
}

.flow-step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	background: white;
	padding: 15px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 3px 10px;
}

.step-number {
	flex: 0 0 50px;
	height: 50px;
	background: linear-gradient(135deg, rgb(93, 64, 55), rgb(62, 39, 35));
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: bold;
	margin-right: 15px;
}

.step-content {
	flex: 1 1 0%;
}

h3.step-title {
	font-weight: bold !important;
	font-size: 20pt !important;
	color: rgb(85, 85, 85) !important;
	margin-bottom: 0px !important;
	line-height: 1.2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
	width: 100%;
}

h3.step-title div.step-title-content span {
	font-weight: bold;
}

h3.step-title div.step-title-content span:lang(en) {
	font-size: 16pt;
}

h3.step-title:hover {
	color: rgb(211, 47, 47) !important;
}

div.step-title-content {
	display: flex;
	align-items: center;
	flex: 1 1 0%;
	font-weight: 800;
}

h3.step-title div.step-title-content i:first-child {
	margin-right: 20px;
	color: rgb(211, 47, 47);
	font-size: 2.8rem;
	vertical-align: middle;
	flex-shrink: 0;
}

h3.step-title>i {
	margin-right: 12px;
}


.step-toggle {
	color: rgb(136, 136, 136);
	font-size: 1.2rem;
	transition: transform 0.2s;
	flex-shrink: 0;
	margin-left: 10px;
}

.step-details {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(224, 224, 224);
	animation: 0.3s fadeIn;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.step-description {
	color: rgb(74, 74, 74);
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 1.2rem;
}

.step-note {
	color: rgb(211, 47, 47);
	font-weight: bold;
	font-size: 1.2rem;
}

.step-note a {
	color: rgb(211, 47, 47);
	text-decoration: underline;
	font-weight: bold;
	transition: 0.3s;
}

.step-note a:hover {
	color: rgb(183, 28, 28);
	text-decoration: underline;
	background-color: rgba(211, 47, 47, 0.1);
	padding: 3px 6px;
	border-radius: 4px;
}

.reasons-section {
	padding: 60px 0px;
	background: white;
	margin: 20px 0px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 5px 20px;
}

.reasons-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	padding: 0px 20px;
	max-width: 1200px;
	margin: 0px auto;
}

.reason-item {
	background: rgb(245, 243, 240);
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	transition: 0.3s;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
}

.reason-item:hover {
	transform: translateY(-5px);
	box-shadow: rgba(139, 69, 19, 0.1) 0px 10px 25px;
	border-left-color: rgb(211, 47, 47);
}

.reason-title {
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 20pt !important;
	font-weight: bold !important;
	color: rgb(85, 85, 85) !important;
}

.reason-title i {
	margin-right: 20px;
	color: rgb(211, 47, 47);
	font-size: 2.8rem;
	vertical-align: middle;
	display: inline-block;
}

.voices-section {
	padding: 60px 0px;
	background: rgb(245, 243, 240);
	margin: 20px 0px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 5px 20px;
}

.voices-subtitle {
	text-align: center;
	font-size: 1.2rem;
	color: rgb(74, 74, 74);
	margin: 0px auto 40px;
	max-width: 800px;
	padding: 0px 20px;
}

.voices-grid {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: stretch;
}

.voice-item-wrapper {
	display: flex;
	width: 100% !important;
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.voice-item {
	background: white;
	padding: 25px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.1) 0px 3px 15px;
	transition: 0.3s;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.voice-item:hover {
	transform: translateY(-3px);
	box-shadow: rgba(139, 69, 19, 0.15) 0px 8px 25px;
	border-left-color: rgb(211, 47, 47);
}

.voice-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.voice-avatar {
	flex-shrink: 0;
	margin-right: 15px;
}

.avatar-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid rgb(211, 47, 47);
}

.voice-location {
	color: rgb(211, 47, 47);
	font-size: 2rem;
	display: flex;
	align-items: center;
	font-weight: bold !important;
}

.voice-location i {
	margin-right: 8px;
	font-size: 2rem;
}

.voice-content {
	flex: 1 1 0%;
}

.voice-text {
	color: rgb(74, 74, 74);
	line-height: 1.6;
	font-size: 1.1rem;
	margin: 0px;
}

.pricing-section {
	padding: 60px 0px;
	background: white;
	margin: 20px 0px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.08) 0px 5px 20px;
}

.pricing-grid {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}

.pricing-item-wrapper {
	margin-bottom: 30px;
	display: flex;
}

.pricing-item {
	background: rgb(245, 243, 240);
	padding: 25px;
	border-radius: 15px;
	box-shadow: rgba(139, 69, 19, 0.1) 0px 3px 15px;
	transition: 0.3s;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.pricing-item.country-hk::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 80px;
	background-image: url("https://goyostatic.z11.web.core.windows.net/guide/common/flag/HK.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

.pricing-item.country-ca::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 80px;
	background-image: url("https://goyostatic.z11.web.core.windows.net/guide/common/flag/CA.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

.pricing-item.country-au::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 80px;
	background-image: url("https://goyostatic.z11.web.core.windows.net/guide/common/flag/AU.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

.pricing-item.country-us::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 80px;
	background-image: url("https://goyostatic.z11.web.core.windows.net/guide/common/flag/US.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

.pricing-item:hover {
	transform: translateY(-3px);
	box-shadow: rgba(139, 69, 19, 0.15) 0px 8px 25px;
	border-left-color: rgb(211, 47, 47);
}

.pricing-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.pricing-destination {
	color: rgb(211, 47, 47);
	font-size: 2rem;
	display: flex;
	align-items: center;
	font-weight: bold !important;
}

.pricing-destination i {
	margin-right: 8px;
	font-size: 2rem;
}

.pricing-content {
	flex: 1 1 0%;
	position: relative;
	z-index: 3;
}

.pricing-details {
	color: rgb(74, 74, 74);
}

.pricing-weight {
	font-size: 1.4rem;
	color: rgb(51, 51, 51);
	margin-bottom: 8px;
	font-weight: bold !important;
}

.pricing-method {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.pricing-days {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.pricing-cost {
	font-size: 1.3rem;
	color: rgb(211, 47, 47);
	font-weight: bold !important;
}

.pricing-link a {
	color: rgb(211, 47, 47);
	text-decoration: underline;
}

.pricing-notes {
	max-width: 800px;
	margin: 40px auto 0px;
	padding: 25px;
	border-radius: 10px;
}

.pricing-notes h4 {
	color: rgb(211, 47, 47);
	font-size: 1.3rem;
	margin-bottom: 15px;
	font-weight: bold;
}

.pricing-notes p {
	margin-bottom: 10px;
	line-height: 1.5;
}

.pricing-notes strong {
	color: rgb(51, 51, 51);
}

.pricing-notes small {
	font-size: 0.9rem;
	color: rgb(102, 102, 102);
	line-height: 1.4;
}

.pricing-grid .pricing-item-wrapper:nth-child(2n+1) {
	clear: left;
}

.final-cta-section {
	padding: 80px 0px;
	background: linear-gradient(135deg, rgb(93, 64, 55) 0%, rgb(62, 39, 35) 100%);
	color: white;
	margin: 20px 0px;
	border-radius: 15px;
}

.final-cta-title {
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: bold !important;
}

.final-cta-description {
	font-size: 1.3rem;
	margin-bottom: 40px;
	opacity: 0.9;
}

.final-cta-button {
	background: linear-gradient(135deg, rgb(255, 255, 255), rgb(245, 243, 240));
	color: rgb(211, 47, 47);
	padding: 20px 50px;
	font-size: 1.3rem;
	border: 3px solid rgb(211, 47, 47);
	border-radius: 50px;
}

.final-cta-button:hover {
	background: linear-gradient(135deg, rgb(245, 243, 240), rgb(239, 235, 233));
	color: rgb(183, 28, 28);
	border-color: rgb(183, 28, 28);
	text-decoration: none;
}

@media (max-width: 767px) {
	.flow-section {
		padding: 20px 0px;
	}

	.flow-step {
		margin-bottom: 12px;
		padding: 12px;
	}

	.step-number {
		flex: 0 0 45px;
		height: 45px;
		font-size: 1.2rem;
		margin-right: 12px;
	}

	.step-title {
		font-size: 16pt !important;
	}

	div.step-title-content {
		flex-direction: column;
		align-items: flex-start;
	}

	.step-title i:first-child {
		font-size: 2.2rem;
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.step-description {
		font-size: 1.2rem;
		line-height: 1.3;
		margin-bottom: 4px;
	}

	.step-note {
		font-size: 0.8rem;
	}

	.reason-title {
		font-size: 16pt !important;
	}

	.reason-title i {
		font-size: 2.2rem;
	}

	.section-title {
		font-size: 20pt !important;
	}

	.voices-section {
		padding: 40px 0px;
	}

	.voices-subtitle {
		font-size: 1.1rem;
		margin-bottom: 30px;
	}

	.voices-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.voice-item {
		padding: 20px;
	}

	.voice-header {
		margin-bottom: 15px;
	}

	.avatar-image {
		width: 50px;
		height: 50px;
	}

	.voice-stars {
		font-size: 1rem;
	}

	.voice-text {
		font-size: 1rem;
	}

	.final-cta-title {
		font-size: 1.8rem;
	}

	.final-cta-description {
		font-size: 1.1rem;
	}

	.pricing-item::before {
		max-width: 120px;
	}

	.pricing-header {
		margin-top: 56px;
	}
}