/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

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

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}.container {
	width: 100%;
}.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}.aspect-w-1 {
	--tw-aspect-w: 1;
}.aspect-w-16 {
	--tw-aspect-w: 16;
}.aspect-h-1 {
	--tw-aspect-h: 1;
}.aspect-h-9 {
	--tw-aspect-h: 9;
}.pointer-events-none {
	pointer-events: none;
}.fixed {
	position: fixed;
}.absolute {
	position: absolute;
}.relative {
	position: relative;
}.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.-right-16 {
	right: -4rem;
}.top-2\/3 {
	top: 66.666667%;
}.left-\[5\%\] {
	left: 5%;
}.-right-36 {
	right: -9rem;
}.-top-12 {
	top: -3rem;
}.top-full {
	top: 100%;
}.left-0 {
	left: 0px;
}.-right-28 {
	right: -7rem;
}.top-0 {
	top: 0px;
}.-right-12 {
	right: -3rem;
}.top-1\/2 {
	top: 50%;
}.left-\[2\%\] {
	left: 2%;
}.top-\[10\%\] {
	top: 10%;
}.left-1\/2 {
	left: 50%;
}.-left-24 {
	left: -6rem;
}.left-8 {
	left: 2rem;
}.right-\[15\%\] {
	right: 15%;
}.-left-12 {
	left: -3rem;
}.right-24 {
	right: 6rem;
}.top-\[70\%\] {
	top: 70%;
}.right-5 {
	right: 1.25rem;
}.top-\[75\%\] {
	top: 75%;
}.bottom-0 {
	bottom: 0px;
}.left-5 {
	left: 1.25rem;
}.top-\[60\%\] {
	top: 60%;
}.top-\[-100px\] {
	top: -100px;
}.right-0 {
	right: 0px;
}.top-\[-150px\] {
	top: -150px;
}.top-\[35px\] {
	top: 35px;
}.right-\[300px\] {
	right: 300px;
}.-right-5 {
	right: -1.25rem;
}.left-28 {
	left: 7rem;
}.top-\[15\%\] {
	top: 15%;
}.top-\[23\%\] {
	top: 23%;
}.right-14 {
	right: 3.5rem;
}.left-14 {
	left: 3.5rem;
}.bottom-24 {
	bottom: 6rem;
}.right-4 {
	right: 1rem;
}.z-10 {
	z-index: 10;
}.z-\[600\] {
	z-index: 600;
}.mx-auto {
	margin-left: auto;
	margin-right: auto;
}.-mt-20 {
	margin-top: -5rem;
}.mt-3 {
	margin-top: 0.75rem;
}.mt-8 {
	margin-top: 2rem;
}.mt-\[-250px\] {
	margin-top: -250px;
}.mt-\[150px\] {
	margin-top: 150px;
}.mt-\[-450px\] {
	margin-top: -450px;
}.mt-24 {
	margin-top: 6rem;
}.mt-36 {
	margin-top: 9rem;
}.ml-\[560px\] {
	margin-left: 560px;
}.-mt-32 {
	margin-top: -8rem;
}.mt-6 {
	margin-top: 1.5rem;
}.mt-4 {
	margin-top: 1rem;
}.mt-12 {
	margin-top: 3rem;
}.mr-\[-100px\] {
	margin-right: -100px;
}.mr-12 {
	margin-right: 3rem;
}.mt-2 {
	margin-top: 0.5rem;
}.mt-16 {
	margin-top: 4rem;
}.mt-1 {
	margin-top: 0.25rem;
}.-mt-4 {
	margin-top: -1rem;
}.block {
	display: block;
}.flex {
	display: flex;
}.contents {
	display: contents;
}.hidden {
	display: none;
}.h-\[75px\] {
	height: 75px;
}.h-full {
	height: 100%;
}.h-10 {
	height: 2.5rem;
}.h-16 {
	height: 4rem;
}.w-\[200px\] {
	width: 200px;
}.w-\[70px\] {
	width: 70px;
}.w-\[100px\] {
	width: 100px;
}.w-\[150px\] {
	width: 150px;
}.w-\[120px\] {
	width: 120px;
}.w-full {
	width: 100%;
}.w-\[90px\] {
	width: 90px;
}.w-\[170px\] {
	width: 170px;
}.w-\[53\%\] {
	width: 53%;
}.w-1\/3 {
	width: 33.333333%;
}.w-\[50px\] {
	width: 50px;
}.w-10 {
	width: 2.5rem;
}.w-\[256px\] {
	width: 256px;
}.w-16 {
	width: 4rem;
}.max-w-\[746px\] {
	max-width: 746px;
}.max-w-\[868px\] {
	max-width: 868px;
}.max-w-\[799px\] {
	max-width: 799px;
}.max-w-\[804px\] {
	max-width: 804px;
}.max-w-\[884px\] {
	max-width: 884px;
}.max-w-\[1140px\] {
	max-width: 1140px;
}.flex-shrink-0 {
	flex-shrink: 0;
}.translate-x-3 {
	--tw-translate-x: 0.75rem;
	transform: var(--tw-transform);
}.-translate-x-10 {
	--tw-translate-x: -2.5rem;
	transform: var(--tw-transform);
}.translate-x-10 {
	--tw-translate-x: 2.5rem;
	transform: var(--tw-transform);
}.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}.skew-x-\[45deg\] {
	--tw-skew-x: 45deg;
	transform: var(--tw-transform);
}.skew-x-\[-45deg\] {
	--tw-skew-x: -45deg;
	transform: var(--tw-transform);
}.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}.scale-x-\[0\.75\] {
	--tw-scale-x: 0.75;
	transform: var(--tw-transform);
}.transform {
	transform: var(--tw-transform);
}.cursor-pointer {
	cursor: pointer;
}.flex-col {
	flex-direction: column;
}.flex-wrap {
	flex-wrap: wrap;
}.items-start {
	align-items: flex-start;
}.items-center {
	align-items: center;
}.justify-end {
	justify-content: flex-end;
}.justify-center {
	justify-content: center;
}.justify-between {
	justify-content: space-between;
}.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-green2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(171, 205, 3, var(--tw-divide-opacity));
}.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}.divide-white > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}.overflow-hidden {
	overflow: hidden;
}.rounded-full {
	border-radius: 9999px;
}.rounded-t-3xl {
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}.rounded-tr-3xl {
	border-top-right-radius: 1.5rem;
}.rounded-tl-3xl {
	border-top-left-radius: 1.5rem;
}.border-b-2 {
	border-bottom-width: 2px;
}.border-l-4 {
	border-left-width: 4px;
}.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.border-green2 {
	--tw-border-opacity: 1;
	border-color: rgba(171, 205, 3, var(--tw-border-opacity));
}.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-green2 {
	--tw-bg-opacity: 1;
	background-color: rgba(171, 205, 3, var(--tw-bg-opacity));
}.bg-\[\#003F68\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 63, 104, var(--tw-bg-opacity));
}.bg-\[\#3B82C5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 197, var(--tw-bg-opacity));
}.bg-\[\#084B7A\] {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 75, 122, var(--tw-bg-opacity));
}.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 75, 122, var(--tw-bg-opacity));
}.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}.py-36 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}.pl-\[1rem\] {
	padding-left: 1rem;
}.pl-\[1\.5rem\] {
	padding-left: 1.5rem;
}.pb-\[200px\] {
	padding-bottom: 200px;
}.pb-\[100px\] {
	padding-bottom: 100px;
}.pb-1 {
	padding-bottom: 0.25rem;
}.pr-\[220px\] {
	padding-right: 220px;
}.pl-24 {
	padding-left: 6rem;
}.pr-24 {
	padding-right: 6rem;
}.pt-24 {
	padding-top: 6rem;
}.pb-8 {
	padding-bottom: 2rem;
}.pt-48 {
	padding-top: 12rem;
}.pb-\[150px\] {
	padding-bottom: 150px;
}.pb-24 {
	padding-bottom: 6rem;
}.pt-28 {
	padding-top: 7rem;
}.pb-28 {
	padding-bottom: 7rem;
}.pb-36 {
	padding-bottom: 9rem;
}.text-center {
	text-align: center;
}.text-justify {
	text-align: justify;
}.text-5xl {
	font-size: 3rem;
	line-height: 1;
}.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}.font-bold {
	font-weight: 700;
}.font-light {
	font-weight: 300;
}.leading-normal {
	line-height: 1.5;
}.leading-tight {
	line-height: 1.25;
}.leading-relaxed {
	line-height: 1.625;
}.tracking-\[1rem\] {
	letter-spacing: 1rem;
}.tracking-\[1\.54rem\] {
	letter-spacing: 1.54rem;
}.tracking-wider {
	letter-spacing: 0.05em;
}.text-green {
	--tw-text-opacity: 1;
	color: rgba(0, 156, 116, var(--tw-text-opacity));
}.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-\[\#264A94\] {
	--tw-text-opacity: 1;
	color: rgba(38, 74, 148, var(--tw-text-opacity));
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-\[\#264a94\] {
	--tw-text-opacity: 1;
	color: rgba(38, 74, 148, var(--tw-text-opacity));
}.text-green2 {
	--tw-text-opacity: 1;
	color: rgba(171, 205, 3, var(--tw-text-opacity));
}.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.duration-300 {
	transition-duration: 300ms;
}.duration-500 {
	transition-duration: 500ms;
}.hover\:rotate-90:hover {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}.hover\:text-green2:hover {
	--tw-text-opacity: 1;
	color: rgba(171, 205, 3, var(--tw-text-opacity));
}@media (max-width: 1440px) {

	.xl\:scale-75 {
		--tw-scale-x: .75;
		--tw-scale-y: .75;
		transform: var(--tw-transform);
	}
}@media (max-width: 767px) {

	.md\:top-full {
		top: 100%;
	}

	.md\:left-2\/3 {
		left: 66.666667%;
	}

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

	.md\:left-auto {
		left: auto;
	}

	.md\:right-\[85\%\] {
		right: 85%;
	}

	.md\:top-0 {
		top: 0px;
	}

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

	.md\:right-12 {
		right: 3rem;
	}

	.md\:-top-52 {
		top: -13rem;
	}

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

	.md\:-top-0 {
		top: 0px;
	}

	.md\:-left-16 {
		left: -4rem;
	}

	.md\:right-4 {
		right: 1rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mt-24 {
		margin-top: 6rem;
	}

	.md\:mt-\[0px\] {
		margin-top: 0px;
	}

	.md\:mt-\[-50px\] {
		margin-top: -50px;
	}

	.md\:-ml-12 {
		margin-left: -3rem;
	}

	.md\:mt-\[250px\] {
		margin-top: 250px;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mt-6 {
		margin-top: 1.5rem;
	}

	.md\:ml-6 {
		margin-left: 1.5rem;
	}

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

	.md\:mr-6 {
		margin-right: 1.5rem;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-\[150px\] {
		width: 150px;
	}

	.md\:w-\[70px\] {
		width: 70px;
	}

	.md\:w-20 {
		width: 5rem;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-36 {
		width: 9rem;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

	.md\:flex-row {
		flex-direction: row;
	}

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

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

	.md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:divide-y > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-y-reverse: 0;
		border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
	}

	.md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(0px * var(--tw-divide-x-reverse));
		border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
	}

	.md\:border-b-0 {
		border-bottom-width: 0px;
	}

	.md\:border-t {
		border-top-width: 1px;
	}

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

	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

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

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.md\:pr-0 {
		padding-right: 0px;
	}

	.md\:pl-16 {
		padding-left: 4rem;
	}

	.md\:pr-16 {
		padding-right: 4rem;
	}

	.md\:pt-8 {
		padding-top: 2rem;
	}

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

	.md\:text-left {
		text-align: left;
	}

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

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.md\:text-\[1\.35rem\] {
		font-size: 1.35rem;
	}
}

.phoneShow {
  display: none !important; }

@media screen and (max-width: 768px) {
  .phoneHide {
    display: none !important; }
  .phoneShow {
    display: block !important; }
  .phoneShow.hide {
    display: none !important; } }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem }
  @media screen and (max-width: 1440px) {
    .container {
      max-width: 1100px; } }

html {
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif; }
  @media screen and (max-width: 1440px) {
    html {
      font-size: 90%; } }
  @media screen and (max-width: 768px) {
    html {
      scroll-padding-top: 150px;
      font-size: 100%; } }

body {
  width: 100%;
  position: relative; }
  body .mainContainer {
    position: relative;
    color: white;
    overflow-x: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500; }
  @media screen and (max-width: 768px) {
    header {
      height: 105px;
      display: flex }
    header {
    align-items: center; }
    header {
    justify-content: space-between; } }
  header.addBg {
    background-color: #002F7C; }
  header .menu .menuBtn {
    color: white;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-weight: 700;
    transition-duration: 300ms }
    header .menu .menuBtn:hover {
  --tw-text-opacity: 1;
  color: rgba(171, 205, 3, var(--tw-text-opacity)); }
    header .menu .menuBtn.active {
  --tw-text-opacity: 1;
  color: rgba(171, 205, 3, var(--tw-text-opacity)); }
    header .menu .menuBtn.greenBtn {
  margin-left: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(171, 205, 3, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(8, 42, 73, var(--tw-text-opacity));
  transition-duration: 300ms; }
    header .menu .menuBtn.greenBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
    @media (max-width: 767px) {

  header .menu .menuBtn.greenBtn {
    margin-left: 0px; }

  header .menu .menuBtn.greenBtn {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
  @media screen and (max-width: 768px) {
    header .menu {
      position: fixed;
      background-color: #082A49;
      bottom: 0;
      right: 0;
      left: 0;
      top: 104px;
      display: flex;
      flex-direction: column; }
    header .menu > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }
    header .menu {
    padding-left: 6rem;
    padding-right: 6rem; }
    header .menu {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    header .menu {      text-align: center; }
      header .menu .menuBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }
      header .menu .menuBtn {
    padding-left: 6rem;
    padding-right: 6rem; }
      header .menu .menuBtn {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
      header .menu .menuBtn {
    font-size: 1.875rem;
    line-height: 2.25rem; }
      header .menu .menuBtn {
    letter-spacing: 0.1em; }
    header .container {
      height: 100%;
      padding-right: 0; }
    header .phoneMenuBtn {
      height: 100%;
      width: 105px;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .phoneMenuBtn .pic2 {
        display: none; }
    header .menu {
      display: none; }
    header.m-menuOpen {
      background-color: #002F7C; }
      header.m-menuOpen .phoneMenuBtn {
        background-color: #082A49; }
        header.m-menuOpen .phoneMenuBtn .pic1 {
          display: none; }
        header.m-menuOpen .phoneMenuBtn .pic2 {
          display: block; }
      header.m-menuOpen .menu {
        display: flex; } }

#index .index-container {
  display: flex;
  flex-direction: column;
  align-items: center;  transform: translate(0, -5%); }
  @media screen and (max-width: 768px) {
    #index .index-container {
      height: 100vh;
      padding-bottom: 100px;
      justify-content: center; } }

#index .indexWrap {
  width: 120vh;
  max-width: 100%;
  position: relative; }
  #index .indexWrap .p1 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q1.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p1:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p1 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p1:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p2 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q2.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p2:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p2 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p2:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p3 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q3.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p3:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p3 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p3:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p4 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q4.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p4:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p4 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p4:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p5 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q5.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p5:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p5 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p5:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p6 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q6.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p6:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p6 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p6:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p7 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q7.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p7:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p7 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p7:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p8 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q8.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p8:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p8 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p8:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p9 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q9.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p9:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p9 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p9:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p10 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q10.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p10:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p10 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p10:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  #index .indexWrap .p11 {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/q11.png");
    position: relative;
    width: 100%; }
    #index .indexWrap .p11:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75.83788%; }
    #index .indexWrap .p11 > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #index .indexWrap .p11:not(:first-child) {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

#evolution .diagramWrap {
  overflow: hidden;
  height: 400px; }

#evolution .diagram {
  display: flex;
  flex-direction: column;
  align-items: center; }
  #evolution .diagram .line {
    width: 3px;
    background-color: #fff;
    height: 264px; }
  #evolution .diagram .item {
    position: relative; }
    #evolution .diagram .item .content {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #evolution .diagram .item .content .tracking-wider {
        letter-spacing: .8em;
        padding-left: 0.8em; }

.withtop-1 {
  position: relative; }
  .withtop-1:after {
    content: '';
    background-image: url("../img/bg1.png");
    background-size: 100% 100%;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    top: 2px;
    transform: translate(0, -100%); }
    @media screen and (max-width: 768px) {
      .withtop-1:after {
        background-size: cover;
        background-position: 32% 50%; } }

#efficient {
  background-color: #DEE9E1; }
  #efficient .text-box {
    width: .8em;
    height: 1em;
    vertical-align: text-top;
    display: inline-block;
    margin-top: 0.25em;
    background-color: #009c74;
    margin-right: 0.3em; }
  #efficient .container {
  padding-bottom: 4rem;
  padding-top: 12rem;    position: relative; }
    @media screen and (max-width: 768px) {
      #efficient .container {
    padding-top: 9rem; } }
  @media screen and (min-width: 769px) {
    #efficient .titleWrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 70%; }
    #efficient .titleWrap {
    margin-top: -3rem; }
    #efficient .titleWrap {      z-index: 2; } }
  #efficient .titleWrap .bgs {
    position: relative; }
    #efficient .titleWrap .bgs .b1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e1.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #efficient .titleWrap .bgs .b2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e2.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #efficient .titleWrap .bgs .b3 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e3.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b3 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b3:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #efficient .titleWrap .bgs .b4 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e4.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b4 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b4:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #efficient .titleWrap .bgs .b5 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e5.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b5:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b5 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b5:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #efficient .titleWrap .bgs .b6 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/e6.png");
      position: relative;
      width: 100%; }
      #efficient .titleWrap .bgs .b6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 52.80641%; }
      #efficient .titleWrap .bgs .b6 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #efficient .titleWrap .bgs .b6:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  @media screen and (min-width: 769px) {
    #efficient .items {
      position: absolute }
    #efficient .items {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; } }
  @media screen and (max-width: 768px) {
    #efficient .items {
      display: flex; } }
  #efficient .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    overflow: hidden;
    z-index: 5;
    color: white;
    cursor: pointer;
    box-sizing: border-box; }
    #efficient .items .item:not(.active) {
      background: linear-gradient(90deg, #039A75 0%, #785BA2 100%); }
    #efficient .items .item:hover {
      font-weight: bold; }
      #efficient .items .item:hover .arr {
        transform: translate(0px, 5px); }
      #efficient .items .item:hover .line {
        height: 3px; }
    #efficient .items .item.active {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 205, 3, var(--tw-bg-opacity));      border-color: white;
      border: 4px solid white; }
      #efficient .items .item.active .en {
        font-weight: bold; }
    @media screen and (min-width: 769px) {
      #efficient .items .item {
        position: absolute;
        transform: translate(-50%, -50%); }
        #efficient .items .item.t1 {
          top: 20%;
          left: 52%; }
        #efficient .items .item.t2 {
          top: 60%;
          left: 28%; }
        #efficient .items .item.t3 {
          top: 41%;
          left: 78%; }
        #efficient .items .item.t4 {
          top: 76%;
          left: 52%; } }
  #efficient .items .en {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25; }
  #efficient .items .line {
    width: 70%;
    height: 2px;
    background-color: white;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem }
  #efficient .items .zh {
  font-size: 1.5rem;
  line-height: 2rem; }
  #efficient .items .arr {
    width: 28px;
    height: 10px;
    background-image: url("../img/arr-d.png");
    transition: all 0.3s;
    margin-top: 0.75rem }
  #efficient .swiper .swiper-slide {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 767px) {

  #efficient .swiper .swiper-slide {
    padding-left: 3rem;
    padding-right: 3rem; } }
  #efficient .s2 .lines {
    display: flex;
    position: absolute;
    top: 50%;
    left: 100%;
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
    --tw-translate-x: 1rem;
    transform: var(--tw-transform);
    transform: var(--tw-transform) }
  #efficient .s2 .lines > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); }
    #efficient .s2 .lines .line {
      width: 14px;
      height: 23px;
      background-image: url("../img/t2-r.png"); }
    @media screen and (max-width: 768px) {
      #efficient .s2 .lines {
        display: none; } }
  @media screen and (min-width: 769px) {
    #efficient .s4 .picWrap {
      position: relative; }
      #efficient .s4 .picWrap .p1 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o1.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p1:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p1 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p1:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p2 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o2.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p2:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p2 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p2:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p3 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o3.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p3:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p3 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p3:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p4 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o4.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p4:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p4 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p4:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p5 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o5.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p5:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p5 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p5:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p6 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/o6.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p6:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 37.43781%; }
        #efficient .s4 .picWrap .p6 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p6:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
  @media screen and (max-width: 768px) {
    #efficient .s4 .picWrap {
      position: relative; }
      #efficient .s4 .picWrap .p1 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-1.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p1:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p1 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p1:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p2 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-2.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p2:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p2 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p2:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p3 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-3.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p3:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p3 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p3:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p4 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-4.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p4:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p4 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p4:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p5 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-5.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p5:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p5 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p5:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #efficient .s4 .picWrap .p6 {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("../img/om-6.png");
        position: relative;
        width: 100%; }
        #efficient .s4 .picWrap .p6:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 94.10609%; }
        #efficient .s4 .picWrap .p6 > * {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        #efficient .s4 .picWrap .p6:not(:first-child) {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }

