body{font-family:var(--text-content);color:var(--text-color);margin:0;padding:0;padding-top:var(--header-height)}@font-face{font-family:UNIQUEEN;src:url(/fonts/Uniqueen-Bold.otf) format("opentype"),url(/fonts/Uniqueen-Bold.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal;font-weight:700;font-size:.9rem}@font-face{font-family:Saira;src:url(/fonts/Saira-VariableFont.ttf) format("truetype")}@font-face{font-family:Saira-bold;src:url(/fonts/Saira-VariableFont.ttf) format("truetype");font-weight:700}:root{--text-regular: "UNIQUEEN";--text-content: "Saira";--text-bold: "Saira-bold";--header-height: 70px;--mob-header-height: 50px;--section-top-margin: 2rem;--mob-section-top-margin: 1rem;--heading-bottom-margin: 2rem;--mob-heading-bottom-margin: 1rem;--card-border-radius: .5rem;--common-letter-spacing: 3px;--common-main-heading-font-size: 3rem;--mob-common-main-heading-font-size: 2rem;--tagline-font-size: 1.2rem;--mob-tagline-font-size: 1rem;--sub-content-font-size: 1rem;--main-content-font-size: 1.2rem;--mob-main-content-font-size: 1rem;--main-content-line-height: 1.6;--primary-color: #A5732A;--primary-color-dark: #7c5d06;--primary-color-bright: #f5b811;--primary-color-light: #dfd99f;--secondary-color: #215775;--secondary-color-dark: #004f7d;--secondary-color-bright: #39b7ff;--secondary-color-light: #95d7fd;--text-color: #000000;--text-color-light: #3e3e3b;--error-message-txt: #db1b06;--box-shadow-color: rgba(198, 151, 21, 1);--main-content-padding: calc(var(--header-height) - 20px) 50px;--mob-main-content-padding: calc(var(--mob-header-height) - 30px) 10px;--common-button-padding: 1rem 2rem;--mob-common-button-padding: .5rem .5rem;--common-button-font-size: 1rem;--mob-common-button-font-size: .6rem}router-outlet+*{display:block;min-height:calc(100vh - var(--header-height));padding:var(--main-content-padding);box-sizing:border-box;max-width:1600px;margin:0 auto}a{text-decoration:none;color:unset}@media (max-width: 768px){router-outlet+*{padding:var(--mob-main-content-padding)}}.flip-in-animated-item{opacity:0;transform:perspective(500px) rotateX(90deg);animation:flipIn .6s ease-out forwards}@keyframes flipIn{to{opacity:1;transform:perspective(500px) rotateX(0)}}.flip-in-animated-item:nth-child(1){animation-delay:.1s}.flip-in-animated-item:nth-child(2){animation-delay:.2s}.flip-in-animated-item:nth-child(3){animation-delay:.3s}.flip-in-animated-item:nth-child(4){animation-delay:.4s}.flip-in-animated-item:nth-child(5){animation-delay:.5s}.flip-in-animated-item:nth-child(6){animation-delay:.6s}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.left-animated-item:nth-child(1){animation-delay:.1s}.left-animated-item:nth-child(2){animation-delay:.2s}.left-animated-item:nth-child(3){animation-delay:.3s}.left-animated-item:nth-child(4){animation-delay:.4s}.glow-animated-item{opacity:0;filter:blur(5px);animation:glowUp .8s ease-out forwards}@keyframes glowUp{to{opacity:1;filter:blur(0)}}.glow-animated-item:nth-child(1){animation-delay:.1s}.glow-animated-item:nth-child(2){animation-delay:.2s}.glow-animated-item:nth-child(3){animation-delay:.3s}.glow-animated-item:nth-child(4){animation-delay:.4s}.meet-in-middle-animated-item{opacity:0;animation:meetInMiddleRotate .7s ease-out forwards}.meet-in-middle-animated-item:nth-child(-n+2){transform:translate(-80px) rotate(-15deg)}.meet-in-middle-animated-item:nth-child(n+3){transform:translate(80px) rotate(15deg)}@keyframes meetInMiddleRotate{to{opacity:1;transform:translate(0) rotate(0)}}.meet-in-middle-animated-item:nth-child(1){animation-delay:.1s}.meet-in-middle-animated-item:nth-child(2){animation-delay:.2s}.meet-in-middle-animated-item:nth-child(3){animation-delay:.3s}.meet-in-middle-animated-item:nth-child(4){animation-delay:.4s}.contact-us{margin-top:var(--section-top-margin);text-align:center}.section-title{font-family:var(--text-regular);letter-spacing:var(--common-letter-spacing);text-align:center;margin-bottom:var(--heading-bottom-margin)}
