.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; }
.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; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; 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; 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; 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;
}.egoi-bar{
display: flex;
justify-content: center;
justify-items: center;
align-items: center;
height: 50px;
bottom: 0;
position: fixed;
padding: 10px;
box-shadow: 1px 1px 1px #666;
width: 100%;
line-height: 25px;
z-index: 999999;
}
.egoi-bar form, .egoi-bar input{
padding: 0;
}
@media screen and (max-width: 768px) and (min-width: 446px) { }
@media screen and (max-width: 446px) {
.egoi-label{
display: none !important;
}
}
.egoi-bar-error, .egoi-bar-success{
color: #fff;
font-size: 16px;
height: 30px;
}
.close-bar {
display: inline-block;
float: right;
margin-right: 12px;
cursor: pointer;
z-index: 200;
clear: both;
}
.egoi-close{
position: relative;
z-index: 500;
width: 100%;
height: 10px;
}
#span-bar{
opacity: 0 !important;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
}
.egoi-email{
max-width: 250px !important;
box-sizing: border-box !important;
line-height: initial !important;
display: inline-block !important;
width: 100% !important;
height: 30px !important;
padding: 5px !important;
margin: 6px !important;
float: none !important;
}
.egoi-email::placeholder{
max-width: 250px;
}
.egoi-label{
font-size: 18px;
padding: 5px;
}
.loader{
text-align:center;
margin-top: 10px;
}
.widget-text{
padding-bottom: 10px;
}
.egoi-action, .egoi-close-action{
position:fixed;
right:10px;
top:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-action-error, .egoi-action-success{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 10px;
color: #fff;
cursor: pointer;
transition: .5s;
}
.egoi-widget-error{
background: #d9534f;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #900 solid 1px;
margin-top: 10px;
}
.egoi-widget-success{
background: #5cb85c;
color: #fff;
text-align: -webkit-center;
text-align: -moz-center;
font-size: 16px;
border-radius: 3px;
height: auto;
line-height: 26px;
border: #066 solid 1px;
margin-top: 10px;
}
.egoi-action-error:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f153";
}
.egoi-action-success:before{
font-size:26px;
line-height:20px;
font-family:"dashicons";
content:"\f147";
}
.egoi-bottom-action,.egoi-close-bottom-action{
position:fixed;
right:10px;
bottom:0;
text-align:center;
height:30px;
width:30px;
border-radius:0 0 2px 2px;
z-index:9999999;
cursor:pointer;
color:#fff;
transition:.5s;
}
.egoi-open-action:before, .egoi-bottom-open-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f347";
}
.egoi-open-action .egoi-action, .egoi-open-action .egoi-close-action{
top:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-bottom-open-action .egoi-bottom-action, .egoi-bottom-open-action .egoi-bottom-close-action{
bottom:5px;
border-radius:50%;
background:transparent !important;
}
.egoi-open-action .egoi-action:before, .egoi-bottom-action:before, .egoi-bottom-open-action, .egoi-open-action .egoi-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:'\f347';
}
.egoi-close-action:before, .egoi-bottom-close-action:before{
font-size:18px;
line-height:30px;
font-family:"dashicons";
content:"\f343" !important;
}
.loader_btn_egoi{
}
.external_content_egoi{
border: 1px solid #ddd;
margin-top: 20px;
}
.egoi_elementor_form_row{
display: flex;
flex-direction: row;
align-items: flex-end;
}
.egoi_elementor_form_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_form_field_row{
display: flex;
flex-direction: row;
align-items: center;
}
.egoi_elementor_form_field_row > label{
margin-right: 0.7em;
}
.egoi_elementor_form_field_column{
display: flex;
flex-direction: column;
}
.egoi_elementor_button_start{
display: flex;
justify-content: flex-start;
}
.egoi_elementor_button_full_width > button{
width: 100%;
}
.egoi_elementor_button_center{
display: flex;
justify-content: center;
}
.egoi_elementor_button_end{
display: flex;
justify-content: flex-end;
}
.egoi_elementor_form_field{
flex-grow: 4;
}
.egoi_elementor_entry_wrapper, .egoi_simple_form_tof_wrapper{
margin: 0.7em;
}
.egoi_simple_form_tof_wrapper{
display: flex;
align-items: center;
}
.egoi_simple_form_tof_wrapper > input{
margin-right: 0.3em;
}@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap"); .menu#primary-menu{
position: relative;
z-index: 20;
}
.menu#primary-menu > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px){
.menu#primary-menu > :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));
}
}
.menu#primary-menu li a{
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 700;
text-transform: uppercase;
--tw-text-opacity: 1;
color: rgb(236 234 230 / var(--tw-text-opacity));
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
transition-timing-function: linear;
}
.menu#primary-menu li a:hover{
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
.menu#primary-menu li a:focus{
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
@media (min-width: 768px){
.menu#primary-menu li a{
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media (min-width: 1024px){
.menu#primary-menu li a{
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media (min-width: 1536px){
.menu#primary-menu li a{
font-size: 1.5rem;
line-height: 2rem;
}
}      *,
::before,
::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before,
::after {
--tw-content: '';
} html,
:host {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } body {
margin: 0; line-height: inherit; } hr {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
} a {
color: inherit;
text-decoration: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} table {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; } button,
select {
text-transform: none;
} button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring {
outline: auto;
} :-moz-ui-invalid {
box-shadow: none;
} 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,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
} dialog {
padding: 0;
} textarea {
resize: vertical;
} input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
input::placeholder,
textarea::placeholder {
opacity: 1; color: #9ca3af; } button,
[role="button"] {
cursor: pointer;
} :disabled {
cursor: default;
} img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; vertical-align: middle; } img,
video {
max-width: 100%;
height: auto;
} [hidden] {
display: none;
}
*, ::before, ::after{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}
::backdrop{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}  body{
overflow-x: hidden;
background-color: rgb(214 163 53 / 0.1);
font-family: Montserrat, sans-serif;
font-weight: 400;
--tw-text-opacity: 1;
color: rgb(58 48 44 / var(--tw-text-opacity));
}
section{
overflow-x: hidden;
}
.centered-slide-carousel .swiper-slide .showActive{
opacity: 0;
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
}
.centered-slide-carousel .swiper-slide.swiper-slide-active .showActive{
opacity: 1;
}
.centered-slide-carousel .swiper-slide img{
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
-o-object-fit: contain;
object-fit: contain;
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 500ms;
}
.centered-slide-carousel .swiper-slide.swiper-slide-active img{
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiper-1 .swiper-button-next, .swiper-1 .swiper-button-prev, .swiper-fraction .swiper-button-next, .swiper-fraction .swiper-button-prev{
position: relative;
top: auto;
left: auto;
right: auto;
height: 2.5rem;
width: 2.5rem;
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
opacity: 1;
}
.swiper-1 .swiper-button-next::after, .swiper-1 .swiper-button-prev::after, .swiper-fraction .swiper-button-next::after, .swiper-fraction .swiper-button-prev::after{
content: var(--tw-content);
display: none;
}
.swiper-pagination.swiper-pagination-fraction{
position: relative;
width: auto;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
.swiper-1 .swiper-button-next.swiper-button-disabled, .swiper-1 .swiper-button-prev.swiper-button-disabled, .swiper-fraction .swiper-button-next.swiper-button-disabled, .swiper-fraction .swiper-button-prev.swiper-button-disabled{
--tw-text-opacity: 1;
color: rgb(58 48 44 / var(--tw-text-opacity));
opacity: 1;
} .container{
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px){
.container{
max-width: 600px;
}
}
@media (min-width: 728px){
.container{
max-width: 728px;
}
}
@media (min-width: 984px){
.container{
max-width: 984px;
}
}
@media (min-width: 1150px){
.container{
max-width: 1150px;
}
}
@media (min-width: 1300px){
.container{
max-width: 1300px;
}
}
.prose{
color: var(--tw-prose-body);
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-lead);
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-links);
text-decoration: underline;
font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-bold);
font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: decimal;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
list-style-type: disc;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
font-weight: 400;
color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-color: var(--tw-prose-hr);
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 500;
font-style: italic;
color: var(--tw-prose-quotes);
border-inline-start-width: 0.25rem;
border-inline-start-color: var(--tw-prose-quote-borders);
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-inline-start: 1em;
border-left-style: solid;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 900;
color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 800;
color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 700;
color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 700;
color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
display: block;
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-weight: 500;
font-family: inherit;
color: var(--tw-prose-kbd);
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-inline-end: 0.375em;
padding-bottom: 0.1875em;
padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-pre-code);
background-color: var(--tw-prose-pre-bg);
overflow-x: auto;
font-weight: 400;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-inline-end: 1.1428571em;
padding-bottom: 0.8571429em;
padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
width: 100%;
table-layout: auto;
text-align: start;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-headings);
font-weight: 600;
vertical-align: bottom;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
border-top-width: 1px;
border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-captions);
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.prose{
--tw-prose-body: #374151;
--tw-prose-headings: #111827;
--tw-prose-lead: #4b5563;
--tw-prose-links: #111827;
--tw-prose-bold: #111827;
--tw-prose-counters: #6b7280;
--tw-prose-bullets: #d1d5db;
--tw-prose-hr: #e5e7eb;
--tw-prose-quotes: #111827;
--tw-prose-quote-borders: #e5e7eb;
--tw-prose-captions: #6b7280;
--tw-prose-kbd: #111827;
--tw-prose-kbd-shadows: 17 24 39;
--tw-prose-code: #111827;
--tw-prose-pre-code: #e5e7eb;
--tw-prose-pre-bg: #1f2937;
--tw-prose-th-borders: #d1d5db;
--tw-prose-td-borders: #e5e7eb;
--tw-prose-invert-body: #d1d5db;
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: #9ca3af;
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: #9ca3af;
--tw-prose-invert-bullets: #4b5563;
--tw-prose-invert-hr: #374151;
--tw-prose-invert-quotes: #f3f4f6;
--tw-prose-invert-quote-borders: #374151;
--tw-prose-invert-captions: #9ca3af;
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: #d1d5db;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #4b5563;
--tw-prose-invert-td-borders: #374151;
font-size: 1rem;
line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5em;
padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-top: 0.5714286em;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2em;
margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
color: var(--tw-prose-body);
font-style: normal;
font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
table-layout: fixed;
width: 100%;
}
.prose-sm{
font-size: 0.875rem;
line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 1.2857143em;
line-height: 1.5555556;
margin-top: 0.8888889em;
margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.3333333em;
margin-bottom: 1.3333333em;
padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 2.1428571em;
margin-top: 0;
margin-bottom: 0.8em;
line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 1.4285714em;
margin-top: 1.6em;
margin-bottom: 0.8em;
line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 1.2857143em;
margin-top: 1.5555556em;
margin-bottom: 0.4444444em;
line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.4285714em;
margin-bottom: 0.5714286em;
line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8571429em;
border-radius: 0.3125rem;
padding-top: 0.1428571em;
padding-inline-end: 0.3571429em;
padding-bottom: 0.1428571em;
padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8571429em;
line-height: 1.6666667;
margin-top: 1.6666667em;
margin-bottom: 1.6666667em;
border-radius: 0.25rem;
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.2857143em;
margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0.2857143em;
padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 2.8571429em;
margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8571429em;
line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
font-size: 0.8571429em;
line-height: 1.3333333;
margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
margin-bottom: 0;
}
.prose-neutral{
--tw-prose-body: #404040;
--tw-prose-headings: #171717;
--tw-prose-lead: #525252;
--tw-prose-links: #171717;
--tw-prose-bold: #171717;
--tw-prose-counters: #737373;
--tw-prose-bullets: #d4d4d4;
--tw-prose-hr: #e5e5e5;
--tw-prose-quotes: #171717;
--tw-prose-quote-borders: #e5e5e5;
--tw-prose-captions: #737373;
--tw-prose-kbd: #171717;
--tw-prose-kbd-shadows: 23 23 23;
--tw-prose-code: #171717;
--tw-prose-pre-code: #e5e5e5;
--tw-prose-pre-bg: #262626;
--tw-prose-th-borders: #d4d4d4;
--tw-prose-td-borders: #e5e5e5;
--tw-prose-invert-body: #d4d4d4;
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: #a3a3a3;
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: #a3a3a3;
--tw-prose-invert-bullets: #525252;
--tw-prose-invert-hr: #404040;
--tw-prose-invert-quotes: #f5f5f5;
--tw-prose-invert-quote-borders: #404040;
--tw-prose-invert-captions: #a3a3a3;
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: #d4d4d4;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: #525252;
--tw-prose-invert-td-borders: #404040;
}
.prose-fourth{
--tw-prose-body: #222222;
--tw-prose-headings: #222222;
--tw-prose-links: #222222;
--tw-prose-bold: #222222;
--tw-prose-counters: #222222;
--tw-prose-bullets: #222222;
--tw-prose-quotes: #222222;
--tw-prose-quote-borders: #222222;
--tw-prose-captions: #222222;
--tw-prose-code: #222222;
--tw-prose-pre-code: #222222;
--tw-prose-pre-bg: #222222;
--tw-prose-th-borders: #222222;
--tw-prose-td-borders: #222222;
}
.prose-primary{
--tw-prose-body: #3A302C;
--tw-prose-headings: #3A302C;
--tw-prose-links: #3A302C;
--tw-prose-bold: #3A302C;
--tw-prose-counters: #3A302C;
--tw-prose-bullets: #3A302C;
--tw-prose-quotes: #3A302C;
--tw-prose-quote-borders: #3A302C;
--tw-prose-captions: #3A302C;
--tw-prose-code: #3A302C;
--tw-prose-pre-code: #3A302C;
--tw-prose-pre-bg: #3A302C;
--tw-prose-th-borders: #3A302C;
--tw-prose-td-borders: #3A302C;
} .tab-link{
border-bottom-width: 2px;
border-color: transparent;
padding-top: 0.375rem;
padding-bottom: 0.375rem;
font-weight: 700;
text-transform: uppercase;
--tw-text-opacity: 1;
color: rgb(153 153 153 / var(--tw-text-opacity));
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 100ms;
transition-timing-function: linear;
}
.tab-link:hover{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tab-link:focus{
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
outline: 2px solid transparent;
outline-offset: 2px;
}
.tab-link.active{
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
[type='text'],
input:where(:not([type])),
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea{
width: 100%;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
background-color: transparent;
padding-left: 0px;
padding-right: 0px;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='text']::-moz-placeholder, input:where(:not([type]))::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='text']::placeholder,
input:where(:not([type]))::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder,
[multiple]::placeholder,
textarea::placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='text']:focus,
input:where(:not([type])):focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
outline-width: 0px;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.nlForm [type='email']{
--tw-border-opacity: 1;
border-color: rgb(102 102 102 / var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nlForm [type='email']::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
.nlForm [type='email']::placeholder{
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
select{
width: 100%;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
background-color: transparent;
padding-left: 0px;
padding-right: 0px;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
select::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
select::placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
select:focus{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
outline-width: 0px;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[type='file']{
display: block;
width: 100%;
cursor: pointer;
border-bottom-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
background-color: transparent;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='file']::file-selector-button{
cursor: pointer;
border-width: 0px;
--tw-bg-opacity: 1;
background-color: rgb(214 163 53 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type='file']::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='file']::placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
[type='file']:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
[type='checkbox'], [type='radio']{
height: 1rem;
width: 1rem;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0px;
border-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[type='checkbox']:checked, [type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23D6A335' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
textarea{
resize: none;
}
.wpcf7-list-item{
margin: 0px;
}
.wpcf7-checkbox, .wpcf7-radio{
display: flex;
align-items: center;
gap: 0.75rem;
}
.wpcf7-list-item label{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.375rem;
}
.wpcf7-list-item-label{
flex: 1 1 0%;
cursor: pointer;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wpcf7-list-item-label a{
font-weight: 600;
text-decoration-line: underline;
}
.wpcf7-form > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wpcf7-not-valid-tip{
margin-top: 0.25rem;
font-size: 0.75rem;
line-height: 1rem;
}
.wpcf7 form .wpcf7-response-output{
margin: 0px;
border-radius: 0.25rem;
border-width: 1px;
border-color: transparent;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-align: center;
font-size: 0.75rem;
line-height: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output{
--tw-border-opacity: 1;
border-color: rgb(252 165 165 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(254 226 226 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity));
}
.wpcf7 form.sent .wpcf7-response-output{
--tw-border-opacity: 1;
border-color: rgb(134 239 172 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(220 252 231 / var(--tw-bg-opacity));
--tw-text-opacity: 1;
color: rgb(22 163 74 / var(--tw-text-opacity));
}
.btn-container p{
display: flex;
align-items: center;
justify-content: flex-end;
gap: 0.5rem;
}
.wpcf7 .wpcf7-submit{
order: 2;
display: block;
width: 100%;
cursor: pointer;
text-align: right;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
text-transform: uppercase;
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
}
.wpcf7 .wpcf7-submit:hover{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-spinner{
order: 1;
display: flex;
} .sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.sticky{
position: sticky;
}
.inset-0{
inset: 0px;
}
.-bottom-4{
bottom: -1rem;
}
.-bottom-\[25rem\]{
bottom: -25rem;
}
.-left-2{
left: -0.5rem;
}
.-right-2{
right: -0.5rem;
}
.-right-3{
right: -0.75rem;
}
.-top-20{
top: -5rem;
}
.bottom-0{
bottom: 0px;
}
.bottom-20{
bottom: 5rem;
}
.bottom-3{
bottom: 0.75rem;
}
.bottom-8{
bottom: 2rem;
}
.left-0{
left: 0px;
}
.left-1\/2{
left: 50%;
}
.right-0{
right: 0px;
}
.right-10{
right: 2.5rem;
}
.right-4{
right: 1rem;
}
.right-\[30\%\]{
right: 30%;
}
.right-\[33\%\]{
right: 33%;
}
.top-0{
top: 0px;
}
.top-1\/2{
top: 50%;
}
.top-10{
top: 2.5rem;
}
.top-20{
top: 5rem;
}
.top-32{
top: 8rem;
}
.top-52{
top: 13rem;
}
.z-10{
z-index: 10;
}
.z-20{
z-index: 20;
}
.z-30{
z-index: 30;
}
.z-40{
z-index: 40;
}
.z-50{
z-index: 50;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.ml-2{
margin-left: 0.5rem;
}
.mt-1{
margin-top: 0.25rem;
}
.mt-10{
margin-top: 2.5rem;
}
.mt-4{
margin-top: 1rem;
}
.mt-6{
margin-top: 1.5rem;
}
.mt-8{
margin-top: 2rem;
}
.block{
display: block;
}
.inline-block{
display: inline-block;
}
.flex{
display: flex;
}
.inline-flex{
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.size-10{
width: 2.5rem;
height: 2.5rem;
}
.size-12{
width: 3rem;
height: 3rem;
}
.size-3{
width: 0.75rem;
height: 0.75rem;
}
.size-6{
width: 1.5rem;
height: 1.5rem;
}
.size-8{
width: 2rem;
height: 2rem;
}
.h-1\/3{
height: 33.333333%;
}
.h-10{
height: 2.5rem;
}
.h-12{
height: 3rem;
}
.h-2\.5{
height: 0.625rem;
}
.h-20{
height: 5rem;
}
.h-32{
height: 8rem;
}
.h-36{
height: 9rem;
}
.h-4{
height: 1rem;
}
.h-40{
height: 10rem;
}
.h-52{
height: 13rem;
}
.h-56{
height: 14rem;
}
.h-6{
height: 1.5rem;
}
.h-8{
height: 2rem;
}
.h-80{
height: 20rem;
}
.h-\[40vh\]{
height: 40vh;
}
.h-\[45rem\]{
height: 45rem;
}
.h-dvh{
height: 100dvh;
}
.h-full{
height: 100%;
}
.h-lvh{
height: 100lvh;
}
.h-screen{
height: 100vh;
}
.h-svh{
height: 100svh;
}
.max-h-32{
max-height: 8rem;
}
.max-h-96{
max-height: 24rem;
}
.max-h-\[100vh\]{
max-height: 100vh;
}
.max-h-\[45em\]{
max-height: 45em;
}
.max-h-\[60vh\]{
max-height: 60vh;
}
.min-h-96{
min-height: 24rem;
}
.w-0\.5{
width: 0.125rem;
}
.w-1{
width: 0.25rem;
}
.w-2\.5{
width: 0.625rem;
}
.w-4{
width: 1rem;
}
.w-40{
width: 10rem;
}
.w-52{
width: 13rem;
}
.w-8{
width: 2rem;
}
.w-96{
width: 24rem;
}
.w-\[40vw\]{
width: 40vw;
}
.w-auto{
width: auto;
}
.w-full{
width: 100%;
}
.w-screen{
width: 100vw;
}
.max-w-full{
max-width: 100%;
}
.max-w-none{
max-width: none;
}
.max-w-screen-lg{
max-width: 1024px;
}
.max-w-screen-sm{
max-width: 640px;
}
.flex-1{
flex: 1 1 0%;
}
.border-collapse{
border-collapse: collapse;
}
.origin-bottom-right{
transform-origin: bottom right;
}
.-translate-x-1\/2{
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
--tw-rotate: -90deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
cursor: pointer;
}
.resize-none{
resize: none;
}
.appearance-none{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
flex-direction: row;
}
.flex-col{
flex-direction: column;
}
.flex-wrap{
flex-wrap: wrap;
}
.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;
}
.gap-1{
gap: 0.25rem;
}
.gap-2{
gap: 0.5rem;
}
.gap-4{
gap: 1rem;
}
.gap-6{
gap: 1.5rem;
}
.gap-8{
gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :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)));
}
.space-y-0 > :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));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
overflow: hidden;
}
.overflow-x-auto{
overflow-x: auto;
}
.overflow-y-scroll{
overflow-y: scroll;
}
.scroll-smooth{
scroll-behavior: smooth;
}
.whitespace-nowrap{
white-space: nowrap;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-none{
border-radius: 0px;
}
.border{
border-width: 1px;
}
.border-y{
border-top-width: 1px;
border-bottom-width: 1px;
}
.border-b{
border-bottom-width: 1px;
}
.border-l{
border-left-width: 1px;
}
.border-l-0{
border-left-width: 0px;
}
.border-r{
border-right-width: 1px;
}
.border-r-0{
border-right-width: 0px;
}
.border-t{
border-top-width: 1px;
}
.border-t-0{
border-top-width: 0px;
}
.border-dashed{
border-style: dashed;
}
.border-fourth{
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-fourth\/40{
border-color: rgb(34 34 34 / 0.4);
}
.border-primary{
--tw-border-opacity: 1;
border-color: rgb(58 48 44 / var(--tw-border-opacity));
}
.border-primary\/60{
border-color: rgb(58 48 44 / 0.6);
}
.border-secondary{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
}
.bg-black\/20{
background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/40{
background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50{
background-color: rgb(0 0 0 / 0.5);
}
.bg-eight{
--tw-bg-opacity: 1;
background-color: rgb(247 231 205 / var(--tw-bg-opacity));
}
.bg-fourth{
--tw-bg-opacity: 1;
background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-nineth{
--tw-bg-opacity: 1;
background-color: rgb(249 245 237 / var(--tw-bg-opacity));
}
.bg-primary{
--tw-bg-opacity: 1;
background-color: rgb(58 48 44 / var(--tw-bg-opacity));
}
.bg-secondary{
--tw-bg-opacity: 1;
background-color: rgb(214 163 53 / var(--tw-bg-opacity));
}
.bg-sixth{
--tw-bg-opacity: 1;
background-color: rgb(249 240 224 / var(--tw-bg-opacity));
}
.bg-third\/10{
background-color: rgb(220 177 88 / 0.1);
}
.bg-transparent{
background-color: transparent;
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover{
background-size: cover;
}
.bg-fixed{
background-attachment: fixed;
}
.bg-center{
background-position: center;
}
.bg-no-repeat{
background-repeat: no-repeat;
}
.fill-secondary{
fill: #D6A335;
}
.object-contain{
-o-object-fit: contain;
object-fit: contain;
}
.object-cover{
-o-object-fit: cover;
object-fit: cover;
}
.object-bottom{
-o-object-position: bottom;
object-position: bottom;
}
.object-center{
-o-object-position: center;
object-position: center;
}
.p-3{
padding: 0.75rem;
}
.p-4{
padding: 1rem;
}
.px-0{
padding-left: 0px;
padding-right: 0px;
}
.px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.pb-0\.5{
padding-bottom: 0.125rem;
}
.pb-1{
padding-bottom: 0.25rem;
}
.pb-16{
padding-bottom: 4rem;
}
.pb-2{
padding-bottom: 0.5rem;
}
.pb-6{
padding-bottom: 1.5rem;
}
.pb-8{
padding-bottom: 2rem;
}
.pl-4{
padding-left: 1rem;
}
.pl-6{
padding-left: 1.5rem;
}
.pl-8{
padding-left: 2rem;
}
.pr-4{
padding-right: 1rem;
}
.pr-6{
padding-right: 1.5rem;
}
.pt-1\.5{
padding-top: 0.375rem;
}
.pt-16{
padding-top: 4rem;
}
.pt-20{
padding-top: 5rem;
}
.pt-8{
padding-top: 2rem;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.text-right{
text-align: right;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-\[0\.7rem\]{
font-size: 0.7rem;
}
.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;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold{
font-weight: 700;
}
.font-medium{
font-weight: 500;
}
.font-normal{
font-weight: 400;
}
.font-semibold{
font-weight: 600;
}
.uppercase{
text-transform: uppercase;
}
.not-italic{
font-style: normal;
}
.tracking-wider{
letter-spacing: 0.05em;
}
.text-black{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-elenth{
--tw-text-opacity: 1;
color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-five{
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-fourth{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-primary{
--tw-text-opacity: 1;
color: rgb(58 48 44 / var(--tw-text-opacity));
}
.text-secondary{
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
text-decoration-line: underline;
}
.antialiased{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.opacity-0{
opacity: 0;
}
.opacity-100{
opacity: 1;
}
.opacity-5{
opacity: 0.05;
}
.opacity-\[\.02\]{
opacity: .02;
}
.drop-shadow-xl{
--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-100{
transition-duration: 100ms;
}
.duration-200{
transition-duration: 200ms;
}
.duration-300{
transition-duration: 300ms;
}
.ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
transition-timing-function: linear;
}
.content-none{
--tw-content: none;
content: var(--tw-content);
} .file\:cursor-pointer::file-selector-button{
cursor: pointer;
}
.file\:border-0::file-selector-button{
border-width: 0px;
}
.file\:bg-secondary::file-selector-button{
--tw-bg-opacity: 1;
background-color: rgb(214 163 53 / var(--tw-bg-opacity));
}
.file\:text-white::file-selector-button{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-fourth::-moz-placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.placeholder\:text-fourth::placeholder{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.checked\:border-secondary:checked{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
}
.hover\:border-secondary:hover{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
}
.hover\:text-fourth:hover{
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
--tw-text-opacity: 1;
color: rgb(58 48 44 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-60:hover{
opacity: 0.6;
}
.focus\:border-secondary:focus{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus\:outline-0:focus{
outline-width: 0px;
}
.focus\:ring-0:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:scale-105{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-secondary{
--tw-border-opacity: 1;
border-color: rgb(214 163 53 / var(--tw-border-opacity));
}
.group:hover .group-hover\:stroke-secondary{
stroke: #D6A335;
}
.group:hover .group-hover\:text-secondary{
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:opacity-100{
opacity: 1;
}
.prose-p\:text-fourth :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
--tw-text-opacity: 1;
color: rgb(34 34 34 / var(--tw-text-opacity));
}
.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
--tw-text-opacity: 1;
color: rgb(58 48 44 / var(--tw-text-opacity));
}
.prose-a\:text-secondary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
--tw-text-opacity: 1;
color: rgb(214 163 53 / var(--tw-text-opacity));
}
@media (min-width: 640px){
.sm\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
}
@media (min-width: 768px){
.md\:-bottom-\[20rem\]{
bottom: -20rem;
}
.md\:-top-36{
top: -9rem;
}
.md\:right-10{
right: 2.5rem;
}
.md\:right-20{
right: 5rem;
}
.md\:top-40{
top: 10rem;
}
.md\:-ml-20{
margin-left: -5rem;
}
.md\:-mt-20{
margin-top: -5rem;
}
.md\:mt-10{
margin-top: 2.5rem;
}
.md\:mt-6{
margin-top: 1.5rem;
}
.md\:flex{
display: flex;
}
.md\:h-\[50rem\]{
height: 50rem;
}
.md\:w-10\/12{
width: 83.333333%;
}
.md\:w-11\/12{
width: 91.666667%;
}
.md\:w-3\/12{
width: 25%;
}
.md\:w-4\/12{
width: 33.333333%;
}
.md\:w-5\/12{
width: 41.666667%;
}
.md\:w-6\/12{
width: 50%;
}
.md\:w-7\/12{
width: 58.333333%;
}
.md\:w-8\/12{
width: 66.666667%;
}
.md\:w-9\/12{
width: 75%;
}
.md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:grid-cols-7{
grid-template-columns: repeat(7, minmax(0, 1fr));
}
.md\:flex-row{
flex-direction: row;
}
.md\:flex-col{
flex-direction: column;
}
.md\:flex-wrap{
flex-wrap: wrap;
}
.md\:flex-nowrap{
flex-wrap: nowrap;
}
.md\:items-end{
align-items: flex-end;
}
.md\:items-center{
align-items: center;
}
.md\:justify-start{
justify-content: flex-start;
}
.md\:justify-end{
justify-content: flex-end;
}
.md\:justify-between{
justify-content: space-between;
}
.md\:gap-10{
gap: 2.5rem;
}
.md\:gap-12{
gap: 3rem;
}
.md\:gap-6{
gap: 1.5rem;
}
.md\:gap-8{
gap: 2rem;
}
.md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.md\:border-l{
border-left-width: 1px;
}
.md\:border-dashed{
border-style: dashed;
}
.md\:border-fourth{
--tw-border-opacity: 1;
border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.md\:p-10{
padding: 2.5rem;
}
.md\:p-16{
padding: 4rem;
}
.md\:p-6{
padding: 1.5rem;
}
.md\:p-8{
padding: 2rem;
}
.md\:px-0{
padding-left: 0px;
padding-right: 0px;
}
.md\:py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.md\:py-28{
padding-top: 7rem;
padding-bottom: 7rem;
}
.md\:pb-10{
padding-bottom: 2.5rem;
}
.md\:pb-14{
padding-bottom: 3.5rem;
}
.md\:pb-20{
padding-bottom: 5rem;
}
.md\:pb-8{
padding-bottom: 2rem;
}
.md\:pl-10{
padding-left: 2.5rem;
}
.md\:pl-6{
padding-left: 1.5rem;
}
.md\:pr-10{
padding-right: 2.5rem;
}
.md\:pt-10{
padding-top: 2.5rem;
}
.md\:pt-20{
padding-top: 5rem;
}
.md\:pt-24{
padding-top: 6rem;
}
.md\:pt-28{
padding-top: 7rem;
}
.md\:pt-6{
padding-top: 1.5rem;
}
.md\:pt-8{
padding-top: 2rem;
}
.md\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.md\:text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.md\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.odd\:md\:flex-row:nth-child(odd){
flex-direction: row;
}
.md\:even\:flex-row-reverse:nth-child(even){
flex-direction: row-reverse;
}
}
@media (min-width: 1024px){
.lg\:-top-40{
top: -10rem;
}
.lg\:-ml-24{
margin-left: -6rem;
}
.lg\:mt-8{
margin-top: 2rem;
}
.lg\:w-10\/12{
width: 83.333333%;
}
.lg\:w-11\/12{
width: 91.666667%;
}
.lg\:w-2\/12{
width: 16.666667%;
}
.lg\:w-4\/12{
width: 33.333333%;
}
.lg\:w-5\/12{
width: 41.666667%;
}
.lg\:w-6\/12{
width: 50%;
}
.lg\:w-7\/12{
width: 58.333333%;
}
.lg\:w-8\/12{
width: 66.666667%;
}
.lg\:w-9\/12{
width: 75%;
}
.lg\:max-w-screen-lg{
max-width: 1024px;
}
.lg\:max-w-screen-md{
max-width: 768px;
}
.lg\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:gap-10{
gap: 2.5rem;
}
.lg\:gap-12{
gap: 3rem;
}
.lg\:gap-14{
gap: 3.5rem;
}
.lg\:gap-16{
gap: 4rem;
}
.lg\:gap-8{
gap: 2rem;
}
.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.lg\:p-12{
padding: 3rem;
}
.lg\:p-16{
padding: 4rem;
}
.lg\:p-20{
padding: 5rem;
}
.lg\:p-8{
padding: 2rem;
}
.lg\:pb-16{
padding-bottom: 4rem;
}
.lg\:pl-12{
padding-left: 3rem;
}
.lg\:pl-16{
padding-left: 4rem;
}
.lg\:pl-8{
padding-left: 2rem;
}
.lg\:pr-10{
padding-right: 2.5rem;
}
.lg\:pr-12{
padding-right: 3rem;
}
.lg\:pt-20{
padding-top: 5rem;
}
.lg\:pt-28{
padding-top: 7rem;
}
.lg\:pt-32{
padding-top: 8rem;
}
.lg\:pt-8{
padding-top: 2rem;
}
.lg\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.lg\:text-5xl{
font-size: 3rem;
line-height: 1;
}
}
@media (min-width: 1280px){
.xl\:mt-10{
margin-top: 2.5rem;
}
.xl\:w-1\/12{
width: 8.333333%;
}
.xl\:w-1\/2{
width: 50%;
}
.xl\:w-10\/12{
width: 83.333333%;
}
.xl\:w-11\/12{
width: 91.666667%;
}
.xl\:w-4\/12{
width: 33.333333%;
}
.xl\:w-5\/12{
width: 41.666667%;
}
.xl\:w-6\/12{
width: 50%;
}
.xl\:w-7\/12{
width: 58.333333%;
}
.xl\:w-8\/12{
width: 66.666667%;
}
.xl\:w-9\/12{
width: 75%;
}
.xl\:max-w-screen-md{
max-width: 768px;
}
.xl\:gap-10{
gap: 2.5rem;
}
.xl\:gap-12{
gap: 3rem;
}
.xl\:gap-14{
gap: 3.5rem;
}
.xl\:gap-16{
gap: 4rem;
}
.xl\:gap-20{
gap: 5rem;
}
.xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.xl\:p-20{
padding: 5rem;
}
.xl\:pl-10{
padding-left: 2.5rem;
}
.xl\:pl-14{
padding-left: 3.5rem;
}
.xl\:pr-14{
padding-right: 3.5rem;
}
.xl\:pr-16{
padding-right: 4rem;
}
.xl\:pt-48{
padding-top: 12rem;
}
.xl\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.xl\:text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.xl\:text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
}
@media (min-width: 1536px){
.\32xl\:w-4\/12{
width: 33.333333%;
}
.\32xl\:w-6\/12{
width: 50%;
}
.\32xl\:w-9\/12{
width: 75%;
}
.\32xl\:gap-14{
gap: 3.5rem;
}
.\32xl\:gap-20{
gap: 5rem;
}
.\32xl\:gap-24{
gap: 6rem;
}
.\32xl\:p-28{
padding: 7rem;
}
.\32xl\:pb-20{
padding-bottom: 5rem;
}
.\32xl\:pr-20{
padding-right: 5rem;
}
.\32xl\:pt-32{
padding-top: 8rem;
}
.\32xl\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
}