#research .item {
  margin-left: 1rem;
  margin-right: 1rem; }

@media (max-width: 767px) {

  #research .item {
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }
  #research .item .txt {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center }
  #research .item .bg {
    width: 183px;
    height: 184px;
    background-image: url("../img/cc3.png"); }

.bg-star {
  background-image: url("../img/bg4.png");
  background-size: 100% 1087px; }

.bg-star1 {
  background-image: url("../img/bg-star.jpg");
  background-size: 100% 100%; }
  @media screen and (max-width: 768px) {
    .bg-star1 {
      background-image: url("../img/bg-long.png");
      background-size: cover;
      background-position: 50% 0%; } }

#buy .links a {
  transition-duration: 100ms; }

#buy .links a:hover {
  --tw-text-opacity: 1;
  color: rgba(171, 205, 3, var(--tw-text-opacity)); }

#buy .links .btn {
  white-space: nowrap; }

#business {
  position: relative;
  background-color: #ECEDF6; }
  #business:before {
    content: '';
    background-image: url("../img/bg22.png");
    background-size: 100% 100%;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0px;
    transform: translate(0, -100%); }
    @media screen and (max-width: 768px) {
      #business:before {
        background-size: cover;
        background-position: 60% 50%; } }
  #business:after {
    content: '';
    background-image: url("../img/bg2-2.png");
    background-size: 100% 100%;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, calc(100% - 2px)); }
    @media screen and (max-width: 768px) {
      #business:after {
        background-size: cover;
        background-position: 32% 50%; } }
  #business .tags .tag {
    background-color: #AFC8E8;
    transition: all 0.3s; }
    #business .tags .tag:hover {
      background-color: #69A3D8; }
    #business .tags .tag.active {
      z-index: 2; }
  #business .tags .tag1.active {
    background: linear-gradient(90deg, #7B59A3 0%, #3B82C5 30%, #346FB5 43.27%, #2C5BA3 62.56%, #284E98 81.61%, #264A94 100%); }
  #business .tags .tag2.active {
    background: linear-gradient(270deg, #7B59A3 0%, #3B82C5 30%, #346FB5 43.27%, #2C5BA3 62.56%, #284E98 81.61%, #264A94 100%); }
  #business .swiper .swiper-slide {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (max-width: 767px) {

  #business .swiper .swiper-slide {
    padding-left: 3rem;
    padding-right: 3rem; } }

