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

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com*//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}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;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{border:0 solid;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#a3a3a3;opacity:1}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;border-color:rgba(229,229,229,var(--tw-border-opacity))}.container{display:block;margin-left:auto;margin-right:auto;max-width:100%;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:992px){.container{max-width:72rem}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(//tohver.pl/wp-content/themes/tovher/fonts/Poppins-Bold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(//tohver.pl/wp-content/themes/tovher/fonts/Poppins-Medium.ttf) format("truetype")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(//tohver.pl/wp-content/themes/tovher/fonts/Poppins-Regular.ttf) format("truetype")}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:100%}body{text-rendering:optimizeLegibility;font-family:Poppins,DM Sans,Helvetica,Arial,sans-serif;font-size:.875rem;line-height:2}a{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity));font-weight:700;outline:2px solid transparent;outline-offset:2px;text-decoration:none}a:not([class]):hover{opacity:.6}p+p{margin-top:2.25rem}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.5;line-height:1.375}.text-jumbo{font-size:calc(.32692rem + 3.48558vw);line-height:1.375}@media (max-width:48rem){.text-jumbo{font-size:2rem}}@media (min-width:100rem){.text-jumbo{font-size:3.8125rem}}.text-alpha,h1{font-size:calc(.32692rem + 3.48558vw);line-height:1.375}@media (max-width:48rem){.text-alpha,h1{font-size:2rem}}@media (min-width:100rem){.text-alpha,h1{font-size:3.8125rem}}.text-beta,h2{font-size:calc(1.05769rem + 1.44231vw)}@media (max-width:48rem){.text-beta,h2{font-size:1.75rem}}@media (min-width:100rem){.text-beta,h2{font-size:2.5rem}}.text-gamma,h3{font-size:calc(.91346rem + .96154vw);line-height:1.375}@media (max-width:48rem){.text-gamma,h3{font-size:1.375rem}}@media (min-width:100rem){.text-gamma,h3{font-size:1.875rem}}.text-delta,h4{font-size:calc(1.09375rem + .15625vw)}@media (max-width:20rem){.text-delta,h4{font-size:1.125rem}}@media (min-width:100rem){.text-delta,h4{font-size:1.25rem}}.text-epsilon,h5{font-size:calc(.88462rem + .24038vw)}@media (max-width:48rem){.text-epsilon,h5{font-size:1rem}}@media (min-width:100rem){.text-epsilon,h5{font-size:1.125rem}}.text-zeta,h6{font-size:calc(.75962rem + .24038vw)}@media (max-width:48rem){.text-zeta,h6{font-size:.875rem}}@media (min-width:100rem){.text-zeta,h6{font-size:1rem}}body{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}body.init>#wpadminbar #wp-admin-bar-env-info{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity));padding-left:2rem;padding-right:2rem;pointer-events:none}body.development>#wpadminbar #wp-admin-bar-env-info{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity));padding-left:2rem;padding-right:2rem;pointer-events:none}body.production>#wpadminbar #wp-admin-bar-env-info{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity));padding-left:2rem;padding-right:2rem;pointer-events:none}body.block-scroll{overflow:hidden}ul:not([class]){list-style-type:disc;margin-bottom:1.75rem;margin-left:1.25rem;padding-left:1.25rem}ul:not([class]) li{margin-bottom:1.75rem}.swiper-slide-active{--tw-shadow:0 32px 84px hsla(0,0%,77%,0.32);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}body>#wpadminbar{left:0;opacity:.4;position:fixed;top:0;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}body>#wpadminbar:hover{opacity:1}#wp-admin-bar-env-info .env-info{padding-left:2rem;padding-right:2rem;pointer-events:none}#wp-admin-bar-env-info .env-info--init{--tw-bg-opacity:1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}#wp-admin-bar-env-info .env-info--development{--tw-bg-opacity:1;background-color:rgba(180,83,9,var(--tw-bg-opacity))}#wp-admin-bar-env-info .env-info--production{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity))}#wp-admin-bar-imaggo-adv .imaggo-support-banner{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}#wp-admin-bar-imaggo-adv .imaggo-support-banner:hover{--tw-bg-opacity:1;background-color:rgba(96,165,250,var(--tw-bg-opacity))}#wp-admin-bar-imaggo-adv .imaggo-support-banner{align-items:center!important;color:#fff!important;display:flex!important;margin:0!important;padding:0 8px!important}.btn{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(213,17,44,var(--tw-bg-opacity));border-radius:.5rem;color:rgba(255,255,255,var(--tw-text-opacity));display:inline-flex;font-size:.8125rem;font-weight:700;padding:.75rem 1.25rem;transition-duration:.15s;transition-duration:.5s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));color:rgba(213,17,44,var(--tw-text-opacity))}@media (min-width:992px){.btn{font-size:.875rem;padding-bottom:1.25rem;padding-left:2rem;padding-right:2rem;padding-top:1.25rem}}.btn.is-scrolled{padding:.75rem 1.25rem}@media (min-width:992px){.btn.is-scrolled{padding-bottom:.75rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:.75rem}}.btn-transparent{--tw-text-opacity:1;background-color:transparent;color:rgba(255,255,255,var(--tw-text-opacity));display:inline-flex;font-size:.875rem;font-weight:700;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-transparent:hover{opacity:.5}.site-header{padding-bottom:1rem;padding-top:1rem;position:relative;z-index:50}@media (min-width:992px){.site-header{padding-bottom:3.25vh;padding-top:3.25vh}}.site-header.is-static{--tw-bg-opacity:1;background-color:rgba(33,37,41,var(--tw-bg-opacity))}.site-header.is-fixed{left:0;padding-bottom:2rem;padding-top:7.25vh;position:absolute;top:0;width:100%}.site-header.is-scrolled{--tw-translate-y:-100%;left:0;opacity:0;padding-bottom:.5rem;padding-top:.5rem;position:fixed;top:0;transform:var(--tw-transform);transition-duration:.15s;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:992px){.site-header.is-scrolled{padding-bottom:1.5rem;padding-top:1.5rem}}.site-header.is-scrolled.is-visible{--tw-translate-y:0px;--tw-bg-opacity:1;background-color:rgba(33,37,41,var(--tw-bg-opacity));opacity:1;transform:var(--tw-transform)}.site-header.is-scrolled.is-visible.is-hidden{--tw-translate-y:-100%;transform:var(--tw-transform)}.site-header.is-dark{--tw-bg-opacity:1;background-color:rgba(33,37,41,var(--tw-bg-opacity))}.brand{display:inline-block;max-width:33vw;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);width:195px}.brand:hover{opacity:.8}@media (min-width:992px){.brand{width:295px}}.brand.is-scrolled{max-width:33vw;width:200px}.brand--footer{width:190px}.site-header-nav-wrapper{--tw-translate-x:100%;align-items:center;bottom:0;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:var(--tw-transform);width:100%;z-index:40}.site-header-nav-wrapper>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.site-header-nav-wrapper{--tw-bg-opacity:1;background-color:rgba(33,37,41,var(--tw-bg-opacity));overflow:auto;overflow-x:hidden;padding-bottom:1rem;padding-top:1rem;transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:992px){.site-header-nav-wrapper{--tw-translate-x:0px;flex-direction:row;height:auto;justify-content:flex-end;position:relative;transform:var(--tw-transform)}.site-header-nav-wrapper>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-space-x-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.site-header-nav-wrapper{background-color:transparent;padding-bottom:0;padding-top:0}}.site-header-nav-wrapper.active{--tw-translate-x:0px;transform:var(--tw-transform)}.site-header-nav-wrapper__inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:600px}.site-header-nav-wrapper__inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.site-header-nav-wrapper__inner{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));font-size:.875rem}@media (min-width:992px){.site-header-nav-wrapper__inner{flex-direction:row;min-height:auto}.site-header-nav-wrapper__inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-space-x-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.site-header-nav-wrapper__inner{background-color:transparent}}.header-menu{align-items:center;display:flex;flex-direction:column;justify-content:center}.header-menu>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.header-menu{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}@media (min-width:992px){.header-menu{flex-direction:row;justify-content:flex-end}.header-menu>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-space-x-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-left:calc(2.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.25rem*var(--tw-space-x-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}}.header-menu.active{--tw-translate-x:0px;transform:var(--tw-transform)}.header-menu__item>a{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.header-menu__item>a:hover{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity));opacity:1}.header-menu__item.current-menu-item>a:hover{opacity:1}.header-menu__item.active{position:relative}.header-menu__item.active:after{--tw-bg-opacity:1;background-color:rgba(213,17,44,var(--tw-bg-opacity));bottom:-.25rem;content:"";display:block;height:1px;left:0;position:absolute;width:100%}.footer-menu{display:flex;flex-direction:column;margin-bottom:2rem;margin-top:2rem;text-align:center}@media (min-width:992px){.footer-menu{flex-direction:row;margin-bottom:0;margin-top:0}.footer-menu>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2.5rem*var(--tw-space-x-reverse))}.footer-menu{text-align:left}}.footer-menu__item{--tw-text-opacity:1;color:rgba(33,37,41,var(--tw-text-opacity));margin-bottom:1rem}.footer-menu__item:hover{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity))}@media (min-width:992px){.footer-menu__item{margin-bottom:0}}.footer-menu__item.active{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity))}.footer-menu__item>a{color:currentColor;transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form input:not([type=checkbox]):not([type=submit]):not([type=radio]){--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgba(206,206,206,var(--tw-border-opacity));border-radius:.375rem;border-width:1px;color:rgba(33,37,41,var(--tw-text-opacity));font-weight:700;padding:.75rem 1.25rem;width:100%}.form input:not([type=checkbox]):not([type=submit]):not([type=radio])::placeholder{--tw-placeholder-opacity:1;color:rgba(33,37,41,var(--tw-placeholder-opacity))}@media (min-width:992px){.form input:not([type=checkbox]):not([type=submit]):not([type=radio]){padding-bottom:1.25rem;padding-left:1.75rem;padding-right:1.75rem;padding-top:1.25rem}}.form textarea{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgba(206,206,206,var(--tw-border-opacity));border-radius:.375rem;border-width:1px;color:rgba(33,37,41,var(--tw-text-opacity));font-weight:700;height:7rem;min-height:7rem;padding:1.25rem 1.75rem;width:100%}.form textarea::placeholder{--tw-placeholder-opacity:1;color:rgba(33,37,41,var(--tw-placeholder-opacity))}.form button[type=submit]{--tw-bg-opacity:1;--tw-text-opacity:1;align-items:center;background-color:rgba(213,17,44,var(--tw-bg-opacity));border-radius:.5rem;color:rgba(255,255,255,var(--tw-text-opacity));display:flex;font-size:.8125rem;font-weight:700;justify-content:space-between;margin-left:auto;margin-right:auto;padding:.75rem 1.25rem;transition-duration:.15s;transition-duration:.5s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.form button[type=submit]:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));color:rgba(213,17,44,var(--tw-text-opacity))}.form button[type=submit]:disabled{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(213,17,44,var(--tw-bg-opacity));color:rgba(255,255,255,var(--tw-text-opacity));opacity:.6}@media (min-width:320px){.form button[type=submit]{width:66.666667%}}@media (min-width:768px){.form button[type=submit]{width:50%}}@media (min-width:992px){.form button[type=submit]{font-size:.875rem;padding-bottom:1.25rem;padding-left:2rem;padding-right:2rem;padding-top:1.25rem;width:33.333333%}}.form button[type=submit]>svg{--tw-rotate:90deg;transform:var(--tw-transform)}.form-row{display:flex;flex-direction:column;margin-bottom:2rem}.form-row>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}@media (min-width:992px){.form-row{flex-direction:row}.form-row>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;--tw-space-x-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}}.form-cell{flex:1 1 0%}.wpcf7-acceptance{display:block;margin-left:auto;margin-right:auto;position:relative;text-align:center;width:100%}@media (min-width:992px){.wpcf7-acceptance{width:83.333333%}}.wpcf7-acceptance input[type=checkbox]{left:0;opacity:0;position:absolute;top:0}.wpcf7-acceptance label{text-align:left}.wpcf7-acceptance label span{align-items:flex-start;display:flex}.wpcf7-acceptance label span:before{--tw-border-opacity:1;border-color:rgba(33,37,41,var(--tw-border-opacity));border-radius:9999px;border-width:2px;content:"";display:inline-block;flex-shrink:0;height:1.5rem;margin-right:.5rem;width:1.5rem}.wpcf7-acceptance label>input:checked+span:before{--tw-bg-opacity:1;background-color:rgba(213,17,44,var(--tw-bg-opacity));content:""}.prose{color:#212529;max-width:90ch}.prose [class~=lead]{color:#525252;font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose a{color:#d5112c;font-weight:600;text-decoration:underline}.prose strong{color:#171717;font-weight:600}.prose ol[type=A]{--list-counter-style:upper-alpha}.prose ol[type=a]{--list-counter-style:lower-alpha}.prose ol[type=A s]{--list-counter-style:upper-alpha}.prose ol[type=a s]{--list-counter-style:lower-alpha}.prose ol[type=I]{--list-counter-style:upper-roman}.prose ol[type=i]{--list-counter-style:lower-roman}.prose ol[type=I s]{--list-counter-style:upper-roman}.prose ol[type=i s]{--list-counter-style:lower-roman}.prose ol[type="1"]{--list-counter-style:decimal}.prose ol>li{padding-left:1.75em;position:relative}.prose ol>li:before{color:#737373;content:counter(list-item,var(--list-counter-style,decimal)) ".";font-weight:400;left:0;position:absolute}.prose ul>li{padding-left:1.75em;position:relative}.prose ul>li:before{background-color:#d4d4d4;border-radius:50%;content:"";height:.375em;left:.25em;position:absolute;top:.6875em;width:.375em}.prose hr{border-color:#e5e5e5;border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose blockquote{border-left-color:#e5e5e5;border-left-width:.25rem;color:#171717;font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#171717;font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose h2{color:#171717;font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose h3{color:#171717;font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose h4{color:#171717;font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose figure figcaption{color:#737373;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#171717;font-size:.875em;font-weight:600}.prose code:after,.prose code:before{content:"`"}.prose a code{color:#171717}.prose pre{background-color:#262626;border-radius:.375rem;color:#e5e5e5;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose pre code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.prose pre code:after,.prose pre code:before{content:none}.prose table{font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose thead{border-bottom-color:#d4d4d4;border-bottom-width:1px;color:#171717;font-weight:600}.prose thead th{padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose tbody tr{border-bottom-color:#e5e5e5;border-bottom-width:1px}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{padding:.5714286em;vertical-align:top}.prose{font-size:1rem;line-height:1.75}.prose p{margin-bottom:1.25em;margin-top:1.25em}.prose figure,.prose img,.prose video{margin-bottom:2em;margin-top:2em}.prose figure>*{margin-bottom:0;margin-top:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ol,.prose ul{margin-bottom:1.25em;margin-top:1.25em}.prose li{margin-bottom:.5em;margin-top:.5em}.prose>ul>li p{margin-bottom:.75em;margin-top:.75em}.prose>ul>li>:first-child{margin-top:1.25em}.prose>ul>li>:last-child{margin-bottom:1.25em}.prose>ol>li>:first-child{margin-top:1.25em}.prose>ol>li>:last-child{margin-bottom:1.25em}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-bottom:.75em;margin-top:.75em}.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{margin-top:0}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.tham{align-items:center;cursor:pointer;display:flex;justify-content:center;transition-duration:.15s;transition-property:opacity;transition-timing-function:linear}.tham:hover{opacity:.7}.tham-box{display:inline-block;position:relative}.tham-inner{background-color:#000;border-radius:4px;display:block;position:absolute;top:50%;transition-duration:.15s;transition-property:transform;transition-timing-function:ease}.tham-inner:after,.tham-inner:before{background-color:inherit;border-radius:4px;content:"";display:block;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease}.tham.tham-w-4.tham-e-slider .tham-inner{top:1px}.tham.tham-w-4.tham-e-slider .tham-inner:before{top:4px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.tham.tham-w-4.tham-e-slider .tham-inner:after{top:8px}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner{transform:translate3d(0,4px,0) rotate(45deg)}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-2.2857142857142856px,-2px,0)}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner:after{transform:translate3d(0,-8px,0) rotate(-90deg)}.tham.tham-e-squeeze .tham-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.tham.tham-e-squeeze .tham-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.tham.tham-e-squeeze .tham-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.tham.tham-e-squeeze.tham-active .tham-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.tham.tham-e-squeeze.tham-active .tham-inner:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.tham.tham-e-squeeze.tham-active .tham-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner:before{transform:translate3d(-3.2px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner:after{transform:translate3d(-3.2px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-4.tham-e-arrow-alt .tham-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-4.tham-e-arrow-alt .tham-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner:before{top:0;transform:translate3d(-3.2px,-4px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner:after{bottom:0;transform:translate3d(-3.2px,4px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner{transform:rotate(-180deg)}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner:before{transform:translate3d(3.2px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner:after{transform:translate3d(3.2px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-4.tham-e-spin .tham-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-4.tham-e-spin .tham-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.tham.tham-w-4.tham-e-spin .tham-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.tham.tham-w-6.tham-e-slider .tham-inner{top:1.5px}.tham.tham-w-6.tham-e-slider .tham-inner:before{top:6px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.tham.tham-w-6.tham-e-slider .tham-inner:after{top:12px}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner{transform:translate3d(0,6px,0) rotate(45deg)}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-3.4285714285714284px,-3px,0)}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner:after{transform:translate3d(0,-12px,0) rotate(-90deg)}.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner:before{transform:translate3d(-4.8px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner:after{transform:translate3d(-4.8px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-6.tham-e-arrow-alt .tham-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-6.tham-e-arrow-alt .tham-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner:before{top:0;transform:translate3d(-4.8px,-6px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner:after{bottom:0;transform:translate3d(-4.8px,6px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner{transform:rotate(-180deg)}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner:before{transform:translate3d(4.8px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner:after{transform:translate3d(4.8px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-6.tham-e-spin .tham-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-6.tham-e-spin .tham-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.tham.tham-w-6.tham-e-spin .tham-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.tham.tham-w-8.tham-e-slider .tham-inner{top:2px}.tham.tham-w-8.tham-e-slider .tham-inner:before{top:8px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.tham.tham-w-8.tham-e-slider .tham-inner:after{top:16px}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner{transform:translate3d(0,8px,0) rotate(45deg)}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-4.571428571428571px,-4px,0)}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner:after{transform:translate3d(0,-16px,0) rotate(-90deg)}.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner:before{transform:translate3d(-6.4px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner:after{transform:translate3d(-6.4px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-8.tham-e-arrow-alt .tham-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-8.tham-e-arrow-alt .tham-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner:before{top:0;transform:translate3d(-6.4px,-8px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner:after{bottom:0;transform:translate3d(-6.4px,8px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner{transform:rotate(-180deg)}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner:before{transform:translate3d(6.4px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner:after{transform:translate3d(6.4px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-8.tham-e-spin .tham-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-8.tham-e-spin .tham-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.tham.tham-w-8.tham-e-spin .tham-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.tham.tham-w-12.tham-e-slider .tham-inner{top:3px}.tham.tham-w-12.tham-e-slider .tham-inner:before{top:12px;transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:ease}.tham.tham-w-12.tham-e-slider .tham-inner:after{top:24px}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner{transform:translate3d(0,12px,0) rotate(45deg)}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner:before{opacity:0;transform:rotate(-45deg) translate3d(-6.857142857142857px,-6px,0)}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner:after{transform:translate3d(0,-24px,0) rotate(-90deg)}.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner:before{transform:translate3d(-9.6px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner:after{transform:translate3d(-9.6px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-12.tham-e-arrow-alt .tham-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-12.tham-e-arrow-alt .tham-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner:before{top:0;transform:translate3d(-9.6px,-12px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner:after{bottom:0;transform:translate3d(-9.6px,12px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner{transform:rotate(-180deg)}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner:before{transform:translate3d(9.6px,0,0) rotate(45deg) scaleX(.7)}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner:after{transform:translate3d(9.6px,0,0) rotate(-45deg) scaleX(.7)}.tham.tham-w-12.tham-e-spin .tham-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-12.tham-e-spin .tham-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.tham.tham-w-12.tham-e-spin .tham-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner:before{opacity:0;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.tham-w-4 .tham-box{height:10px;width:16px}.tham-w-4 .tham-inner{height:2px;margin-top:-1px;width:16px}.tham-w-4 .tham-inner:before{height:2px;top:-4px;width:16px}.tham-w-4 .tham-inner:after{bottom:-4px;height:2px;width:16px}.tham-w-6 .tham-box{height:15px;width:24px}.tham-w-6 .tham-inner{height:3px;margin-top:-1.5px;width:24px}.tham-w-6 .tham-inner:before{height:3px;top:-6px;width:24px}.tham-w-6 .tham-inner:after{bottom:-6px;height:3px;width:24px}.tham-w-8,.tham-w-8 .tham-box{height:20px;width:32px}.tham-w-8 .tham-inner{height:4px;margin-top:-2px;width:32px}.tham-w-8 .tham-inner:before{height:4px;top:-8px;width:32px}.tham-w-8 .tham-inner:after{bottom:-8px;height:4px;width:32px}.tham-w-12 .tham-box{height:30px;width:48px}.tham-w-12 .tham-inner{height:6px;margin-top:-3px;width:48px}.tham-w-12 .tham-inner:before{height:6px;top:-12px;width:48px}.tham-w-12 .tham-inner:after{bottom:-12px;height:6px;width:48px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.left-0{left:0}.top-0{top:0}.left-16{left:4rem}.right-8{right:2rem}.bottom-8{bottom:2rem}.z-20{z-index:20}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-4{margin-left:1rem;margin-right:1rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.mb-6{margin-bottom:1.5rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mb-1{margin-bottom:.25rem}.ml-\[1\.85vw\]{margin-left:1.85vw}.mt-3{margin-top:.75rem}.mt-10{margin-top:2.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-7{margin-bottom:1.75rem}.mt-2{margin-top:.5rem}.mt-auto{margin-top:auto}.mt-16{margin-top:4rem}.mt-1{margin-top:.25rem}.mr-2{margin-right:.5rem}.mt-\[3\.10vw\]{margin-top:3.1vw}.ml-\[0\.8vw\]{margin-left:.8vw}.mb-4{margin-bottom:1rem}.ml-3{margin-left:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.contents{display:contents}.h-full{height:100%}.h-4{height:1rem}.h-8{height:2rem}.h-auto{height:auto}.h-16{height:4rem}.min-h-\[100vh\]{min-height:100vh}.w-full{width:100%}.w-10\/12{width:83.333333%}.w-4{width:1rem}.w-8{width:2rem}.w-auto{width:auto}.w-16{width:4rem}.w-20{width:5rem}.min-w-\[300px\]{min-width:300px}.max-w-\[200px\]{max-width:200px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow-0{flex-grow:0}.translate-y-\[-60px\]{--tw-translate-y:-60px;transform:var(--tw-transform)}.translate-y-0{--tw-translate-y:0px;transform:var(--tw-transform)}.rotate-90{--tw-rotate:90deg}.-rotate-90,.rotate-90{transform:var(--tw-transform)}.-rotate-90{--tw-rotate:-90deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.transform{transform:var(--tw-transform)}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(4rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(4rem*var(--tw-space-x-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-full{border-radius:9999px}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem}.rounded-t-lg,.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-solid{border-style:solid}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-red-400{--tw-border-opacity:1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.border-red-600{--tw-border-opacity:1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(251,191,36,var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity:1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.bg-dark{--tw-bg-opacity:1;background-color:rgba(33,37,41,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity:1;background-color:rgba(213,17,44,var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgba(99,102,241,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(38,38,38,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgba(55,48,163,var(--tw-bg-opacity))}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-4{padding:1rem}.py-72{padding-bottom:18rem;padding-top:18rem}.py-16{padding-bottom:4rem;padding-top:4rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-\[4\.4vw\]{padding-bottom:4.4vw;padding-top:4.4vw}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-12{padding-top:3rem}.pb-16{padding-bottom:4rem}.pt-8{padding-top:2rem}.pt-32{padding-top:8rem}.pb-\[17\.45vw\]{padding-bottom:17.45vw}.pb-12{padding-bottom:3rem}.pt-16{padding-top:4rem}.pt-4{padding-top:1rem}.pl-8{padding-left:2rem}.pb-8{padding-bottom:2rem}.pl-2{padding-left:.5rem}.pr-0{padding-right:0}.pb-4{padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.text-center{text-align:center}.text-base{font-size:1rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xs{font-size:.8125rem}.text-tiny{font-size:.6875rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-light{font-weight:300}.lowercase{text-transform:lowercase}.leading-normal{line-height:1.5}.leading-loose{line-height:2}.leading-5{line-height:1.25rem}.text-indigo-50{--tw-text-opacity:1;color:rgba(238,242,255,var(--tw-text-opacity))}.text-yellow-50{--tw-text-opacity:1;color:rgba(255,251,235,var(--tw-text-opacity))}.text-red-50{--tw-text-opacity:1;color:rgba(255,241,242,var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-dark{--tw-text-opacity:1;color:rgba(33,37,41,var(--tw-text-opacity))}.text-primary{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity:1;color:rgba(190,18,60,var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity:1;color:rgba(251,191,36,var(--tw-text-opacity))}.underline{text-decoration:underline}.opacity-0{opacity:0}.opacity-80{opacity:.8}.opacity-\[0\.14\]{opacity:.14}.opacity-90{opacity:.9}.opacity-60{opacity:.6}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.first\:pl-0:first-child{padding-left:0}.hover\:border-transparent:hover{border-color:transparent}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgba(129,140,248,var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgba(213,17,44,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-card:hover{--tw-shadow:0 32px 84px hsla(0,0%,77%,0.32);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:not-sr-only:focus{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:320px){.tiny\:w-1\/2{width:50%}}@media (min-width:768px){.xs\:mb-0{margin-bottom:0}.xs\:w-1\/2{width:50%}.xs\:w-10\/12{width:83.333333%}.xs\:w-5\/12{width:41.666667%}.xs\:flex-row{flex-direction:row}.xs\:items-stretch{align-items:stretch}.xs\:justify-between{justify-content:space-between}.xs\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.xs\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.xs\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.xs\:py-\[3\.85vw\]{padding-bottom:3.85vw;padding-top:3.85vw}.xs\:pr-8{padding-right:2rem}.xs\:pt-40{padding-top:10rem}.xs\:text-left{text-align:left}}@media (min-width:992px){.sm\:absolute{position:absolute}.sm\:mt-16{margin-top:4rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mb-\[-182px\]{margin-bottom:-182px}.sm\:mt-0{margin-top:0}.sm\:mt-20{margin-top:5rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-0{margin-bottom:0}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:min-h-\[100vh\]{min-height:100vh}.sm\:w-1\/4{width:25%}.sm\:w-1\/2{width:50%}.sm\:w-8\/12{width:66.666667%}.sm\:w-6\/12{width:50%}.sm\:w-4\/12{width:33.333333%}.sm\:w-10\/12{width:83.333333%}.sm\:max-w-\[255px\]{max-width:255px}.sm\:translate-y-\[-182px\]{--tw-translate-y:-182px;transform:var(--tw-transform)}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:justify-between{justify-content:space-between}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.sm\:overflow-y-visible{overflow-y:visible}.sm\:bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-12{padding-bottom:3rem;padding-top:3rem}.sm\:pt-\[6vw\]{padding-top:6vw}.sm\:pb-\[6vw\]{padding-bottom:6vw}.sm\:pt-\[2\.65vw\]{padding-top:2.65vw}.sm\:pt-16{padding-top:4rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pt-12{padding-top:3rem}.sm\:pr-12{padding-right:3rem}.sm\:pt-\[7\.30vw\]{padding-top:7.3vw}.sm\:pb-\[7vw\]{padding-bottom:7vw}.sm\:pb-\[4\.4vw\]{padding-bottom:4.4vw}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-\[3\.8vw\]{padding-top:3.8vw}.sm\:pr-16{padding-right:4rem}.sm\:pl-16{padding-left:4rem}.sm\:pt-20{padding-top:5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:1024px){.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:w-1\/2{width:50%}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-center{justify-content:center}.md\:pr-8{padding-right:2rem}.md\:text-left{text-align:left}}@media (min-width:1280px){.lg\:prose-lg{font-size:1.125rem;line-height:1.7777778}.lg\:prose-lg p{margin-bottom:1.3333333em;margin-top:1.3333333em}.lg\:prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-bottom:1.0909091em;margin-top:1.0909091em}.lg\:prose-lg blockquote{margin-bottom:1.6666667em;margin-top:1.6666667em;padding-left:1em}.lg\:prose-lg h1{font-size:2.6666667em;line-height:1;margin-bottom:.8333333em;margin-top:0}.lg\:prose-lg h2{font-size:1.6666667em;line-height:1.3333333;margin-bottom:1.0666667em;margin-top:1.8666667em}.lg\:prose-lg h3{font-size:1.3333333em;line-height:1.5;margin-bottom:.6666667em;margin-top:1.6666667em}.lg\:prose-lg h4{line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.7777778em}.lg\:prose-lg figure,.lg\:prose-lg img,.lg\:prose-lg video{margin-bottom:1.7777778em;margin-top:1.7777778em}.lg\:prose-lg figure>*{margin-bottom:0;margin-top:0}.lg\:prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg code{font-size:.8888889em}.lg\:prose-lg h2 code{font-size:.8666667em}.lg\:prose-lg h3 code{font-size:.875em}.lg\:prose-lg pre{border-radius:.375rem;font-size:.8888889em;line-height:1.75;margin-bottom:2em;margin-top:2em;padding:1em 1.5em}.lg\:prose-lg ol,.lg\:prose-lg ul{margin-bottom:1.3333333em;margin-top:1.3333333em}.lg\:prose-lg li{margin-bottom:.6666667em;margin-top:.6666667em}.lg\:prose-lg ol>li{padding-left:1.6666667em}.lg\:prose-lg ol>li:before{left:0}.lg\:prose-lg ul>li{padding-left:1.6666667em}.lg\:prose-lg ul>li:before{height:.3333333em;left:.2222222em;top:.72222em;width:.3333333em}.lg\:prose-lg>ul>li p{margin-bottom:.8888889em;margin-top:.8888889em}.lg\:prose-lg>ul>li>:first-child{margin-top:1.3333333em}.lg\:prose-lg>ul>li>:last-child{margin-bottom:1.3333333em}.lg\:prose-lg>ol>li>:first-child{margin-top:1.3333333em}.lg\:prose-lg>ol>li>:last-child{margin-bottom:1.3333333em}.lg\:prose-lg ol ol,.lg\:prose-lg ol ul,.lg\:prose-lg ul ol,.lg\:prose-lg ul ul{margin-bottom:.8888889em;margin-top:.8888889em}.lg\:prose-lg hr{margin-bottom:3.1111111em;margin-top:3.1111111em}.lg\:prose-lg h2+*,.lg\:prose-lg h3+*,.lg\:prose-lg h4+*,.lg\:prose-lg hr+*{margin-top:0}.lg\:prose-lg table{font-size:.8888889em;line-height:1.5}.lg\:prose-lg thead th{padding-bottom:.75em;padding-left:.75em;padding-right:.75em}.lg\:prose-lg thead th:first-child{padding-left:0}.lg\:prose-lg thead th:last-child{padding-right:0}.lg\:prose-lg tbody td{padding:.75em}.lg\:prose-lg tbody td:first-child{padding-left:0}.lg\:prose-lg tbody td:last-child{padding-right:0}.lg\:prose-lg>:first-child{margin-top:0}.lg\:prose-lg>:last-child{margin-bottom:0}.lg\:w-1\/4{width:25%}.lg\:pt-16{padding-top:4rem}}@media (min-width:1366px){.xl\:mt-20{margin-top:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-8{margin-top:2rem}.xl\:w-6\/12{width:50%}.xl\:w-4\/12{width:33.333333%}.xl\:pt-48{padding-top:12rem}.xl\:pt-12{padding-top:3rem}}@media (min-width:1536px){.\32xl\:mt-24{margin-top:6rem}.\32xl\:pt-20{padding-top:5rem}.\32xl\:pb-24{padding-bottom:6rem}}@media (min-width:1920px){.\34xl\:mt-12{margin-top:3rem}.\34xl\:pt-32{padding-top:8rem}.\34xl\:pt-7{padding-top:1.75rem}.\34xl\:pt-12{padding-top:3rem}}

/*# sourceMappingURL=app.css.map*/