.contact-form {
padding: 20px;
border-radius: 8px;
width: 100%; input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
width: 100%;
padding: 2rem 2rem;
border: none;
font-size: 1.6rem;
color: #000;
background-color: #f1f1f1;
} textarea {
height: 150px;
min-height: 100px;
max-height: 250px;
resize: vertical;
} input[type="submit"] {
background-color: black;
color: #fff;
font-size: 1.8rem;
padding: 1.2rem 3rem;
font-weight: 800;
border: none;
cursor: pointer;
transition: all 0.3s ease;
&:hover {
opacity: 70%;
}
} @media (max-width: 600px) {
width: 100%;
}
}
.header-fixed header {
box-shadow: 0px 10px 50px #00000013;
}
.nav-link {
position: relative;
padding: 0.3rem 0rem;
font-weight: 700;
}
.nav-link::after {
content: "";
position: absolute;
bottom: -8px;
left: 0;
width: 0;
height: 6px;
background-color: #ff76ba;
transition: width 0.3s;
}
.nav-link:hover::after {
width: 100%;
}
.accordion-item.active .plus {
display: block; }
.accordion-item.active .icon-minus {
display: inline; }
.accordion-content,
.accordion-header,
.accordion-item .plus {
transition: all 0.3s ease;
}
.accordion-content {
max-height: 0;
overflow: hidden;
padding-left: 3rem;
}
.accordion-header {
padding: 0 0rem;
}
.accordion-item.active .accordion-content {
max-height: 100px;
padding-bottom: 5rem; }
.accordion-header:hover,
.accordion-header:hover .plus path {
color: #ff76ba;
cursor: pointer;
fill: #ff76ba;
}
.accordion-item.active .accordion-header {
color: #ff76ba;
}
.accordion-item.active .plus path {
fill: #ff76ba;
}
.accordion-item.active .plus {
rotate: 90deg;
}
.marquee-content {
display: inline-block;
white-space: nowrap;
max-width: -moz-max-content;
max-width: max-content;
animation: marquee 20s linear infinite; &:hover {
animation-play-state: paused;
}
}
.marquee-content span {
font-size: 10rem;
@media screen and (max-width: 1200px) {
font-size: 4rem;
}
font-weight: 700;
color: transparent; -webkit-text-stroke: 2px #41382d; margin-right: 50px; transition: all 0.3s ease; cursor: pointer;
}
.marquee-content span:hover {
color: #41382d; -webkit-text-stroke: 0; }
@keyframes marquee {
to {
transform: translateX(-50%); }
}
.marquee {
overflow: hidden;
display: flex;
gap: 10rem;
}
.marquee p {
white-space: nowrap;
transform: translateX(-10rem);
} .contact-area .form-box {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
} .contact-area .form-box .input-box {
position: relative;
margin-bottom: 2rem;
} .contact-area .form-box .w50 {
width: 49%;
@media (max-width: 900px) {
width: 100%;
}
} .contact-area .form-box .w100 {
width: 100%;
} .contact-area .form-box .subBtnArea {
display: block;
text-align: center;
margin: 0px auto;
} .contact-area br {
display: none;
} .contact-area .form-box button.submitBtn {
text-decoration: none;
font-size: 20px;
color: #fff;
background-color: #ff76ba;
padding: 20px 60px;
border-radius: 50px;
border: none !important;
transition: ease-in-out 0.2s;
display: flex;
justify-content: center;
align-items: center;
-moz-column-gap: 10px;
column-gap: 10px;
} .contact-area .form-box button.submitBtn svg {
transition: ease-in-out 0.2s;
} .contact-area .form-box button.submitBtn:hover {
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
background: #00d2a9;
color: #ffffff;
} .contact-area .form-box button.submitBtn:hover svg {
transform: translate(5px, -4px);
} .contact-area .form-box input,
.contact-area .form-box textarea,
.contact-area .form-box select {
width: 100%;
resize: none;
padding: 2rem 29px 2rem 29px;
border: none;
border: 1px solid #555555;
border-radius: 100px;
outline: none !important;
box-shadow: none;
background: white;
font-size: 1.8rem;
font-weight: 600;
color: #787878;
margin-top: 0px !important;
margin-bottom: 0px !important;
&::-moz-placeholder {
color: #787878;
font-weight: 700;
}
&::placeholder {
color: #787878;
font-weight: 700;
}
} .contact-area .form-box input:-webkit-autofill,
.contact-area .form-box input:-webkit-autofill:hover,
.contact-area .form-box input:-webkit-autofill:focus,
.contact-area .form-box input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 35px white inset !important;
} .contact-area .form-box textarea {
height: 150px;
max-height: 250px;
min-height: 100px;
resize: vertical;
padding: 2rem 29px 2rem 29px;
border-radius: 3rem !important;
} .contact-area .form-box input:focus,
.contact-area .form-box .input-box .not_empty,
.contact-area .form-box textarea:focus {
border: 1px solid #ff76ba;
} .wpcf7-list-item {
margin-left: 0;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
}
@media (min-width: 1400px) {
.wpcf7-list-item {
width: calc(25% - 10px);
}
}
@media (min-width: 992px) and (max-width: 1399.98px) {
.wpcf7-list-item {
width: calc(33.333% - 10px);
}
}
@media (min-width: 576px) and (max-width: 991.98px) {
.wpcf7-list-item {
width: calc(50% - 10px);
}
}
@media (max-width: 575.98px) {
.wpcf7-list-item {
width: 100%;
}
}
.wpcf7-checkbox {
display: flex;
flex-wrap: wrap;
}
.wpcf7-list-item label {
cursor: pointer;
width: 100%;
height: 100%;
} .wpcf7-list-item label input {
display: none;
}
.wpcf7-list-item-label {
display: flex;
align-items: center;
justify-content: center;
color: #aaaaaa;
background-color: #ffffff;
font-weight: 600;
border: 1px solid #000000;
border-radius: 10rem;
font-size: 1.8rem;
width: 100%;
padding: 1.5rem 2rem;
height: 100%;
transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
label input[type="checkbox"]:checked + .wpcf7-list-item-label {
color: #fff;
border-color: #ff76ba;
background-color: #ff76ba;
}
.contact-area .form-box h4 {
margin-bottom: 3rem !important;
margin-top: 0px !important;
font-weight: 500;
}
.overlay-dark {
position: relative;
overflow: hidden;
}
.overlay-dark::before {
content: "";
position: absolute;
inset: 0;
background-color: rgba(0, 0, 0, 0.438); z-index: 10;
pointer-events: none;
}
.reviews-slider-dots {
.slick-dots {
list-style-type: none;
font-size: 3rem;
font-weight: 700;
display: flex;
flex-direction: row;
gap: 2rem;
color: #ff76bb7a;
.slick-active {
color: red;
color: #ff76ba;
}
}
}
.slick-slide {
margin: 0 10px;
} .slick-list {
margin: 0 -10px;
}
*, ::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:  ;
}  *,
::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;
}
[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,select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
border-radius: 0px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
--tw-shadow: 0 0 #0000;
}
[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, select:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #6b7280;
opacity: 1;
}
input::placeholder,textarea::placeholder {
color: #6b7280;
opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-date-and-time-value {
min-height: 1.5em;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
padding-top: 0;
padding-bottom: 0;
}
select {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
-webkit-print-color-adjust: unset;
print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: #2563eb;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
--tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
border-radius: 0px;
}
[type='radio'] {
border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 2px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
[type='checkbox']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' 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");
}
@media (forced-colors: active)  {
[type='checkbox']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='radio']:checked {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
[type='radio']:checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
border-color: transparent;
background-color: currentColor;
}
[type='checkbox']:indeterminate {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
@media (forced-colors: active)  {
[type='checkbox']:indeterminate {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
border-color: transparent;
background-color: currentColor;
}
[type='file'] {
background: unset;
border-color: inherit;
border-width: 0;
border-radius: 0;
padding: 0;
font-size: unset;
line-height: inherit;
}
[type='file']:focus {
outline: 1px solid ButtonText;
outline: 1px auto -webkit-focus-ring-color;
}
h1 {
font-size: 6rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
h1 {
font-size: 5rem;
line-height: 1.25;
}
}
@media (max-width: 1024px) {
h1 {
font-size: 3rem;
line-height: 1.25;
}
}
h2 {
font-size: 4rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
h2 {
font-size: 3.5rem;
line-height: 1.25;
}
}
@media (max-width: 1024px) {
h2 {
font-size: 3rem;
line-height: 1.25;
}
}
h3 {
font-size: 3.2rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
h3 {
font-size: 2rem;
line-height: 1.25;
}
}
@media (max-width: 1024px) {
h3 {
font-size: 2rem;
line-height: 1.25;
}
}
h4 {
font-size: 2.4rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 1rem;
}
@media (max-width: 768px) {
h4 {
font-size: 1.8rem;
line-height: 1.25;
}
}
@media (max-width: 1024px) {
h4 {
font-size: 1.8rem;
line-height: 1.25;
}
}
h5 {
font-size: 1.875rem;
line-height: 2.25rem;
font-weight: 500;
margin-bottom: 1rem;
}
h6 {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 500;
margin-bottom: 1rem;
}
p {
margin-bottom: 1rem;
}
ul,
ol {
&:not(.list-none) {
margin-bottom: 1rem;
}
&:not(.list-none) {
padding-inline-start: 1rem;
}
&.list-none {
margin-bottom: 1rem;
}
li {
&:not(:last-of-type) {
margin-bottom: 0rem;
}
}
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1.2rem;
padding-left: 1.2rem;
}
@media (min-width: 100%) {
.container {
max-width: 100%;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1400px;
}
}
@media (min-width: 1600px) {
.container {
max-width: 1600px;
}
}
.btn-primary-pink {
background-color: #FF76BA;
color: #fff;
padding: 0.75rem 1.5rem;
border-radius: 4rem;
font-weight: 700;
display: inline-block;
white-space: nowrap;
text-align: center;
}
.btn-primary-pink:hover {
background-color: #FF76BA;
}
@media (min-width: 640px) {
.btn-primary-pink {
padding: 0.85rem 1.75rem;
}
}
@media (min-width: 768px) {
.btn-primary-pink {
padding: 1rem 2rem;
}
}
@media (min-width: 1024px) {
.btn-primary-pink {
padding: 1.25rem 2.25rem;
}
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.bottom-\[-100px\] {
bottom: -100px;
}
.bottom-\[-150px\] {
bottom: -150px;
}
.bottom-\[-20px\] {
bottom: -20px;
}
.bottom-\[-30px\] {
bottom: -30px;
}
.bottom-\[-40px\] {
bottom: -40px;
}
.bottom-\[-85px\] {
bottom: -85px;
}
.left-0 {
left: 0px;
}
.left-1\/2 {
left: 50%;
}
.left-\[350px\] {
left: 350px;
}
.left-\[550px\] {
left: 550px;
}
.right-0 {
right: 0px;
}
.right-\[-200px\] {
right: -200px;
}
.top-0 {
top: 0px;
}
.top-\[-120px\] {
top: -120px;
}
.top-\[100px\] {
top: 100px;
}
.bottom-0 {
bottom: 0px;
}
.bottom-\[-50px\] {
bottom: -50px;
}
.bottom-4 {
bottom: 1rem;
}
.-z-10 {
z-index: -10;
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.z-\[1090\] {
z-index: 1090;
}
.z-\[1200\] {
z-index: 1200;
}
.z-0 {
z-index: 0;
}
.mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.\!mb-0 {
margin-bottom: 0px !important;
}
.\!mt-0 {
margin-top: 0px !important;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-\[22px\] {
margin-bottom: 22px;
}
.mb-\[40px\] {
margin-bottom: 40px;
}
.me-2 {
margin-inline-end: 0.5rem;
}
.ms-2 {
margin-inline-start: 0.5rem;
}
.ms-auto {
margin-inline-start: auto;
}
.mt-0 {
margin-top: 0px;
}
.mt-10 {
margin-top: 2.5rem;
}
.mt-20 {
margin-top: 5rem;
}
.mt-32 {
margin-top: 8rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mt-\[100px\] {
margin-top: 100px;
}
.mt-\[12px\] {
margin-top: 12px;
}
.mt-\[50px\] {
margin-top: 50px;
}
.mt-\[60px\] {
margin-top: 60px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.aspect-\[5\/4\] {
aspect-ratio: 5/4;
}
.h-\[100px\] {
height: 100px;
}
.h-\[45px\] {
height: 45px;
}
.h-\[50px\] {
height: 50px;
}
.h-\[600px\] {
height: 600px;
}
.h-\[calc\(100vh-10px\)\] {
height: calc(100vh - 10px);
}
.h-full {
height: 100%;
}
.h-\[500px\] {
height: 500px;
}
.h-screen {
height: 100vh;
}
.h-\[580px\] {
height: 580px;
}
.h-\[550px\] {
height: 550px;
}
.h-\[520px\] {
height: 520px;
}
.h-\[525px\] {
height: 525px;
}
.h-auto {
height: auto;
}
.max-h-\[60px\] {
max-height: 60px;
}
.w-\[1000px\] {
width: 1000px;
}
.w-\[200px\] {
width: 200px;
}
.w-\[45px\] {
width: 45px;
}
.w-\[50px\] {
width: 50px;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.w-\[400px\] {
width: 400px;
}
.w-\[300px\] {
width: 300px;
}
.w-\[100px\] {
width: 100px;
}
.w-\[80px\] {
width: 80px;
}
.w-\[90px\] {
width: 90px;
}
.w-0 {
width: 0px;
}
.min-w-\[45px\] {
min-width: 45px;
}
.max-w-\[1000px\] {
max-width: 1000px;
}
.max-w-\[180px\] {
max-width: 180px;
}
.max-w-\[400px\] {
max-width: 400px;
}
.max-w-\[600px\] {
max-width: 600px;
}
.max-w-\[700px\] {
max-width: 700px;
}
.max-w-\[800px\] {
max-width: 800px;
}
.max-w-\[900px\] {
max-width: 900px;
}
.max-w-\[450px\] {
max-width: 450px;
}
.max-w-\[500px\] {
max-width: 500px;
}
.max-w-\[200px\] {
max-width: 200px;
}
.-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-\[-100\%\] {
--tw-translate-y: -100%;
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-12 {
--tw-rotate: 12deg;
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-6 {
--tw-rotate: 6deg;
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;
}
.select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.scroll-mt-\[150px\] {
scroll-margin-top: 150px;
}
.scroll-mt-\[50px\] {
scroll-margin-top: 50px;
}
.list-none {
list-style-type: none;
}
.grid-cols-1 {
grid-template-columns: repeat(1, 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-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.place-content-center {
place-content: center;
}
.place-items-center {
place-items: center;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-start {
justify-content: flex-start;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-evenly {
justify-content: space-evenly;
}
.gap-0 {
gap: 0px;
}
.gap-10 {
gap: 2.5rem;
}
.gap-20 {
gap: 5rem;
}
.gap-4 {
gap: 1rem;
}
.gap-5 {
gap: 1.25rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-8 {
gap: 2rem;
}
.gap-\[30px\] {
gap: 30px;
}
.gap-\[50px\] {
gap: 50px;
}
.gap-x-10 {
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
}
.gap-y-10 {
row-gap: 2.5rem;
}
.gap-y-20 {
row-gap: 5rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2.5rem * var(--tw-space-x-reverse));
margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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)));
}
.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-y-auto {
overflow-y: auto;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.scroll-smooth {
scroll-behavior: smooth;
}
.whitespace-nowrap {
white-space: nowrap;
}
.rounded-\[2\.2rem\] {
border-radius: 2.2rem;
}
.rounded-\[2\.4rem\] {
border-radius: 2.4rem;
}
.rounded-\[50\%\] {
border-radius: 50%;
}
.rounded-\[9px\] {
border-radius: 9px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-\[30px\] {
border-radius: 30px;
}
.border-0 {
border-width: 0px;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-b {
border-bottom-width: 1px;
}
.border-t-\[1px\] {
border-top-width: 1px;
}
.border-\[\#E4E4E4\] {
--tw-border-opacity: 1;
border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.border-primary-blue\/50 {
border-color: rgb(0 210 169 / 0.5);
}
.border-primary-pink {
--tw-border-opacity: 1;
border-color: rgb(255 118 186 / var(--tw-border-opacity));
}
.border-t-black {
--tw-border-opacity: 1;
border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-\[\#363636\] {
--tw-bg-opacity: 1;
background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}
.bg-\[\#FCF2E9\] {
--tw-bg-opacity: 1;
background-color: rgb(252 242 233 / var(--tw-bg-opacity));
}
.bg-\[\#ddd\] {
--tw-bg-opacity: 1;
background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-primary-beige {
--tw-bg-opacity: 1;
background-color: rgb(252 242 233 / var(--tw-bg-opacity));
}
.bg-primary-pink {
--tw-bg-opacity: 1;
background-color: rgb(255 118 186 / var(--tw-bg-opacity));
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-pink-500 {
--tw-bg-opacity: 1;
background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-cover {
background-size: cover;
}
.bg-center {
background-position: center;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.p-0 {
padding: 0px;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-\[20px\] {
padding-left: 20px;
padding-right: 20px;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-14 {
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.py-\[12px\] {
padding-top: 12px;
padding-bottom: 12px;
}
.py-\[25px\] {
padding-top: 25px;
padding-bottom: 25px;
}
.py-\[30px\] {
padding-top: 30px;
padding-bottom: 30px;
}
.py-\[40px\] {
padding-top: 40px;
padding-bottom: 40px;
}
.py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pb-\[50px\] {
padding-bottom: 50px;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-start {
text-align: start;
}
.font-\[fredoka\] {
font-family: fredoka;
}
.font-montserrat {
font-family: Fredoka, sans-serif;
}
.text-\[11px\] {
font-size: 11px;
}
.text-\[13px\] {
font-size: 13px;
}
.text-\[14px\] {
font-size: 14px;
}
.text-\[15px\] {
font-size: 15px;
}
.text-\[18px\] {
font-size: 18px;
}
.text-\[2\.2rem\] {
font-size: 2.2rem;
}
.text-\[2rem\] {
font-size: 2rem;
}
.text-\[3\.2rem\] {
font-size: 3.2rem;
}
.text-\[3rem\] {
font-size: 3rem;
}
.text-\[5rem\] {
font-size: 5rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.font-bold {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.font-medium {
font-weight: 500;
}
.font-normal {
font-weight: 400;
}
.font-semibold {
font-weight: 600;
}
.uppercase {
text-transform: uppercase;
}
.leading-\[0\.9\] {
line-height: 0.9;
}
.leading-\[1\] {
line-height: 1;
}
.tracking-\[0\.15em\] {
letter-spacing: 0.15em;
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/50 {
color: rgb(0 0 0 / 0.5);
}
.text-primary-blue {
--tw-text-opacity: 1;
color: rgb(0 210 169 / var(--tw-text-opacity));
}
.text-primary-pink {
--tw-text-opacity: 1;
color: rgb(255 118 186 / var(--tw-text-opacity));
}
.text-slate-500 {
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.opacity-50 {
opacity: 0.5;
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
outline-style: solid;
}
.outline-4 {
outline-width: 4px;
}
.outline-offset-0 {
outline-offset: 0px;
}
.outline-primary-pink\/50 {
outline-color: rgb(255 118 186 / 0.5);
}
.blur {
--tw-blur: blur(8px);
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);
}
.filter {
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;
}
.duration-300 {
transition-duration: 300ms;
}
.duration-500 {
transition-duration: 500ms;
}
.hover\:scale-\[1\.15\]:hover {
--tw-scale-x: 1.15;
--tw-scale-y: 1.15;
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));
}
.hover\:bg-pink-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
text-decoration-line: none;
}
@media not all and (min-width: 1024px) {
.max-lg\:mb-10 {
margin-bottom: 2.5rem;
}
.max-lg\:w-\[70vw\] {
width: 70vw;
}
.max-lg\:gap-20 {
gap: 5rem;
}
.max-lg\:gap-28 {
gap: 7rem;
}
.max-lg\:gap-32 {
gap: 8rem;
}
.max-lg\:gap-80 {
gap: 20rem;
}
.max-lg\:text-center {
text-align: center;
}
.max-lg\:opacity-10 {
opacity: 0.1;
}
.max-lg\:opacity-50 {
opacity: 0.5;
}
}
@media (min-width: 640px) {
.sm\:ms-3 {
margin-inline-start: 0.75rem;
}
.sm\:hidden {
display: none;
}
.sm\:w-auto {
width: auto;
}
.sm\:max-w-none {
max-width: none;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:gap-8 {
gap: 2rem;
}
.sm\:border-0 {
border-width: 0px;
}
.sm\:py-\[75px\] {
padding-top: 75px;
padding-bottom: 75px;
}
.sm\:pb-0 {
padding-bottom: 0px;
}
.sm\:text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
}
@media (min-width: 768px) {
.md\:bottom-\[-112px\] {
bottom: -112px;
}
.md\:left-\[41\%\] {
left: 41%;
}
.md\:h-\[525px\] {
height: 525px;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-\[50\%\] {
width: 50%;
}
.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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\:flex-row {
flex-direction: row;
}
.md\:text-\[24px\] {
font-size: 24px;
}
.md\:text-6xl {
font-size: 3.75rem;
line-height: 1;
}
.md\:leading-\[1\.75rem\] {
line-height: 1.75rem;
}
}
@media (min-width: 1024px) {
.lg\:top-\[150px\] {
top: 150px;
}
.lg\:top-\[250px\] {
top: 250px;
}
.lg\:top-\[32px\] {
top: 32px;
}
.lg\:mb-\[75px\] {
margin-bottom: 75px;
}
.lg\:mt-0 {
margin-top: 0px;
}
.lg\:mt-\[32px\] {
margin-top: 32px;
}
.lg\:block {
display: block;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:h-\[calc\(100vh-132px\)\] {
height: calc(100vh - 132px);
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-2\/3 {
width: 66.666667%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-\[400px\] {
width: 400px;
}
.lg\:max-w-\[800px\] {
max-width: 800px;
}
.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\:flex-row {
flex-direction: row;
}
.lg\:items-center {
align-items: center;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:gap-10 {
gap: 2.5rem;
}
.lg\:p-0 {
padding: 0px;
}
.lg\:py-\[100px\] {
padding-top: 100px;
padding-bottom: 100px;
}
.lg\:py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.lg\:py-\[5rem\] {
padding-top: 5rem;
padding-bottom: 5rem;
}
.lg\:py-\[75px\] {
padding-top: 75px;
padding-bottom: 75px;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-\[5rem\] {
font-size: 5rem;
}
.lg\:text-\[6\.2rem\] {
font-size: 6.2rem;
}
}
@media (min-width: 1280px) {
.xl\:left-\[41\%\] {
left: 41%;
}
.xl\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.xl\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.xl\:place-items-start {
place-items: start;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:gap-20 {
gap: 5rem;
}
.xl\:gap-24 {
gap: 6rem;
}
.xl\:py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.xl\:text-left {
text-align: left;
}
}
@media (min-width: 1536px) {
.\32xl\:left-\[47\%\] {
left: 47%;
}
}
html {
font-size: 62.5%;
}
body {
font-size: 1.8rem;
font-family: "Quicksand", sans-serif;
line-height: 1.6;
@media screen and (max-width: 768px) {
font-size: 1.4rem;
}
}
p {
line-height: 1.75;
color: #000;
margin-bottom: 0;
}
ul {
list-style-type: disc;
list-style-position: inside;
}
ol {
list-style-type: decimal;
list-style-position: inside;
}
header ul,
.responsive__menu_nav ul {
list-style-type: none;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
font-weight: 700;
color: #ff76ba;
} #wpadminbar {
@media (max-width: 1024px) {
display: none;
}
}
.camp-modal {
font-size: 1.6rem;
}
.swal2-container {
z-index: 999999;
}
.custom-shape-divider-bottom-1748956086 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
transform: rotate(180deg);
}
.custom-shape-divider-bottom-1748956086 svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 96px;
}
.custom-shape-divider-bottom-1748956086 .shape-fill {
fill: #fcf2e9;
}