.circleTitle .cWrap {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 1.5rem }
  .circleTitle .cWrap .t {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em; }
  .circleTitle .cWrap .circle {
    width: 295px;
    height: 294px;
    background-image: url("../img/circle2.png");
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%); }

.circleTitle .txt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;  background: linear-gradient(90deg, rgba(38, 74, 148, 0) 0%, #264A94 20%, #7B59A3 50%, #009C74 80%, rgba(0, 156, 116, 0) 100%); }

.arr-blue {
  width: 48px;
  height: 16px;
  background-image: url("../img/arrBlue.png");
  margin-left: auto;
  margin-right: auto }

.arr-white {
  width: 48px;
  height: 16px;
  background-image: url("../img/arr.png");
  margin-left: auto;
  margin-right: auto }

#belief .s-title {
  position: relative; }
  #belief .s-title .dot {
    width: 53px;
    height: 52px;
    background-image: url("../img/ttt2.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.swiper-button-prev, .swiper-button-next {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity)); }

.swiper {
  width: 100%; }

.ball {
  pointer-events: none; }
  .ball.b-y {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/ball-y.png");
    position: relative;
    position: absolute;
    max-width: 200px; }
    .ball.b-y:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .ball.b-y > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ball.b-y.b-blur {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/ball-y-b.png");
      position: relative;
      position: absolute; }
      .ball.b-y.b-blur:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .ball.b-y.b-blur > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .ball.b-b {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/ball-b.png");
    position: relative;
    position: absolute;
    max-width: 200px; }
    .ball.b-b:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .ball.b-b > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .ball.b-b.b-blur {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/ball-b-b.png");
      position: relative;
      position: absolute; }
      .ball.b-b.b-blur:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .ball.b-b.b-blur > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

.shootingstar {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/index-light.png");
  position: relative;
  max-width: 535px;
  position: absolute;
  width: 100%; }
  .shootingstar:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 72.71028%; }
  .shootingstar > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

