.page-hero-section{background:var(--default-page-hero-bg-image);padding:var(--normal-section-padding-t-b) 0 var(--normal-section-padding-t-b) var(--normal-section-padding-r-l);background-position:50%;background-repeat:repeat;background-size:contain;justify-content:space-between;align-items:center;display:flex;position:relative}.page-hero-left-container{gap:var(--medium-gap);flex-direction:column;width:50%;height:100%;display:flex}.page-hero-right-container{justify-content:right;align-items:center;width:50%;height:100%;display:flex;position:relative;right:0}.page-hero-title>h1>span{display:block}.page-hero-title h1{font-size:var(--display-font-size);font-weight:var(--fw-bold)}.page-hero-description>p{max-width:650px;font-size:var(--normal-font-size);font-weight:var(--fw-normal);color:var(--darkest-gray);line-height:1.6}.bg-text{z-index:0;font-size:clamp(4rem,14vw,8rem);font-weight:var(--fw-bold);letter-spacing:.1em;text-transform:uppercase;color:#00000008;white-space:nowrap;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;line-height:.9;position:absolute;top:20%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.bg-text span{display:block}.page-hero-bread-crumb{font-size:var(--small-font-size);font-weight:var(--fw-normal);color:var(--lightest-black);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;padding-bottom:2px;display:flex}.page-hero-bread-crumb a{text-decoration:none;position:relative}.page-hero-bread-crumb a:after{content:"";background:var(--brand-red);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.page-hero-bread-crumb a:hover{color:var(--brand-red)}.page-hero-bread-crumb a:hover:after{width:100%}.page-hero-bread-crumb span{color:var(--brand-red);font-weight:var(--fw-medium)}.bg-text{background:linear-gradient(#d628280d 0%,#d6282804 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.page-hero-image-wrapper{aspect-ratio:16/9;clip-path:polygon(25% 0%,100% 0%,100% 100%,15% 100%,0% 50%);background:0 0;justify-content:right;align-items:center;width:100%;max-width:650px;display:flex;overflow:hidden}.page-hero-image-wrapper img{object-fit:cover;object-position:left top 10%;width:100%;height:100%}@media screen and (width<=992px){.page-hero-section{padding:var(--normal-section-padding-t-b) var(--normal-section-padding-r-l);background:linear-gradient(#0000008c, #0000008c), var(--page-hero-bg-image,var(--default-page-hero-bg-image));background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;position:relative}.bg-text{display:none}.page-hero-left-container{text-align:center;z-index:2;align-items:center;width:100%}.page-hero-right-container{display:none}.page-hero-bread-crumb{color:var(--light-gray)}.page-hero-title h1{color:var(--white)}.page-hero-description>p{max-width:650px;color:var(--lightest-white)}.page-hero-section .red-seperation-line{margin-inline:auto}}@media screen and (width<=768px){.page-hero-description>p{max-width:550px}}@media screen and (width<=576px){.page-hero-left-container{gap:var(--normal-gap)}.page-hero-description>p{max-width:100%}}.page-hero-section{padding-bottom:100px}.about-trust-strip{width:100%;padding:0 var(--normal-section-padding-r-l)}.about-trust-strip-wrapper{background:var(--white);border:1px solid var(--light-gray);border-radius:var(--border-radius-large);grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden;transform:translateY(-75px)}.about-trust-item{align-items:center;gap:var(--medium-gap);padding:var(--medium-gap) var(--medium-gap);transition:all .3s;display:flex;position:relative}.about-trust-item:not(:last-child){border-right:1px solid var(--light-gray)}.about-trust-item:hover{background:var(--lightest-gray)}.about-trust-item:before{content:"";background:var(--brand-red);width:100%;height:3px;transition:all .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.about-trust-item:hover:before{transform:scaleX(1)}.about-trust-item-icon{border-radius:var(--border-radius-full);background:#f7d4d480;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.about-trust-item-icon img{width:28px;height:28px}.about-trust-item-content{flex-direction:column;gap:6px;display:flex}.about-trust-item-label{font-size:var(--smallest-font-size);color:var(--darkest-gray);letter-spacing:.15em;font-weight:var(--fw-medium)}.about-trust-item-number{font-size:var(--xl-font-size);font-weight:var(--fw-bold);color:var(--brand-red);line-height:1}.about-trust-item-title{font-size:var(--normal-font-size);color:var(--darkest-gray);line-height:1.5}@media (width<=992px){.page-hero-section{padding-bottom:100px}.about-trust-strip{padding:0}.about-trust-strip-wrapper{grid-template-columns:repeat(2,1fr);transform:translateY(-40px)}.about-trust-item{border-right:none;border-bottom:1px solid var(--light-gray)}.about-trust-item:nth-child(odd){border-right:1px solid var(--light-gray)}.about-trust-item:nth-last-child(-n+2){border-bottom:none}}@media (width<=768px){.page-hero-section{padding-bottom:var(--normal-section-padding-t-b)}.about-trust-strip-wrapper{transform:translateY(-20px)}}@media (width<=576px){.about-trust-strip-wrapper{border-radius:var(--border-radius-medium);grid-template-columns:repeat(2,minmax(0,1fr))}.about-trust-item{text-align:center;justify-content:center;align-items:center;gap:var(--small-gap);flex-direction:column}.about-trust-item:nth-child(odd){border-right:1px solid var(--light-gray)}.about-trust-item:nth-child(-n+2){border-bottom:1px solid var(--light-gray)}.about-trust-item:nth-child(3),.about-trust-item:nth-child(4){border-bottom:none}.about-trust-item-icon{width:48px;height:48px}.about-trust-item-icon img{width:20px;height:20px}.about-trust-item-label{letter-spacing:.12em}.about-trust-item-title{line-height:1.4}.about-trust-strip-wrapper{transform:translateY(-10px)}}@media (width<=320px){.about-trust-strip-wrapper{transform:translateY(-5px)}}.about-story-section{align-items:stretch;gap:var(--largest-gap);width:100%;padding:0 var(--normal-section-padding-r-l) var(--normal-section-padding-t-b);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.about-story-left-container{max-width:560px}.about-story-right-container{border-radius:var(--border-radius-medium);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ffffffb3;align-self:stretch;width:100%;height:100%;min-height:480px;max-height:620px;transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden}.about-story-right-container:after{content:"";pointer-events:none;background:linear-gradient(#0000000a,#0000002e);position:absolute;inset:0}.about-story-left-container .eyebrow{margin-bottom:var(--small-gap)}.about-story-section .section-description p{font-size:var(--normal-font-size);color:var(--darkest-gray);margin:0;line-height:1.8}.about-story-section .story-signature{margin-top:var(--normal-gap);gap:var(--small-gap);flex-direction:column;display:flex}.about-story-section .story-signature .sig-name{font-family:Marck Script,Satisfy,Parisienne,cursive;font-size:var(--xl-font-size);font-weight:var(--fw-light);color:var(--brand-red);text-shadow:0 .6px #ffffff05;margin-bottom:.12rem;line-height:1;display:inline-block;transform:rotate(-2deg)}.story-signature .sig-name:after{content:"";background:linear-gradient(90deg, var(--brand-red), #d628281f);border-radius:2px;width:56px;height:1px;margin-top:6px;display:block;transform:translate(-2px)rotate(-.5deg)}.story-signature .sig-meta{align-items:center;gap:var(--medium-gap);display:flex}.story-signature .sig-est{font-size:calc(var(--small-font-size) * 1.05);color:var(--brand-red);opacity:.7;letter-spacing:.18em;font-weight:var(--fw-medium);border-radius:999px}.sign-founder .sig-founder-name{font-size:var(--normal-font-size);color:var(--darkest-gray);text-transform:capitalize}@media screen and (width<=992px){.about-story-section{gap:var(--large-gap);flex-direction:column-reverse;display:flex}.about-story-left-container{order:1;max-width:100%}.about-story-right-container{aspect-ratio:16/10;order:2;min-height:360px;max-height:520px}}@media screen and (width<=768px){.about-story-section{gap:var(--normal-gap);padding:var(--normal-section-padding-t-b) var(--normal-section-padding-r-l)}.section-title .tp-heading{font-size:var(--xxl-font-size)}.section-description{gap:var(--small-gap)}}@media screen and (width<=576px){.about-story-right-container{aspect-ratio:16/11;border-radius:var(--border-radius-medium);min-height:200px;max-height:340px}.story-signature{margin-top:var(--medium-gap)}.story-signature .sig-name{font-size:var(--larger-font-size)}}.about-why-choose-us{gap:var(--large-gap);padding:var(--normal-section-padding-t-b) var(--normal-section-padding-r-l);flex-direction:column;display:flex}.about-why-top{gap:var(--largest-gap);grid-template-columns:1.5fr 1fr;align-items:end;display:grid}.about-why-left{gap:var(--medium-gap);flex-direction:column;display:flex}.about-why-right{justify-content:flex-start;display:flex}.about-why-description{max-width:680px;color:var(--darkest-gray);line-height:1.8}.about-why-grid{column-gap:var(--medium-gap);row-gap:var(--small-gap);grid-template-columns:repeat(4,1fr);display:grid}.why-box{flex-direction:column;gap:16px;padding-top:55px;display:flex;position:relative}.why-index{font-size:clamp(4rem,7vw,5.8rem);line-height:1;font-weight:var(--fw-bold);color:#0000;-webkit-text-stroke:1.5px var(--light-red);opacity:.45;-webkit-user-select:none;user-select:none;pointer-events:none;position:absolute;top:0;left:0}.why-box h3{z-index:2;font-size:var(--large-font-size);font-weight:var(--fw-bold);color:var(--brand-red);text-transform:uppercase;position:relative}.why-line{border-radius:var(--border-radius-full);background:var(--light-red);width:45px;height:2px}.why-box p{color:var(--darkest-gray);max-width:95%;line-height:1.8}@media screen and (width<=1400px){.about-why-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=1200px){.about-why-grid{gap:50px}}@media screen and (width<=992px){.about-why-top{gap:var(--large-gap);grid-template-columns:1fr}.about-why-right{justify-content:flex-start}.about-why-description{max-width:100%}.about-why-grid{grid-template-columns:1fr;row-gap:45px}}@media screen and (width<=768px){.about-why-choose-us{gap:50px}.why-box{padding-top:45px}.why-index{font-size:4rem}}@media screen and (width<=576px){.about-why-top{gap:25px}.about-why-grid{row-gap:35px}.why-box{gap:12px;padding-top:35px}.why-index{-webkit-text-stroke:1px var(--light-red);font-size:3rem}.why-box h3{font-size:var(--medium-font-size)}}.about-process-section{border-top:1px solid var(--lightest-red);border-bottom:1px solid var(--light-gray);padding:var(--normal-section-padding-t-b) var(--normal-section-padding-r-l);align-items:center;gap:var(--large-gap);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;margin-top:40px;display:flex;position:relative;overflow:hidden}.about-process-top-container{align-items:center;gap:var(--small-gap);text-align:center;flex-direction:column;max-width:850px;display:flex}.about-process-point-texts{justify-content:center;align-items:center;gap:var(--small-gap);flex-direction:column;display:flex}.about-process-description{max-width:650px;color:var(--darkest-gray);line-height:1.8}.about-process-poits-container{gap:var(--normal-gap);grid-template-columns:repeat(5,1fr);width:100%;display:grid;position:relative}.about-process-line{background:repeating-linear-gradient(to right, var(--light-red) 0px, var(--light-red) 4px, transparent 4px, transparent 9px);height:2px;position:absolute;top:355px;left:7%;right:7%}.about-process-point{text-align:center;z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.process-bg-number{color:#d628280f;-webkit-user-select:none;user-select:none;font-size:5rem;font-weight:800;position:absolute;top:-50px}.process-number{border:2px solid var(--light-red);background:var(--white);width:54px;height:54px;color:var(--brand-red);border-radius:50%;justify-content:center;align-items:center;margin-bottom:35px;font-weight:700;display:flex}.process-icon{background:#d628280d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;display:flex}.process-icon img{width:36px;height:36px}.about-process-point h3{text-transform:uppercase;font-size:var(--medium-font-size)}.about-process-point .red-seperation-line{width:45px}.about-process-point p{color:var(--darkest-gray);font-size:var(--small-font-size);max-width:220px;line-height:1.9}.about-process-point-content{gap:var(--small-gap);flex-direction:column;justify-content:center;align-items:center;display:flex}@media screen and (width<=1200px){.about-process-line{display:none}.about-process-poits-container{grid-template-columns:repeat(3,1fr);gap:50px 30px}.process-bg-number{font-size:4.2rem;top:-10px;left:50%;transform:translate(-50%)}}@media screen and (width<=992px){.about-process-section{gap:40px}.about-process-poits-container{grid-template-columns:repeat(2,1fr);gap:40px 25px}.process-bg-number{font-size:4rem;top:-5px}}@media screen and (width<=768px){.about-process-top-container,.about-process-description{max-width:100%}.about-process-poits-container{grid-template-columns:1fr;gap:30px;max-width:100%}.about-process-point{border-bottom:1px solid var(--light-gray);padding:18px 0}.about-process-point:last-child{border-bottom:none}.about-process-point-content{flex-direction:row;align-items:flex-start;gap:18px;display:flex}.process-bg-number{font-size:3rem;top:-15px;left:0;transform:none}.process-number{display:none}.process-icon{flex-shrink:0;width:60px;height:60px;margin:0}.process-icon img{width:28px;height:28px}.about-process-point-texts{text-align:left;flex:1;align-items:flex-start;gap:8px}.about-process-point .red-seperation-line{display:none}}@media screen and (width<=576px){.about-process-section,.about-process-poits-container{gap:25px}.process-bg-number{font-size:2.5rem}.process-icon{width:52px;height:52px}.process-icon img{width:24px;height:24px}.about-process-point-content{gap:14px}.about-process-point h3{font-size:var(--normal-font-size)}.about-process-point p{line-height:1.6}}@media screen and (width<=320px){.process-bg-number{font-size:2rem}.process-icon{width:46px;height:46px}.process-icon img{width:20px;height:20px}}.about-cta-section{width:100%;color:var(--lightest-gray);padding:var(--normal-section-padding-t-b) var(--normal-section-padding-r-l);background-position:right bottom 20%;background-repeat:no-repeat;background-size:cover;position:relative}.about-cta-section:after{content:"";z-index:0;background:linear-gradient(90deg,#000000d1 0%,#000000b8 35%,#00000073 65%,#00000026 100%);position:absolute;inset:0}.about-cta-conteiner{gap:var(--medium-gap);z-index:1;flex-direction:column;display:flex;position:relative}.about-cta-heading{gap:var(--medium-gap);flex-direction:column;display:flex}.about-cta-section .white-section-description{max-width:500px}.about-cta-btns{gap:var(--medium-gap);display:flex}.about-cta-btns .about-cta-btn-trans:hover .about-cta-btn-link,.about-cta-btn-trans .about-cta-btn-link{color:var(--lightest-gray)}.about-cta-btn-trans .border{background:var(--brand-gray);z-index:1;position:absolute}.about-cta-btns .ui-primary-btn{box-shadow:0 0 0 1px var(--brand-gray);color:var(--brand-gray);background-color:#fff3}@media screen and (width<=576px){.about-cta-btns{flex-direction:column;flex:1;width:100%;position:relative}.about-final-title .tp-heading{white-space:normal}}
