.elementor-kit-7{--e-global-color-primary:#CBB26B;--e-global-color-secondary:#4F555E;--e-global-color-text:#FFFDFB;--e-global-color-accent:#2D80FD;--e-global-color-e384dad:#D8C691;--e-global-color-5f827ea:#CBB26B;--e-global-color-d266bcc:#BE9E45;--e-global-color-e708eeb:#4F555E;--e-global-color-7cc15b8:#FFFFFF;--e-global-color-1433ed4:#000000;--e-global-color-27bcaee:#D9D9D9;--e-global-color-a487834:#A9A9A9;--e-global-color-0a3a1eb:#646464;--e-global-color-f2a417a:#4F555E26;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:2.4rem;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-size:2.2rem;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-size:1.6rem;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-55e0ef4-font-family:"Urbanist";--e-global-typography-55e0ef4-font-size:2rem;--e-global-typography-55e0ef4-font-weight:700;--e-global-typography-21a7f47-font-family:"Urbanist";--e-global-typography-21a7f47-font-size:1.8rem;--e-global-typography-21a7f47-font-weight:600;--e-global-typography-f8e2439-font-family:"Urbanist";--e-global-typography-f8e2439-font-size:1.6rem;--e-global-typography-f8e2439-font-weight:500;--e-global-typography-6af2276-font-family:"Urbanist";--e-global-typography-6af2276-font-size:1.4rem;--e-global-typography-6af2276-font-weight:400;--e-global-typography-1e5eff1-font-family:"Urbanist";--e-global-typography-1e5eff1-font-weight:200;--e-global-typography-40123fc-font-family:"Urbanist";--e-global-typography-40123fc-font-size:0.8rem;--e-global-typography-40123fc-font-weight:100;background-color:var( --e-global-color-text );color:var( --e-global-color-e708eeb );font-family:"Inter", Sans-serif;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Urbanist", Sans-serif;}.elementor-kit-7 h1{font-family:"Urbanist", Sans-serif;font-weight:600;}.elementor-kit-7 h2{color:#000000;font-family:"Inter", Sans-serif;font-size:40px;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:852px){.elementor-kit-7{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:19px;--e-global-typography-text-font-size:16px;--e-global-typography-55e0ef4-font-size:18px;--e-global-typography-21a7f47-font-size:17px;--e-global-typography-f8e2439-font-size:16px;--e-global-typography-6af2276-font-size:15px;--e-global-typography-1e5eff1-font-size:14px;--e-global-typography-40123fc-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shadow1 {
   box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 50%), 20px 20px 20px -20px rgba(255, 255, 255, .5) inset !important;
}

.glass {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
    background:  linear-gradient(180deg, rgb(81 85 93 / 50%), transparent, rgb(81 85 93 / 50%)), linear-gradient(-30deg, transparent, rgb(81 85 93 / 50%), transparent), #51555d50;;
}

@keyframes no-show {
0% {
transform: rotateY(0deg);
height: 100%;
width: 100%;
}
49% {
height: 100%;
width: 100%;
}
50% {
height: 0;
width: 0;
}
100% {
transform: rotateY(180deg);
height: 0;
width: 0;
}
}
@keyframes show {
0% {
transform: rotateY(-180deg);
height: 0;
width: 0;
}
49% {
height: 0;
width: 0;
}
50% {
height: 100%;
width: 100%;
}
100% {
transform: rotateY(0deg);
height: 100%;
width: 100%;
}
}
.flipbox-front,
.flipbox-back {
position: relative;
perspective: 1000px;
transform-style: preserve-3d;
perspective-origin: top center;
animation-duration: 0.3s;
animation-timing-function: linear;
transition-property: transform;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
overflow: hidden;
}
.flipbox-front {
z-index: 2;
transform: rotateY(0deg);
animation-name: show;
}
.custom-flipbox.flipped .flipbox-front {
animation-name: no-show;
}
.flipbox-back {
transform: rotateY(-180deg);
animation-name: no-show;
}
.custom-flipbox.flipped .flipbox-back {
animation-name: show;
}/* End custom CSS */