#funds-section {
  position: relative;
  background-color: #084B7A; }
  #funds-section:before {
    content: '';
    background-image: url("../img/bg5.png");
    background-size: 100% 100%;
    width: 100%;
    height: 82px;
    position: absolute;
    left: 0;
    top: 0px;
    margin-top: 2px;
    transform: translate(0, -100%); }
    @media screen and (max-width: 768px) {
      #funds-section:before {
        background-size: cover;
        background-position: 60% 50%; } }
  #funds-section .btn {
  width: 330px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 197, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-duration: 300ms;    cursor: pointer; }
    #funds-section .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 205, 3, var(--tw-bg-opacity)); }
    @media screen and (max-width: 768px) {
      #funds-section .btn {
    margin-bottom: 2rem; }
      #funds-section .btn {
    width: 100%; }
      #funds-section .btn {
    padding-top: 1rem;
    padding-bottom: 1rem; }
      #funds-section .btn {
    font-size: 1.875rem;
    line-height: 2.25rem; }
  .text-xs {
    font-size: 0.875rem;
    line-height: 1.25rem; } }

.sideBtns {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 100 }

.sideBtns > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }

.sideBtns {
  transition-duration: 500ms; }

@media (max-width: 1440px) {

  .sideBtns {
    transform-origin: bottom right; }

  .sideBtns {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: var(--tw-transform); } }

