body{
    overflow-x: hidden !important;
}

h1,h4 {
	font-size: inherit;
	font-weight: inherit;
}

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

strong {
	font-weight: bolder;
}

button,input {
	color: inherit;
	font-family: inherit;
	font-feature-settings: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

button {
	text-transform: none;
}

[type=button],button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}

h1,h4,p {
	margin: 0;
}

input::placeholder {
	color: #9ca3af;
	opacity: 1;
}

button {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

svg {
	display: block;
	vertical-align: middle;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width:640px) {
	h1 {
		font-size: 2.5rem;
	}
}

@media (min-width:1024px) {
	h1 {
		font-size: 3rem;
	}
}

@media (min-width:1280px) {
	h1 {
		font-size: 3.175rem;
	}
}

h4 {
	font-weight: 700;
	line-height: 1.1;
}

h4 {
	font-size: 2rem;
}

:is(h1,h2,h3,h4) {
	font-family: "DM Serif Display",sans-serif;
	font-weight: 300;
}

header.bg-green:not(.block-cta) {
	--tw-text-opacity: 1;
	color: #fff;
	color: rgb(255 255 255/var(--tw-text-opacity));
}

header.bg-green:not(.block-cta) :is(h1,h2,h3,h4,h5,h6) strong {
	--tw-text-opacity: 1;
	color: #79de90;
	color: rgb(255 156 156);
}

header.bg-green:not(.block-cta) .prose {
	--tw-prose-body: var(--tw-prose-invert-body);
	--tw-prose-headings: var(--tw-prose-invert-headings);
	--tw-prose-lead: var(--tw-prose-invert-lead);
	--tw-prose-links: var(--tw-prose-invert-links);
	--tw-prose-bold: var(--tw-prose-invert-bold);
	--tw-prose-counters: var(--tw-prose-invert-counters);
	--tw-prose-bullets: var(--tw-prose-invert-bullets);
	--tw-prose-hr: var(--tw-prose-invert-hr);
	--tw-prose-quotes: var(--tw-prose-invert-quotes);
	--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
	--tw-prose-captions: var(--tw-prose-invert-captions);
	--tw-prose-kbd: var(--tw-prose-invert-kbd);
	--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
	--tw-prose-code: var(--tw-prose-invert-code);
	--tw-prose-pre-code: var(--tw-prose-invert-pre-code);
	--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
	--tw-prose-th-borders: var(--tw-prose-invert-th-borders);
	--tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

header .prose>div>:first-child {
	margin-top: 0;
}

:is(h1,h2,h3,h4,h5,h6) strong {
	--tw-text-opacity: 1;
	color: #bf9156;
	color: rgb(191 145 86/var(--tw-text-opacity));
}

*,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

@media (min-width:640px) {
	.container {
		max-width: 640px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.prose {
	--tw-prose-body: #000;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #fff;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0,0,0,.5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-top: 0;
}

.pointer-events-none {
	pointer-events: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.bottom-0 {
	bottom: 0;
}

.bottom-\[10px\] {
	bottom: 10px;
}

.left-\[50\%\] {
	left: 50%;
}

.top-\[130px\] {
	top: 130px;
}

.z-1 {
	z-index: 1;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.col-span-5 {
	grid-column: span 5/span 5;
}

.col-start-8 {
	grid-column-start: 8;
}

.mb-2 {
	margin-bottom: .5rem;
	font-family: wulkan medium !important;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

/* .flex {
	display: flex;
} */

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-\[200px\] {
	height: 200px;
}

.h-full {
	height: 100%;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

.max-w-\[500px\] {
	max-width: 500px;
}

.translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
	transform: translate(-50%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-spin-slow {
	animation: spin 15s linear infinite;
}

.cursor-pointer {
	cursor: pointer;
}

.scroll-my-28 {
	scroll-margin-bottom: 7rem;
	scroll-margin-top: 7rem;
}

.grid-cols-3 {
	grid-template-columns: repeat(3,minmax(0,1fr));
}

.grid-rows-1 {
	grid-template-rows: repeat(1,minmax(0,1fr));
}

.flex-col {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

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

.gap-16 {
	gap: 4rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-4 {
	gap: 1rem;
}

.self-end {
	align-self: flex-end;
}

.justify-self-center {
	justify-self: center;
}

/* .rounded-full {
	border-radius: 9999px;
} */

.rounded-lg {
	border-radius: .5rem;
}

.rounded-xl {
	border-radius: .75rem;
}

.border {
	border-width: 1px;
}

.border-grey-50 {
	--tw-border-opacity: 1;
	border-color: #d2d2d2;
	border-color: rgb(210 210 210/var(--tw-border-opacity));
}

/* .bg-green {
	--tw-bg-opacity: 1;
	background-color: #1e2f22;
	background-color: rgb(30 47 34/var(--tw-bg-opacity));
} */

.bg-green-25 {
	--tw-bg-opacity: 1;
	background-color: #79de90;
	background-color: rgb(121 222 144/var(--tw-bg-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: #fff;
	background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-gradient-to-t {
	background-image: linear-gradient(to top,var(--tw-gradient-stops));
}

/* .from-green {
	--tw-gradient-from: #1e2f22 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(30,47,34,0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.to-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
} */

.p-11 {
	padding: 2.75rem;
}

.p-6 {
	padding: 1.5rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.pb-2 {
	padding-bottom: .5rem;
}

.pb-40 {
	padding-bottom: 10rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-40 {
	padding-top: 10rem;
}

.text-center {
	text-align: center;
}

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

.text-sm {
	font-size: .875rem;
}

.font-bold {
	font-weight: 700;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-8 {
	line-height: 2rem;
}

.text-black {
	--tw-text-opacity: 1;
	color: #000;
	color: rgb(0 0 0/var(--tw-text-opacity));
}

/* .text-green {
	--tw-text-opacity: 1;
	color: #1e2f22;
	color: rgb(30 47 34/var(--tw-text-opacity));
} */

.text-green-25 {
	--tw-text-opacity: 1;
	color: #79de90;
	color: rgb(121 222 144/var(--tw-text-opacity));
}

.underline {
	text-decoration-line: underline;
}

.no-underline {
	text-decoration-line: none;
}

.underline-offset-15 {
	text-underline-offset: 15px;
}

.transition-all {
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-colors {
	transition-duration: .3s;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-transform {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.duration-200 {
	transition-duration: .2s;
}

@media (hover:hover) and (pointer:fine) {
	.hover\:bg-green:hover {
		--tw-bg-opacity: 1;
		background-color: #f5f8f6;
		background-color: rgb(30 47 34/var(--tw-bg-opacity));
	}

	.hover\:text-white:hover {
		--tw-text-opacity: 1;
		color: #fff;
		color: rgb(255 255 255/var(--tw-text-opacity));
	}

	.hover\:decoration-green-25:hover {
		text-decoration-color: #79de90;
	}
}

.disabled\:pointer-events-none:disabled {
	pointer-events: none;
}

.disabled\:opacity-50:disabled {
	opacity: .5;
}

.prose-p\:mb-3 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	margin-bottom: .75rem;
}

.prose-p\:leading-7 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	line-height: 1.75rem;
}

@media (min-width:768px) {
	.md\:col-span-7 {
		grid-column: span 7/span 7;
	}

	.md\:pb-4 {
		padding-bottom: 1rem;
	}

	.md\:pt-6 {
		padding-top: 1.5rem;
	}

	.md\:text-md {
		font-size: 1.125rem;
	}
}

@media (min-width:1024px) {
	.lg\:mb-0 {
		margin-bottom: 0;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr));
	}

	.lg\:gap-8 {
		gap: 2rem;
	}

	.lg\:p-8 {
		padding: 2rem;
	}

	.lg\:prose-p\:text-lg :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		font-size: 1.25rem;
	}

	.lg\:prose-p\:leading-8 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		line-height: 2rem;
	}
}

@media (min-width:1280px) {
	.xl\:bottom-\[130px\] {
		bottom: 130px;
	}

	.xl\:pb-60 {
		padding-bottom: 15rem;
	}
}

@media (min-width:1536px) {
	.\32xl\:col-start-9 {
		grid-column-start: 9;
	}

	.\32xl\:pt-60 {
		padding-top: 15rem;
	}
}
/*! CSS Used from: Embedded */
.block-hero_home {
	background-position: 50%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	/* margin-top: 795px; */

}
/*! CSS Used from: Embedded */
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}
/*! CSS Used from: https://www.travelworld.nl/_nuxt/entry.6UrwLF1z.css */
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}
/*! CSS Used from: https://www.travelworld.nl/_nuxt/HeroHome.00z4wd31.css */
.block-hero_home {
	background-position: 50%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	max-height: 1000px;
}
/*! CSS Used keyframes */
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}


/* bellow top image  */
/*! CSS Used from: Embedded */
*,:after,:before {
	border: 0 solid;
	box-sizing: border-box;
}

:after,:before {
	--tw-content: "";
}

:disabled {
	cursor: default;
}

*,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.relative {
	position: relative;
}

.z-20 {
	z-index: 20;
}

.h-12 {
	height: 3rem;
}

.w-full {
	width: 100%;
}

.-scale-y-\[1\] {
	--tw-scale-y: -1;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(-1);
}

.-scale-y-\[1\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bg-contain {
	background-size: contain;
}

.bg-repeat-x {
	background-repeat: repeat-x;
}






















/*! CSS Used from: Embedded */
.border-dirt-brown[data-v-06b44d74] {
	filter: invert(92%) sepia(2%) saturate(1017%) hue-rotate(342deg) brightness(106%) contrast(93%);
}
.border-dirt-brown[data-v-06b44d74] {
	filter: invert(92%) sepia(2%) saturate(1017%) hue-rotate(342deg) brightness(106%) contrast(93%);
}

/* introduction */
/*! CSS Used from: Embedded */
*,:after,:before {
	border: 0 solid;
	box-sizing: border-box;
}

:after,:before {
	--tw-content: "";
}

h2 {
	font-size: inherit;
	font-weight: inherit;
}

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

strong {
	font-weight: bolder;
}

h2,p {
	margin: 0;
}

:disabled {
	cursor: default;
}

img,svg {
	display: block;
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}

h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width:1024px) {
	h2 {
		font-size: 2.5rem;
	}
}

@media (min-width:1280px) {
	h2 {
		font-size: 3rem;
	}
}

:is(h1,h2,h3,h4) {
	font-family: "DM Serif Display",sans-serif;
	font-weight: 300;
}

section .prose>div>:first-child {
	margin-top: 0;
}

:is(h1,h2,h3,h4,h5,h6) strong {
	--tw-text-opacity: 1;
	color: #bf9156;
	color: rgb(191 145 86/var(--tw-text-opacity));
}

*,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}






@media (min-width:640px) {
	.container {
		max-width: 640px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}

.prose {
	--tw-prose-body: #000;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #fff;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgba(0,0,0,.5);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

.absolute {
	position: absolute;
}








.relative {
	position: relative;
}

.bottom-12 {
	bottom: 3rem;
}

.left-1\/2 {
	left: 50%;
}




.left-\[100\%\] {
	left: 100%;
}

.col-span-12 {
	grid-column: span 12/span 12;
}

.col-span-9 {
	grid-column: span 9/span 9;
}

.mb-4 {
	margin-bottom: 1rem;
}

/* .mb-6 {
	margin-bottom: 1.5rem;
}

.flex {
	display: flex;
} */

.inline-flex {
	display: inline-flex;
}









.grid {
	display: grid;
}

.aspect-\[2\/3\] {
	aspect-ratio: 2/3;
}

.aspect-\[4\/3\] {
	aspect-ratio: 4/3;
}

.aspect-\[5\/7\] {
	aspect-ratio: 5/7;
}

.h-10 {
	height: 2.5rem;
}

.h-4 {
	height: 1rem;
}

.h-full {
	height: 100%;
}

.w-10 {
	width: 2.5rem;
}














.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.max-w-\[50\%\] {
	max-width: 50%;
}

.max-w-\[500px\] {
	max-width: 500px;
}

.max-w-\[unset\] {
	max-width: unset;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(-50%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-25\%\] {
	--tw-translate-x: -25%;
	transform: translate(-25%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.scroll-my-28 {
	scroll-margin-bottom: 7rem;
	scroll-margin-top: 7rem;
	margin-top: -15px;
}

.grid-cols-12 {
	grid-template-columns: repeat(12,minmax(0,1fr));
	padding-left: 38px !important;

}

.flex-col {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

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

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-8 {
	gap: 2rem;
}

.overflow-hidden {
	overflow: hidden;
}

/* .rounded-full {
	border-radius: 9999px;
} */

.rounded-xl {
	border-radius: .75rem;
}

.bg-green-25 {
	--tw-bg-opacity: 1;
	background-color: #79de90;
	background-color: rgb(255 156 156);
}

.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: #364e3b;
	background-color: rgb(54 78 59/var(--tw-bg-opacity));
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.text-sm {
	font-size: .875rem;
}

.font-bold {
	font-weight: 700;
}

.leading-5 {
	line-height: 1.25rem;
}

.text-green {
	--tw-text-opacity: 1;
	/* color: #1e2f22; */
	/* color: rgb(30 47 34/var(--tw-text-opacity)); */
}

.no-underline {
	text-decoration-line: none;
}

.transition-colors {
	transition-duration: .3s;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

@media (hover:hover) and (pointer:fine) {
	.hover\:bg-white:hover {
		--tw-bg-opacity: 1;
		background-color: #fff;
		background-color: rgb(255 255 255/var(--tw-bg-opacity));
	}
}

.disabled\:pointer-events-none:disabled {
	pointer-events: none;
}

.disabled\:opacity-50:disabled {
	opacity: .5;
}

.prose-p\:mb-3 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	margin-bottom: .75rem;
}

.prose-p\:leading-6 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	line-height: 1.5rem;
}

@media (min-width:640px) {
	.sm\:col-span-5 {
		grid-column: span 5/span 5;
	}

	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.sm\:pt-10 {
		padding-top: 2.5rem;
	}
}

@media (min-width:768px) {
	.md\:col-start-7 {
		grid-column-start: 7;
	}

	.md\:translate-x-\[-50\%\] {
		--tw-translate-x: -50%;
		transform: translate(-50%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	} */











	.md\:pb-12 {
		padding-bottom: 3rem;
	}

	.md\:pt-12 {
		padding-top: 3rem;
	}
}

@media (min-width:1024px) {
	.lg\:prose-p\:text-md :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		font-size: 1.125rem;
	}

	.lg\:prose-p\:leading-7 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		line-height: 1.75rem;
	}
}

@media (min-width:1280px) {
	.xl\:bottom-16 {
		bottom: 4rem;
	}

	.xl\:col-start-8 {
		grid-column-start: 8;
	}
}

@media (min-width:1536px) {
	.\32xl\:col-start-8 {
		grid-column-start: 8;
	}
}
/*! CSS Used from: Embedded */
.block-text_image {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
/*! CSS Used from: Embedded */
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}
.block-text_image {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
/*! CSS Used fontfaces */
@font-face {
	font-family:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'canela';
    src: url(../fonts/canela-regular-web.woff2);
}

@font-face {
    font-family: 'galamond';
    src: url(../fonts/EBGaramond-latin.woff2);
}

@font-face {
    font-family: 'tilda';
    src: url(../fonts/tilda.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBoldItalic';
    src: url(../font/WulkanDisplaySemiBoldItalic.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBold';
    src: url(../font/WulkanDisplaySemiBold.woff2);
}

@font-face {
    font-family: 'Wulkan Medium';
    src: url(../font/wulkan-display-medium.woff2);
}

@font-face {
    font-family: 'wulkan italic';
    src: url(../font/wulkan-display-regular-italic.woff2);
}
@font-face {
    font-family: 'athelas';
    src: url(../font/Athelas-Regular.woff2);
}

@font-face {
    font-family: 'basetica medium';
    src: url(../font/basetica-medium.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBoldItalic';
    src: url(../font/WulkanDisplaySemiBoldItalic.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBold';
    src: url(../fonts/WulkanDisplaySemiBold.woff2);
}

@font-face {
    font-family: 'millerbanner';
    src: url(../font/MillerBanner-Light.woff2);
}


@font-face {
    font-family: 'millerbannerdisplay';
    src: url(../font/MillerDisplay-Roman.woff2);
}

@font-face {
    font-family: 'silver';
    src: url(../font/SilverSouthScript-Regular.woff2);
}
/* 
@font-face {
	font-family:'DM';
	font-style:normal;
	font-weight:400;
	font-display:swap;src:url(../font/DM.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */


 /* package  */

 /*! CSS Used from: Embedded */

 
header {
	display: block;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

img {
	border-style: none;
}

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

.container {
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-family: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 1.2;
}

a {
	text-decoration: none;
}

@media only screen and (min-width:768px) {
	.container {
		max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

.text-center {
	text-align: center;
}

.w-full {
	width: 100%;
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}

.upper {
	text-transform: uppercase;
}

h2 {
	color: #000000 !important;
	font-family: wulkan medium !important;
}

a {
	color: #ffffff;
}

.heading-pri-l {
	margin-top: .5rem;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: .75rem;
	font-family: 'Wulkan Medium' !important;
}

@media screen and (min-width:48em) {
	.heading-pri-l {
		font-size: 1.625rem;
	}
}

@media screen and (min-width:64em) {
	.heading-pri-l {
		letter-spacing: -.5px;
		font-size: 2rem;
	}
}

.heading-sec-s {
	margin: 0;
	color: rgba(11,35,66,.4);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sec-s {
	letter-spacing: 1.5px;
	font-size: .8125rem;
	margin-bottom: 1rem;
	color: #287cb8;
}

.mb2 {
	margin-bottom: .5rem;
}

.mb3 {
	margin-bottom: 1rem;
	color: #000;
	font-family: 'Wulkan Medium';

}
@media all {
	figure,header {
		display: block;
	}

	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

	a:active,a:hover {
		outline-width: 0;
	}

	sup {
		position: relative;
		font-size: 75%;
		line-height: 0;
		vertical-align: baseline;
	}

	sup {
		top: -.5em;
	}

	img {
		border-style: none;
	}

	figure {
		margin: 1em 40px;
	}

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

	.container {
		margin-right: auto;
		margin-left: auto;
	}

	
h2 {
	color: #000000 !important;
	font-family:'Wulkan Medium', serif !important;
}


	a {
		text-decoration: none;
	}
@media only screen and (min-width:768px) {
		.container{max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width:1441px) {
	.container {
		max-width: 1920px;
	}
}

@media only screen and (min-width:1921px) {
	.container {
		max-width: 1921px;
	}
}

.text-center {
	text-align: center;
}

.w-full {
	width: 100%;
}

.caret:not(:last-child):after {
	display: inline;
	padding: 0 .375rem;
	content: "\203A";
	opacity: .75;
}

.inline {
	display: inline-block;
}

.flex .inline {
	display: block;
}

.fs-sm {
	font-size: .75rem;
}

.ls-xs {
	letter-spacing: .0625rem;
}

.mt-sm {
	margin-top: .5rem;
}

.mb-none {
	margin-bottom: 0;
}

.shadow-one {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}

.upper {
	text-transform: uppercase;
}

.label--sm {
	font-size: .625rem;
}

.fs-xs {
	font-size: .75rem;
}

.fs-sm {
	font-size: .875rem;
}

.fw-medium {
	font-weight: 500;
}

.label--sm {
	font-weight: 600;
}

h3 {
	color: #ffffff;
}

a {
	color: #ffffff;
}

.link-more {
	color: #287cb8;
	font-size: 1.125rem;
	font-weight: 500;
}

.link-more:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: .5rem;
	transition: margin-left .15s ease-out;
	background-image: url(https://farandwild.travel/img/arrow-dark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.link-more:hover {
	text-decoration: underline;
}

.link-more:hover:after {
	margin-left: 1rem;
}

.heading-pri-l {
	margin-top: .5rem;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: .75rem;
}

@media screen and (min-width:48em) {
	.heading-pri-l {
		font-size: 1.625rem;
	}
}

@media screen and (min-width:64em) {
	.heading-pri-l {
		letter-spacing: -.5px;
		font-size: 2rem;
	}
}

.heading-sec-s {
	margin: 0;
	color: rgba(11,35,66,.4);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sec-s {
	letter-spacing: 1.5px;
	font-size: .8125rem;
	margin-bottom: 1rem;
	color: #287cb8;
}

.list--unstyled {
	padding-left: 0;
	list-style: none;
}

.dib {
	display: inline-block;
}

.pt3 {
	padding-top: 1rem;
}

.mb2 {
	margin-bottom: .5rem;
}

.mb3 {
	margin-bottom: 1rem;
	font-family: 'Wulkan Medium';

}

.mv1 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.mh2 {
	margin-right: .5rem;
	margin-left: .5rem;
}

@media screen and (min-width:48em) {
	.mh4-m {
		margin-right: 2rem;
		margin-left: 2rem;
	}
}

.flex {
	display: flex;
}

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

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.flex-grid .gu {
	display: flex;
	flex: 1 1 0;
	padding: .5rem;
}

.flex-grid.row-four .gu {
	flex-basis: 18rem;
	flex-direction: column;
}

@media screen and (min-width:48em) {
	.flex-grid.row-four .gu {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width:64em) {
	.flex-grid.row-four .gu {
		flex-basis: 25%;
		max-width: 25%;
	}
}

/* .label {
	display: inline-block;
	background-color: rgba(0,0,0,.4);
	color: #fff;
	line-height: 1;
} */

.label--dark {
	background-color: #ffffff;
	color: #fff;
}

.label--sm {
	padding: .4375rem .75rem;
}

.preview {
	height: 20rem;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.1);
	transition: .3s ease-in-out;
}

.preview:hover {
	transform: translateY(-.125rem);
}

.preview__title {
	margin: 0;
	font-size: 18px;
	color: inherit;
	font-weight: 600;
}

.preview__label {
	position: absolute;
	top: 0;
	left: 1.25rem;
	line-height: 1;
	display: flex;
	z-index: 20;
}

.preview__image {
	position: relative;
	margin: 0;
	flex-grow: 1;
	overflow: hidden;
}

.preview__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.preview__details {
	padding: 1rem 1.25rem;
	background-color: #fff;
}
}







@media all {
	figure,header {
		display: block;
	}

	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

	a:active,a:hover {
		outline-width: 0;
	}

	img {
		border-style: none;
	}

	figure {
		margin: 1em 40px;
	}

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

	.container {
		margin-right: auto;
		margin-left: auto;
	}

	h2,h3 {
		font-family: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
		line-height: 1.2;
	}

	a {
		text-decoration: none;
	}
@media only screen and (min-width:768px) {
		.container{max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width:1441px) {
	.container {
		max-width: 1920px;
	}
}

@media only screen and (min-width:1921px) {
	.container {
		max-width: 1921px;
	}
}

.text-center {
	text-align: center;
}

.w-full {
	width: 100%;
}

.shadow-one {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}


a {
	color: #ffffff;
}

.link-more {
	color: #287cb8;
	font-size: 1.125rem;
	font-weight: 500;
}

.link-more:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: .5rem;
	transition: margin-left .15s ease-out;
	background-image: url(https://farandwild.travel/img/arrow-dark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.link-more:hover {
	text-decoration: underline;
}

.link-more:hover:after {
	margin-left: 1rem;
}

.heading-pri-l {
	margin-top: .5rem;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: .75rem;
}

@media screen and (min-width:48em) {
	.heading-pri-l {
		font-size: 1.625rem;
	}
}

@media screen and (min-width:64em) {
	.heading-pri-l {
		letter-spacing: -.5px;
		font-size: 2rem;
	}
}

.heading-sec-s {
	margin: 0;
	color: rgba(11,35,66,.4);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sec-s {
	letter-spacing: 1.5px;
	font-size: .8125rem;
	margin-bottom: 1rem;
	color: #287cb8;
}

.dib {
	display: inline-block;
}

.pt3 {
	padding-top: 1rem;
}

.mb2 {
	margin-bottom: .5rem;
}

.mb3 {
	margin-bottom: 1rem;
	font-family: 'Wulkan Medium';

}

.mv1 {
	margin-top: .25rem;
	margin-bottom: .25rem;
}

.mh2 {
	margin-right: .5rem;
	margin-left: .5rem;
}

@media screen and (min-width:48em) {
	.mh4-m {
		margin-right: 2rem;
		margin-left: 2rem;
	}
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.flex-grid .gu {
	display: flex;
	flex: 1 1 0;
	padding: .5rem;
}

.flex-grid.row-four .gu {
	flex-basis: 18rem;
	flex-direction: column;
}

@media screen and (min-width:48em) {
	.flex-grid.row-four .gu {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width:64em) {
	.flex-grid.row-four .gu {
		flex-basis: 25%;
		max-width: 25%;
	}
}

.preview {
	height: 20rem;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.1);
	transition: .3s ease-in-out;
}

.preview:hover {
	transform: translateY(-.125rem);
}

.preview__title {
	margin: 0;
	font-size: 18px;
	color: inherit;
	font-weight: 600;
	font-family: 'wulkan medium', serif !important;
}

.preview--large .preview__title {
	font-size: 24px;
}

.preview__subtitle {
	font-size: .975rem;
	opacity: .8;
	font-family: tilda !important;
	color: #fff !important;
}

.preview__subtitle:not(:first-child) {
	margin-top: .25rem;
	color: #fff;
}

.preview__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.25rem;
	background-image: linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%);
	color: #fff;
}

.preview__image {
	position: relative;
	margin: 0;
	flex-grow: 1;
	overflow: hidden;
}

.preview__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
}
/*! CSS Used fontfaces */
@font-face {
	font-family:sofia-pro;src:url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:400;
}

@font-face {
	font-family:sofia-pro;src:url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:italic;font-weight:400;
}

@font-face {
	font-family:sofia-pro;src:url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/l?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/d?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/a?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:optional;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
	font-family:sofia-pro;src:url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:600;
}






























/*! CSS Used from: Embedded */
*,:after,:before {
	border: 0 solid;
	box-sizing: border-box;
}

:after,:before {
	--tw-content: "";
}

:disabled {
	cursor: default;
}

*,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.relative {
	position: relative;
	margin-top: -15px;
}

.z-20 {
	z-index: 20;
}

.-mt-12 {
	margin-top: -3rem;
}

.h-12 {
	height: 3rem;
}

.w-full {
	width: 100%;
}

.-scale-y-\[1\] {
	--tw-scale-y: -1;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(-1);
}

.-scale-y-\[1\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bg-contain {
	background-size: contain;
}

.bg-repeat-x {
	background-repeat: repeat-x;
}
/*! CSS Used from: Embedded */
.border-dirt-white[data-v-06b44d74] {
	filter: invert(100%) sepia(18%) saturate(191%) hue-rotate(174deg) brightness(117%) contrast(100%);
}
.border-dirt-white[data-v-06b44d74] {
	filter: invert(100%) sepia(18%) saturate(191%) hue-rotate(174deg) brightness(117%) contrast(100%);
}


/* footer */
/*! CSS Used from: Embedded */
a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--brand-jungle);
	font-family: var(--wp--preset--font-family--euclid-square);
	font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.591), 1.2rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: underline;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
	color: var(--wp--preset--color--principal-black);
	text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button)):focus) {
	text-decoration: underline dashed;
}

:root :where(a:where(:not(.wp-element-button)):active) {
	color: var(--wp--preset--color--secondary);
	text-decoration: none;
}

/* h3 {
	color: var(--wp--preset--color--principal-black);
	font-family: var(--wp--preset--font-family--euclid-square);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	text-transform: none;
}

h3 {
	font-size: var(--wp--preset--font-size--x-large);
} */
@media all {
	button,input {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	}

	button {
		-webkit-appearance: button;
	}

	h3,p {
		margin: 0;
	}

	button {
		background-color: transparent;
		background-image: none;
	}

	ul {
		margin: 0;
		padding: 0;
	}

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

	img {
		border-style: solid;
	}

	input::placeholder {
		color: #9ca3af;
		opacity: 1;
	}

	button {
		cursor: pointer;
	}

	h3 {
		font-size: inherit;
		font-weight: inherit;
	}

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

	button,input {
		color: inherit;
		line-height: inherit;
		padding: 0;
	}

	img {
		display: block;
		vertical-align: middle;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	*,:after,:before {
		--tw-border-opacity: 1;
		border-color: rgba(229,231,235,var(--tw-border-opacity));
	}

	.container {
		width: 100%;
	}
@media (min-width:640px) {
		.container{max-width: 640px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
	}
}

*,:after,:before {
	--tw-shadow: 0 0 #0000;
}

*,:after,:before {
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.container {
	max-width: 1176px;
	padding: 0 24px;
}

.container:after,.container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}


.row:not(.row--flex):after,.row:not(.row--flex):before {
	content: " ";
	display: table;
}

.row:not(.row--flex):after {
	clear: both;
}

.row.row--flex {
	display: flex;
}

.row.row--flex--reverse {
	flex-direction: row-reverse;
}

.col {
	box-sizing: border-box;
	float: left;
}

@media only screen and (min-width:1025px) {
	.col--lg-4 {
		width: 33.3333333333%;
	}

	

	.col--lg-8 {
		width: 66.6666666667%;
	}

	.row--flex .col--lg-8 {
		flex-basis: 66.6666666667%;
		float: none;
		/* max-width: 66.6666666667%; */
		width: auto;
	}
}









@media only screen and (min-width:769px) and (max-width:1024px) {
	.col--md-4 {
		width: 33.3333333333%;
	}




	.row--flex .col--md-4 {
		flex-basis: 33.3333333333%;
		float: none;
		max-width: 33.3333333333%;
		width: auto;
	}

	.col--md-8 {
		width: 66.6666666667%;
	}

	.row--flex .col--md-8 {
		flex-basis: 66.6666666667%;
		float: none;
		max-width: 66.6666666667%;
		width: auto;
	}
}

@media only screen and (min-width:641px) and (max-width:768px) {
	.col--sm-12 {
		width: 100%;
	}

	.row--flex .col--sm-12 {
		flex-basis: 100%;
		float: none;
		max-width: 100%;
		width: auto;
	}
}

@media only screen and (max-width:640px) {
	.col--xs-12 {
		width: 100%;
	}

	.row--flex .col--xs-12 {
		flex-basis: 100%;
		float: none;
		max-width: 100%;
		width: auto;
	}
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a,div,footer,h3,img,li,nav,p,span,ul {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

footer,nav {
	display: block;
}


a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}

button,input {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	vertical-align: middle;
}

button,input {
	line-height: normal;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
}

input[type=radio] {
	box-sizing: border-box;
	height: 13px;
	padding: 0;
	width: 13px;
}

button,input {
	color: #222;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}


.container {
	margin: 0 auto;
	max-width: 1176px!important;
	padding: 0 18px;
	width: 100%!important;
}



.visually-hidden {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
} 





.ul li,ul li {
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
	/* line-height: 1.4rem; */
	/* margin-bottom: 1.25em; */
}


a:hover {
	border-bottom: 1px solid #004d40;
	color: #004d40;
}

.inline_link {
	border-bottom: none;
	color: #ffffff;
	text-decoration: none;
}

.inline_link:hover {
	color: #004d40;
}

/* label {
	border: none;
	cursor: default;
	display: block;
	font-size: 1.2rem;
	line-height: 1.6rem;
	margin: .8rem 0;
}  */

input {
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.6rem;
	height: 48px;
	line-height: 48px;
	padding: 8px 16px;
	width: 100%;
}

input:focus {
	border-color: #004d40;
}

::placeholder {
	/* color: #202020; */
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.button_group {
	width: 100%;
}

.button_group .button {
	display: inline-block;
	margin: 0 0 16px;
}


@media only screen and (min-width:768px) {
	.button_group.button_group--centre {
		text-align: center;
	}

	.button_group.button_group--centre .button {
		margin: 0 8px 16px 0;
	}
}

.currency_selector {
	position: relative;
}

.currency_selector .currency_trigger {
	align-items: center;
	background: none;
	border: none;
	color: #202020;
	cursor: pointer;
	display: flex;
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: normal;
	min-width: 0;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 4;
} 



 

















.currency_selector .currency_trigger .selected_flag {
	display: block;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 32px;
}

.currency_selector .currency_trigger .selected_flag img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.currency_selector .currency_trigger .selected_country,.currency_selector .currency_trigger .selected_symbol {
	font-size: 14px;
	letter-spacing: 0;
}

.currency_selector .currency_list {
	clear: left;
	left: 0;
	max-height: 200px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: -500px;
	transform: translateZ(0);
	width: 100%;
	z-index: 23;
}

@media (min-width:768px) and (max-width:1140px) {
	.currency_selector .currency_list {
		left: -100px;
	}
}


.currency_selector .currency_list .currency_list_inner {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 12px 0 0;
}

.currency_selector .currency_list .currency_list_inner ul {
	list-style: none;
	margin: 0;
	padding: 0 0 12px;
}

.currency_selector .currency_list .currency_list_inner ul li {
	background: transparent;
	color: #202020;
	cursor: pointer;
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0;
	padding: 6px 24px;
	transition: all .4s ease-in-out;
}

.currency_selector .currency_list .currency_list_inner ul li:hover {
	background: #eee;
}

.currency_selector .currency_list .currency_list_inner ul li.currency_list_selected {
	color: #202020;
}

.currency_selector .currency_list .currency_list_inner ul li label {
	cursor: pointer;
	display: block;
	line-height: 2rem;
	text-transform: uppercase;
}

.currency_selector .currency_list .currency_list_inner ul li label .flag {
	display: block;
	float: left;
	height: 20px;
	margin-right: 6px;
	overflow: hidden;
	position: relative;
	width: 32px;
}

.currency_selector .currency_list .currency_list_inner ul li label .flag img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.currency_selector .currency_list .currency_list_inner .button {
	display: none;
}

@media only screen and (min-width:768px) {
	.currency_selector .currency_list {
		display: none;
		max-height: none;
		position: absolute;
		top: 0;
		width: 180px;
	}
}

.social_links {
	align-items: center;
	/* width: 100%; */
}

.social_links nav {
	align-items: center;
	display: flex;
	gap: 15px;
	justify-content: center;
}

@media (min-width:813px) {
	.social_links nav {
		justify-content: start;
	}
}

.social_links nav a {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
}

.social_links nav .facebook_share_icon {
	background-image: url(../img/facebook.svg);
	height: 24px;
	margin-left: 4px;
	width: 24px;
}

.social_links nav .instagram_share_icon {
	background-image: url(../img/instagram.svg);
	height: 24px;
	width: 24px;
}

.social_links nav .linkedin_share_icon {
	background-image: url(../img/linkedin.svg);
	height: 24px;
	width: 24px;
}


.social_links nav .twitter_share_icon {
	background-image: url(../img/twitter.svg);
	height: 24px;
	width: 24px;
}

.social_links nav .tiktok_share_icon {
	background-image: url(../img/tiktok.svg);
	height: 24px;
	width: 24px;
}



footer.footer {
	color: #e8ecf3;
	padding: 24px 20px 80px;
}

footer.footer .row {
	margin-bottom: 10px;
}

footer.footer .row:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	footer.footer .row {
		margin-bottom: 0;
	}
}

footer.footer .row .col {
	margin-bottom: 40px;
}

footer.footer {
	color: #202020;
	font-family: Euclid Square Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.4rem;
	letter-spacing: 4px;
	line-height: 2rem;
	margin-bottom: 30px;
	text-align: left;
	text-transform: uppercase;
}

@media screen and (min-width:768px) {
	footer.footer  {
		background-image: none;
		border-bottom: none;
		border-top: none;
		margin: 0 0 16px;
		padding: 0 0 16px;
	}
}

footer.footer  {
	font-size: 1.2rem;
	line-height: 2rem;
	padding-top: 52px;
	background-color: #3f2d2b;
}

footer.footer ul {
	/* margin: 0; */
	margin-top: 32px;
	margin-bottom: 32px;
}

footer.footer ul:after {
	clear: both;
	content: "";
	display: table;
}

footer.footer ul li {
	font-size: .8rem;
	text-transform: capitalize;
	font-family: 'Wulkan Medium';
}

footer.footer ul li:last-child {
	margin: 0 8px 0 0;
}

footer.footer ul li a {
	border-bottom: none;
}

footer.footer ul li a:hover {
	border-bottom: 1px solid #004d40;
}

footer.footer .payment {
	align-items: center;
	display: flex;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.footer .payment li {
	margin: 0;
	padding: 0;
}

footer.footer .social_links nav {
	display: flex;
	width: 100%;
}

@media screen and (max-width:768px) {
	footer.footer .social_links nav {
		justify-content: space-between;
	}
}

footer.footer .footer__confidence {
	display: flex;
	gap: 25px;
	width: 59px;
	margin-right: 154px;
}

.button {
    background: #793a2e;
    border: 1px solid #793a2e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Euclid Square Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* font-size: 1.6rem; */
    letter-spacing: .4rem;
    line-height: 2.6rem;
    min-width: 120px;
    padding: 0 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    white-space: nowrap;
    width: 100%;
}

.button:hover {
	background: rgba(0,77,64,.8);
	color: #fff;
	font-weight: 700;
}

@media only screen and (min-width:768px) {
	.button {
		width: auto;
	}
}

.currency_dropdown {
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-bottom: 16px;
	max-width: 350px;
	padding: 5px 8px;
	width: 100%;
}

.currency_trigger {
	padding-right: 16px;
	width: 100%;
}

@media (min-width:768px) {
	.right-aligned {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		text-align: right;
	}
}

.arrow-icon {
	background: url(https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/chevron-down.svg) no-repeat 50%;
	background-size: contain;
	display: inline-block;
	height: 20px;
	width: 20px;
}
}


/* blog */


@media all {
	.screen-reader-text {
		border: 0;
		clip: rect(1px,1px,1px,1px);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal!important;
	}

	.screen-reader-text:focus {
		background-color: #ddd;
		clip: auto!important;
		clip-path: none;
		color: #444;
		display: block;
		font-size: 1em;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
}
@media all {
	.screen-reader-text {
		clip: rect(1px,1px,1px,1px);
		height: 1px;
		overflow: hidden;
		position: absolute!important;
		width: 1px;
		word-wrap: normal!important;
	}
}
@media all {
	/* .col {
		position: relative;
		display: block;
		width: 100%;
	} */

/* .vc_row-fluid>.span_12 {
		display: flex;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		float: none;
	}
@media (min-width:691px) {
		.col{margin-right: 2%;
	}
}   */

.col:last-child {
	margin-right: 0;
}

.col.col_last {
	margin-right: 0;
}

html body .vc_row-fluid>.span_12>.wpb_column {
	float: none;
	margin-right: 0;
}

html body .vc_row-fluid>.span_12>.wpb_column:not([class*=offset-]) {
	margin-left: 0;
}

.vc_row-fluid>.span_12 {
	width: auto;
}

.vc_row-fluid>.span_12 {
	margin-left: -1%;
	margin-right: -1%;
}

.vc_row-fluid>.span_12 .wpb_column {
	padding-left: 1%;
	padding-right: 1%;
}

.vc_row-fluid .wpb_column {
	box-shadow: none;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width:690px) {
	.vc_col-sm-12 {
		width: 100%;
	}
}

@media only screen and (max-width :690px) {
	[class*=vc_col-]:not([class*=vc_col-xs]) {
		width: 100%;
	}

	.wpb_column:not([class*=vc_col-xs]) {
		width: 100%;
		margin-bottom: 25px;
	}
}
}
@media all {
	a,article,div,h2,h3,img,span {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article {
		display: block;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row {
		position: relative;
	}

	.col:after,.row:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.row {
		padding-bottom: 24px;
	}
@media (min-width:691px) {
		.span_12{width: 100%;
	}
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

a {
	color: #3555ff;
	text-decoration: none;
	transition: color .3s;
}

a:hover {
	color: inherit;
}

h2 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 7px;
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px;
}

h3 {
	color: #ffffff;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}

.container .row:last-child {
	padding-bottom: 0;
}

.wpb_wrapper>div {
	margin-bottom: 24px;
}

.wpb_wrapper>div:last-child {
	margin-bottom: 0;
}

.main-content img {
	max-width: 100%;
	height: auto;
}

.row .col h3 {
	margin-bottom: 8px;
}

.row .col img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.post-area.masonry {
	-webkit-transition: none!important;
	transition: none!important;
}

.wpb_row>.span_12 {
	z-index: 10;
}

.wpb_row>.span_12 {
	margin-bottom: 0!important;
}

.wpb_row>.span_12>.column_container:last-child {
	margin-bottom: 0;
} 

.vc_column_container>.vc_column-inner {
	position: relative;
}

.col {
	position: relative;
	float: left;
}

.wpb_column {
	background-position: center;
}

.post-featured-img img.nectar-lazy {
	display: block;
}

.post-featured-img img.nectar-lazy.loaded {
	opacity: 1;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
	font-size: 14px;
	line-height: 19px;
	position: relative;
	display: inline-block;
	font-weight: 600;
	margin: 0 10px 10px 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s cubic-bezier(.25,0,.4,1);
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before {
	transform: scaleX(1);
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
	background-color: #fff;
}

.posts-container article .inner-wrap {
	height: 100%;
}

.post-area {
	padding-right: 30px;
	margin-top: 4px;
}

.post-area.col_last {
	padding-left: 20px;
	padding-right: 0;
}

.post-area.col_last.span_12 {
	padding-left: 0;
	float: none;
}

.post .content-inner {
	padding-bottom: 80px;
}

.post-header {
	margin-bottom: 12px;
	color: #888;
}

.post .post-header a {
	color: inherit;
}

.post .post-content {
	position: relative;
	min-height: 98px;
}

.post-content {
	padding-left: 95px;
}

.post .content-inner {
	position: relative;
}

.post h3.title {
	margin-bottom: 4px;
}

.post .content-inner .post-featured-img img {
	max-width: none;
	margin-bottom: 15px;
	width: 100%;
}

.post-area.col_last {
	float: right;
}
}
@media all {
	.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
		margin-bottom: 0;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		transition: all .7s cubic-bezier(.2,1,.22,1);
		-webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
	}

	.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img {
		transform: scale(1.07);
		-webkit-transform: scale(1.07);
	}
@media only screen and (max-width :690px) {
		.auto_meta_overlaid_spaced .masonry-blog-item{margin-bottom: 0;
	}

	.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
		height: 55vh;
	}
}

.auto_meta_overlaid_spaced .masonry-blog-item {
	padding: 4px;
}

.post-area.auto_meta_overlaid_spaced {
	margin: 0 0 0 -4px;
}

body .post-area.auto_meta_overlaid_spaced.span_12 {
	width: calc(100% + 8px);
}

.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
	background-color: transparent;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	transform: translateZ(0);
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
	padding: 30px!important;
}

.auto_meta_overlaid_spaced .content-inner>a,.auto_meta_overlaid_spaced .masonry-blog-item .content-inner,.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
	top: auto;
	bottom: 0;
	height: 75%;
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
	transition: transform .7s cubic-bezier(.2,1,.22,1),opacity .5s ease;
	backface-visibility: visible;
	background-size: cover;
	background-position: center;
	width: 100.5%;
	height: 100.5%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner {
	background-color: rgba(0,0,0,.3);
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
	content: '';
	background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.65) 100%);
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img:not([srcset]) {
	width: 100%;
}

.auto_meta_overlaid_spaced .post-featured-img img.nectar-lazy {
	opacity: 0;
	transition: opacity .5s ease;
}

.auto_meta_overlaid_spaced .post-featured-img img.nectar-lazy.loaded {
	opacity: 1;
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner>a {
	z-index: 30;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
	left: 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
	pointer-events: none;
	z-index: 33;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a,.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover,.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
	color: #fff!important;
	transition: opacity .37s cubic-bezier(.52,.01,.16,1);
}

.auto_meta_overlaid_spaced .meta-category a {
	font-weight: 600;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
	opacity: .72;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover {
	opacity: 1;
}

.post-area.auto_meta_overlaid_spaced .posts-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
	height: 50vh;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap .meta-category {
	pointer-events: all;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
	width: 25%;
	display: block;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
	width: 50%;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
	max-width: 55%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-header,.auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
	margin-bottom: 0;
}

@media only screen and (max-width:690px) {
	.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
		height: 33vh;
	}
}

@media only screen and (max-width:999px) {
	.post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
		width: 50%;
	}

	.post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
		width: 100%;
	}
}
}
@media all {
@media only screen and (min-width :691px) and (max-width :999px) {
		.span_12{width: 100%;
		margin-left: 0;
	}

	.col,body .vc_row-fluid .wpb_column {
		margin-bottom: 25px;
	}

	.wpb_column {
		width: 100%;
	}

	#ajax-content-wrap .post-area {
		padding-right: 0;
	}
}

@media only screen and (max-width :690px) {
	.col {
		margin-bottom: 25px;
	}

	.post-area {
		margin-bottom: 0;
	}

	#ajax-content-wrap .container .post .post-content {
		padding-left: 0;
	}

	.container .post-header {
		font-size: 12px;
	}

	.masonry-blog-item {
		width: 100%!important;
		margin-right: 0!important;
		margin-bottom: 25px;
		margin-left: 0!important;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	#ajax-content-wrap .post-area {
		padding-right: 0;
		margin-bottom: 0;
	}

	.post-area.masonry:not(.meta_overlaid) {
		opacity: 1!important;
	}
}
}
@media all {
	body.material .masonry-blog-item .inner-wrap {
		box-shadow: none;
	}

	.masonry-blog-item .inner-wrap {
		padding: 0;
	}

	.masonry-blog-item .content-inner .post-featured-img img {
		margin-bottom: 0!important;
	}
@media only screen and (min-width:1000px) {
		.masonry-blog-item{width: 31.1%;
	}
}

.material .masonry-blog-item .content-inner {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}

.masonry-blog-item .article-content-wrap {
	padding: 16px 18px 18px;
	/* width: 523px !important; */!i;!;
}

body.material .post .content-inner {
	border: none;
}
}
@media all {
	.vc_column-inner::after {
		clear: both;
	}

	.row:after,.row:before {
		content: " ";
		display: table;
	}

	.row:after {
		clear: both;
	}
}
@media all {
	body a,.post .post-header a:hover,.post .post-header a:focus {
		/* color: #333333; */
	}

	body h2 {
		font-family: Poppins;
		color: #332524;
		/* font-weight: 700; */
		font-family:'Wulkan Medium', serif !important;
	}
@media only screen and (max-width:1300px) and (min-width:1000px) {
		body h2{font-size: 28.9px;
		line-height: 35.7px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.col h2,body h2 {
		font-size: 27.2px;
		line-height: 33.6px;
	}

	.wpb_wrapper h2.vc_custom_heading {
		font-size: 27.2px!important;
		line-height: 33.6px!important;
	}
}

@media only screen and (max-width:690px) {
	.col h2,body h2 {
		font-size: 25.5px;
		line-height: 31.5px;
	}

	.wpb_wrapper h2.vc_custom_heading {
		font-size: 25.5px!important;
		line-height: 31.5px!important;
	}
}

body h3,.row .col h3 {
	font-family: Poppins;
	font-weight: 700;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h3,body h3 {
		font-size: 18.7px;
		line-height: 27.2px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h3,body h3 {
		font-size: 17.6px;
		line-height: 25.6px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h3,body h3 {
		font-size: 17.6px;
		line-height: 25.6px;
	}
}
}
/*! CSS Used from: Embedded */
.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

.row .col img:not([srcset]) {
	width: auto;
}
.vc_do_custom_heading {
	margin-bottom: 0.625rem;
	margin-top: 0;
}

.vc_do_custom_heading {
	margin-bottom: 0.625rem;
	margin-top: 0;
}

.vc_do_custom_heading {
	margin-bottom: 0.625rem;
	margin-top: 0;
}
:focus {
	outline: 0;
}
@media all {
	.screen-reader-text {
		clip: rect(1px,1px,1px,1px);
		word-wrap: normal!important;
		border: 0;
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		overflow-wrap: normal!important;
		padding: 0;
		position: absolute!important;
		width: 1px;
	}

	.screen-reader-text:focus {
		clip: auto!important;
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
		clip-path: none;
		color: #2b2d2f;
		display: block;
		font-size: .875rem;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}
}

/* footer section */
@media all {
	
	::-webkit-scrollbar-thumb:hover {
		background: #666;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 3.5px;
		background: rgba(0, 0, 0, .3);
	}

	::-webkit-scrollbar-track {
		background-color: #f1eee9;
	}

	.mt20 {
		margin-top: 20px;
	}

	.mt50 {
		margin-top: 50px;
	}

	.pt100 {
		padding-top: 100px;
	}

	.pb100 {
		padding-bottom: 100px;
	}

	.container2 {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 0 80px;
		max-width: 1720px;
		max-width: 1780px;
		max-width: var(--container_width);
	}

	.common-arrow-buttonV4 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		row-gap: 20px;
		column-gap: 20px;
	}

	.common-arrow-buttonV4 .item-special {
		height: 34px;
		border-radius: 60px;
		display: inline-flex;
		align-items: center;
		padding-left: 50px;
		padding-right: 18px;
		position: relative;
		cursor: pointer;
		color: #3e2a2e;
	}

	.common-arrow-buttonV4 .item-special .span-special {
		font-family: SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶hne;
		font-size: 12px;
		font-weight: 400;
		line-height: 12px;
		letter-spacing: .2em;
		text-align: left;
		text-transform: uppercase;
		text-overflow: ellipsis;
		word-break: break-all;
	}

	.common-arrow-buttonV4 .item-special .shelf-special {
		position: absolute;
		height: 34px;
		width: 34px;
		border: 1px solid #3e2a2e;
		border-radius: 60px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s ease;
	}

	.common-arrow-buttonV4 .item-special:hover .shelf-special {
		width: 100%;
	}

	.common-arrow-buttonV4 .item-special svg {
		position: absolute!important;
		left: 9px!important;
		top: 50%!important;
		transform: translateY(-50%)!important;
		display: flex!important;
		transition: all .3s ease!important;
	}

	.common-arrow-buttonV4 .item-special:hover svg {
		left: 18px!important;
	}

	.common-header {
		font-family: SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶hne;
		font-size: 11.5px;
		font-weight: 400;
		line-height: 15.25px;
		letter-spacing: .2em;
		text-align: left;
		color: #333;
		text-transform: uppercase;
	}

	.common-title-40px *,.common-title-40px {
		font-family: "Martina Plantijn", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-size: 40px!important;
		font-style: normal;
		font-weight: 300;
		line-height: 120%;
	}

	.common-paragraph {
		font-family: "Martina Plantijn", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
		text-align: left;
		color: #3e2a2e;
	}

	.customise-your-journey {
		background: #f7eee5;
	}

	.customise-your-journey .box {
		display: flex;
		justify-content: space-between;
	}

	.customise-your-journey .box .left {
		width: 30.2%;
		width: 438px;
		max-width: 100%;
	}

	.customise-your-journey .box .left .header {
		color: #3e2a2e;
	}

	.customise-your-journey .box .left .title {
		color: #3e2a2e;
		font-size: 40px;
		line-height: 48px;
	}

	.customise-your-journey .box .left .description {
		color: #3e2a2e;
	}


	a:hover{
		text-decoration: none !important;
	}































	
	.customise-your-journey .box .right {
		width: 58.5%;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.customise-your-journey .box .right .circle {
		width: 33.3%;
		position: relative;
		margin-left: -3.06%;
	}

	.customise-your-journey .box .right .circle .shelf {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 100%;
	}

	.customise-your-journey .box .right .circle .shelf .bin {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: 1px solid #3e2a2e;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.customise-your-journey .box .right .circle .shelf .bin > div .title {
		font-family: "Martina Plantijn", sans-serif;
		-webkit-font-smoothing: antialiased;
		font-size: 28px;
		font-size: 1.8rem;
		font-style: italic;
		font-weight: 300;
		line-height: 33.6px;
		line-height: 3.36rem;
		text-align: center;
		color: #3e2a2e;
	}

	.customise-your-journey .box .right .circle .shelf .bin > div .description {
		font-family: SÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶hne;
		font-size: 11px;
		font-weight: 400;
		line-height: 14.59px;
		letter-spacing: .12em;
		text-align: center;
		color: #574245;
		text-transform: uppercase;
	}

	.customise-your-journey .box .right .circle1 .shelf .bin {
		z-index: 9;
		background: #f8f7f4;
	}
@	media (max-width: 600px) {
		.container2{padding: 0 20px;
	}

	.mt50 {
		margin-top: 16px;
		margin-top: 30px;
	}

	.pt100 {
		padding-top: 33px;
	}

	.pb100 {
		padding-bottom: 33px;
		padding-bottom: 50px;
	}

	.common-title-40px {
		font-size: 32px;
		line-height: 41px;
	}

	.customise-your-journey .box {
		flex-wrap: wrap;
	}

	.customise-your-journey .box .left {
		width: 30.2%;
		width: 100%;
		max-width: 100%;
	}

	.customise-your-journey .box .right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	.customise-your-journey .box .right .circle {
		width: 60%;
		position: relative;
		margin-left: 0%;
	}

	.customise-your-journey .box .right .circle:not(:last-child) {
		margin-bottom: 30px;
	}

	.customise-your-journey .box .right .circle .shelf .bin > div .title {
		font-size: 28px;
		line-height: 35px;
	}
}

@media (min-width: 601px)  and (max-width: 900px) {
	.container2 {
		padding: 0 30px;
	}

	.mt50 {
		margin-top: 25px;
	}

	.pt100 {
		padding-top: 50px;
	}

	.pb100 {
		padding-bottom: 50px;
	}

	.customise-your-journey .box {
		flex-wrap: wrap;
	}

	.customise-your-journey .box .left {
		width: 30.2%;
		width: 100%;
		max-width: 100%;
	}

	.customise-your-journey .box .right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}

	.customise-your-journey .box .right .circle {
		width: 34%;
		position: relative;
		margin-bottom: 30px;
	}

	.customise-your-journey .box .right .circle .shelf .bin > div .title {
		font-size: 25px;
		line-height: 35px;
	}
}

@media (min-width: 900px)  and (max-width: 1200px) {
	.container2 {
		padding: 0 30px;
	}

	.mt50 {
		margin-top: 33px;
	}

	.pt100 {
		padding-top: 66px;
	}

	.pb100 {
		padding-bottom: 66px;
	}

	.customise-your-journey .box .left {
		width: 30.2%;
		width: 30%;
		max-width: 350px;
	}

	.customise-your-journey .box .right {
		width: 70%;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}

	.customise-your-journey .box .right .circle .shelf .bin > div .title {
		font-size: 25px;
		line-height: 30.6px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.container2 {
		padding: 0 30px;
	}

	.mt50 {
		margin-top: 37px;
	}

	.pt100 {
		padding-top: 75px;
	}

	.pb100 {
		padding-bottom: 75px;
	}
}

em {
	font-style: italic!important;
}
}
/*! CSS Used fontfaces */

/* Wrapper to align the circles */
.circle-wrapper {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 20px;
  }
  
  /* Circle container */
  .circle-container {
	position: relative;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
  
  /* The inner circle with content */
  .circle-content {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: row; /* Arrange content in a row */
	justify-content: center;
	align-items: center;
	text-align: left;
	font-family: Arial, sans-serif;
	z-index: 1; /* Ensures it stays above the border */
	gap: 10px; /* Space between icon and text */
  }
  
  .circle-content .icon {
	font-size: 30px;
	color: #4CAF50; /* Professional green color for icon */
  }
  
  .circle-content .details p {
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #333; /* Dark gray text color for better readability */
  }
  
  /* Vertical separator between icon and details */
  .separator {
	width: 1px;
	height: 50px;
	background-color: #aeacac; /* Light gray separator color */
  }
  
  /* The rotating dashed border */
  .circle-border {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px dashed #aeacac; /* Dashed border color */
	animation: rotateCircle 75s linear infinite; /* Smooth rotation */
	z-index: 0; /* Ensures it stays behind the content */
	transition: border-color 0.9s ease;
	}
  
  /* Hover effect */
  .circle-container:hover .circle-border {
	border-color: #FFC107; /* Golden color for border on hover */
	animation-duration: 1s; /* Faster rotation on hover */
  }
  
  /* Animation for rotating the dashed border */
  @keyframes rotateCircle {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

  
/* footer */

/*! CSS Used from: Embedded */
header {
	display: block;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

img {
	border-style: none;
}

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

.container {
	margin-right: auto;
	margin-left: auto;
}

h2 {
	font-family: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 1.2;
}

a {
	text-decoration: none;
}

@media only screen and (min-width:768px) {
	.container {
		max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

.w-full {
	width: 100%;
}

.shadow-one {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}



.heading-pri-l {
	margin-top: .5rem;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: .75rem;
}

@media screen and (min-width:48em) {
	.heading-pri-l {
		font-size: 1.625rem;
	}
}

@media screen and (min-width:64em) {
	.heading-pri-l {
		letter-spacing: -.5px;
		font-size: 2rem;
	}
}

.heading-sec-s {
	margin: 0;
	color: rgba(11,35,66,.4);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sec-s {
	letter-spacing: 1.5px;
	font-size: .8125rem;
	margin-bottom: 1rem;
	color: #287cb8;
}
@media all {
	figure,header {
		display: block;
	}

	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

	a:active,a:hover {
		outline-width: 0;
	}

	img {
		border-style: none;
	}

	figure {
		margin: 1em 40px;
	}

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

	.container {
		margin-right: auto;
		margin-left: auto;
	}

	h2,h3 {
		font-family: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
		line-height: 1.2;
	}

	a {
		text-decoration: none;
	}
@media only screen and (min-width:768px) {
		.container{max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width:1441px) {
	.container {
		max-width: 1920px;
	}
}

@media only screen and (min-width:1921px) {
	.container {
		max-width: 1921px;
	}
}

.w-full {
	width: 100%;
}

.shadow-one {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}

h2,h3 {
	/* color: #ffffff; */
}

a {
	color: #ffffff;
}

.heading-pri-l {
	margin-top: .5rem;
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: .75rem;
}

@media screen and (min-width:48em) {
	.heading-pri-l {
		font-size: 1.625rem;
	}
}

@media screen and (min-width:64em) {
	.heading-pri-l {
		letter-spacing: -.5px;
		font-size: 2rem;
	}
}

.heading-sec-s {
	margin: 0;
	color: rgba(11,35,66,.4);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sec-s {
	letter-spacing: 1.5px;
	font-size: .8125rem;
	margin-bottom: 1rem;
	color: #287cb8;
}

.mb2 {
	margin-bottom: .5rem;
}

.mb3 {
	margin-bottom: 1rem;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.flex-grid .gu {
	display: flex;
	flex: 1 1 0;
	padding: .5rem;
}

.flex-grid.row-three .gu {
	flex-basis: 18rem;
	flex-direction: column;
}

@media screen and (min-width:48em) {
	.flex-grid.row-three .gu {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width:64em) {
	.flex-grid.row-three .gu {
		flex-basis: 33.3%;
		max-width: 33.3%;
	}
}

.preview {
	height: 20rem;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,.1);
	transition: .3s ease-in-out;
}

.preview:hover {
	transform: translateY(-.125rem);
}

.preview__title {
	margin: 0;
	font-size: 18px;
	color: inherit;
	font-weight: 600;
}

.preview--large .preview__title {
	font-size: 24px;
}

.preview__subtitle {
	font-size: .875rem;
	opacity: .8;
}

.preview__subtitle:not(:first-child) {
	margin-top: .25rem;
}

.preview__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.25rem;
	background-image: linear-gradient(0deg,rgba(0,0,0,.75),transparent 60%);
	color: #fff;
}

.preview__image {
	position: relative;
	margin: 0;
	flex-grow: 1;
	overflow: hidden;
}

.preview__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
}


/* breandcrap */
/*! CSS Used from: Embedded */
a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--brand-jungle);
	font-family: var(--wp--preset--font-family--euclid-square);
	font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.591), 1.2rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: underline;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
	color: var(--wp--preset--color--principal-black);
	text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button)):focus) {
	text-decoration: underline dashed;
}

:root :where(a:where(:not(.wp-element-button)):active) {
	color: var(--wp--preset--color--secondary);
	text-decoration: none;
}
@media all {
	ol {
		margin: 0;
		padding: 0;
	}

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

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

	*,:after,:before {
		--tw-border-opacity: 1;
		border-color: rgba(229,231,235,var(--tw-border-opacity));
	}

	.container {
		width: 100%;
	}
@	media (min-width:640px) {
		.container{max-width: 640px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
	}
}

*,:after,:before {
	--tw-shadow: 0 0 #0000;
}

*,:after,:before {
	--tw-ring-inset: var(--tw-empty, );
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.container {
	max-width: 1176px;
	padding: 0 24px;
}

.container:after,.container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a,div,li,ol,span {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol {
	list-style: none;
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.container {
	margin: 0 auto;
	max-width: 1176px!important;
	padding: 0 18px;
	width: 100%!important;
}

@media only screen and (min-width:768px) {
	body .container {
		padding: 0 48px;
	}
}

@media only screen and (min-width:1176px) {
	body .container {
		padding: 0;
	}
}

.icon--after:after,.icon--after:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: " ";
	height: 28px;
	margin: 0 8px 0 0;
	width: 28px;
}

.icon--after:after {
	margin: 0 0 0 8px;
}

.icon--after.icon--chevron:after,.icon--after.icon--chevron:before {
	background-image: url(https://www.flashpack.com/wp-content/themes/flashpackv2/img/icons/chevron.svg);
}

.icon--after:before {
	display: none;
}

.icon--after:after {
	display: inline-block;
}

ol {
	margin: 3rem 0 0 16px;
}

ol li {
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 1.25em;
}

a {
	/* border-bottom: 1px solid #202020; */
	/* color: #202020; */
	text-decoration: none !important;
}

a:hover {
	border-bottom: 1px solid #004d40;
	color: #004d40;
}

::placeholder {
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.breadcrumb {
	clear: both;
	margin-top: -43px;
	padding: 16px 0 0;
}

.breadcrumb .container {
	margin-bottom: 16px;
}

.breadcrumb ol {
	margin: 0;
}

.breadcrumb ol li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin: 0 0 8px;
}

.breadcrumb ol li:after {
	height: 12px;
	margin: 0 4px;
	position: relative;
	top: 1px;
	transform: rotate(-90deg);
	transform-origin: 50%;
	width: 12px;
}

.breadcrumb ol li:last-child a {
	pointer-events: none;
}

.breadcrumb ol li a {
	border: none;
	text-decoration: none;
}

.breadcrumb ol li a:after {
	content: " / ";
}

.breadcrumb ol li a:last-child:after {
	display: none;
}
}



/* blog */
/*! CSS Used from: Embedded */
a:where(:not(.wp-element-button)) {
	color: var(--wp--preset--color--brand-jungle);
	font-family: var(--wp--preset--font-family--euclid-square);
	font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.591), 1.2rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: underline;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
	color: var(--wp--preset--color--principal-black);
	text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button)):focus) {
	text-decoration: underline dashed;
}

:root :where(a:where(:not(.wp-element-button)):active) {
	color: var(--wp--preset--color--secondary);
	text-decoration: none;
}


@media all {
	

	.container {
		width: 100%;
	}
@media (min-width:640px) {
		.container{max-width: 640px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
	}
}



.container {
	max-width: 1176px;
	padding: 0 24px;
}

.container:after,.container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}





.container {
	margin: 0 auto;
	max-width: 1176px!important;
	padding: 0 18px;
	width: 100%!important;
}

.layout_echo:after {
	clear: both;
	content: " ";
	display: table;
}

.layout_echo>.susy_column {
	margin-bottom: 16px;
	width: 100%;
}

@media only screen and (min-width:768px) {
	body .container {
		padding: 0 48px;
	}

	body .layout_echo>.susy_column {
		padding: 0 48px;
	}
}

@media only screen and (min-width:1140px) {
	body .layout_echo>.susy_column {
		margin: 0 auto;
		max-width: 810px;
		padding: 0;
	}
}

@media only screen and (min-width:1176px) {
	body .container,body .container .layout_echo {
		padding: 0;
		margin-top: 50px;
	}
}

.text-centre {
	text-align: center!important;
}



.subtitle {
	color: #202020;
	font-family: Euclid Square Medium,Helvetica Neue,Helvetica,Arial,sans-serif;
	/* font-size: 1.8rem; */
	/* line-height: 2.2rem; */
}

.subtitle {
	margin-bottom: 1rem;
}

.t1,p {
	font-size: 1.2rem;
	line-height: 1.4rem;
}

.t1,p {
	margin-bottom: 1.25em;
}



::placeholder {
	color: #202020;
	font-family: Euclid Square Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.headed_section {
	clear: both;
	padding: 2rem 0;
}

.headed_section:nth-last-child(2) {
	padding-bottom: 0;
}

.headed_section .section_header {
	margin: 0 auto 2rem;
	max-width: 768px;
}

@media only screen and (min-width:1140px) {
	.headed_section {
		padding: 4rem 0;
	}

	.headed_section .section_header {
		margin-bottom: 4rem;
	}
}

.breadcrumb~.headed_section {
	padding-top: 0;
}
}

.log{
	margin-left: 123px !important;
}

@media (max-width: 575.98px) { 
	.customise-your-journey .box .right {
		width: 58.5%;
		display: flex
	;
		justify-content: flex-end;
		flex-wrap: wrap;
		display: none !important;
	}
	.customise-your-journey .box .left {
		width: 30.2%;
		width: 438px;
		max-width: 100%;
		margin-left: 3px !important;
	}

	footer.footer .row:last-child {
		margin-bottom: 0;
		display: flex !important;
		flex-direction: column-reverse !important;
		flex-wrap: nowrap !important;
	}
}


.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Darkened background for opacity effect */
    z-index: 999;
}


.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1000;
}


.modal-content {
    position: relative;
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}





@media all {
	.gdlr-core-page-builder-body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.gdlr-core-page-builder-body p {
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: inherit;
		line-height: inherit;
	}

	.gdlr-core-page-builder-body .gdlr-core-no-p-space p {
		margin-bottom: 0px;
	}

	.gdlr-core-page-builder-body img {
		max-width: 100%;
		height: auto;
	}

	.gdlr-core-page-builder-body a {
		text-decoration: none;
		transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
		-moz-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
		-o-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
		-webkit-transition: background 300ms, color 300ms, border-color 300ms, opacity 300ms;
	}

	.clearfix {
		zoom: 1;
	}

	.clearfix:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.gdlr-core-container {
		margin-left: auto;
		margin-right: auto;
	}

	.gdlr-core-item-pdb {
		padding-bottom: 30px;
	}

	.gdlr-core-media-image {
		line-height: 0;
		position: relative;
	}

	.gdlr-core-left-align {
		text-align: left;
	}

	.gdlr-core-center-align {
		text-align: center;
	}

	.gdlr-core-column-30 {
		float: left;
		width: 50%;
	}

	.gdlr-core-column-first {
		clear: left;
	}

	::placeholder {
		opacity: 1;
	}

	.gdlr-core-pbf-wrapper {
		padding: 60px 0px 30px;
		position: relative;
	}

	.gdlr-core-pbf-wrapper-container {
		margin-left: auto;
		margin-right: auto;
	}

	.gdlr-core-pbf-column,.gdlr-core-pbf-column-content-margin {
		position: relative;
		transition: border-color 200ms;
		-moz-transition: border-color 200ms;
		-o-transition: border-color 200ms;
		-webkit-transition: border-color 200ms;
	}

	.gdlr-core-pbf-column-content {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		min-height: 1px;
	}

	.gdlr-core-pbf-element {
		clear: both;
	}

	.gdlr-core-pbf-wrapper-container {
		display: flex;
		flex-wrap: wrap;
	}

	.gdlr-core-pbf-background {
		width: 100%;
		height: 100%;
	}

	.gdlr-core-pbf-background-wrap {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		overflow: hidden;
		z-index: -2;
		transition: border-color 300ms, border-width 100ms;
		-moz-transition: border-color 300ms, border-width 100ms;
		-o-transition: border-color 300ms, border-width 100ms;
		-webkit-transition: border-color 300ms, border-width 100ms;
	}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		.gdlr-core-pbf-background{background-attachment: scroll!important;
	}
}

.gdlr-core-button {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 15px 33px;
	display: inline-block;
	-webkit-appearance: none;
	border-radius: 27px;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
}

.gdlr-core-button .gdlr-core-content {
	display: inline-block;
	vertical-align: middle;
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
	font-size: 14px;
	line-height: 1.55;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.gdlr-core-column-service-item .gdlr-core-column-service-content {
	font-size: 15px;
}

.gdlr-core-column-service-item .gdlr-core-column-service-media.gdlr-core-media-icon {
	line-height: 1;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-content-wrapper {
	overflow: hidden;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
	margin-bottom: 16px;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-media {
	max-width: 30%;
}

.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
	float: left;
	margin-right: 25px;
}

.gdlr-core-column-service-icon-left.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
	padding-top: 5px;
}

.gdlr-core-image-item {
	line-height: 0;
}

.gdlr-core-image-item .gdlr-core-image-item-wrap {
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.gdlr-core-mobile-center-align {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	body .gdlr-core-container {
		max-width: 500px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gdlr-core-pbf-wrapper {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	.gdlr-core-pbf-column-content-margin {
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin-left: 0px!important;
		margin-right: 0px!important;
	}

	.gdlr-core-pbf-background {
		background-attachment: inherit!important;
	}

	.gdlr-core-column-30 {
		width: 100%;
	}

	.gdlr-core-pbf-column-content {
		min-height: 0px;
	}
}

.gdlr-core-page-builder-body .clearfix:before {
	display: none;
}

@media all {
	div,span,p,a,img {
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		margin: 0;
		padding: 0;
	}




	
}

@media all {
	.gdlr-core-button {
		text-transform: none;
		letter-spacing: 0px;
		font-weight: 600;
	}

	.gdlr-core-item-pdlr {
		padding-left: 20px;
		padding-right: 20px;
	}

	.gdlr-core-container {
		max-width: 1300px;
	}

	p {
		line-height: 1.7;
	}

	.gdlr-core-column-service-item .gdlr-core-column-service-title {
		color: #383838;
	}

	.gdlr-core-page-builder-body [data-skin="About us1Column SVC"] .gdlr-core-skin-title {
		color: #000000;
	}

	.gdlr-core-page-builder-body [data-skin="About us1Column SVC"] {
		color: #565656;
	}
}

#gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin,#gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap {
	border-color: #ffffff!important;
}

#gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin,#gdlr-core-column-2:hover .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-background-wrap {
	border-color: #ffffff!important;
}

@media only screen and (max-width: 767px) {
	#gdlr-core-column-2 .gdlr-core-pbf-column-content-margin {
		padding-left: 0px!important;
	}
}

#gdlr-core-button-id-1 {
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 13px 31px 13px 31px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #202f23;
}

#gdlr-core-button-id-1:hover {
	border-color: #5e7d64;
}

}