@media (max-width: 767px) {

  .sideBtns {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform); } }
  .sideBtns .btn {
    display: flex;
    height: 90px;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 156, 116, var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transition-duration: 300ms }
    @media screen and (min-width: 769px) {
      .sideBtns .btn {
    --tw-translate-x: 1rem;
    transform: var(--tw-transform); }
      .sideBtns .btn {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px; }
        .sideBtns .btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
        .sideBtns .btn:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 156, 116, var(--tw-text-opacity)); }
        .sideBtns .btn .txt {
    margin-top: 0.25rem; } }
    .sideBtns .btn.lineBtn .icon {
      width: 37px;
      height: 37px;
      background-image: url("../img/line-icon.png"); }
    .sideBtns .btn.lineBtn:hover .icon {
      width: 37px;
      height: 37px;
      background-image: url("../img/line-g.png"); }
    .sideBtns .btn.ytBtn .icon {
      width: 37px;
      height: 37px;
      background-image: url("../img/play-icon.png"); }
    .sideBtns .btn.ytBtn:hover .icon {
      width: 36px;
      height: 36px;
      background-image: url("../img/play-g.png"); }
  @media screen and (max-width: 768px) {
    .sideBtns {
      display: flex;
      bottom: 0;
      width: 100% }
    .sideBtns > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse)); }
    .sideBtns > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); }
    .sideBtns > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)); }
      .sideBtns .btn {
        height: 80px;
        flex-direction: row;
        width: 50% }
      .sideBtns .btn > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); }
      .sideBtns .btn {
    font-size: 1.5rem;
    line-height: 2rem; }
      .sideBtns.cloz {
        transform: translate(0, 100%); } }

.topBtn {
  width: 166px;
  height: 166px;
  background-image: url("../img/btn.png");
  transform-origin: 100% 100%;
  transform: scale(0.7);
  cursor: pointer;
  margin-right: auto;
  position: fixed;
  right: 10px;
  bottom: calc(10% + 195px);
  z-index: 100;
  margin-bottom: 1rem;
  transition-duration: 300ms }

@media (max-width: 1440px) {

  .topBtn {
    right: 0.5rem; }

  .topBtn {
    bottom: 16rem; }

  .topBtn {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: var(--tw-transform); } }
  @media screen and (max-width: 768px) {
    .topBtn {
      transform: scale(0.7);
      bottom: calc(0% + 95px);
      right: 25px; } }

.pop .container {
  max-width: 960px; }

.hide {
  display: none !important; }

#spread .iconSet .pic {
  width: 124px; }
  #spread .iconSet .pic.pp1 {
    position: relative; }
    #spread .iconSet .pic.pp1 .p1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z1-1.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp1 .p1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp1 .p1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp1 .p1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #spread .iconSet .pic.pp1 .p2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z1-2.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp1 .p2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp1 .p2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp1 .p2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  #spread .iconSet .pic.pp2 {
    position: relative; }
    #spread .iconSet .pic.pp2 .p1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z2-1.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp2 .p1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp2 .p1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp2 .p1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #spread .iconSet .pic.pp2 .p2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z2-2.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp2 .p2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp2 .p2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp2 .p2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  #spread .iconSet .pic.pp3 {
    position: relative; }
    #spread .iconSet .pic.pp3 .p1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z3-1.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp3 .p1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp3 .p1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp3 .p1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #spread .iconSet .pic.pp3 .p2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z3-2.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp3 .p2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp3 .p2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp3 .p2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  #spread .iconSet .pic.pp4 {
    position: relative; }
    #spread .iconSet .pic.pp4 .p1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z4-1.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp4 .p1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp4 .p1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp4 .p1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #spread .iconSet .pic.pp4 .p2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z4-2.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp4 .p2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp4 .p2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp4 .p2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  #spread .iconSet .pic.pp5 {
    position: relative; }
    #spread .iconSet .pic.pp5 .p1 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z5-1.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp5 .p1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp5 .p1 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp5 .p1:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    #spread .iconSet .pic.pp5 .p2 {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url("../img/z5-2.png");
      position: relative;
      width: 100%; }
      #spread .iconSet .pic.pp5 .p2:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 103.22581%; }
      #spread .iconSet .pic.pp5 .p2 > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      #spread .iconSet .pic.pp5 .p2:not(:first-child) {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
